Why most AI products fail: Lessons from 50+ AI deployments at OpenAI, Google, and Amazon
Key insights
Books referenced
- When Breath Becomes Air - Paul Kalanithi - Aishwarya's most-recommended book; she cites Kalanithi's inversion of Socrates - 'if the unexamined life is not worth living, was the unlived life worth examining' - as a check against over-optimizing life the way you'd optimize a product.
- The Three-Body Problem (series) - Liu Cixin - Kiriti's favorite sci-fi series; he ties its themes of abstract science quietly compounding into civilization-scale effects to how AI's value can be invisible day to day.
- A Fire Upon the Deep - Vernor Vinge - Lenny recommends it back to the guests as a lesser-known AGI/superintelligence sci-fi novel he found via a Noah Smith newsletter recommendation.
Media referenced
- Silicon Valley - show - Aishwarya is rewatching it and says its satire of tech culture and hype cycles feels timeless applied to the current AI wave.
- Expedition 33 - other - Kiriti's recent favorite (video game), praised for gameplay, story, and music; unrelated to AI but cited as a rare moment of downtime.
- UC Berkeley / Databricks enterprise AI reliability survey - paper - Aishwarya cites this survey (authors including Matei Zaharia and Ion Stoica) finding ~74-75% of enterprises name reliability as their top blocker to deploying customer-facing AI products.
Companies
- OpenAI - Kiriti currently works on the Codex team; used as the reference point for how a coding-agent org balances evals against vibes and customer feedback.
- Google - Kiriti spent roughly a decade building AI/ML infrastructure here before OpenAI.
- Amazon - Aishwarya was an early AI researcher on Alexa; also one of the companies among the guests' 50+ AI product deployments.
- Databricks - One of the companies among the guests' 50+ deployments; also co-authored the reliability survey Aishwarya cites.
- Rackspace - Aishwarya worked with its CEO, who blocked 4-6am daily to catch up on AI news rather than take meetings - held up as a model of hands-on leadership.
- Anthropic - Referenced via Claude Code's public stance (per its head, Boris Cherny) that it relies on 'vibes' over formal evals, which the hosts use to set up the evals-vs-monitoring discussion.
- Air Canada - Cited as a cautionary real-world incident where an AI agent hallucinated a refund policy the airline was then legally bound to honor.
- Kumo - Prior company where Kiriti built AI and ML infrastructure before OpenAI.
Techniques and frameworks
- Continuous Calibration, Continuous Development (CCCD) - The guests' named framework (modeled on CI/CD) for building AI products: scope capability and curate a data set, deploy with evaluation metrics, monitor production for unexpected behavior, diagnose new error patterns, then either quick-fix or build new metrics and repeat.
- Agency-control tradeoff - Core mental model: every unit of autonomy handed to an AI system is a unit of human control given up, so autonomy should only increase as the system earns demonstrated trust.
- Problem-first approach - Discipline of defining the exact problem and constrained scope before reaching for agentic complexity, to avoid the 'slippery slope' of chasing solution sophistication.
- Evals vs. production monitoring - Evals are a curated test set encoding known failure modes; production monitoring (explicit and implicit signals like regenerate-clicks) surfaces the emerging failure patterns evals can't anticipate. The guests argue both are necessary, neither is sufficient alone.
- Success triangle (leaders, culture, technical prowess) - Framework the guests use to diagnose why AI initiatives succeed or fail at the org level, independent of the underlying technology.
Summary
Lenny Rachitsky hosts Aishwarya Naresh Reganti and Kiriti Badam, who together have worked on more than 50 AI product deployments across OpenAI (where Kiriti currently works on the Codex team), Google, Amazon, Databricks, and a range of startups and enterprises, and who teach a top-rated AI product course on Maven. The conversation is built around a single core claim: building AI products is fundamentally different from building traditional software, in two specific ways. First, AI products are non-deterministic on both sides - users express intent through unconstrained natural language, and the underlying LLM's output is sensitive to phrasing and effectively a black box - so teams can't map a fixed input to a fixed output the way they could with a traditional deterministic app. Second, every unit of autonomy an AI system is given is a unit of human control surrendered, and that autonomy has to be earned by demonstrated reliability rather than assumed.
From that framing, the guests lay out their central prescription: start any AI product with high human control and low agent agency, and only expand agency once the system has proven itself trustworthy in narrower, lower-risk versions. They walk through concrete progressions - a customer support agent moving from suggesting answers to a human, to drafting answers a human lightly edits, to fully autonomous resolution; a coding assistant moving from inline completions to larger auto-generated PRs the developer approves, to autonomous PRs. This staged approach is formalized as their "Continuous Calibration, Continuous Development" (CCCD) framework, modeled explicitly on CI/CD: scope the capability and curate a starting dataset, deploy with evaluation metrics, then continuously monitor production for behavior the team didn't anticipate, diagnose new failure patterns, and either quick-fix them or build new evaluation metrics before repeating the loop.
A substantial segment addresses the "evals" debate that dominated AI Twitter through 2025. The guests reject the framing that evals or production monitoring alone can solve reliability - evals are a curated dataset encoding known failure modes, while production monitoring (both explicit signals like thumbs-down and implicit ones like a user regenerating an answer) surfaces the emerging patterns nobody anticipated. Kiriti invokes Martin Fowler's "semantic diffusion" to explain why "evals" has become a confusing catch-all term meaning different things - error analysis, LLM judges, or the entire feedback loop - to different practitioners, none of whom are technically wrong. He also describes how the Codex team at OpenAI balances structured evals for guarding core product integrity against heavy reliance on direct customer feedback and "vibes," since a coding agent's use cases are too varied to fully specify in advance.
The guests frame organizational success around a "success triangle" of leaders, culture, and technical execution, arguing the technology is rarely the bottleneck. They cite a Rackspace CEO who blocked 4-6am daily to personally stay current on AI rather than delegate, and stress that leaders must be willing to relearn intuitions built over a pre-AI career. Culturally, they warn against fear-driven adoption where subject-matter experts withhold input because they feel threatened, versus an empowerment-driven culture where experts help calibrate agent behavior. Aishwarya also cites a UC Berkeley/Databricks survey finding roughly 74-75% of enterprises name reliability, not model capability, as their top blocker to shipping customer-facing AI products - which she says explains the current skew toward internal productivity tools over end-to-end customer-facing agents.
In a lightning round, the guests share recommendations spanning "When Breath Becomes Air" by Paul Kalanithi, the "Three-Body Problem" trilogy, and "A Fire Upon the Deep"; favorite recent products (Whisper Flow, Raycast, "caffeinate" for long-running local agent tasks); and closing philosophies. Kiriti's "pain is the new moat" framing closes out the substantive discussion: he argues durable competitive advantage in AI products comes not from being first to market or having a flashy feature, but from the accumulated, hard-won organizational knowledge of what doesn't work - knowledge competitors can't easily copy. Aishwarya extends this into a broader claim about the AI era: since implementation is becoming "ridiculously cheap," design judgment and taste - knowing what's actually worth building - become the scarcer and more valuable skill, for both companies and individual careers.
Notable Quotes
"It's about have you built the right flywheels in place so that you can improve over time." - Aishwarya Naresh Reganti
"If someone's selling you one-click agents, it's pure marketing. You don't want to buy into that." - Aishwarya Naresh Reganti
"Pain is the new moat." - Kiriti Badam
"Building is really cheap today. Design is more expensive." - Aishwarya Naresh Reganti