Post #5864
253
几个大模型接力干活时,通行的做法是一个把想法写成文字、下一个再读,既慢又丢信息。有篇新论文让它们跳过文字,把生成时的内部记忆直接交给对方:准确率比传文字还高了几个点,速度快了约两倍半。思路挺巧,做多模型系统的可以留意。https://arxiv.org/abs/2510.03215
arXiv.org Cache-to-Cache: Direct Semantic Communication Between Large Language Models Multi-LLM systems harness the complementary strengths of diverse Large Language Models, achieving performance and efficiency gains that are not attainable by a single model. In existing designs,...