XKV Enables Faster Latent Communication Between Diverse LLMs

Jiyao Liu, Qi Zhang, Yaoyi Jia, Ziwen Kan, Song Wang· August 24, 2026 View original

Key takeaways

  • XKV enables efficient, latent-space communication between diverse LLMs.
  • It overcomes limitations of prior methods by pooling both models' caches.
  • The protocol supports heterogeneous models without requiring architectural matches.
  • XKV significantly improves communication speed and performance in multi-agent systems.

Who benefits

AI DevelopmentSoftware EngineeringRoboticsCustomer ServiceResearch & Development

Summary

Researchers introduce XKV, a new protocol for efficient latent space communication between heterogeneous large language models, allowing them to share knowledge without text exchange. XKV improves upon previous methods by pooling both models' caches, creating a compact joint memory, and supporting models with differing architectures.

Multi-agent LLM systems often require agents to share information, but traditional text-based communication is slow and lacks awareness of the receiver's internal state. Previous latent protocols, like C2C and LCF-X, attempted to translate a sharer's key-value (KV) cache into a receiver's, but had limitations such as requiring shared input contexts or assuming matched model architectures. A new protocol called XKV addresses these limitations. It uses learned-query attention to pool both the sharer's and receiver's caches, then mixes these pooled summaries into a compact joint memory using self-attention over receiver-aligned layer tokens. A learned layer map reconciles different model depths, and a shared position decoder allows each receiver cache position to retrieve its own gated residual in its native KV geometry. XKV allows models to remain frozen and differ significantly in family, depth, and KV geometry, with only the translator requiring training. In tests across 45 dataset-model pairs, XKV achieved the highest macro scores and average ranks, outperforming LCF-X on every dataset and surpassing text communication on most. It also trains with 76% fewer parameters and translates cache pairs 10.3 times faster, resulting in an end-to-end speedup of 26% over LCF-X and 6.8 times over text communication.

Why it matters

This research significantly improves the efficiency and flexibility of multi-agent AI systems by enabling faster and more robust communication between diverse LLMs, which is crucial for complex, collaborative AI applications.

How to implement this in your domain

  1. 1Investigate integrating XKV or similar latent communication protocols into multi-agent LLM architectures.
  2. 2Experiment with heterogeneous LLM combinations for specific tasks requiring inter-agent knowledge transfer.
  3. 3Benchmark communication overhead and performance gains compared to text-based methods in your agentic workflows.
  4. 4Consider how this technology could enable more sophisticated and efficient AI assistants or automation tools.

Original post by Jiyao Liu, Qi Zhang, Yaoyi Jia, Ziwen Kan, Song Wang

"arXiv:2608.20617v1 Announce Type: new Abstract: Multi-agent LLM systems split work across models, so answering often requires knowledge that sits in another agent's context: a Sharer has encoded information that a Receiver needs to complete its task. They usually communicate by e…"

View on X

Originally posted by Jiyao Liu, Qi Zhang, Yaoyi Jia, Ziwen Kan, Song Wang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Harmony Improves Protein-Ligand Flexible Docking with Torsional Diffusion

Researchers introduce Harmony, a harmonic torsional diffusion framework for flexible protein-ligand docking that explicitly accounts for the periodic geometry of angular variables. This method improves ligand pose accuracy and pocket all-atom reconstruction on benchmarks like PDBBind and enhances the physical validity of generated complexes on PoseBusters.

Maksim Zhdanov, Pavel Strashnov, Vladislav KurenkovAug 24, 2026
AI Engineering & DevToolsAI Research

Multilingual Verifier Bias Impacts RLVR in LLM Mathematical Reasoning

A study reveals that exact-match verifiers in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs) exhibit significant language-dependent false-negative reward noise in multilingual mathematical reasoning. This bias, particularly pronounced in Japanese, stems from format and script variations, highlighting a cross-lingual selection bottleneck that impedes effective multilingual LLM training.

Chenyu Zhou, Qiliang Jiang, Xu ZhouAug 24, 2026
AI Engineering & DevToolsAI Research

TriPLU Improves Tiny Language Model Performance with Trilinear Product FFNs

Researchers introduce TriPLU, a Trilinear Product Linear Unit, which replaces gated FFNs in tiny decoder-only language models with a direct degree-3 product branch. This approach achieves better validation loss on character-level TinyStories and lower bits per byte on other datasets under low-learning-rate settings, suggesting benefits for small models in specific low-compute regimes.

He ZhangAug 24, 2026