back

How To Get The Most Out Of Vibe Coding

Vibe coding gets serious for startups

In the rapidly evolving landscape of AI-assisted software development, "vibe coding" has emerged as more than a trendy buzzword. Tom, a YC partner, recently shared his month-long experiment with vibe coding for side projects, revealing a practice that not only delivers impressive results but can be systematically improved through deliberate techniques. As multiple YC founders demonstrate, this evolution from casual prompt engineering to structured development methodology marks a significant shift in how we build software.

Key Points

  • Structured planning trumps spontaneity: Tom emphasizes creating comprehensive development plans with your AI before writing any code, maintaining these in markdown files, and implementing section by section rather than attempting to generate entire products at once.

  • Version control is non-negotiable: Using Git religiously prevents accumulating "layers of crust" from multiple failed AI attempts. When facing bugs, it's better to reset and start clean than to continually patch broken code.

  • Testing provides essential guardrails: High-level integration tests help catch the LLM's tendency to make unexpected changes to unrelated logic, providing confidence during feature implementation.

  • Technology choice still matters: Frameworks with established conventions and abundant training data (like Ruby on Rails) tend to yield better AI-generated results than newer languages with less representation in training sets.

The True Breakthrough: Process Over Prompts

The most insightful takeaway from Tom's experience is that successful vibe coding increasingly resembles traditional software engineering best practices. "The overarching theme here is to make the LLM follow the processes that a good professional software developer would use," Tom explains. This represents a significant evolution from earlier AI coding approaches that treated models as magic boxes requiring clever prompting tricks.

This matters because it suggests AI-assisted development is maturing into a legitimate engineering discipline rather than remaining a curiosity. We're witnessing the normalization of AI as a development partner that follows established software engineering principles – modularity, testing, version control, and systematic debugging. The industry is moving beyond the novelty phase toward practical integration of these tools into professional workflows.

Beyond the Tutorial: Real-World Applications and Limitations

Tom's advice is valuable, but my experience implementing these techniques across multiple projects reveals additional considerations. For instance, I've found that AI-generated code

Recent Videos

May 6, 2026

Hermes Agent Master Class

https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class — an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....

Apr 29, 2026

Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding

https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...

Mar 30, 2026

Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission

A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy — former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet — shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...