SwarmSys: Decentralized Swarm-Inspired Agents for Scalable and Adaptive Reasoning
Ruohao Li, Hongjun Liu, Leyi Zhao, Zisu Li, Jiawei Li, Jiajun Jiang, Linning Xu, Chen Zhao, Mingming Fan, Chen Liang
TL;DR
SwarmSys introduces a decentralized swarm-inspired framework for long-horizon reasoning, replacing fixed-agent roles with Explorers, Workers, and Validators that self-organize through embedding-based matching and pheromone-like reinforcement. It uses adaptive agent and event profiles to dynamically allocate tasks and maintain robust collaboration across diverse domains, minimizing a global objective through the cycle of matching, collaboration, and update. Empirical results across symbolic reasoning, research synthesis, and scientific programming show consistent improvements over strong baselines and reveal emergent collective intelligence, with performance scaling governed by coordination dynamics rather than solely model size. This work suggests a paradigm shift toward scalable, self-organizing multi-agent reasoning, where coordination patterns and adaptive memory drive gains that rival larger models.
Abstract
Large language model (LLM) agents have shown remarkable reasoning abilities. However, existing multi-agent frameworks often rely on fixed roles or centralized control, limiting scalability and adaptability in long-horizon reasoning. We introduce SwarmSys, a closed-loop framework for distributed multi-agent reasoning inspired by swarm intelligence. Coordination in SwarmSys emerges through iterative interactions among three specialized roles, Explorers, Workers, and Validators, that continuously cycle through exploration, exploitation, and validation. To enable scalable and adaptive collaboration, we integrate adaptive agent and event profiles, embedding-based probabilistic matching, and a pheromone-inspired reinforcement mechanism, supporting dynamic task allocation and self-organizing convergence without global supervision. Across symbolic reasoning, research synthesis, and scientific programming tasks, SwarmSys consistently outperforms baselines, improving both accuracy and reasoning stability. These findings highlight swarm-inspired coordination as a promising paradigm for scalable, robust, and adaptive multi-agent reasoning, suggesting that coordination scaling may rival model scaling in advancing LLM intelligence.
