了解更多关于 Claude 的数学能力
Learning more about Claude's mathematical capabilities

原始链接: https://www.anthropic.com/research/riemann-zeta

一个尚未发布的 Claude AI 模型研究版本在尝试解决黎曼猜想时取得了重大的数学突破。虽然该模型并未解决黎曼猜想这一长期悬而未决的著名难题,但它成功提高了黎曼ζ函数位于临界线上的零点比例的下界。 通过综合数十年的现有研究并执行复杂的计算,Claude 将这一已证比例从 41.6% 提升至 67.2%。在此过程中,Claude 协调了数十个子代理执行了数千个脚本,进行了数值检查并独立验证了结果;随后,这些结果得到了 Anthropic 数学家们的确认,并被转化为经过 Lean 验证的形式化证明。 尽管所使用的技术不太可能证明整个黎曼猜想,但这一成就生动地展示了人工智能在数学能力上的飞速进步。该结果是在针对更大问题的开放式请求中偶然发现的,证明了人工智能如何有效地整合并扩展现有的人类研究以得出新的结论。

Anthropic 近期的研究显示,Claude 的一个未发布版本显著提高了黎曼猜想的下界,将其从 41.6% 提升至 67.2%。该项目涉及 Claude 协调 60 个子智能体,在数天内运行了数千个 Python 脚本和 Shell 命令。 Hacker News 上的讨论引发了关于这些突破本质的激烈辩论。许多观察人士认为这一过程“荒谬”,并指出成功的一个关键因素似乎是人类研究员(Jarred Sumner)提供的简单情感鼓励——他告诉人工智能要“相信自己”,以克服其程序设定的怀疑态度。 批评者认为,这只是一种大规模的“暴力破解”计算,而非真正的数学洞察力或创造力,并将其标记为“随机鹦鹉”或“时间压缩”研究。然而,支持者强调,AI 能够综合分散的现有文献并通过 Lean 自动验证结果,是一项里程碑式的成就。此次讨论反映了一种更广泛的视角转变:随着 AI 开始解决以往只有人类专家才能处理的问题,“计算搜索”与“科学发现”之间的界限正变得日益模糊。
相关文章

原文

Recently, a member of staff at Anthropic gave Claude an unreasonable challenge. It was about one of the most famous unsolved problems in mathematics: Take a real stab at the Riemann hypothesis.

Claude did take a real stab, but as you might have expected if you’re familiar with the difficulty of the task (the Riemann hypothesis dates back to 1859 and has a million-dollar bounty), it didn’t succeed. Nevertheless, during its attempt, it unexpectedly made strides on a related problem.

An unreleased research version of Claude has improved on a longstanding lower bound for the fraction of zeros of the Riemann zeta function that satisfy the Riemann hypothesis. Drawing on extensive prior research by mathematicians over the past decades, it has increased this bound from 41.6% to 67.2%.

Two mathematicians at Anthropic studied and validated Claude’s paper, and produced an informal note for experts stating Claude’s proof concisely. Claude also produced a formally verifiable proof of its result. We are grateful to Brian Conrey and Dan Goldston, two experts in this area, who generously examined the paper on short notice.

We don’t expect that the techniques Claude used will lead to proving the Riemann hypothesis. But its work serves as the latest example of the speed of progress in AI models’ mathematical capabilities. In this post, we discuss how Claude approached this problem and what it found.

The Riemann zeta function

The Riemann zeta function describes the distribution of prime numbers: each place that the function takes the value of zero contributes successively finer detail to the sequence of primes. The Riemann hypothesis is that the zeros that determine the primes all exist along a certain vertical line. This has become one of the most consequential conjectures in mathematics: many results assume it in order to provide a form of randomness in the primes.

No one has yet been able to prove or disprove the Riemann hypothesis, but mathematicians have made progress in many related directions studying the Riemann zeta function and its zeros. One of these, as above, is quantifying a minimum proportion of zeros that are on the line: over time, they’ve gradually increased this known constant proportion to 41.6%.

Another direction concerns the distribution of zeros on the line. In particular, in 1973, Montgomery introduced a number of new techniques in this area, though these techniques assumed the hypothesis was true. More recently, several mathematicians (Baluyot, Goldston, Suriajaya, and Turnage-Butterbaugh) have published a series of works that allow Montgomery’s techniques to work without that assumption, meaning they can support work on increasing the lower-bound constant for the zeros on the line. Claude’s result draws heavily on this line of research, along with a 2000 paper by Bombieri.

Claude's finding

Claude found that combining the results from Baluyot, Goldston, Suriajaya, and Turnage-Butterbaugh with the work of Bombieri provides a way to surpass the previous state-of-the-art lower-bound proportion of 41.6%, increasing it to 67.2%.

A short technical explanation of Claude’s finding is as follows: Claude forms a suitable space of functions with quadratic form induced by Weil, and positive- (respectively negative-)definite subspaces arising from zeros on (respectively off) the line. Then Claude simply writes down an inequality on the rank of a quadratic form in terms of first- and second-moment information. (The successful computation of the latter in terms of the dual picture over primes, or via control of a Hilbert transform, is no surprise in analytic number theory.) The courage to treat the entire space, with positive- and negative-definiteness taken into account together, and with the quadratic form allowed to be non-diagonal, is in some sense the step that allows Claude to achieve the conclusion based on the important prior work.

The full technical explanation is available in the paper. Claude’s explanation of how it arrived at its result is available in a separate Appendix here.

Claude's methodology

An unreleased research version of Claude found the new lower bound over two sessions in Claude Code, using a total of 31 million output tokens.

Jarred Sumner, an Anthropic staff member (and non-mathematician), prompted Claude to “take a real stab” at the hypothesis itself, leaving the mathematical choices from there up to the model. Initially, Claude generated and tried 650 ideas, none of which worked. Jarred prompted Claude to try again, and it spent a day and a half coordinating about 60 Claude subagents, which this time went much deeper: between them, they ran 2,400 shell commands and wrote hundreds of Python scripts.1 The subagents ran thousands of numerical checks against known zeta zeros and refereed one another’s work. Throughout this process, Jarred's input was mostly limited to sending Claude messages of encouragement (mostly variants of “keep going” or “believe in yourself”).2 This seems to have helped Claude overcome some initial skepticism that it could make meaningful progress.

Having found this new result while attempting the task, Claude tested its work by having various subagents review the proofs, search for counterexamples, download 54 papers from the arXiv to check that its finding hadn’t already been made, and independently re-prove its finding from scratch. Claude volunteered to write its findings up as a paper, and recommended that a human number theorist validate its findings.

Levent Alpöge and Ralph Furman, two of Anthropic’s own mathematicians, examined Claude’s work to understand the new results and how they related to the prior work mentioned above. In parallel, Claude worked with another member of staff, Eric Easley, to produce a Lean formalization of the result, which passes the standard validation tool comparator.

AI models' progress in mathematics

This result shows that AI models like Claude can extend the impact and reach of mathematicians’ ideas in new and sometimes surprising ways. Even though it couldn’t resolve the Riemann hypothesis itself, this result emerged as the unintended byproduct of that original request.

Even Claude was surprised by its own finding—it was skeptical at first, possibly because it has learned from its training about the difficulty of open problems in mathematics and about the limitations of AI models. But after some encouraging prompts, it arrived at the result we’ve described. Perhaps Claude, like many of us, underestimates the rate of AI progress.

Further reading

Below is a list of documents that provide more information about Claude’s result:

联系我们 contact @ memedata.com