Back to News
User submissionmp.weixin.qq.com

DHH on AI Agents, Omarchy, and What Becomes Valuable When Code Is Cheap

Summary

In a five-hour conversation with Lex Fridman, DHH describes a major shift in his view of AI-assisted programming. He says the decisive change was not autocomplete or chat, but agents that can inspect an entire codebase, use the command line, run tests, respond to errors, revise their work and delegate tasks to subagents. He places the turning point at the release of Opus 4.5 on November 24, 2025, and says that by summer 2026 he was increasingly describing problems while letting agents choose the implementation path. DHH uses Omarchy 4 Quattro, a Linux distribution he developed over about three months, as the main example. During its final two months, he says all new production code was generated by agents. That did not mean he abandoned technical responsibility: he still reviewed architecture, complexity and whether features should exist, while allowing agents to handle much of the implementation. A failed “vibe coding” experiment at 37signals showed the limit of local correctness: individually reasonable pull requests can damage a system when no one protects the overall architecture. The article argues that when implementation becomes extremely cheap, ideas, product vision, taste, problem definition and evaluation become more valuable. Rapid agent-generated prototypes make comparison and iteration more practical than trying to specify a perfect product in advance. Omarchy illustrates this philosophy by evolving from a strongly opinionated Arch Linux setup into a customizable operating system with its own ISO, installer, repositories, rollback, plugin architecture and direct integration with coding agents. Its goal is a computer that users can reshape through intent rather than a fixed product they merely operate. The discussion also covers highly personalized software, lower barriers to open-source contributions, and new maintenance responsibilities. Omarchy reportedly merged more than 1,000 pull requests in three months, increasing the importance of automated review and human decisions about the project’s direction. Engineering examples include reducing installation time to about 45 seconds and rewriting a Python terminal animation library in Rust; the performance figures are presented with caveats because the tests were not controlled benchmarks. DHH favors having one model implement and another review, while acknowledging that models may share blind spots. The article emphasizes that human attention, rather than tokens or compute, becomes the bottleneck when many agents run in parallel. DHH estimates that roughly 16 agent threads across several machines approach his practical limit and says sustainable workflows should move toward asynchronous delegation. It also describes Omarchy’s rapid community growth and the Omacom Foundation’s funding of upstream projects, while stressing that downloads and stars do not prove long-term adoption. Security remains a serious qualification: plugins and agents can access user-authorized files, credentials and networks, and the system currently requires Secure Boot to be disabled. The broader conclusion is deliberately uncertain. AI may expand demand for software, but it can also reduce the number of people needed for existing work. Durable value is likely to shift toward defining goals, understanding systems, validating results, governing permissions and accepting responsibility for what gets built.