85 points rochansinha 13 hours ago 12 comments
gavinray 12 hours ago | parent
https://news.ycombinator.com/item?id=47195212
I wouldn't have thought to use it for LLM-to-LLM communication, though
foota 12 hours ago | parent
thfuran 11 hours ago | parent
foota 11 hours ago | parent
I think this is similar to how Gemma 4 12B is implemented, but even then I don't think the single layer image embedding is "aware" of the context.
ACCount39 11 hours ago | parent
If multiple models can use cache representations for this kind of enrichment, the KV cache representations of different models must be somewhat compatible.
What stops us then from going a step further, and producing a model family where all models are "KV aligned", and each model can utilize the KV cache of other models directly?
So, an "expensive" reasoning model can use its full faculties to plan, but "delegate" simple subgoals to a smaller model. That smaller model can access the large model's intent directly, as rich KV cache representations - with no prefill recompute and no associated "handover" latency. Or, likewise, a "cheap" small model can generate a diminished but highly compact KV cache that the "expensive" model can then operate on - for example, for skimming a large file for shallow patterns.
refibrillator 11 hours ago | parent
Curious to know if anyone is aware of research trying what parent suggested?
ayewo 8 hours ago | parent