Skip to content

Add CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery#19

Open
BobbyZhouZijian wants to merge 1 commit into
weitianxin:mainfrom
BobbyZhouZijian:add-coral-paper
Open

Add CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery#19
BobbyZhouZijian wants to merge 1 commit into
weitianxin:mainfrom
BobbyZhouZijian:add-coral-paper

Conversation

@BobbyZhouZijian

Copy link
Copy Markdown

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:

@article{coral2026,
  title  = {CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery},
  author = {Qu, Ao and Zheng, Han and Zhou, Zijian and Yan, Yihao and Tang, Yihong and Ong, Shao Yong and Hong, Fenglu and Zhou, Kaichen and Jiang, Chonghe and Kong, Minwei and Zhu, Jiacheng and Jiang, Xuan and Li, Sirui and Wu, Cathy and Low, Bryan Kian Hsiang and Zhao, Jinhua and Liang, Paul Pu},
  journal = {arXiv preprint arXiv:2604.01658},
  year   = {2026},
  url    = {https://arxiv.org/abs/2604.01658}
}

Happy to reformat the entry or move it to a different section if you'd prefer — just let me know. Thanks for considering!

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md
| [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 |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant