Research
AI Minute Newsroom
2026-08-23
When a small model hands a conversation to a big one, the big one re-reads everything. Nvidia says a straight line can do the translation instead.
Systems that start cheap and escalate to a stronger model pay a hidden tax: the receiving model re-reads the entire conversation from scratch, the step called prefill, which is where most of the cost of a long prompt sits. In a paper on arXiv (2608.03893) that drew wider attention this week, Nvidia researchers report that the internal key-value cache of one model in a family maps onto another's through ordinary linear regression — fitted without gradient descent, from a calibration set of just 500 sequences of 1,024 tokens, after stripping positional encoding so the fit works at any context length. Transferring a 32,768-token cache took 278 milliseconds against roughly 7 seconds to re-prefill, and across six model pairs in three families the mapping ran 2.7 to 25 times faster than re-reading. The honest part is in the results: it kept 73 to 98 percent of the receiving model's own accuracy on four of the six pairs, and two degraded sharply.
Why it mattersEscalation — answer with something small, hand off to something large when the question gets hard — is how most serious agent systems are actually built, and today that handoff means paying twice for the same context. If the translation between two models' working memory really is close to linear, that second payment mostly disappears. Two of six pairs failing badly is the reason to read this as a research result rather than a feature: it requires the two models to share the same number of key-value heads and the same per-head dimension, which means same family, and nobody has shown it works between vendors.
✓ Verified · 2 sources
Read in the app — free, in 9 languages
Related stories
A 27-billion-parameter model beat Opus 4.8 and GPT-5.5 at reproducing published papers
2026-08-23Give a model the reference list of an unpublished paper and ask what the paper says. The best ones get it 15 percent of the time.
2026-08-22Three-quarters of Americans do not want a data centre near them. A year ago they were evenly split.
2026-08-22The model on its own scored 30 percent. Wrapped in Nvidia's scaffolding, the same model cleared everything.
2026-08-22Machine learning read the shape of sick brain cells and picked out nine already-approved drugs that calmed them down
2026-08-21