Steve Yegge's Vibe Coding Manifesto: Why Claude Code Isn't It & What Comes After the IDE
Latent Space: The AI Engineer Podcast
2025/12/26
Steve Yegge's Vibe Coding Manifesto: Why Claude Code Isn't It & What Comes After the IDE
Steve Yegge's Vibe Coding Manifesto: Why Claude Code Isn't It & What Comes After the IDE

Latent Space: The AI Engineer Podcast
2025/12/26
The era of writing code line by line is fading, replaced by a new paradigm where developers orchestrate AI agents to build software at scale. This conversation dives into the cultural, technical, and psychological shifts defining the future of engineering.
AI is transforming software development from a craft into a coordination problem. Developers who master agent orchestration—managing fleets of AI that plan, write, test, and merge code—are seeing 10x productivity gains, especially at cutting-edge companies like OpenAI. Trust in AI doesn't come from capability but predictability, which requires around 2,000 hours of hands-on use. The real bottleneck has shifted from coding to merging, as simultaneous changes create conflicts that demand AI-mediated serialization. Traditional IDEs are becoming obsolete; the future lies in dashboards that manage autonomous agents working in parallel, communicating via protocols like MCP. Contrary to past wisdom, rewriting systems from scratch is now often faster than refactoring legacy code. Meanwhile, senior engineers with 12–15 years of experience are the most resistant to change, their identities tied to outdated workflows. The next frontier is 'factory farming' code at industrial scale, where even non-programmers can participate through high-level direction. For the next generation, learning syntax is less important than understanding architecture and system design through 'vibe coding.'
02:29
02:29
Using an IDE for coding is a sign of a bad engineer by January 1st
04:54
04:54
Even world-class engineers not using AI may become 'interns' in a year
07:13
07:13
Learning agentic coding is like learning to drive — high-performance but risky without proper training.
13:34
13:34
The future tool won't be an IDE but an agent orchestration dashboard
16:23
16:23
Beads receives PRs from people likely with AI assistance, showing AI's role in real-world development.
30:54
30:54
AI has been getting four times smarter every 18 months, with potentially two more growth cycles in three years.
33:14
33:14
Agents are writing code to call tools instead of making direct tool calls, a pattern first found by Cloudflare and confirmed by Anthropic.