A Google DeepMind research scientist presents text diffusion as an alternative to autoregressive language model generation. Unlike token-by-token autoregressive models, text diffusion initializes a full sequence as random noise and iteratively denoises it over multiple forward passes. Key advantages include significantly lower latency (up to 10x faster due to GPU/TPU memory bandwidth efficiency), bidirectional attention enabling self-correction during generation, adaptive computation where harder problems automatically use more denoising steps, and in-place editing capabilities. The main drawback is lower throughput for large batches, making it expensive to serve at scale. The Gemini Diffusion research demo achieved ~2,000 tokens/second. Demos showcase real-time Wikipedia generation, fake Reddit page creation, an AI-generated operating system, and live voice-driven coding — all enabled by the low-latency properties of diffusion models.