Anthropic's Unreleased AI Model Extends Riemann Hypothesis Progress to 67% of Zeta Zeros

Anthropic announced on August 10, 2026 that an unreleased AI model made measurable progress on the Riemann hypothesis, increasing the proportion of zeros of the Riemann zeta function known to satisfy the hypothesis from 41.6% to 67.2% (Anthropic Research). The Riemann hypothesis, unsolved for more than 150 years, concerns the distribution of prime numbers and carries a $1 million bounty from the Clay Mathematics Institute that remains unclaimed (TechCrunch).
The task was initiated by an Anthropic staff member who lacks significant mathematical training. According to TechCrunch's reporting, this individual prompted the model to attempt a genuine proof of the Riemann hypothesis and then left the model to coordinate the work autonomously (TechCrunch). The model ran for roughly a day and a half, testing 650 different ideas and coordinating across 60 sub-agents. Anthropic reported total compute spending of 31 million on the task.
A sub-agent, in this context, is a semi-autonomous instance of the model assigned a specific role within a larger workflow. Of the 60 agents, two developed the key mathematical ideas that drove the result. Thirteen contributed additional ideas. Thirty attempted to generate novel approaches but were unable to produce viable new directions. Thirteen served as validators. Two helped write the initial paper (TechCrunch). The distribution suggests a system where productive insight was concentrated in a small fraction of the agent pool, with the majority performing verification or exploratory dead-end work.
Anthropic confirmed the result through two of its in-house mathematicians and formalized it using Lean, the open-source proof assistant (TechCrunch). Lean is a tool that lets mathematicians write proofs in a way a computer can check for correctness. The company also published a technical paper, "More Than Two Thirds of the Zeros of the Riemann Zeta Function ...," hosted on its CDN, which describes the linear algebra techniques applied to the problem (Anthropic CDN). A first-party research page titled "Learning more about Claude's mathematical capabilities" accompanied the release at anthropic.com/research/riemann-zeta (Anthropic Research).
The result does not constitute a proof of the Riemann hypothesis. It extends a lower bound, meaning the verified proportion of zeta zeros consistent with the hypothesis. Prior work had established 41.6% of zeros on the critical line; the new result moves that figure to 67.2%. The Clay Mathematics Institute's $1 million Millennium Prize requires a general proof covering all non-trivial zeros, which remains out of reach.
The architecture of the experiment deserves attention. A non-mathematician issued the prompt and stepped away. The model then decomposed the problem, allocated specialized roles across dozens of sub-agents, pursued hundreds of candidate approaches, and produced a result formalizable in Lean. The human-in-the-loop role was minimal by design, and the verification pathway ran through both human mathematicians and machine-checkable proof.
Whether this multi-agent coordination pattern generalizes beyond the specific structure of the Riemann hypothesis is an open question. The problem has properties that make it amenable to a divide-and-conquer approach: well-defined sub-problems, a formal verification standard in Lean, and a large existing mathematical literature to draw on. Problems with less crisp success criteria or weaker formalization infrastructure may not decompose as cleanly.
What is verifiable from the published materials is the scale of the computation and the rigor of the verification. Two mathematicians and a proof assistant confirmed the result. The technical paper details the linear algebra methods involved. The sub-agent telemetry reveals how the system allocated effort across exploration, validation, and writing. Anthropic has not yet announced a release timeline for the model itself, which remains unreleased as of the August 10 announcement.
The company's decision to publish both a research page and a technical paper, rather than issuing the result through a press release alone, gives outside mathematicians the material needed to evaluate the claim independently. The Lean formalization, in particular, allows third parties to machine-check the proof without relying on Anthropic's word. That choice matters: formal verification is the gold standard for mathematical correctness, and it removes a layer of trust that would otherwise be required.
The broader context here is what this tells us about where AI systems are heading. We have seen this pattern before, when early cloud computing shifted from single-purpose scripts to orchestrated workflows running across many machines. The leap was not raw speed but coordination, the ability to decompose a task, assign roles, and manage failure across components. This experiment shows a similar shift inside a single AI system. The fact that the initiator was a non-mathematician, and that the model ran autonomously for a day and a half, suggests the bottleneck for certain classes of hard problems may be moving from human expertise to compute and orchestration. That is not the same as solving the Riemann hypothesis, and the open question of generalization remains real. But it is a meaningful signal.


