2026-07-02
Authors: James C. Davis, Paschal C. Amusuo, Tanmay Singla, Berk Çakar
ArXiv: 2607.01087v1
PDF: Download PDF
For decades, the expensive part of building software was writing it. Engineers were the bottleneck: slow, careful, and scarce. Generative AI has flipped that assumption. Code is now cheap and abundant — an agent can produce a thousand lines while you're refilling coffee. So what becomes expensive? According to this paper: judgment. Deciding whether the code is right, whether it fits, whether it should exist at all.
The authors ran a first-person, 12-week experiment: build a real system with heavy AI-agent involvement and document what actually happens. It's not a benchmark paper or a leaderboard — it's an honest field report from engineers trying to work in the new regime.
Their central observation: when generation is nearly free, the interesting engineering problem shifts from "can the AI write this?" to "how do we keep the whole system inspectable, correctable, and maintainable when a big chunk of it was produced by a process we didn't fully witness?" They call this "governable" agentic engineering — building not just software, but the surrounding scaffolding (architectures, tools, evidence trails, feedback loops) that lets humans stay in the loop meaningfully.
Some of the concrete findings that resonate:
The paper's charm is that it doesn't oversell. The authors admit the costs of governance are real and sometimes exceed the savings from cheap code — hence the title. If you're careless, agents can produce a plausible-looking mess that's harder to fix than writing it yourself would have been.
