You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Researchers introduce KV-Cache Grafting — pre-computing verified knowledge as a byte-exact KV-state artifact and "grafting" it into fresh inference contexts with zero weight changes. On AIME 2025, a frozen Gemma-4-12B jumps from 80.0% → 93.3% accuracy after grafting a verified solution library, surpassing its 31B sibling's 89.2% — all with dramatically lower per-query compute. The restore is cryptographically verified (SHA-256 bit-exact, zero KL divergence).
⚙️ What It Means for Agentic Workflows
Pre-cache expensive context once, reuse forever. System prompts, tool schemas, RAG snippets, and domain knowledge can be computed once and grafted into every agent invocation — cutting TTFT and token costs for any workflow that shares a fixed prefix.
Downsize your backbone model without sacrificing quality. Grafting domain-specific KV artifacts lets a smaller deployed model outperform a larger one, reducing inference costs for high-volume agentic pipelines.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🔬 The Finding
Researchers introduce KV-Cache Grafting — pre-computing verified knowledge as a byte-exact KV-state artifact and "grafting" it into fresh inference contexts with zero weight changes. On AIME 2025, a frozen Gemma-4-12B jumps from 80.0% → 93.3% accuracy after grafting a verified solution library, surpassing its 31B sibling's 89.2% — all with dramatically lower per-query compute. The restore is cryptographically verified (SHA-256 bit-exact, zero KL divergence).
⚙️ What It Means for Agentic Workflows
🔗 Source
Smarter and Cheaper at Once: Byte-Exact KV-Cache Grafting — 15 Jul 2026
Beta Was this translation helpful? Give feedback.
All reactions