Autonomous Mathematical Discovery in an Open-World Multi-Agent Environment
没有中央指挥,来自不同公司的AI智能体在开放世界环境中自行协作,在五个数学难题上做出了新发现
在名为Station的开放世界多智能体环境中,来自GPT-5.5、Claude Opus 4.8、Gemini 3.1 Pro等不同模型家族的AI智能体在没有中央协调者的情况下,自主选择研究方向、开展实验并互相发表论文积累知识。研究者将其应用于AlphaEvolve研究目录中的12个构造问题以及另外两个案例研究,结果在其中5个问题上取得了相对于现有文献的新成果,包括有限域Kakeya集合的新无穷族、11维空间中新的604点接触配置、离散Kakeya针问题和符号不确定性问题的新纪录,以及Erdős最小重叠问题下界的大幅提升。智能体不仅给出了数值构造,还给出了解释这些构造为何成立的定理和分析。
METAL LAB 解读图
Station驱动自主数学发现的结构
证据状态已报告实测结果
- 只给目标,不设指挥Station只被告知研究目标和评分规则,不由任何中央系统指派具体研究方向或任务给智能体。
- 多模型智能体团队六个智能体,分别来自GPT-5.5、Claude Opus 4.8、Gemini 3.1 Pro各两个,作为独立研究者往返于研究中心、论文档案室与邮件室之间。
- 协作与知识积累智能体阅读并引用前人发表的论文,形成共享知识库;超过一半的重点成果涉及智能体间乃至跨模型家族的协作。
- 12个问题加2个案例研究AlphaEvolve目录中的Kakeya、接触数、Erdős最小重叠等12个问题,以及Book Ramsey数、雅可比猜想两个案例研究,各自在独立的Station实例中运行。
- 五项新成果加解释性定理在五个问题上超越已有文献,并且不止给出数值结果,还给出解释这些获胜构造为何成立的定理。
他们做了什么
- 研究者搭建了Station——一个开放世界多智能体环境,让来自不同公司的AI模型(GPT-5.5、Claude Opus 4.8、Gemini 3.1 Pro)在没有中央协调者的情况下自主选择研究方向、开展实验,并通过撰写和阅读论文积累共享知识。
- 他们将该环境应用于AlphaEvolve研究所用的同样12个数学构造问题,以及另外两个案例研究(Book Ramsey数、雅可比猜想),每个问题分配给独立的Station实例运行约1000至2000个时间步(相当于连续运行一到两周)。
- 12个问题中有5个取得了相对于已有文献的新成果:针对p≡3(mod 4)的素数给出有限域Kakeya集合的新无穷族,11维空间中三种精确的604点接触配置,离散Kakeya针问题的新上界(CT(128)≤0.107067),符号不确定性问题上界改进到0.3089,以及将Erdős最小重叠常数下界从0.37912提升到0.380552以上,缩小了此前约82%的未解区间。
- 在其余7个问题中,Station在3个问题上超过AlphaEvolve,2个持平,2个不及。在Book Ramsey数案例研究中,智能体发现并证明了两个新的无穷族(借助外部专家又得到第三个),共同证明了200以内43个数值处的猜想,其中28个此前是未解决的;针对雅可比猜想,智能体在一天内且无网络访问的情况下独立重构出已知的七次反例。
- 分析显示,超过一半的重点成果涉及智能体之间的协作,常常是不同模型家族之间取长补短,而早期智能体撰写的论文往往成为后来重大发现的基础。
| Room | Function |
|---|---|
| Research | |
| Research Center | Read the assigned task, develop and run code, and submit solutions for evaluation. |
| Reflection Chamber | Respond to self-designed prompts to encourage extended reflection. |
| Communication | |
| Mail Room | Communicate directly and privately with other agents. |
| Public Memory Room | Participate in persistent public discussions, similar to an online forum. |
| Common Room | Participate in non-persistent public discussions, similar to a group chat. |
| Knowledge | |
| Private Memory Room | Store private documents, such as plans, notes, and paper drafts. |
| Archive Room | Read scientific papers and publish papers that pass automated review. |
| Question Room | Ask questions and vote on answers, similar to Stack Exchange. |
| External Counter | Access reports based on external literature via the web; disabled by default. |

| Problem | Source | Finding |
|---|---|---|
| Novel Results Relative to Prior Literature | ||
| Finite-field Kakeya (Section 4.1) | AlphaEvolve Problem 6.1 | For every prime p≡3(mod4), the Station constructed a Kakeya set in 𝔽p3 of size (2p3+7p2+3)/8, saving (p−3)/4 points over AlphaEvolve’s infinite family. It also found a 53-point set in 𝔽35, improving AlphaEvolve and the previous literature bound of 63; both appear novel relative to the literature. |
| Erdős minimum overlap (Section 4.2) | AlphaEvolve Problem 6.5 | AlphaEvolve lowered the upper bound only slightly, from 0.380927 to 0.380924, whereas the Station raised the lower bound from 0.37912 to 0.380552. Relative to the published lower bound 0.37912, this closes approximately 82% of the corresponding published gap. |
| Kissing number in d=11 (Section 4.3) | AlphaEvolve Problem 6.8 | AlphaEvolve raised the lower bound from 592 to 593, while the Station constructed three exact 604-point configurations. One was an independent rediscovery of the EinsteinArena construction, while the other two appear to represent novel isometry classes. |
| Discretized Kakeya needle (Section 4.4) | AlphaEvolve Problem 6.9 | At n=128, the Station obtained union area 0.107067, improving AlphaEvolve’s 0.114810 by 6.74% and HorizonMath’s 0.109148 by 1.91%. This establishes a new literature upper bound. |
| Sign uncertainty principle (Section 4.5) | AlphaEvolve Problem 6.11 | The Station lowered the upper bound to 0.3089, improving AlphaEvolve’s 0.321591 and the previously announced human value 0.3102. This is a new literature record. |
| Better than AlphaEvolve | ||
| Hardy–Littlewood maximal inequality (Section 4.6) | AlphaEvolve Problem 6.18 | The Station reached 1.557069, versus AlphaEvolve’s 1.5080 unguided and approximately 1.533 with hints, but the centered problem was already solved. Its proof that the non-tangential constant equals 2 for 1/3≤α<1 appears novel relative to the literature. |
| Ovals problem (Section 4.7) | AlphaEvolve Problem 6.19 | AlphaEvolve recovered only the circle, while the Station recovered the full family of noncircular equality ovals. This family was already known in the literature, so the result is novel only relative to AlphaEvolve. |
| Prime number theorem (Section 4.8) | AlphaEvolve Problem 6.27 | The Station certified 0.980681 for all x, improving AlphaEvolve’s sampled score of 0.938. This is new for the finite-weight benchmark; unrestricted, the prime number theorem already gives the exact limit 1. |
| Ties with AlphaEvolve | ||
| Difference bases (Section 4.9) | AlphaEvolve Problem 6.7 | The Station independently recovered AlphaEvolve’s 360-element construction but did not improve upon it. |
| Sidorenko’s conjecture (Section 4.10) | AlphaEvolve Problem 6.26 | Neither AlphaEvolve nor the Station found a counterexample. No substantive result was obtained. |
| Worse than AlphaEvolve | ||
| Peak autoconvolution (Section 4.11) | AlphaEvolve Problem 6.2 | The Station obtained C6.2≤1.504473, weaker than AlphaEvolve’s C6.2≤1.5032. No substantive result was obtained. |
| Flat autoconvolution (Section 4.12) | AlphaEvolve Problem 6.3 | The Station obtained C6.3>0.953189, weaker than AlphaEvolve’s C6.3≥0.961021, but proved that the unrestricted supremum can be approached using binary step functions on increasingly fine grids. |
| Additional Case Studies | ||
| Book Ramsey numbers (Section 4.13) | Epoch AI | The Station independently discovered and proved two novel infinite families. Its finite constructions and an earlier identity also enabled an external expert to derive a third. Together, the three families prove the conjecture at 43 values of n≤200, resolving 28 previously open cases. |
| Jacobian Conjecture (Section 4.14) | Public | From a formula-free binary task, the Station independently reconstructed the recently announced degree-seven counterexample and derived a geometric explanation of its constant Jacobian and three-sheeted fibers. |

| (d,p) | Initial Evaluation | Pre-AlphaEvolve Literature | AlphaEvolve | Station |
|---|---|---|---|---|
| (3,3) | 13 | 13 | 15 | 13 |
| (3,5) | 53 | 53 | 53 | 53 |
| (3,7) | 129 | 129 | 128 | 128 |
| (3,11) | 440 | 440 | 438 | 437 |
| (3,13) | 699 | 698 | 697 | 697 |
| (3,19) | 2,034 | 2,034 | 2,031 | 2,030 |
| (3,23) | 3,509 | 3,509 | 3,505 | 3,504 |
| (3,29) | 6,837 | 6,837 | 6,833 | 6,833 |
| (3,31) | 8,295 | 8,295 | 8,290 | 8,288 |
| (3,37) | 13,867 | 13,866 | 13,861 | 13,861 |
| (3,41) | 18,709 | 18,708 | 18,701 | 18,701 |
| (3,43) | 21,504 | 21,504 | 21,495 | 21,495 |
| (3,47) | 27,899 | 27,899 | 27,892 | 27,889 |
| (3,53) | 39,687 | 39,686 | 39,677 | 39,677 |
| (4,3) | 27 | 27 | 31 | 27 |
| (4,5) | 164 | 163 | 162 | 161 |
| (4,7) | 529 | 528 | 527 | 527 |
| (4,11) | 2,689 | 2,689 | 2,687 | 2,684 |
| (4,13) | 4,973 | 4,972 | 4,966 | 4,962 |
| (4,17) | 13,524 | 13,521 | 13,514 | 13,509 |
| (4,19) | 20,593 | 20,586 | 20,583 | 20,579 |
| (5,3) | 63 | 63 | 63 | 53 |
| (5,5) | 503 | 497 | 510 | 490 |
| (5,7) | 2,145 | 2,142 | 2,187 | 2,135 |
| (5,11) | 16,348 | 16,307 | 16,427 | 16,288 |
研究结果
- AlphaEvolve目录中的12个构造问题里,有5个取得了相对于已有文献的新成果:新的Kakeya无穷族、11维空间三种精确的604点接触配置、改进的离散Kakeya针问题上界、0.3089的符号不确定性上界,以及将Erdős最小重叠常数下界提升到0.380552以上(此前为0.37912,缩小了约82%的未解区间)。
- 其余7个问题中,Station在3个上超过AlphaEvolve,2个持平,2个不及。
- 在Book Ramsey数案例研究中,智能体发现并证明了两个新的无穷族(借助外部专家协助又得到第三个),共同证明了200以内43个n值处的猜想,其中28个此前是未解决的。
- 针对雅可比猜想,智能体在一天内且无网络访问的情况下,独立重构出此前已公布的七次反例,并给出了其结构的几何解释。
- 超过一半的重点成果涉及智能体之间的协作,且经常是跨不同模型家族的合作。
可应用场景
- 可作为研究辅助工具,应用于那些以往需要研究者亲自设计定制化流程的数学构造类开放问题,只需给定目标,让一组AI智能体自主探索方向。
- 可尝试应用于组合数学、几何、分析等领域中,除了希望获得优化后的数值分数外,还希望同时得到解释性定理的开放问题探索。
- 公开的原始对话记录、证明和验证代码可用于研究AI智能体实际如何达成科学发现的元研究。
局限与待验证事项
- 评测仅限于12个可打分的数学构造问题加两个案例研究,尚未验证在一般定理证明类任务上的表现。
- 在诸如峰值和平坦自卷积这类依赖大规模启发式搜索处理不规则对象的问题上,Station的表现不及AlphaEvolve。
- 新发现的Kakeya无穷族只在三维情形下改进了结果,在四维和五维中所证明的公式弱于已有结果,且个别素数处的改进来自搜索而非通用公式,推广性尚不明确。
- 三种604点接触配置中有一种与另一平台(EinsteinArena)同期独立报告的结果重合,并非完全独立的发现。
- 在Erdős最小重叠问题上,原本要求改进的上界并未取得突破(相对AlphaEvolve仅有微小、非纪录性的提升),报告的主要成果实际上是一个计划外的下界证明。
为什么重要
这项研究检验了把AI模型当作自主研究者而非固定流水线中的工具,是否真能在一系列高难度数学问题上产出新成果。作者公开了全部原始智能体对话、证明和验证代码,为读者提供了这些发现如何产生的透明、可复现记录。
本文术语
- Station · 一个开放世界多智能体模拟环境,AI智能体在其中自主选择研究方向,并通过撰写共享科学论文积累知识,没有中央协调者
- Kakeya集合 · 一个在每个方向上都包含一条完整直线的集合,问题是让这样的集合尽可能小
- 接触数(kissing number) · 能够同时与一个中心单位球体接触且互不重叠的单位球体的最大数量
- Erdős最小重叠问题 · 研究一个区间的两个互补部分在平移下能有多小重叠程度的问题
- 时间步(tick) · Station环境中的一个时间单位,当所有智能体同时完成各自动作后就经过一个时间步
论文原文摘要(英文)
We study autonomous mathematical discovery in the Station, an open-world multi-agent environment in which AI agents from different model families pursue a shared research goal without a central coordinator or scripted pipeline. Agents choose their own research directions, conduct experiments, collaborate, and build a shared scientific literature. Across 12 construction problems from the AlphaEvolve catalogue and two additional case studies, the Station obtained results novel relative to the prior literature on five problems: a new infinite family of finite-field Kakeya sets, new exact 604-point kissing configurations in dimension 11, new records for the discretized Kakeya needle and sign uncertainty problems, and a substantially improved lower bound for Erd\H{o}s's minimum-overlap problem. Agents also discovered novel infinite families for Book Ramsey numbers. Importantly, the agents produced not only numerical constructions but also theorems and analyses explaining how those constructions work, making the results more interpretable and easier for mathematicians to build upon. We release all raw agent dialogues, proofs, and verification code, providing a transparent record of how these discoveries emerged.
在 arXiv 阅读最新论文
- Sycophantic Chatbots Cause Delusional Spiraling, Even in Ideal Bayesians一个数学模型证明,哪怕是完全理性的人,也会被一味顺着自己说话的聊天机器人带入妄想
- Automata from Agent Traces: Failure and Next-Step Prediction研究者把大量LLM智能体执行记录压缩成一个小型有限状态机,同时用来预测下一步动作和提前发现失败
- MARS: Multi-Specialist LLM Relay System for Competitive Programming解竞赛编程题时,让分主题的专家AI接力改代码,比让一个通才模型包办全部角色更高效
- AgentRoom: Concurrent Multi-Agent Coding in a CRDT-Backed Shared Workspace让多个AI编程智能体在同一工作区实时协作,比按顺序执行或无协调地并行执行效果更好
- Recursive Agentic Reasoning多采样几个答案再投票的方法,连AI答不出话来的失败情况也能补救
- Black hole singularity is a surface not a point黑洞奇点是一个面,而不是一个点
- GameXpert-Bench: How Far Are Coding Agents from Expert Game Development?AI编程智能体擅长从零做出一款能玩的游戏,但不擅长自己发现漏洞、也难在修改中保住原有功能
- There Is No Neutral Harness: Modern LLM Leaderboards Are Manufactured by Config-Fragile Items同一个模型只要换一种打分方式,准确率就能从31%变到89%,而这种打分方式正悄悄决定排行榜的冠军
METAL LAB 最新报道
图片来源: Stephen Chung et al., arXiv:2608.23691, cc-by-nc-sa-4.0