There is a large measured gap between code generation and code shipped: ~180% boost in generated code volume but only ~30% boost in shipped software. Since compilers and test suites act as free graders, implementation is cheaply optimizable and commoditized; agent design should target shipped, integrated value rather than generated tokens or benchmark pass rates.
For AI coding agents, the effective bottleneck is not producing code but integrating, verifying, shipping, and preserving intent across the full engineering loop. Teams that optimize code volume will over-produce code slop and under-deliver production value.
Any agentic capability that has a cheap automated grader (linters, unit tests, standard benchmarks) will become abundant and easily replicated; the remaining value lives in higher-friction parts of the pipeline that have no free grader.
Writing code and shipping code have a massive productivity gap.
Compilers and test suites act as free graders for code, making implementation the most buildable thing.
The most buildable thing and the most valuable thing are almost never the same thing.