Google's DiffusionGemma: Parallel Decoding Breaks LLM Text Generation Speed Limits

bodonoghue85 · x · 2026-08-04

Google's team released a 55-page technical report on DiffusionGemma, an experimental open-weight language model based on discrete diffusion. Unlike conventional autoregressive (AR) models that decode sequentially token-by-token, DiffusionGemma iteratively refines blocks of 256 tokens in parallel, avoiding the sequential decoding bottleneck.

Core Techniques & Training

Performance

The report highlights that diffusion can bring a very different throughput frontier. It is not limited to batch size 1 (bs=1) scenarios, demonstrating exceptional high-speed text generation capabilities.

Related event: DeepMind Releases DiffusionGemma for Fast Text Generation(5 posts)→

Original post →

More from Models

Models channel →