Skip to content
learnthevibe

modul 1the first production project

verification: what "done" means

Give the agent a check it can run, demand evidence instead of claims, and never let the worker grade its own work.

~3 min read · ~10 min with the exercise · v1.1 · verified: 2026-07-15

why this is the number one lesson

Anthropic's own team says it plainly: of all their workflow tips, verification is the single most impactful one — if you adopt only one practice, make it this. The reason is mechanical: the agent stops when the work looks done. Without a check it can run, "looks done" is the only signal it has. You become the verification loop, noticing every mistake by hand.

Give the agent something that produces a pass or fail, and the loop closes on its own: it does the work, runs the check, reads the result, and iterates until the check passes.