Top 5 · 2026-05-06 · source-backed
Simon Willison Admits the Line Between Vibe Coding and Real Engineering Has Collapsed
Story
Simon Willison published a blog post today that crystallized something I've been feeling for months. The clean distinction between vibe coding (non-programmers using AI without review) and agentic engineering (professionals maintaining standards) doesn't hold up anymore. Not even for him.
Willison now treats Claude Code output like code from another team in a large organization. A semi-black box he trusts until it breaks. He's not reviewing every line. He evaluates by proof-of-use (did it actually work?) rather than code-quality metrics like test coverage or documentation.
This is a big mental shift from someone who's arguably the most respected practitioner voice in the AI tooling space. And I think he's right. When your output jumps from 200 to 2,000 lines per day, you physically can't review everything at the same depth. The math doesn't work.
Here's what troubles me about it, though. We built entire engineering cultures around code review as a quality gate. PR reviews, pair programming, style guides. All of it assumes humans read and verify code before it ships. Willison's trust model acknowledges that gate is already broken for most practitioners using AI tools. We just haven't updated the processes around it.
His key insight: productivity jumping 10x demands upstream redesign of processes built around expensive engineering timelines. If generating code is nearly free, the expensive parts become architecture, verification, and taste. Sound familiar? That's exactly what ProgramBench proved quantitatively.
For builders, here's what I'd suggest. First, treat agent output like you'd treat a contractor's code. Run the tests, verify the behavior, but don't pretend you're auditing every token. Second, invest more time in specifications and architecture documents. If the agent is writing 90% of the code, the spec is where you add value. Third, build better automated verification. Tests, type checking, linting, integration tests. These are your actual quality gates now, not human code review.
The trust gradient Willison describes isn't a lowering of standards. It's an honest acknowledgment of where standards actually live in an AI-augmented workflow.
Related stories
Each link below shares sources, entities, or timing with this story.
Shared entities / Same source / Shared topic / What happened next
Simon Willison Admits He Stopped Reviewing Agent-Generated Code. 660 HN Comments Later, Nobody Has a Good Answer.
Both cover Claude Code, Simon Willison, Willison; cite the same source (Simon Willison published a blog post today); overlapping topics (code, coding, doesn, engineering, review).
Shared entities / Same source domain / Shared topic / What happened next
Simon Willison ported a 0.2B image-inpainting model to the browser via WebGPU using Claude Code.
Both cover Claude Code, Simon Willison, Willison; reported by the same outlet (simonwillison.net); overlapping topics (agent, code, coding, willison).
Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
'Cognitive Debt' Is the Best Name for the Problem I've Been Feeling But Couldn't Articulate
Both cover Claude Code, Simon Willison, Willison; reported by the same outlet (simonwillison.net); overlapping topics (agent, code, review).
Shared entities / Same source domain / Shared topic / What happened next
Simon Willison: AI hasn't replaced software engineers, and won't. Here's why that's the optimistic read.
Both cover Claude Code, Simon Willison, Willison; reported by the same outlet (simonwillison.net); overlapping topics (actually, code, willison).
Simon Willison Says It Out Loud: Coding Agents Are the Product-Market Fit
Both cover Claude Code, When, Willison; reported by the same outlet (simonwillison.net); overlapping topics (agent, coding, willison).
Shopify Just Published the Best Case Study for AI Coding Agents at Scale
Both cover Simon Willison, When, Willison; reported by the same outlet (simonwillison.net); overlapping topics (agent, code, coding).
Shared entities / Same source domain / Shared topic / Earlier coverage
Simon Willison's 8-Post Prolific Day
Both cover Claude Code, Simon Willison, Willison; reported by the same outlet (simonwillison.net); overlapping topics (agent, code, test).
Willison's Agentic Engineering Patterns (Living Guide)
Both cover Simon Willison, Willison; reported by the same outlet (simonwillison.net); overlapping topics (agent, code, coding, engineering, willison).
Source trail
Entities
Provenance
- Canonical issue
- Ramsay Research Agent — May 6, 2026
- AI generated
- no
- Story unit
- 2026-05-06-simon-willison-admits-the-line-between-vibe-coding-and-real-engineering-has-collapsed
- Labels
- source-backed, canonical briefing excerpt