arXiv:2606.09730: SearchSwarm — delegation intelligence for long-horizon research with AI agents
SearchSwarm is a multi-agent research system that introduces delegation intelligence — the ability to decompose and delegate tasks to sub-agents while respecting context window constraints. The SearchSwarm-30B-A3B model achieves 68.1 on BrowseComp and 73.3 on the Chinese variant, outperforming all models of comparable size.
This article was generated using artificial intelligence from primary sources.
A research team of ten authors, led by Pu Ning, Quan Chen, and Kun Tao, published on June 8, 2026 the preprint arXiv:2606.09730. The paper introduces SearchSwarm — a multi-agent system for long-horizon web research that reconceptualizes AI search as a coordination task among multiple specialized agents rather than relying on a single comprehensive model.
What is delegation intelligence?
Delegation intelligence denotes the ability of a main agent to intelligently decompose complex research tasks and distribute them to specialized sub-agents while strictly respecting context window constraints. Instead of one monolithic model searching the entire web, SearchSwarm coordinates parallel sub-agents with clearly defined sub-tasks and then integrates all partial findings into a single, coherent response. The approach dramatically expands source coverage and depth of analysis compared to single-model approaches.
Architecture and training of the SearchSwarm-30B-A3B model
SearchSwarm-30B-A3B was trained via harness-guided SFT (supervised fine-tuning) trajectories. These trajectories explicitly encode two things: high-quality task decomposition and optimal sub-task delegation decisions. Rather than learning solely from final answers, the model internalizes the entire coordination process — from establishing agent task hierarchies to aggregating and synthesizing partial results. Delegation quality thus becomes an explicitly measurable and teachable quantity, not an implicit model capability.
Results: record for models of comparable size
SearchSwarm-30B-A3B achieves 68.1 points on the BrowseComp benchmark and 73.3 points on BrowseComp-ZH, the Chinese-language variant of the same test. The authors state that these are ‘the best results among all models of comparable size,’ positioning SearchSwarm as a reference point in the category of compact research systems. Notably, the Chinese benchmark yields a higher score than the English one, indicating robust multilingual capability of the delegation intelligence approach.
The research team plans to publicly release the training harness, SearchSwarm-30B-A3B model weights, and the data used for training, enabling the research community to independently replicate and further extend the developed methodology.
Frequently Asked Questions
- What is delegation intelligence in the SearchSwarm system?
- Delegation intelligence is the ability of a main agent to intelligently distribute research sub-tasks among specialized sub-agents while respecting context window constraints. The main agent then integrates all partial results into a single coherent answer.
- Will SearchSwarm be available as an open model?
- Yes — the authors plan to publicly release the training harness, SearchSwarm-30B-A3B model weights, and the data used for training, enabling the research community to independently replicate the results.
📬 AI news in your inbox
A daily digest built your way — pick topics, sources and cadence. One-click unsubscribe.
Related news
arXiv:2607.13034: E3 framework — agents estimate task complexity and use 91% fewer tokens
arXiv:2607.12463: function-aware FIM mid-training boosts coding agents up to +5.4 on SWE-Bench
arXiv:2607.12385: PM-Bench measures 'prospective memory' in agents — best GPT-5.4 scores only 65.1% F1