Rohan Paul · @rohanpaul_ai · X·2026-09-08 06:26·18分钟前
Rohan Paul@rohanpaul_ai
47AI 编辑部评分,满分 100
2026-09-08 06:26· 18分钟前

Letting research agents talk too early can make them follow the same wrong idea, so isolate some searches before review.

Multi-agent research works better when agents search independently before comparing notes, so delay collaboration until there is evidence to review.

The problem is once 1 agent finds a plausible answer, other agents can start searching around that same idea instead of testing different possibilities.

The paper calls this premature consensus.

ArcticSwarm fixes it by blocking selected agents from reading their peers while they search, then bringing the findings together for review.

On BrowseComp-Plus with Qwen 3.5-27B, it reached 82.6% accuracy.

Remove that search isolation and accuracy fell to 78.8%.

Remove the review system too, and it fell to 74.5%.

Even 40 independent single-agent runs with majority voting reached only 63.5%.

So the lesson is not "add more agents" or "make them communicate more."

For difficult research tasks without a reliable verifier, give agents room to explore different paths first, then challenge and verify the leading answer before the swarm agrees.

来源:Rohan Paul· x.com