How To Pick A Startup Idea
YC partner John argues that founders should stop overthinking startup ideas and instead commit fully to a single idea, going deep on customer understanding. He presents a rubric for validating ideas through immersive customer research and outlines three qualities of strong AI-era startup ideas. He emphasizes that even failed deep dives produce valuable data and often surface better underlying opportunities.
Summary
John, a partner at YC, opens by identifying a common founder failure mode: inability to commit to a single startup idea. He argues that meaningful progress is impossible without full commitment, and frames the video as a rubric for picking, committing to, and rapidly validating an idea.
He identifies two primary 'overthinks' that paralyze founders. The first is the search for a perfect idea, which he says cannot be found in the abstract — only through customer contact and real-world feedback. The second is excessive concern over founder-market fit. While he acknowledges that domain relevance matters, he argues founders routinely weaponize this against themselves, citing Blake Scholl of Boom Supersonic as an example of someone who successfully crossed domain boundaries from adtech to supersonic aviation.
John then addresses the trap of working on multiple ideas simultaneously. He argues this produces bad data: without going deep on any single idea, founders can neither confidently kill a good idea nor correctly abandon a bad one. His solution is 'burning the other boats' — explicitly shutting down all other options, changing company names and emails if necessary, and pursuing one idea with singular focus. He cites GovDash, which pivoted five times while fully committing to each iteration, as a model of this approach.
To measure whether a founder has gone deep enough, John uses the benchmark of whether they could run the customer's business themselves. Using voice customer service agents for cleaning companies as an example, he asks whether the founder knows daily operational crises, whether answering the phone is a top-five problem, and what revenue is lost per unanswered call. He also frames this as being able to teach a class on the problem or being among the most informed people in the world on the subject.
For validating ideas in the AI era, John outlines three qualities to look for. First, the idea should sit at the edge of what AI models can currently do — barely working today but clearly improving with model progress, referencing Paul Graham's 'live in the future' framing. Second, the idea should verticalize — meaning it should own outcomes rather than just sell software. He argues that as software costs approach zero, the valuable assets become customer trust, licenses, regulatory permissions, and outcome ownership. He cites Corgi Insurance, which acquired an insurance carrier during its YC batch rather than settling for being a tech-enabled broker. Third, the idea should be the most ambitious version of itself, since the cost of pursuing an ambitious idea and a modest one are roughly equivalent in difficulty, but the ambitious version offers better moats, talent attraction, and competitive protection.
Finally, John reframes failure: a deep dive that doesn't work still yields unambiguous customer data, real conviction for pivoting, and — most importantly — often surfaces a better, deeper structural idea that wasn't visible at the outset. He concludes that the worst failure mode isn't being wrong, but spinning wheels across multiple ideas without going deep enough on any of them to learn.
Key Insights
- John argues that working on multiple ideas simultaneously produces bad data — without going deep on any single idea, founders can neither confidently kill a good idea nor correctly identify a bad one, making parallel exploration actively counterproductive.
- John uses 'could you run the customer's business tomorrow?' as his high-watermark test for whether a founder has gone deep enough — knowing daily crises, top-five problems, and exact revenue lost per unanswered call, not just having spoken to 20 customers.
- John contends that in the AI era, good startup ideas should verticalize and own outcomes rather than just sell software — because as software costs approach zero, the genuinely valuable assets become customer trust, licenses, regulatory permissions, and full economic ownership of outcomes.
- John claims the cost of pursuing a wildly ambitious startup idea and a modest one are roughly the same — both are extremely hard and demand the same time — making the ambitious version strictly preferable because it rewrites a sector, attracts better talent, and builds a stronger moat.
- John argues that going deep on an idea is not primarily a validation process for the original idea but a mechanism for discovering the better, deeper structural idea underneath — stating that surface-level pain points are where most founders start, but real opportunities are the structural problems beneath them.
Topics
Transcript
[0:01] [music] Hi, I'm John and I'm a partner at YC. I often meet founders who have lots of ideas about what to work on and can't decide between them. Sometimes they're working on multiple things. Often they'll say that they're waiting to find the best idea before fully committing. But it's extremely hard to make meaningful progress on a startup without committing to a single idea. So in this [0:33] video, I'm going to give you a rubric for how to stop overthinking, pick an idea, commit to it, and then figure out fast whether it's actually working. The most important piece of advice I'd give to founders struggling to pick a startup idea is don't overthink it. Overthinking…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Y Combinator
Patrick Collison: "What If You Succeed?"
Patrick Collison discusses Stripe's founding story, the importance of concrete customer problems, and shares data suggesting it's the best time ever to start a business. He argues that despite AI advancement, there will be many winners rather than centralization, and emphasizes the value of deep learning alongside AI tools.
Multi-GPU Kernels, Intelligence per Watt, Heterogeneous Inference, and More | YC Paper Club
This YC Paper Club event focused on chip and kernel specialization in AI systems, featuring discussions on multi-GPU kernel optimization, energy-efficient inference, AI-generated kernel code, heterogeneous inference hardware, and GPU-accelerated game engine simulation. Speakers explored how specialization across hardware, software, and algorithms can dramatically improve efficiency and performance across different AI workloads.
Blake Scholl: The Future Was Supposed to Be Faster
Blake Scholl, founder of Boom Aerospace, discusses building the first independently developed supersonic jet by applying software development principles to hardware manufacturing. He argues that startups can compete in regulated industries by building solutions that solve regulatory concerns, and emphasizes that passion, iteration, and vertical integration are key to breakthrough innovation in deep tech.
Boris Cherny: Building Claude Code
Boris Cherny, creator of Claude Code, discusses how Anthropic's Opus 5 model represents a major leap in AI capabilities, requiring a fundamental rethinking of how to build AI products. Rather than accumulating complexity, successful builders must regularly delete system prompts and code to "unhobble" the model, allowing it to tackle increasingly complex tasks like rewriting entire codebases and maintaining software automatically.
Self-Maintaining APIs
The speaker argues that API communication is fundamentally broken across the industry, with breaking changes and new features going unnoticed. Since agentic coding tools have proven viable and developers accept external tool access to codebases, API providers should automatically apply changes to customer code rather than just announcing them—similar to how Dependabot works for dependencies.