G-13The Verifier Ladder

/coding-agents/verifier-ladder

Format, lint, typecheck, unit, integration, CI — ordered by seconds to signal, cheapest first.

Key insight

The test loop draws one verifier; in practice it is a ladder, and the ordering is the design. Most iterations never leave the bottom three rungs, which is what makes an agent that edits fifty times an hour affordable.

Failure mode

One monolithic “run the tests” step. The agent waits four minutes to be told about a syntax error, and every retry costs the full suite again.

Elsewhere in the atlas