How an "often-overlooked" technique from 2021 became the ideal interface for scaling in-context learning into genuine reasoning.
Prompt tuning and LoRA stayed closer to input embeddings and weight deltas. The learned-prefix-cache line kept the prefix-tuning interface and changed the source material, induction method, and training objective.
Learn layer-wise K/V prefixes while the backbone stays frozen. This is the attention-side adaptation primitive later reused by learned prefix cache systems.
Train reusable KV cache state for long-context knowledge retrieval and document synthesis. The cache stands in for a corpus.
Train reusable KV cache state for reasoning skill acquisition. The cache stands in for learned demonstrations and reasoning behavior.
The expressive foundation that Google simplified — and that later powered long-context and reasoning breakthroughs.
Google's elegant simplification: "Nice job kids, but we can do this with far fewer parameters and less complexity."
Your understanding is largely correct. Here's the precise technical and practical distinction.
In a world dominated by LoRA, Cartridges (Eyuboglu et al.) made a deliberate choice to go back to prefix tuning for long-context knowledge compression.
Scaling In-Context Learning into a Mechanism for Reasoning
Prefix Tuning generalizes both ICL and Prompt Tuning:
This is why ReasonCACHE can distill complex reasoning skills into a compact cache more effectively than either pure ICL or input-only prompt tuning.
A practical decision guide based on the full evolution.