Skip to main content
The TWIML AI Podcast

The Race to Production-Grade Diffusion LLMs with Stefano Ermon - #764

63 min episode · 2 min read
·
Stefano Ermon

Episode

63 min

Read time

2 min

Topics

Productivity, Investing, Startups

AI-Generated Summary

Key Takeaways

  • Inference efficiency advantage: Diffusion LLMs generate multiple tokens per denoising step rather than one token per neural network evaluation, producing 5–10x faster outputs than autoregressive models like Claude Haiku, GPT-4o Mini, or Gemini Flash. This speed advantage is software-based and runs on standard GPUs, making it more scalable than specialized inference chips like Cerebras or Groq.
  • Discrete diffusion mechanics: The noise process for text replaces pixel-intensity perturbation with token masking — the model learns to predict hidden tokens using both left and right context simultaneously. This bidirectional context access is a structural quality advantage over autoregressive models, which only use left-side context, and explains strong performance on autocomplete and code-editing tasks.
  • Test-time scaling via denoising steps: Diffusion LLMs offer a distinct inference-time compute knob: increasing denoising iterations improves output quality without extending the generation length. Unlike chain-of-thought reasoning traces that grow token count and memory usage, diffusion refinement happens in-place, making it a more memory-efficient path to higher-quality answers under latency constraints.
  • RL post-training bottleneck reduction: Reinforcement learning fine-tuning of autoregressive models is bottlenecked by slow rollout generation. Because diffusion LLMs produce outputs 5–10x faster, they can generate candidate solutions for reward scoring significantly more quickly, compressing the RL training loop. Inception identifies this as a current active research area with no established best practice yet for discrete diffusion models.
  • Production serving requires custom infrastructure: Standard LLM serving engines — vLLM, SGLang, TensorRT — do not support diffusion LLMs. Inception built a proprietary serving engine to handle continuous batching and multi-request optimization. SGLang recently added limited open-source diffusion model support, but the ecosystem remains underdeveloped compared to autoregressive tooling, representing a barrier for teams attempting self-hosted deployment.

What It Covers

Stefano Ermon, Stanford professor and Inception CEO, explains how diffusion language models work as an alternative to autoregressive LLMs, covering the technical path from image diffusion to text generation, Mercury 2's benchmark performance against frontier speed-optimized models, and why inference-time economics now favor the diffusion approach.

Key Questions Answered

  • Inference efficiency advantage: Diffusion LLMs generate multiple tokens per denoising step rather than one token per neural network evaluation, producing 5–10x faster outputs than autoregressive models like Claude Haiku, GPT-4o Mini, or Gemini Flash. This speed advantage is software-based and runs on standard GPUs, making it more scalable than specialized inference chips like Cerebras or Groq.
  • Discrete diffusion mechanics: The noise process for text replaces pixel-intensity perturbation with token masking — the model learns to predict hidden tokens using both left and right context simultaneously. This bidirectional context access is a structural quality advantage over autoregressive models, which only use left-side context, and explains strong performance on autocomplete and code-editing tasks.
  • Test-time scaling via denoising steps: Diffusion LLMs offer a distinct inference-time compute knob: increasing denoising iterations improves output quality without extending the generation length. Unlike chain-of-thought reasoning traces that grow token count and memory usage, diffusion refinement happens in-place, making it a more memory-efficient path to higher-quality answers under latency constraints.
  • RL post-training bottleneck reduction: Reinforcement learning fine-tuning of autoregressive models is bottlenecked by slow rollout generation. Because diffusion LLMs produce outputs 5–10x faster, they can generate candidate solutions for reward scoring significantly more quickly, compressing the RL training loop. Inception identifies this as a current active research area with no established best practice yet for discrete diffusion models.
  • Production serving requires custom infrastructure: Standard LLM serving engines — vLLM, SGLang, TensorRT — do not support diffusion LLMs. Inception built a proprietary serving engine to handle continuous batching and multi-request optimization. SGLang recently added limited open-source diffusion model support, but the ecosystem remains underdeveloped compared to autoregressive tooling, representing a barrier for teams attempting self-hosted deployment.
  • Controllability as a structural differentiator: Diffusion models generate the full output object from the start of the process, enabling constraint checking and steering throughout generation rather than only at completion. This property, already demonstrated in medical imaging applications like low-radiation CT reconstruction, translates to text as a potential mechanism for enforcing brand guidelines, safety constraints, or structured output formats more reliably than prompt-based guardrails.

Notable Moment

Ermon points out that the theoretical arguments against generative models actually working — specifically the curse of dimensionality — are mathematically sound, yet the models work anyway. He notes that even for basic classification, no predictive theory of deep learning generalization exists at practical scales, making the entire field empirically driven rather than theoretically grounded.

Know someone who'd find this useful?

Episode Transcript

A big thanks to Blitsy for supporting the podcast and sponsoring this episode. Want to accelerate software development velocity by five x? You need Blitsy, which brings autonomous software development to your enterprise code base. Your engineers declare intent, and Blitsy agents map your code base and generate an agent action plan. Once approved, Blitsy gets to work, autonomously generating hundreds of thousands of lines of validated end to end tested code. More than 80% of the work completed in a single run. Blitsy is not just generating code, it's developing software at the speed of compute. Experience Blitsy firsthand at blitsy.com/twiml. That's blitzy.com/twiml. If you need to scale up these models and they are actually getting into production, the price per token or the what's needed per token becomes the key metrics that you care about. And so what we're seeing with the fusion language models is that they scale better than autoregressive models at inference time. They're cheaper to serve. They're faster. You get more tokens per GPU, which means that the price is actually lower. And so that's why we we felt like, yeah, this is the time to to do it. And in fact, that's what we're seeing. Alright, everyone. Welcome to another episode of the Twimble AI podcast. I am your host, Sam Charrington. Today, I'm joined by Stefano Erman. Stefano is associate professor at Stanford University and the CEO of Inception. Before we get going, be sure to take a moment to hit that subscribe button wherever you're listening to today's show. Stefano, welcome back to the podcast. It has been a while. Yeah. Thank you for hosting me again. Yeah. It's been a very long time since we last chatted. Yeah. I think about eight years or so. Certainly, lots has changed, and we'll get into some of that in particular, what you've been doing with diffusion models. But to get us started, why don't you tell us a little bit about what you've been up to with for the last eight years maybe? Yeah. So I've been, working still in the same space. So I've been working in generative models, I guess, my my whole career, my whole life. Now what has changed is just that the field really took off. I guess now it's called generative AI, and everybody is paying attention to it. And, you know, it's it's, become the thing that everybody is, looking at and everybody's trying to, you know, get into. So, yeah, it's been it's been exciting to see the growth of the of the field and the capabilities of these models. When I started back in, you know, 2014 or so, you know, we were barely able to model and these images, and it was all, like, very blurry, and that was already, like, a big result. And now, yeah, the virus shifted a little bit in terms of, like, what these models can do. So, yeah, it's been it's been exciting. And, you know, …

Get the full transcript (11,057 words) + summary by email — free

One-time email with the complete transcript and AI summary of this episode. No account needed.

One email, no spam. We’ll also show you what SignalCast does.

Browse all The TWIML AI Podcast transcripts →

You just read a 3-minute summary of a 60-minute episode.

Get The TWIML AI Podcast summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

Books, tools, and gear mentioned in this episode

SignalCast may earn commission on purchases via these links. As an Amazon Associate, SignalCast earns from qualifying purchases.

Tools

  • Standard LLM serving engines — vLLM, SGLang, TensorRT — do not support diffusion LLMs. Inception built a proprietary serving engine... SGLang recently added limited open-source diffusion model support.
  • Standard LLM serving engines — vLLM, SGLang, TensorRT — do not support diffusion LLMs.
  • Standard LLM serving engines — vLLM, SGLang, TensorRT — do not support diffusion LLMs.

Gear

  • by Groq

    This speed advantage is software-based and runs on standard GPUs, making it more scalable than specialized inference chips like Cerebras or Groq.
  • by Cerebras

    This speed advantage is software-based and runs on standard GPUs, making it more scalable than specialized inference chips like Cerebras or Groq.

company

  • InceptionBy guest
    Stefano Ermon, Stanford professor and Inception CEO, explains how diffusion language models work... Inception built a proprietary serving engine... Inception identifies this as a current active research area.

More from The TWIML AI Podcast

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.

Read this week's Investing & Markets Podcast Insights — cross-podcast analysis updated weekly.

You're clearly into The TWIML AI Podcast.

Every Monday, we deliver AI summaries of the latest episodes from The TWIML AI Podcast and 192+ other podcasts. Free for one show.

Start My Monday Digest

No credit card · Unsubscribe anytime