CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery
CORAL replaces fixed evolutionary search heuristics with autonomous LLM agents that control their own retrieval, proposal, evaluation, and knowledge accumulation. Three core mechanisms: shared persistent memory as a filesystem (attempts/notes/skills), asynchronous multi-agent organization via symlinked workspaces, and heartbeat-based interventions (reflection, consolidation, stagnation-triggered pivots).
Key results: new SOTA on 8/11 mathematical and systems optimization benchmarks. Single-agent CORAL achieves 3-10x higher improvement rates with 5-20 evaluations vs. 60-100 for fixed baselines (OpenEvolve, ShinkaEvolve, EvoX). Four co-evolving agents push Anthropic’s kernel engineering task from 1,363 to 1,103 cycles (20% gain). Ablations confirm both knowledge accumulation and multi-agent co-evolution contribute causally — disabling notes/skills degrades kernel engineering by 18.6%, and co-evolution outperforms best-of-4 independent runs.
Gains transfer to open-source models (MiniMax M2.5 + OpenCode), confirming benefits arise from architectural choices rather than proprietary model capabilities. Cross-agent information transfer is highly effective: 66% of new records on kernel engineering originate from cross-agent parents. Agents maintain 57-69% unique strategy vocabularies, meaning the population explores substantially more of the search space than any individual.
Connects to: autonomous evolution, shared persistent memory, heartbeat mechanism, open-ended discovery, cross-agent knowledge transfer.