菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-02
📄 Abstract - CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery

Large language model (LLM)-based evolution is a promising approach for open-ended discovery, where progress requires sustained search and knowledge accumulation. Existing methods still rely heavily on fixed heuristics and hard-coded exploration rules, which limit the autonomy of LLM agents. We present CORAL, the first framework for autonomous multi-agent evolution on open-ended problems. CORAL replaces rigid control with long-running agents that explore, reflect, and collaborate through shared persistent memory, asynchronous multi-agent execution, and heartbeat-based interventions. It also provides practical safeguards, including isolated workspaces, evaluator separation, resource management, and agent session and health management. Evaluated on diverse mathematical, algorithmic, and systems optimization tasks, CORAL sets new state-of-the-art results on 10 tasks, achieving 3-10 times higher improvement rates with far fewer evaluations than fixed evolutionary search baselines across tasks. On Anthropic's kernel engineering task, four co-evolving agents improve the best known score from 1363 to 1103 cycles. Mechanistic analyses further show how these gains arise from knowledge reuse and multi-agent exploration and communication. Together, these results suggest that greater agent autonomy and multi-agent evolution can substantially improve open-ended discovery. Code is available at this https URL.

顶级标签: agents multi-agents llm
详细标签: autonomous agents open-ended discovery multi-agent evolution knowledge reuse asynchronous execution 或 搜索:

CORAL:迈向自主多智能体演化以实现开放式发现 / CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery


1️⃣ 一句话总结

这篇论文提出了一个名为CORAL的自主多智能体演化框架,它通过让多个AI智能体长期探索、反思、协作并共享记忆,在无需人工预设规则的情况下,显著提升了在数学、算法等开放式问题上的发现效率和性能。

源自 arXiv: 2604.01658