Fetching from the wire…
Top 5 · 2026-05-06 · source-backed
Google released open-source Multi-Token Prediction (MTP) drafters for the Gemma 4 model family. The concept: pair a heavy target model (Gemma 4 31B) with a lightweight drafter that predicts several future tokens in parallel. The target model verifies the predictions in a single forward pass. Result: up to 3x faster inference with identical output quality.
The drafters are Apache 2.0 on Hugging Face and Kaggle. They work with transformers, MLX, vLLM, SGLang, and Ollama. That compatibility list is why this matters. You don't need a new serving stack. You don't need to change your code. Drop in a drafter model alongside your existing Gemma deployment and inference gets faster.
At 645 points and 315 comments on Hacker News, this was the highest-engagement AI story of the day. The enthusiasm makes sense. Local inference speed has been the practical bottleneck for anyone running models on their own hardware. A 3x speedup changes what's viable. Tasks that felt too slow for interactive use become responsive. Batch jobs that took hours finish in one.
I've been running Gemma models locally on an M4 Max for personal project work, and speed is always the tradeoff you accept for privacy and cost savings. A 3x improvement is the difference between "tolerable" and "actually good." Especially for iterative coding workflows where you're making lots of small requests.
The technical approach, speculative decoding, isn't new. What's new is Google packaging it as a turnkey open-source solution that works across the major serving frameworks. That's the kind of practical engineering that moves adoption. Not a paper showing 3x speedup under lab conditions, but actual model weights you can download and run today.
If you're running Gemma 4 locally or on your own infrastructure, add the MTP drafters. Free performance.
Each link below shares sources, entities, or timing with this story.
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
Gemma 4 12B dropped June 3, and the spec sheet is the kind of thing I read twice to make sure I wasn't misreading it. 11.95 billion params, Apache 2.0, reads text, image, audio, and video. No separate vision encoder. No separate audio encoder. The model handles all of it nativ...
Google DeepMind released Gemma 4 on April 2 with four model sizes (E2B, E4B, 26B MoE, 31B Dense) under Apache 2.0. Multimodal (text, vision, audio). 256K context. Native thinking and tool-calling optimized for agentic workflows. Day-zero ecosystem support across vLLM, llama.cp...
The models are good. The license is the real story. Google released Gemma 4 on April 2 with four variants: E2B, E4B, 26B MoE, and 31B Dense. All built on the Gemini 3 architecture. The 31B Dense variant claimed #3 on Arena AI's text leaderboard, beating models 20x its size. Th...
Amid a week of pricing and commerce stories, here's hard tech you can actually download. Google released DiffusionGemma on June 10, a 26B-parameter Mixture-of-Experts model (3.8B active) that generates text by diffusion instead of left-to-right decoding. The architecture is th...
Google DeepMind shipped Quantization-Aware Training checkpoints for every Gemma 4 size, and the headline number is genuinely useful: the smallest model goes from 11.4GB to 1.1GB. That's 0.84GB if you go text-only. Up to ~72% lower VRAM and 2x faster inference on mobile NPUs, w...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.