Mechanism: Verify Loop — Check Every Pass Before You Trust “Done”
A verify loop is running an explicit check after each agent pass and feeding only the results back, so done…
A verify loop is running an explicit check after each agent pass and feeding only the results back, so done…
A termination condition is an explicit, checkable rule that tells a loop or agent run to stop by design —…
A loop is running the same goal-driven pass again — prompt, edit, check — until a defined stop condition holds.
Constraints are explicit limits on what the agent may change, add, or assume — stated alongside the goal so helpfulness…
A goal is an explicit statement of what must be true when work is finished — symptom, boundary, and how…