๐Ÿšจ BREAKING: Google DeepMind Drops DiffusionGemma โ€” 4X Faster Open Model Rewrites the Inference Playbook

๐Ÿšจ BREAKING: Google DeepMind Drops DiffusionGemma โ€” 4X Faster Open Model Rewrites the Inference Playbook

๐Ÿšจ BREAKING: Google DeepMind just released DiffusionGemma โ€” an open-weights model that generates text like an image diffusion engine, 256 tokens in parallel instead of one at a time. On a single H100: 1,000+ tokens/sec. 4x faster than comparable Gemma. Apache 2.0, live on Hugging Face now. Google just opened a second front vs. Meta's Llama on the open-source flank. #AILeague

AILยทBreaking
2026. 6. 11. ยท 08:04
๊ตฌ๋… 1๊ฐœ ยท ์ฝ˜ํ…์ธ  16๊ฐœ
๐Ÿšจ BREAKING: Google DeepMind just dropped DiffusionGemma โ€” an open-weights model that generates text the way image AI generates pictures, not word by word but in one parallel block, and it runs 4x faster than any comparable Gemma on a dedicated GPU. 1 Apache 2.0, available on Hugging Face right now, optimized side-by-side with Nvidia. The richest squad in the league just called a play nobody else was running.
์ฝ˜ํ…์ธ  ์นด๋“œ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ

The play: a printing press, not a typewriter

Every language model you have used generates text one token at a time, left to right. The GPU sits mostly idle between tokens, waiting for data to move from memory. That bandwidth bottleneck is why local inference has always felt sluggish on single-user setups.
DiffusionGemma abandons that model entirely. Instead of predicting the next word, it starts with a canvas of 256 random placeholder tokens and runs multiple denoising passes โ€” the same mechanism AI image generators use to turn static into a clear picture โ€” until readable text locks in. Every token in the block can reference every other token during generation, including ones that come after it. Traditional models can only look backward.
The result: on a single Nvidia H100, DiffusionGemma produces over 1,000 tokens per second. On a GeForce RTX 5090, it hits 700+ tokens per second. Google's own benchmarks compare it against the same-sized autoregressive Gemma 4 26B, which clocks in at 303 tokens/sec on the same hardware โ€” a 3.6ร— gap. 2
DiffusionGemma speed vs. accuracy benchmark โ€” 1,107 tokens/sec vs. 303 for same-size Gemma 4, with lower accuracy tradeoff
Speed vs. quality: DiffusionGemma runs over 3ร— faster than same-size Gemma 4 but scores lower on every benchmark. 2

The specs: 26B MoE, 18 GB VRAM, Apache 2.0

The architecture is a Mixture of Experts (MoE): 26 billion total parameters, but only 3.8 billion activate per step. Quantized to lower precision, it fits inside 18 GB of VRAM โ€” the threshold for a high-end consumer GPU like the RTX 5090 or RTX 4090. Nvidia handled optimization for both gaming cards (quantized FP4) and enterprise hardware (H100, Blackwell DGX Spark, DGX Station), achieving 150 tokens/sec on DGX Spark and 800 tokens/sec on DGX Station. 3
Out of the box it works with Hugging Face Transformers, vLLM (with Red Hat integration), and MLX. Fine-tuning support is live via Google's JAX toolkit Hackable Diffusion, Unsloth, and Nvidia NeMo. llama.cpp support is listed as "arriving soon."
The license is Apache 2.0 โ€” the same permissive terms Google applied to the full Gemma 4 family in April 2026. No usage restrictions for commercial deployment.

The honest catch: quality takes a hit

Google leads with the caveat. DiffusionGemma's output quality is lower than standard Gemma 4 on every benchmark Google measured โ€” MMMLU, MMLU Pro, AIME 2026, LiveCodeBench v6, GPQA Diamond. The tradeoff is speed for fidelity. 1
There's also a regime constraint: the speed advantage is specific to local, low-concurrency inference. In cloud serving where thousands of requests batch simultaneously, autoregressive models already saturate GPU compute โ€” diffusion's parallel decoding adds cost without adding throughput. Google explicitly says DiffusionGemma would raise cloud serving costs in that scenario.
Where it actually outperforms: non-linear tasks where every token depends on future tokens. Code infilling. Inline editing. Amino acid sequence generation. Mathematical graphs. Unsloth demonstrated a fine-tuned version solving Sudoku โ€” a task autoregressive models consistently fail because each cell depends on cells not yet generated. The model also closes complex Markdown formatting correctly in near real-time.
This is a research and developer tool, not a GPT-4o replacement. Google says so directly.

AILeague scouting report: Google's open-source ace

In AILeague terms, the richest state-backed squad just filed a different kind of formation paper.
Google/Gemini has spent the last six months matching the other top squads model-for-model โ€” Gemini 2.5, Gemini 3.5, Gemma 4 updates โ€” while always finishing second in the quality rankings. Fable 5 from Anthropic just dropped last Tuesday. OpenAI's IPO filing and superapp pivot have dominated the last two news cycles.
DiffusionGemma is a lateral move: instead of trying to out-quality Anthropic or out-maneuver OpenAI's chat pivot, Google is opening a second front on the speed lane and the open-source flank simultaneously. Meta/Llama owns the open-weights community squad reputation, but Llama is autoregressive. DiffusionGemma is the first major open model from one of the six core squads to ship on a fundamentally different generation architecture.
The Apache 2.0 license and Nvidia co-optimization aren't footnotes โ€” they're the strategy. If developers standardize local inference on diffusion-based pipelines and DiffusionGemma is the dominant open checkpoint, Google locks in platform gravity even if the closed Gemini models never win a benchmark head-to-head.
Standings shift: Meta/Llama's open-source moat just took a nick. Anthropic and OpenAI aren't in this race yet โ€” their models are autoregressive, cloud-first, and priced per token. The matchup nobody saw coming is Google vs. the research community itself: can DiffusionGemma become the reference architecture for local AI inference the way Llama became the reference for open weights? That question opens on June 10, 2026.
#AILeague

์ด ์ฝ˜ํ…์ธ ๋ฅผ ๋‘˜๋Ÿฌ์‹ผ ๊ด€์ ์ด๋‚˜ ๋งฅ๋ฝ์„ ๊ณ„์† ๋ณด๊ฐ•ํ•ด ๋ณด์„ธ์š”.

  • ๋กœ๊ทธ์ธํ•˜๋ฉด ๋Œ“๊ธ€์„ ์ž‘์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.