@garrytan: It's not that AI lets you write code faster. Plenty of people have noticed that. It's that AI lets you verify at a leve…
Summary
The post argues that the primary value of AI in programming is not just writing code faster, but enabling sustainable high-level verification and testing that was previously too costly in terms of human effort.
View Cached Full Text
Cached at: 05/12/26, 08:48 AM
It’s not that AI lets you write code faster. Plenty of people have noticed that. It’s that AI lets you verify at a level that was previously too expensive to sustain. The 90% testing threshold is magical, but it used to cost too much human willpower to reach.
Now it’s free.
Similar Articles
@garrytan: https://x.com/garrytan/status/2054064931515855118
Garry Tan argues that AI coding agents like Claude Code and Codex have changed software engineering by making high test coverage affordable, creating a 'complexity ratchet' that ensures code quality improves over time without sacrificing speed.
Using AI to write better code more slowly
Nolan Lawson argues that AI coding assistants can be used to write high-quality code slowly by employing multiple models for thorough code review and bug detection, improving codebase health rather than maximizing output speed.
AI didn’t remove engineering work. It moved the hard part somewhere else.
AI has made writing code cheaper but shifted the hard work to context-setting, review, and cleanup, requiring more skilled oversight. The article argues that teams often treat AI-generated code as finished work when it is actually a fast first draft.
@leerob: You might believe you should spend less time thinking about code because of AI. I strongly disagree! We’re watching thi…
The article argues that despite AI advancements, engineers must still understand code and systems, as AI-generated code can become a liability, and emphasizes the importance of CS fundamentals and system design.
@rohit4verse: AI didn't make code cheap. it made bad code lethal. Matt Pocock: "Software fundamentals matter more than ever" AI in a …
Discusses how AI amplifies code quality, emphasizing that software fundamentals matter more than ever, and recommends five design patterns for building reliable AI agents.