101 points by rochansinha 1 day ago | 18 comments | View on ycombinator
ACCount39 about 24 hours ago |
gavinray 1 day ago |
https://news.ycombinator.com/item?id=47195212
I wouldn't have thought to use it for LLM-to-LLM communication, though
djoldman about 6 hours ago |
Seems like it could still help but also feels like one of those things where it becomes vastly more complex and difficult to debug.
foota 1 day ago |
cubefox 1 day ago |
A1Lab-tech about 14 hours ago |
paidx about 19 hours ago |
Transformanshen about 23 hours ago |
lemonleks about 19 hours ago |
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.