Latent Collaboration in Multi-Agent Systems
Abstract
Lay Summary
Large language models are increasingly used as teams of specialized agents, where one model may plan, another may critique, and another may solve the task. However, most multi-agent systems make these agents communicate by writing text to each other, which can be slow, expensive, and may compress away useful internal information. We introduce LatentMAS, a framework that lets language-model agents collaborate directly through their internal hidden representations instead of repeatedly converting their thoughts into text. Each agent performs reasoning in this continuous “latent” space, and then passes its internal working memory to the next agent without requiring additional training. Across math, science, commonsense, and coding tasks, LatentMAS improves reasoning accuracy while using far fewer generated tokens and running substantially faster than text-based multi-agent systems. This suggests a more efficient way to build collaborative AI systems that can reason together without relying entirely on natural language communication.