AGENTIC-WORKFLOWS PUB_DATE: 2026.08.27

VERIFICATION-LED AI CODING: A CREDIBLE 1M-LOC MILESTONE

Paul Dix argues that AI, steered by a strong verification oracle, produced and hardened a million-line production codebase. In a quote surfaced by [Simon Willi...

Verification-led AI coding: a credible 1M-LOC milestone

Paul Dix argues that AI, steered by a strong verification oracle, produced and hardened a million-line production codebase.

In a quote surfaced by Simon Willison’s Weblog, Paul Dix claims AI generated ~1M lines of code and refined it to reliable software at massive scale.

His point: with the right verification harness and clear direction, agents can iteratively build complex systems and “grind” them into working production code.

[ WHY_IT_MATTERS ]
01.

If agents are guided by strong oracles, big rewrites and migrations become a specs-and-tests problem, not a headcount problem.

02.

Quality shifts left: invest in behavior locks (contracts, goldens) and let agents iterate until they pass.

[ WHAT_TO_TEST ]
  • terminal

    Pilot an agentic port of a small service using a golden dataset and contract tests; track defect rate, review churn, and perf deltas.

  • terminal

    Build a verification loop (contract tests, fuzzing, static checks, differential testing) and gate merges on pass rate and SLO budgets.

[ BROWNFIELD_PERSPECTIVE ]

Legacy codebase integration strategies...

  • 01.

    Target components with stable behavior and good observability; freeze interfaces and record goldens before any AI rewrite.

  • 02.

    Roll out behind flags and canaries; enforce style/lint rules to catch shallow patterns and duplicate logic.

[ GREENFIELD_PERSPECTIVE ]

Fresh architecture paradigms...

  • 01.

    Go spec-first: define contracts, acceptance tests, and performance budgets, then let agents scaffold to the tests.

  • 02.

    Capture an oracle early from real traces plus synthetic edge cases to constrain behavior.

Enjoying_this_story?

Get daily AGENTIC-WORKFLOWS + SDLC updates.

  • Practical tactics you can ship tomorrow
  • Tooling, workflows, and architecture notes
  • One short email each weekday

FREE_FOREVER. TERMINATE_ANYTIME. View an example issue.

GET_DAILY_EMAIL
AI + SDLC // 5 MIN DAILY