Add CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery#19
Add CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery#19BobbyZhouZijian wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the 'CORAL' paper to the list of multi-agent system papers in the README. Feedback suggests cross-listing this entry in the math exploration and memory management sections to improve discoverability and align with the repository's categorization practices.
| | [AFlow: Automating Agentic Workflow Generation](https://openreview.net/forum?id=z5uVAKwmjf) | ICLR 2025 | | ||
| | [Testing Advanced Driver Assistance Systems Using Multi-Objective Search and Neural Networks](https://dl.acm.org/doi/10.1145/2970276.2970311) | ASE 2016 | | ||
| | [Latent Collaboration in Multi-Agent Systems](https://arxiv.org/abs/2511.20639) | 2025 | | ||
| | [CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery](https://arxiv.org/abs/2604.01658) | 2026 | |
There was a problem hiding this comment.
The paper's focus on shared persistent memory and its significant results on math and kernel-engineering tasks suggest it would be highly relevant for cross-listing in other sections of this repository. To improve discoverability, consider also adding this entry to:
### 💻 Math Exploration & Vibe Coding Agents->#### Collective Multi-agent Reasoning(around line 834).#### Multi-agent Memory Management for Evolution(around line 742).
This would align with the repository's practice of listing papers in both methodological and application-specific categories.
f390e90 to
c139aeb
Compare
Hi — thanks for maintaining this awesome list!
I'd like to suggest adding our recent paper, CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery, which we think fits the scope of this list (self-evolving / autonomous multi-agent systems for open-ended discovery).
TL;DR: CORAL is the first framework for autonomous multi-agent evolution on open-ended problems. It replaces fixed heuristics and hard-coded exploration rules with long-running agents that explore, reflect, and collaborate through shared persistent memory, asynchronous multi-agent execution, and heartbeat-based interventions. It sets new SOTA on 10 math / algorithmic / systems-optimization tasks, with 3–10× higher improvement rates than fixed evolutionary-search baselines — and on Anthropic's kernel-engineering task, four co-evolving agents improve the best-known score from 1363 → 1103 cycles.
BibTeX:
Happy to reformat the entry or move it to a different section if you'd prefer — just let me know. Thanks for considering!