Top AI Product

Every day, hundreds of new AI tools launch across Product Hunt, Hacker News, and GitHub. We dig through the noise so you don't have to — surfacing only the ones worth your attention with honest, no-fluff reviews. Explore our latest picks, deep dives, and curated collections to find your next favorite AI tool.


DiffusionGemma (Google DeepMind) hits 1,500 tokens/s by refining 256 tokens at once

Google DeepMind just open-sourced DiffusionGemma, an experimental language model that doesn’t write text one token at a time. It starts with a block of 256 noise tokens and iteratively refines them in parallel — about 20 tokens per forward pass, roughly 1,500 tokens/s on a single H100. That’s faster than autoregressive models even with speculative decoding turned on.

Why this one is different

Every serious diffusion LLM before this was trained from scratch. DiffusionGemma is fine-tuned from Gemma 4 MoE (25.2B total, 3.8B active) using under 10% of the original training token budget. Translation: any strong AR model can become a diffusion model cheaply. It keeps thinking mode, multimodal input, and long context — and can still fall back to plain autoregressive generation, which points straight at hybrid diffusion-AR decoding.

Open weights, ready to run

The weights are on Hugging Face as google/diffusiongemma-26B-A4B-it, Apache 2.0. Obvious use cases: latency-critical agents, batch code generation, anything where decoding speed is the bottleneck. The technical report pulled 122 points on HackerNews — the most technically substantial release of the day.


You Might Also Like


Discover more from Top AI Product

Subscribe to get the latest posts sent to your email.



Leave a comment