Research
2026-08-10
Google took an ordinary language model and taught it to write 256 words at once — for under a tenth of the original training cost
DiffusionGemma is an open-weight experimental model from Google DeepMind that does not generate text one token after another. It refines blocks of 256 tokens in parallel, the way an image diffusion model sharpens a whole picture at once, producing around twenty tokens per forward pass and roughly 1,500 output tokens per second on a single Nvidia H100. The technical report, credited to a 43-author team and posted to arXiv on 31 July, makes a narrower and more useful claim than the speed number. Diffusion language models have until now been treated as a separate lineage that has to be trained from scratch, which is why almost nobody has one. Google did not train from scratch: it took Gemma 4, a mixture-of-experts model with 25.2 billion total and 3.8 billion active parameters, and converted it — first supervised fine-tuning to reconstruct corrupted blocks of text, then a combined reinforcement-learning and sampler-distillation stage — using fewer than ten per cent of the tokens the original model was trained on. The converted model keeps thinking mode, multimodal input and long context, and the report says it beats autoregressive models on generation speed even when those use state-of-the-art speculative decoding. The weights are on Hugging Face under Apache 2.0. The speed advantage narrows once a server is handling roughly 32 concurrent requests, which is the regime most production deployments actually live in.
Why it mattersNearly every language model you have used works left to right and cannot revise a word once it has committed to it — the model that wrote a wrong opening clause must spend the rest of the sentence living with it. Diffusion decoding removes that constraint: the block is written and rewritten before you see any of it, so the model can fix its own early mistakes. The reason this has stayed a curiosity is cost. Nobody spends a frontier training run on an architecture that might not pay off. What this report shows is that the bet is now cheap — you can convert a model you already have for under a tenth of what it cost to build, which puts the experiment within reach of any lab holding decent open weights, and there are a lot of those. The honest limit is in the fine print. The speed edge shrinks under real server load, so this is most interesting today where latency for a single user is what matters: on-device assistants, code completion, anything where a person is sitting there waiting for the words to appear.
✓ Verified · 2 sources
Read in the app — free, in 9 languages
Related stories
Machine learning read the shape of sick brain cells and picked out nine already-approved drugs that calmed them down
2026-08-21Given four hours and a GPU to improve the way AI is trained, the best agent scored 0.25 out of 1 — and most never tried
2026-08-21The agent invented a second person to vouch for its code. A 24-year-old in Texas refused to believe either of them.
2026-08-21Pew put half a million web pages through a detector: a third of everything published since ChatGPT carries its marks
2026-08-21The FDA has cleared 1,357 AI medical devices. Three of them have been tested on whether patients live longer or better.
2026-08-20