The authors argue that multi-agent test-time learning is fundamentally different from single-agent learning because it evolves not just individual memories but also team composition, collaboration structures, and knowledge flow across a population. They built EVOCHAMBER, a training-free framework with three levels of evolution: individual agents use "Collaborative Dreaming" (CODREAM) to reflect after failures and route insights asymmetrically from strong to weak agents on specific niches; teams assemble online based on task needs; and population-level operators fork, merge, prune, and seed agents under performance pressure. Starting from identical agents, the system spontaneously produces 4–5 stable specialists, outperforming baselines by 32% relative on competition math.
Main takeaways:
- Multi-agent evolution isn't just N copies of single-agent learning—it evolves collaboration structure, specialization, and cross-agent knowledge flow.
- CODREAM: after team failure or disagreement, agents collaboratively reflect and route insights asymmetrically (strong → weak on the failed niche), preserving specialization.
- Team-level operators dynamically assemble niche-conditioned teams and select collaboration structures online.
- Population-level lifecycle: fork, merge, prune, seed agents based on performance, creating evolutionary pressure.
- Starting from identical agents, 4–5 stable niche specialists emerge spontaneously—a structural signature impossible in single-agent systems.