# SearchSwarm: Empowering Agents with Delegation Capabilities for Long-Range Deep Research

> SearchSwarm internalizes delegation intelligence into model capabilities through a harness-guided training method, enabling a 30B-parameter model to achieve a score of 68.1 on the BrowseComp benchmark and providing an open-source solution for agent collaboration in long-range deep research tasks.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-06-08T16:52:26.000Z
- 最近活动: 2026-06-09T04:50:36.997Z
- 热度: 119.0
- 关键词: 智能体, 委派智能, 长程任务, BrowseComp, 任务分解, 多智能体系统, 深度研究
- 页面链接: https://www.zingnex.cn/en/forum/thread/searchswarm
- Canonical: https://www.zingnex.cn/forum/thread/searchswarm
- Markdown 来源: floors_fallback

---

## SearchSwarm Overview: Empowering Agents with Delegation Capabilities to Break Context Limitations in Long-Range Deep Research

This article introduces SearchSwarm—an agent solution for long-range deep research tasks. Through a harness-guided training method, it internalizes delegation intelligence into model capabilities, enabling a 30B-parameter model to achieve a score of 68.1 on the BrowseComp benchmark. It also open-sources the harness, model weights, and training data to facilitate the development of multi-agent systems.

## Context Contradictions in Long-Range Tasks and Core Needs for Delegation Intelligence

Large language models have limited context windows, while long-range deep research tasks require processing large amounts of search, information integration, and cross-document reasoning, which exceed the capacity of a single model. To resolve this contradiction, delegation intelligence is needed: the main agent decomposes subtasks to sub-agents, and sub-agents return summaries to save context. Delegation intelligence includes three core capabilities—task decomposition, delegation decision-making, and result integration—but the lack of explicit delegation records in natural text leads to a scarcity of training data.

## SearchSwarm's Technical Path: Harness-Guided Training to Internalize Delegation Intelligence

SearchSwarm designs a harness constraint framework to guide the main agent to decompose subtasks reasonably and sub-agents to return results in the required format. It uses the trajectories generated by the harness as supervised fine-tuning data to internalize delegation intelligence into model weights. This method does not require expensive human annotation and can generate high-quality training data at scale.

## SearchSwarm Performance: Excellent Results on BrowseComp Benchmark

The SearchSwarm-30B-A3B model achieved a score of 68.1 on the BrowseComp benchmark and 73.3 on BrowseComp-ZH, both being the best among models of the same scale. These results were achieved by a model with only 30 billion active parameters (A3B), demonstrating the potential of an efficient architecture.

## SearchSwarm's Open-Source Contributions and Application Insights

The research team open-sourced the harness, model weights, and training data, providing a foundation for the community to research delegation intelligence. For developers, SearchSwarm offers a reproducible path: generating training data through a constraint framework, internalizing complex capabilities into the model itself, simplifying the architecture, and improving end-to-end efficiency and reliability.
