The Uncomfortable Convergence of Vibe Coding and Agentic Engineering
Original: Vibe coding and agentic engineering are getting closer than I'd like View original →
Two Concepts Collide
Simon Willison, author of Datasette and a leading voice on responsible AI coding practices, has shared an uncomfortable realization: the line he carefully drew between "vibe coding" and "agentic engineering" is starting to blur in his own work.
The Original Distinction
Willison had argued that vibe coding — where you don't look at the code, don't understand it, and just hope it works — is fundamentally irresponsible when building software for others. Agentic engineering, by contrast, means a seasoned developer leveraging AI tools while maintaining deep accountability for what gets shipped.
Where the Blur Starts
The problem: Willison now finds himself not reviewing every line of AI-generated code for standard tasks like JSON API endpoints or SQL queries. His reasoning is that Claude Code simply does these correctly, and he knows it will add tests and documentation. But if he hasn't reviewed the code, is it genuinely responsible to ship it?
The Question for the Industry
This piece cuts to the heart of a question the software industry hasn't fully answered: as AI coding agents become reliably correct for routine tasks, what does code review mean? Is not reviewing trustworthy AI output a failure of due diligence, or a sensible allocation of expert attention? Willison doesn't resolve the tension — but he's right to name it.
Related Articles
The open-source project Memento sparked a heated debate on Hacker News: as AI writes more code, should the AI session itself become part of the commit history? It raises fundamental questions about code provenance in the age of AI-assisted development.
A March 25, 2026 Hacker News post about Reco's `gnata` rewrite reached 256 points and 237 comments at crawl time. Reco says AI-assisted porting of JSONata 2.x to Go took about 7 hours and $400 in tokens, then removed an RPC-heavy Node fleet and eventually cut roughly $500,000 per year in infrastructure cost.
A coding assistant is becoming part of a much larger AI infrastructure bet. SpaceX’s planned $60B stock acquisition of Cursor ties enterprise agents, compute capacity, and xAI’s rebuild into one unusually large transaction.