Fetching from the wire…
Top 5 · 2026-04-13 · source-backed
Oxide Computer CTO Bryan Cantrill published "The Peril of Laziness Lost" on April 12. His thesis: the best software exists because humans are lazy, and LLMs aren't.
The argument goes like this. Larry Wall identified laziness as a programmer virtue decades ago. Not sloth. The kind of laziness that makes you write a script instead of doing repetitive work manually. The kind that makes you create a clean abstraction because you don't want to maintain the same logic in five places. Human laziness is a constraint that forces crisp design.
LLMs have no such constraint. Work costs them nothing. They'll happily generate 500 lines where 50 would do. They'll duplicate logic across files because deduplication requires caring about maintenance burden. Cantrill calls the result "a layercake of garbage," systems that grow larger but not better.
Simon Willison amplified the piece the same day, and it's been bouncing around my feeds since. The timing is perfect. Apple is seeing an 84% quarterly surge in App Store submissions driven by vibe coding tools, pushing the 2025 total to 557,000 new apps. The Harvard Gazette reports 92% of US developers have adopted vibe coding practices and 60% of new code in 2026 is AI-generated.
I use Claude Code every day. I'm deeply in the camp of "AI makes me dramatically more productive." But Cantrill is identifying a real failure mode that I've seen in my own work. When I let the agent run without tight feedback loops, systems get bigger without getting simpler. The harness engineering story above connects directly: guides and sensors are how you inject human laziness back into the process. The CLAUDE.md that says "prefer editing existing files to creating new ones" is literally encoding the laziness virtue.
The practical takeaway for builders: your job isn't to generate code anymore. It's to maintain the design pressure that keeps systems simple. Review every agent-generated PR for abstraction quality, not just correctness. Does this code need to exist? Could it be simpler? Would a lazy human have done it differently? That's the question.
Each link below shares sources, entities, or timing with this story.
Apple partners with Alibaba / Shared entities / Same source domain / Shared topic / What happened next / Tension
Linked by a graph relationship (Apple partners with Alibaba); both cover April, Claude Code, Simon Willison; reported by the same outlet (simonwillison.net, thenextweb.com).
Apple partners with Google / Shared entities / Shared topic / What happened next / Tension
Linked by a graph relationship (Apple partners with Google); both cover Claude Code, LLMs, When; overlapping topics (claude, code, coding, have).
Anthropic partners with Apple / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Anthropic partners with Apple); both cover Claude Code, Simon Willison, When; reported by the same outlet (simonwillison.net).
Apple supports Claude / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Apple supports Claude); both cover Claude Code, Does, When; overlapping topics (claude, code, coding, design, human).
Apple supports Claude / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Apple supports Claude); both cover LLMs, Simon Willison; reported by the same outlet (simonwillison.net).
Uber uses Claude Code / Shared entities / Shared topic / What happened next / Tension
Linked by a graph relationship (Uber uses Claude Code); both cover April, Claude Code, When; overlapping topics (claude, code, coding).
Anthropic partners with Apple / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic partners with Apple); both cover Claude Code, LLMs, Simon Willison; reported by the same outlet (simonwillison.net).
Paul Ford uses Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Paul Ford uses Claude Code); both cover Claude Code, LLMs, Simon Willison; reported by the same outlet (simonwillison.net).