Google has released DiffusionGemma, a model that drops word-by-word generation in favour of producing 256-token blocks in one pass. The speed gain is real, so is the quality drop, and the company writes it into its own documentation.
Key Takeaways
- DiffusionGemma carries 26 billion parameters with 4 active, shipped under the Apache 2.0 licence.
- The quantised build fits inside 18 GB of video memory on a consumer card.
- Google ranks it below Gemma 4 on knowledge and coding tests, and points production users back to the older model.
Have an AI Sum Up This Article
ChatGPTWriting 256 Tokens at Once Instead of One by One
A standard language model builds its text left to right, one token after another, each new word conditioned on everything before it. DiffusionGemma breaks that constraint by starting from a block of 256 empty tokens it refines through successive passes until readable text emerges.
The principle comes from image generation, where it has been settled for years. Applying it to text stayed experimental, largely because earlier attempts required retraining a model from scratch. Google says it converted Gemma 4 for under 10% of the original training budget.
The architecture it landed on is hybrid. The technical sheet Google put online describes an autoregressive encoder paired with a denoising mechanism, block-based sampling, and a recommended ceiling of 48 refinement steps per block.
The sizing follows the parent model. Twenty-six billion parameters in total, only four billion active on each pass thanks to a mixture-of-experts layout. The quantised build fits inside 18 GB of video memory, which makes it installable on a recent consumer card.
The refinement step count doubles as a user setting along the way. Fewer passes mean faster, rougher text, more passes mean cleaner, slower text. The quality against speed dial, long frozen on the vendor’s side, ends up in the hands of whoever runs the model.
The model takes text, images at variable resolutions and video as inputs, but returns text only. Audio stays out of scope. A step-by-step reasoning mode is built in, with configurable channels.
The Trade-Off Google Puts in Writing
What makes this release unusual is its stated honesty. DiffusionGemma scores below Gemma 4 on general knowledge tests and on coding evaluations alike, and Google explicitly points production users back to the older model wherever quality outranks speed.
The company frames the whole thing as experimental. This is not a replacement, it is a demonstration that the conversion is possible and affordable, published so the community can build on it.
The target use is spelled out too: personal machines with few simultaneous requests, not cloud servers handling heavy throughput. Block diffusion saturates local hardware in one go, which makes it efficient on a single card and unsuited to a shared service.
The weights sit on the public model page with its full card, as well as on Kaggle and the company’s cloud platform. The Apache 2.0 licence allows commercial use with no strings attached.
The release cuts against the recent path of the company’s flagship line, where a major version was pushed back to be rebuilt. Shipping a model openly labelled imperfect is one way to keep a cadence without touching the main range.
More articles on Horizon
- Meta Opens Muse Glimmer, an Agent That Runs Locally
- Claude Code Auto Mode Becomes the Default August 14
- We Tested Taskade, the AI Workspace That Builds Apps
What Diffusion Opens Up for Personal Machines
For anyone running a model at home, generation speed is the first friction they feel, ahead of answer quality. A factor of four on that axis changes daily experience more than a few points on an academic test.
The most interesting effect sits on the agent side. An agent chaining dozens of calls inside one session pays the latency at every step, and block generation brings that accumulated cost back to something bearable on modest hardware.
One practical caveat deserves airtime. Block generation delivers its text in one go rather than word by word, which removes the progressive streaming that chat interfaces have trained users to expect. The wait gets shorter and quieter, which is not quite the same sensation.
There is also a resource argument that rarely gets made out loud. Four billion active parameters on each pass means the machine does far less work per token than the 26 billion total would suggest, and on a laptop running on battery that difference shows up as heat and autonomy rather than as a benchmark line.
On the competitive front, the demonstration matters more than the model. By showing an existing model converts for a fraction of its training budget, Google opens the door to fast conversions at every lab already publishing open weights, starting with those that already hold ground with a capable open model.
The release also extends the run of publications from the company’s research lab, already behind work this year such as the model that makes several robots work together. The cadence holds, including through a stretch of heavy departures toward rival labs.
What remains open is whether the quality gap narrows. If a second generation of text diffusion models matches autoregressive scores at equal budget, today’s trade-off disappears and speed stops being something you have to bargain for.
Follow the story on Horizon.


