SaaS Challengers
The transcript argues that AI has dramatically reduced software development costs, making legacy SaaS companies vulnerable to disruption. Startups are encouraged to build AI-native challengers targeting even the most entrenched enterprise software markets. The speaker frames this moment as analogous to the cloud transition that created the last generation of great software companies.
Summary
The speaker opens by acknowledging the market narrative that AI coding tools spell doom for SaaS companies, noting that investors have already punished software company valuations. However, the speaker reframes this pessimism as an opportunity: if incumbents are truly vulnerable, the rational response is to build challenger companies that exploit that weakness.
The core argument is that AI has collapsed the cost of producing software by a factor of 100x or more. This is significant because the traditional moat of legacy SaaS — massive, complex codebases built over decades — no longer provides meaningful protection. What once took enormous time and capital to replicate can now be built far more cheaply and quickly.
The speaker outlines several strategic approaches for attackers: cloning existing products and undercutting on price, building AI-native products from scratch, bundling multiple point solutions into unified suites, or building open-source replacements monetized through services and hosting.
Rather than targeting easy, low-stakes products like project management tools, the speaker urges founders to pursue the most entrenched and seemingly invulnerable software categories — chip design tools, ERPs, industrial control systems, and supply chain management platforms with codebases of 10 million lines or more. These have historically been untouchable, but the speaker argues that era is ending.
The transcript closes with a generational framing: just as the previous wave of great software companies was built by moving on-premises software to the cloud, the next wave will be built by replacing legacy SaaS with AI-native alternatives.
About this episode
AI has collapsed the cost of producing software by 10–100x, and the moat that once protected legacy SaaS, millions of lines of code built over decades, is gone. That's bad news for incumbents and great news for startups. Apply to YC Summer 2026 at ycombinator.com/apply.
Key Insights
- The speaker argues that AI has collapsed the cost of producing software by 100x or more, effectively eliminating the moat that legacy SaaS companies built through decades of accumulated code.
- The speaker claims founders should target seemingly invulnerable enterprise software categories — such as chip design software, ERPs, and industrial control systems — rather than obvious, low-stakes targets like product management tools.
- The speaker draws a direct historical parallel, arguing that the next generation of great software companies will be built by replacing legacy SaaS with AI-native software, just as the previous generation replaced on-premises software with cloud.
Topics
Transcript
[0:00] Everyone's talking about how AI coding means the end of SAS. Investors have wiped billions off software company market caps. Well, that might be bad news for incumbents, but it's good news for startups. If the incumbents really are this vulnerable, you should go build a challenger. AI has collapsed the cost of producing software by 100x or more, and that changes everything. The moat that once protected legacy SAS, millions of lines of code built over decades, is gone. There's a spectrum of ways to attack this. The most obvious is to clone an existing product and sell it [0:31] for onetenth the price. But you can go much further. You could build a product that's AI native…
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.