Breaking: Claude's Attempt on Riemann Hypothesis "Fails," but Accidentally Sets 37-Year Math Record

marsbitPublished on 2026-08-11Last updated on 2026-08-11

Abstract

**AI Makes a Major Mathematical Leap While Failing at the Riemann Hypothesis** A research version of Anthropic's Claude AI was tasked with "seriously attempting" the legendary Riemann Hypothesis, a 167-year-old unsolved problem in mathematics. While it ultimately did not prove the hypothesis, its attempt yielded a significant breakthrough. Claude managed to improve the proven lower bound for the proportion of Riemann zeta function zeros lying on the critical line from 41.6% to 67.2%. This marks a 25.6 percentage point increase, described by observers as potentially the most substantial advance in analytic number theory in over a decade, considering that the previous record had only improved by 0.8 percentage points over 37 years. To achieve this, Claude generated and discarded roughly 650 initial ideas before orchestrating a day-and-a-half-long effort involving about 60 sub-agents. These agents executed 2,400 shell commands, wrote hundreds of Python scripts, and performed thousands of numerical checks. After finding the potential result, Claude initiated self-verification, downloaded papers to check for prior work, and independently re-derived the finding. It then suggested writing a formal paper. The result has been reviewed by Anthropic's internal mathematicians, who also collaborated with Claude to produce a formal, machine-checkable proof using the Lean theorem prover. External experts in the field have also reviewed the manuscript. Anthropic clarifies that the method ...

AI has set its sights on a new mathematical challenge: the "Riemann Hypothesis."

A mathematical conjecture born in 1859, unresolved for 167 years, and still offering a $1 million prize. Recently, someone within Anthropic assigned an unreleased research version of Claude a seemingly "unreasonable" task:

Make a serious attempt on the Riemann Hypothesis.

Jarred Sumner, co-founder of Bun, who joined Anthropic in December last year

Claude gave it a serious try. It successively proposed 650 ideas, all of which failed. It then reorganized about 60 Claude sub-agents, worked continuously for a day and a half, executed about 2400 Shell commands, wrote hundreds of Python scripts, and performed thousands of numerical checks. In the end, the Riemann Hypothesis remained unproven.

However, during this failed attempt, Claude stumbled upon another result. Anthropic disclosed that this unreleased Claude research version improved the known lower bound for the proportion of zeros of the Riemann ζ function proven to lie on the critical line from 41.6% to 67.2%.

In other words, it was previously known that at least 41.6% of the relevant zeros could be proven to be at the location predicted by the Riemann Hypothesis; the result provided by Claude pushes this provable proportion to 67.2%.

Deedy, a partner and researcher at the venture capital firm Menlo Ventures, stated, "Claude's result is simply outrageous, possibly the most significant advance in analytic number theory since the breakthrough on bounded prime gaps in 2013. It increased the rigorously proven proportion of Riemann ζ function zeros on the critical line by a whopping 25.6 percentage points. Over the previous 37 years, mathematicians had only managed to raise this number by 0.8 percentage points."

Two mathematicians at Anthropic subsequently studied and verified Claude's paper, and Claude also provided a corresponding Lean formalized proof. Number theorists Brian Conrey and Dan Goldston also reviewed the paper within a relatively short time.

Anthropic emphasizes that this approach is not expected to directly lead to a final proof of the Riemann Hypothesis. However, this result still provides a noteworthy signal: the mathematical capabilities of frontier models are beginning to address truly open-ended research problems.

The Riemann Hypothesis: Unsolved for 167 Years

The importance of the Riemann Hypothesis is related to prime numbers. The Riemann ζ function has a profound connection to the distribution of primes. In 1859, German mathematician Bernhard Riemann conjectured that the real part of all "non-trivial zeros" of the ζ function should equal 1/2.

On the complex plane, this means all these zeros lie on a vertical line, the famous critical line.

This seemingly abstract problem has wide-ranging implications. Many mathematical conclusions about the distribution of prime numbers can be made more precise under the assumption that the Riemann Hypothesis is true. It is thus one of the seven "Millennium Prize Problems" by the Clay Mathematics Institute, with a $1 million prize for a complete proof or disproof.

Over the past century, no one has been able to prove that all non-trivial zeros lie on the critical line, but mathematicians have been able to prove that at least a portion of them are located there.

Thus, a relatively realistic question emerged: what minimum proportion of zeros can we prove lie on the critical line? Over decades of progress, the known lower bound for this proportion gradually increased to about 41.6%.

This is the number that Claude has now advanced.

From 41.6% to 67.2%

The foundation Claude relied on to obtain this result did not appear out of thin air.

In 1973, mathematician Hugh Montgomery, while studying the distribution of ζ function zeros, introduced a series of important methods. However, some of these analyses depended on the assumption that the Riemann Hypothesis holds. In recent years, a series of works by mathematicians has further developed related techniques, enabling some of these methods to be used without first assuming the Riemann Hypothesis.

This means they have the opportunity to, in turn, help study "exactly how many zeros lie on the critical line." Building upon this work, and also incorporating related research published by Enrico Bombieri around the year 2000, Claude found a new way to combine them.

The final result is: at least 67.2% of the relevant zeros lie on the critical line. This represents an increase of 25.6 percentage points from the previous known lower bound of 41.6%.

Technically, Claude constructed a suitable function space and, using a quadratic form induced by Weil, mapped zeros on the critical line and zeros off the critical line to positive-definite and negative-definite directions, respectively. It then used the relationship between the rank of the quadratic form and its first and second moment information to establish an inequality.

Anthropic's mathematicians believe a key point is that Claude did not handle the positive-definite and negative-definite parts separately, but analyzed the entire space within a single framework, while allowing the quadratic form to have a non-diagonal structure. Combined with results already established by prior number theory researchers, this step ultimately led to the 67.2% lower bound.

It should be specifically noted here: Anthropic does not currently claim that this technique can be pushed all the way to 100%, much less claim that Claude is only 32.8% away from proving the Riemann Hypothesis.

67.2% is an improvement in the lower bound for a related problem, and there remains a vast theoretical distance between this and a complete proof of the Riemann Hypothesis.

31 Million Output Tokens, 60 Sub-Agents,

How Did Claude Find It?

The way Claude solved this problem is also noteworthy. The entire result was obtained in two rounds of Claude Code sessions, consuming approximately 31 million output tokens in total.

Initially, Jarred Sumner gave Claude a very open-ended instruction: make a serious attempt on the Riemann Hypothesis.

Sumner himself is not a mathematician and did not specify a particular mathematical route for Claude.

In the first round, Claude generated and tried about 650 ideas. All failed.

Sumner then asked it to continue trying. The second round lasted about a day and a half.

Claude organized about 60 sub-agents, splitting the problem into multiple directions for parallel exploration. These agents executed about 2400 Shell commands, wrote hundreds of Python scripts, and performed thousands of numerical checks on known ζ function zeros.

Different sub-agents also reviewed each other's results.

According to Anthropic, Sumner provided little mathematical guidance at this stage. What he mainly did was repeatedly tell Claude "continue," "try again," "believe in yourself." Anthropic even mentioned that Claude was initially quite skeptical about its ability to make real progress on such a famous open problem. It wasn't until persistent exploration that this new lower bound gradually emerged.

After finding the result, Claude initiated a round of self-verification. Some sub-agents were dedicated to checking the proof, some looked for counterexamples; Claude also downloaded 54 arXiv papers to check if similar results had already been obtained by other mathematicians.

Subsequently, it had independent agents re-derive the result from scratch. After confirming no obvious issues, Claude proactively suggested compiling the result into a paper and explicitly proposed: a real number theory expert should be consulted for human verification.

Anthropic's internal mathematicians Levent Alpöge and Ralph Furman then began checking the paper, analyzing its relationship with existing literature. Meanwhile, Claude also collaborated with Anthropic employee Eric Easley to formalize the key results into a Lean proof. This formalized result has already passed inspection by Comparator, a standard Lean verification tool.

Anthropic also invited mathematicians Brian Conrey and Dan Goldston, who study the Riemann ζ function, to review the paper. Therefore, a more accurate current statement is: Anthropic's internal mathematicians have studied and verified the result, completed a machine-checkable formalized proof, and two external domain experts have reviewed the paper. This is still a different stage from having completed traditional academic peer review and achieved consensus within the mathematics community.

More links:

Claude paper: https://www-cdn.anthropic.com/564f962e60643842f5fcb4a17c9dbc8f608f1c37.pdf

Claude project address: https://github.com/anthropics/zeta-23-lean

Reference links:

https://x.com/AnthropicAI/status/2086867246073401655

https://www.anthropic.com/research/riemann-zeta

https://x.com/jarredsumner/status/2086869681785500011

This article is from the WeChat public account "机器之心" (Almost Human), author: 关注AI数学的机器之心

Trending Cryptos

Related Questions

QWhat was Claude's main task in the experiment described in the article?

AIts main task was to seriously attempt to prove the Riemann Hypothesis, a famous unsolved mathematical problem.

QWhat significant mathematical result did Claude achieve despite failing to prove the Riemann Hypothesis?

AClaude raised the known lower bound for the proportion of zeros of the Riemann zeta function lying on the critical line from 41.6% to 67.2%.

QHow did Claude's process of tackling the problem differ from a traditional approach?

AIt autonomously organized about 60 sub-agents to explore the problem in parallel, generating and testing numerous ideas, running scripts, performing numerical checks, and having agents cross-review each other's work.

QWhat is the significance of Claude's result (67.2%) according to the venture capitalist Deedy quoted in the article?

ADeedy stated it might be the most significant advance in analytic number theory since the 2013 bounded prime gaps breakthrough, as it improved the provable proportion by 25.6 percentage points after only a 0.8-point increase over the previous 37 years.

QWhat steps did Claude take to verify its finding after it emerged?

AIt performed self-verification, had some agents check the proof and others look for counterexamples, downloaded 54 arXiv papers to check for prior results, had an independent agent re-derive the result, and then recommended writing a paper and seeking validation from human number theorists.

Related Reads

U.S. Stock Market Trend (August 11): Oil Prices Surge, Treasury Yields Rise, Tech Stocks Under Pressure, Optical Communication Plummets

U.S. Stock Market Trends (August 11): Oil Surge and Rising Bond Yields Pressure Tech; Optical Communication Stocks Plunge. U.S. stock indices closed slightly lower on Monday, with the S&P 500 and Dow Jones retreating from recent record highs. The primary market pressures were a significant oil price jump of over 5% amid unresolved negotiations to reopen the Strait of Hormuz and a consequent rise in U.S. Treasury yields, which weighed on growth stock valuations. The technology sector faced pressure, with Nvidia falling nearly 3% despite news of its pursuit of a $500 billion AI infrastructure financing consortium with major Wall Street firms. The optical communication sector saw a sharp sell-off, with Coherent dropping over 14%. In contrast, Chinese stocks listed in the U.S. were a notable bright spot, as the Nasdaq Golden Dragon China Index rose nearly 2%. Gold prices advanced for a second consecutive session on inflation hedging demand, while Bitcoin fell below $64,000. Key market movers included surging oil prices (WTI and Brent up ~5%) due to stalled Strait of Hormuz talks and heightened supply concerns, pushing the 10-year Treasury yield near 4.71%. Major tech stocks were mixed. Beyond Nvidia's decline, Intel fell over 4% on a new share offering plan. The Philadelphia Semiconductor Index dropped approximately 1.2%. Market attention remains on oil price dynamics, the impact of rising yields, and the forthcoming U.S. CPI data.

marsbit4m ago

U.S. Stock Market Trend (August 11): Oil Prices Surge, Treasury Yields Rise, Tech Stocks Under Pressure, Optical Communication Plummets

marsbit4m ago

JP Morgan Research Report Analysis: SK Hynix Fell 15% Last Week, Concerns Over HBM Pricing Overblown and Shareholder Returns to Land Ahead of Schedule

JPMorgan Research Report Interpretation: Addressing Concerns on SK Hynix's Recent Share Price Decline SK Hynix's stock fell 15% last week, underperforming the KOSPI (-5%) and Samsung (-9%). Key investor concerns centered on HBM pricing uncertainty, unclear shareholder return timelines, and a recently disclosed ₩54 trillion capital expenditure plan. JPMorgan's August 9 report addresses each point. Regarding HBM, JPMorgan refutes inaccurate media reports suggesting potential 50% price discounts for HBM4 in 2027. The firm's conservative model assumes <40% average HBM price growth by 2027, based on factors including memory suppliers prioritizing high-margin DDR5/LPDDR5/NAND in LTA allocations and the long-term partnership with key customer NVIDIA. The most significant near-term catalyst is shareholder returns. SK Hynix has committed to announcing additional shareholder return measures before the end of Q3 (September), earlier than its prior "year-end" guidance. JPMorgan anticipates a progressive policy, supported by an estimated cumulative free cash flow exceeding ₩800 trillion over three years and proceeds from the Kioxia stake sale. The substantial ₩54 trillion capex plan is for two new memory fabs to support its 2030 roadmap, not short-term aggressive expansion. The Yongin Y2 DRAM fab (₩35.2tn) and Cheongju M17 NAND fab (₩19.1tn) have construction starts scheduled for 2027, with clean room completion and investments stretching to 2028-2031. JPMorgan sees limited strategic value in a potential IPO for subsidiary Solidigm, noting SK Hynix's strong internal cash flow can fund capex without dilution, and an IPO might trigger dual-listing rule constraints in Korea. The report concludes last week's sell-off was an overreaction. JPMorgan maintains its Overweight rating and ₩2.75 million price target (~7x avg. 2026-2027 EPS), asserting the memory super-cycle thesis and SK Hynix's fundamentals remain intact.

marsbit7m ago

JP Morgan Research Report Analysis: SK Hynix Fell 15% Last Week, Concerns Over HBM Pricing Overblown and Shareholder Returns to Land Ahead of Schedule

marsbit7m ago

The Post-Crypto Era Outlook: Asset Valuation Returns to Fundamentals, What to Watch for the Next Decade?

Cryptoeconomy at a Turning Point: Valuations Reset, Focus Shifts to Real Value The cryptoeconomy is undergoing its most significant transformation yet, moving from speculative excess to a focus on sustainable, value-generating applications. After the 2021 hype cycle, which saw unsustainable valuations, the market has experienced a prolonged "reversion to the mean." Structural issues like cyclical revenues, regulatory uncertainty, and misaligned incentives between equity and token holders led to widespread fatigue. However, these problems are now widely recognized and are being addressed. A key shift is the emergence of applications demonstrating real, compounding growth independent of token prices. These include peer-to-peer internet platforms, global digital dollars, permissionless exchanges, novel derivatives, global collateral markets, and open financing platforms. Leading blockchains like Ethereum and Solana are solidifying their positions as foundational monetary and financial layers for the internet. Simultaneously, traditional financial and tech institutions are accelerating their blockchain integration with production-grade products, moving beyond mere experiments. Clearer regulations are enabling a shift from compliance concerns to exploring new business models. While the broader cryptoeconomy's emergence appears inevitable—driven by declining institutional trust, monetary devaluation, and a desire for fairer systems—intense competition means only a few native projects will become the dominant winners. The current phase offers a unique opportunity for investors, as leading projects are potentially undervalued after years of consolidation. The task is no longer to debate the technology's viability but to identify and capitalize on the real value being built for the next decade.

marsbit7m ago

The Post-Crypto Era Outlook: Asset Valuation Returns to Fundamentals, What to Watch for the Next Decade?

marsbit7m ago

Outlook for the Post-Encryption Era: Asset Valuation Returns, What to Watch in the Next Decade?

The crypto economy is undergoing its most significant transformation in eight years, characterized by a shift from speculative frenzy to fundamental-driven growth. After the extreme overvaluation and unrealistic expectations of 2021, asset prices, including Bitcoin relative to gold, have corrected significantly. This reset has exposed structural industry weaknesses such as cyclical revenues, regulatory uncertainty, misaligned incentives between equity and token holders, poor disclosure, and a lack of common valuation frameworks, leading to widespread investor fatigue. However, this correction is healthy and has set the stage for a more mature phase. Numerous real-world use cases have emerged and are exhibiting compound growth, independent of token prices. These include peer-to-peer internet platforms, global digital dollars, permissionless exchanges, novel derivatives, global collateral markets, democratized asset creation, open fundraising platforms, and decentralized physical infrastructure networks. Key issues like dual-token models are being resolved, disclosure is improving, and a consensus is forming that most assets must generate cash flow. The leading blockchains (e.g., Ethereum, Solana) are becoming the monetary and financial base layer of the internet, with entrenched network effects. Established Wall Street and Silicon Valley institutions are now launching production-grade products on public chains, a shift accelerated by clearer regulations. While valuations have reset and growth models remain conservative, the potential for exponential growth remains. The broader macro environment—declining institutional trust, unsustainable sovereign debt, currency debasement, deglobalization, and a generational wealth transfer—is uniquely favorable for crypto's adoption. The market is not uniformly maturing; it consists of various products at different adoption stages where speculation will persist in cycles. The core opportunity lies in identifying the few native projects that will become foundational winners as the world rebuilds its economic systems. The current period of disillusionment conceals a generational opportunity for those betting on the new paradigm rather than mourning the old one.

Odaily星球日报41m ago

Outlook for the Post-Encryption Era: Asset Valuation Returns, What to Watch in the Next Decade?

Odaily星球日报41m ago

Cache hit rate reaches 99.93%, the best Harness for DeepSeek is here, GitHub pulls in 86k Stars

The open-source programming agent "Pi" has surged in popularity on GitHub, amassing around 86,000 stars, largely due to its exceptional efficiency when paired with DeepSeek's models. A key highlight is its remarkably high cache hit rate of approximately 99.93% for input tokens when using DeepSeek. This minimal cache miss rate of 0.07% means most repeated context is reused, drastically reducing computational costs. In a benchmark test by Composio comparing eight major agent harnesses running DeepSeek V4 Flash, Pi achieved the lowest average cost per successful task at about $0.028, significantly outperforming others like Claude Code, which was nearly seven times more expensive. Pi functions as a streamlined "harness" or workspace for AI models, providing core tools like file read/write and command execution while allowing users to add extensions. Its simplicity and specific adaptation for DeepSeek's API—handling its unique reasoning content and tool call formats—make it highly compatible. This design maximizes the efficiency of DeepSeek's low-cost tokens and powerful caching mechanism, as the agent's linear workflow avoids unnecessary changes to earlier prompt sections. While DeepSeek has officially announced its own harness project targeting Claude Code, Pi remains a versatile, user-customizable platform supporting multiple AI providers. It offers developers a cost-effective and flexible alternative, setting a high bar for future official solutions.

marsbit1h ago

Cache hit rate reaches 99.93%, the best Harness for DeepSeek is here, GitHub pulls in 86k Stars

marsbit1h ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of AI (AI) are presented below.

活动图片