EPS
← All batches·2605.11136

EVOCHAMBER: Test-Time Co-evolution of Multi-Agent System at Individual, Team, and Population Scales

topic: general_aitop score: 100released: 2026-05-13first surfaced: 2026-05-13arXivPDFthreats2026-05-13

Authors: Yaolun Zhang, Tianyi Xu, Shengyu Dai et al.

arXiv · PDF

Summary

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.

Relevance

Tangentially relevant to my persona and conditional behavior work. EVOCHAMBER studies how multiple agents specialize and route knowledge, which is conceptually adjacent to how different personas or behavioral modes might emerge and interact within a single model. The idea of asymmetric knowledge routing and emergent specialization could inform thinking about persona differentiation and leakage, though this paper is about multi-agent systems rather than within-model conditional behavior.

Threat model

Potential threat/caveat for clean result "Fine-tuning one persona on a two-marker chunk and another on the start marker plants the end marker at every donor answer's end, not chained to the start (LOW confidence)": this item discusses failure.

Abstract

arXiv:2605.11136v1 Announce Type: new Abstract: We argue that multi-agent test-time evolution is not single-agent evolution replicated N times. A single-agent learner can only evolve its own context and memory. A multi-agent system additionally evolves who collaborates, how they collaborate, and how knowledge flows across the population. These components have no single-agent counterpart and can produce phenomena such as emergent specialization. Yet prior test-time methods either confine experiences to individual agents, forfeiting cross-agent learning, or broadcast symmetrically to all agents, erasing the specialization that makes collaboration valuable. We present EVOCHAMBER, a training-free framework that instantiates test-time evolution at three levels over a coevolving agent pool. At its core is CODREAM (Collaborative Dreaming), a post-task protocol triggered on team failure or disagreement, in which agents collaboratively reflect, distill insights, and route them asymmetrically from strong to weak agents on the failed niche, preserving specialization while filling knowledge gaps. Team-level operators assemble niche-conditioned teams and select collaboration structures online. Population-level lifecycle operators fork, merge, prune, and seed agents under performance pressure. On three heterogeneous task streams with Qwen3-8B, EVOCHAMBER reaches 63.9% on competition math, 75.7% on code, and 87.1% on multi-domain reasoning, outperforming the best baseline by 32% relative on math and confirming asymmetric cross-agent transfer as the primary driver in ablation. Starting from several identically initialized agents, four to five stable niche specialists spontaneously emerge, a structural signature of multi-agent evolution that no single-agent learner can express. See our code at: https://github.com/Mercury7353/EvoChamber