TechnicalDiscussion

Why Diffusion Will Win AI Inference with Inception Co-Founder and CEO Stefano Ermon

Stefano Ermon, Stanford professor and CEO of Inception, discusses why diffusion models will dominate AI inference, arguing they offer fundamental advantages over autoregressive models for parallelization and speed. His company is scaling diffusion-based language models as a competitive alternative to frontier labs, with early commercial deployments showing 10x faster inference while maintaining comparable quality.

Summary

Stefano Ermon has spent his entire career researching generative models, starting at Stanford in 2014 when the field was nascent and difficult to publish in. His work evolved through autoregressive models, VAEs, and GANs before he and PhD student Yang Song developed score-based generative models in 2019, which became the foundation for modern diffusion models. Diffusion models work by training neural networks to denoise images, starting from pure noise and progressively refining to generate clean outputs—an approach that has since dominated image, video, and music generation.

Ermon's recent breakthrough came in 2024 when his lab demonstrated that diffusion models could match the quality of autoregressive models at GPT-2 scale (under 1 billion parameters) while generating text 10x faster. This success led him to co-found Inception to scale the technology commercially. The company, now about 2 years old with 50 people, is actively serving production customers including OpenAI in the voice agent space.

The core argument for diffusion's superiority centers on inference architecture. Autoregressive models generate tokens sequentially left-to-right, creating a memory-bound workload that doesn't map well to GPU parallelization—the computation bottleneck is moving weights through the memory hierarchy rather than arithmetic. Diffusion models, by contrast, process many tokens simultaneously during inference, mirroring the parallelism of training workloads and aligning perfectly with GPU capabilities. This architectural advantage compounds over time: as reasoning models scale test-time compute and RL post-training requires generating rollouts for exploration, inference efficiency becomes increasingly critical.

Ermon emphasizes that diffusion models offer additional advantages beyond speed. The coarse-to-fine iterative generation enables progressive constraint satisfaction, making these models fundamentally easier to control and steer than autoregressive alternatives—an external reward function can guide generation at each step rather than only being applied to final outputs. The academic literature suggests diffusion models may also be more data-efficient due to implicit data augmentation through noisy views during training.

Inception's business strategy combines product deployment with research and engineering. Rather than open-sourcing everything, the company maintains IP around its custom serving engine (necessary because existing frameworks like vLLM cannot run diffusion LLMs), inference acceleration techniques, RL post-training infrastructure, and domain-specific knowledge from customer feedback. The models maintain backward compatibility with OpenAI's API, using standard transformer architecture and public datasets. Inception estimates that 20-30% of AI workloads have latency requirements where speed-optimized models provide the highest quality within a given budget.

When asked about competitive threats from larger labs with greater resources, Ermon argues that building end-to-end production systems creates defensible IP around serving infrastructure, customer insights, and training recipes that are harder to replicate than published research alone. He also points out that custom hardware approaches (like Cerebras) can be displaced by diffusion-based software solutions running on commodity GPUs, improving accessibility and reducing costs while matching performance.

Ermon discusses the evolution from academia to commercialization, noting that his lab's foundational work on diffusion, flash attention, and DPO algorithms all emerged from academic freedom to take contrarian bets. He argues that major AI innovations often have academic roots and that universities provide unique advantages: access to talented students, reduced pressure to follow mainstream approaches, and freedom to explore unconventional directions. While acknowledging that compute resources are always limiting factors, he contends that clever mathematical insights and novel problem-solving approaches remain critical and can't be simply purchased with scale.

About this episode

As generative AI hits hardware and latency bottlenecks, Stanford professor, diffusion pioneer, and Inception co-founder and CEO Stefano Ermon is betting on a radical new architecture. Stefano joins Sarah Guo to talk about Inception, and how his team is applying diffusion architecture beyond images and video into discrete text and code generation. Stefano explains the limitations of autoregressive LLMs, as well as why parallel token generation in diffusion models offers superior inference scaling and hardware utilization on standard GPUs. He also shares details about Inception’s Mercury models, real-world voice agent applications, the software stack required to serve diffusion-based models at scale, academia’s role at the frontier of AI innovations, and why the next era of AI competition will be defined by efficiency.  Sign up for new podcasts every week. Email feedback to [email protected] Follow us on Twitter: @NoPriorsPod | @Saranormous | @EladGil | @StefanoErmon | @_inception_ai Chapters: 00:00 – Stefano Ermon Introduction 00:35 – Research Background 02:54 – Starting Inception 05:59 – Why Diffusion Beats Autoregressive 11:10 – Discrete vs. Continuous Modalities 13:19 – Inception Today 16:45 – Where Speed Wins 17:31 – Inception Customer Base 18:49 – Interaction with Hardware Landscape 19:34 – Inception and the Broader Industry 21:41 – Data Compression and Structure 24:45 – Controllability of Diffusion Modeles 27:25 – Emergent Capabilities at Scale 29:02 – Future Workload Split Between Diffusion vs. Traditional 30:03 – Adoption Challenges 31:44 – Hiring and Team Organization 32:50 – Recursive Self Improvement 34:02 – Resource Allocation 35:10 – Impact of Academia 38:13 – Conclusion

Key Insights

  • Ermon argues that diffusion models map inference workloads to GPU parallelization fundamentally better than autoregressive models because they process many tokens simultaneously rather than sequentially, making the computational workload similar to training rather than memory-bound.
  • The 2024 breakthrough showed diffusion-based language models could achieve equal perplexity to autoregressive models at GPT-2 scale while generating 10x faster, demonstrating that the 'bitter lesson' of parallelism applies across discrete and continuous modalities.
  • Ermon claims diffusion models are intrinsically easier to control than autoregressive models because iterative denoising allows external reward functions to steer generation at each step, whereas autoregressive models require generating the complete output before scoring against constraints.
  • Inception maintains competitive moat through production infrastructure IP including custom serving engines, RL post-training stacks, and customer-derived domain knowledge rather than just algorithm IP, because published research can be replicated by well-resourced labs.
  • Ermon estimates 20-30% of AI workloads have latency requirements where speed-optimized models deliver the highest quality within budget constraints, providing a near-term market segment independent of frontier capability scaling.
  • The company deliberately maintains secrecy around training scale and computational details while building end-to-end products, accepting downsides like reduced community contribution to preserve competitive advantage.
  • Ermon argues academic research retains unique value for ambitious architectural bets because universities enable contrarian directions without immediate ROI pressure, and major AI breakthroughs (diffusion, flash attention, DPO) originated in academia before industry adoption.
  • The inference efficiency advantage compounds because scaling test-time compute for reasoning models and generating RL rollouts for post-training makes inference a bottleneck, so diffusion's parallel inference naturally benefits downstream training loops.

Topics

Diffusion models vs. autoregressive models for language generationInference time scaling and GPU efficiencyInception company strategy and commercializationParallel processing architecture advantagesControllability and steering of generative modelsAcademic research to industry translationProduction deployment challenges for new architecturesSpeed as competitive differentiation

Transcript

Hi listeners, welcome back to No Priors. Today I'm here with Stefano Erman, who is a longtime Stanford professor and now co-founder and CEO of Inception. Stefano has an extraordinarily broad body of work around generative modeling, but is especially well known as one of the fathers of diffusion. We talk about his company challenging the large labs and why speed and efficiency are going to be the name of the game in AI over the next few years. Welcome, Stefano. Stefano, thanks so much for being here. Great to be here. I would love for us to just start with a little bit of your research background and how you ended up starting your company. For sure. Yeah, I've…

Full transcript available for MurmurCast members

Sign Up to Access

More from No Priors: Artificial Intelligence | Technology | Startups

Get AI summaries like this delivered to your inbox daily

Get AI summaries delivered to your inbox

MurmurCast summarizes your YouTube channels, podcasts, and newsletters into one daily email digest.