Transcription
Google just made Gemini Nano on Pixel over 50% faster. No new training, no bigger model. They built it on one tiny trick. And the output stays exactly the same.
It is called frozen multi-token prediction. Normally, a model writes one token at a time. That is the slow part. So, Google freezes the whole Gemini Nano backbone. Then they attach a tiny prediction head to the final layers. That head taps the model's own internal activations. It even shares the frozen key value cache. So, there is no extra copy and no wasted prefill.
Now, the model drafts several tokens in a single pass. And because the main model still checks every token, the result is bit-for-bit identical. The numbers on a Pixel 9 are big. Over 50% faster generation. Nearly two extra tokens accepted per pass. Up to 55% better acceptance on smart replies. And 230 megabytes saved per instance because there is no separate draft model.
This beats older tricks like speculative decoding and Eagle. Those bolt on a second model to guess ahead. Frozen MTP just reuses the brain that is already there. It already powers notification summaries and proofread on Pixel 9 and Pixel 10. And you do not need a research lab. Your Pixel just gets faster on-device models and longer battery for free.
Next, Google wants parallel decoding and branching verification to push it even further. So, is this a real-world win or just a benchmark flex? Drop your verdict below.