OpenAI Astra Publishes Ten Math Advances as Claude Fable 5 Claims Five Reproductions in 24 Hours

A weekend in August 2026 produced one of the clearest signs yet that frontier AI is moving beyond benchmark mathematics and into active research. On August 1, OpenAI published Ten

发布于 2026年8月5日generalGEO 评分: 08 次阅读
文章封面:OpenAI Astra 发布十项数学进展,Claude Fable 5 声称在24小时内完成五项复现

OpenAI Astra’s Ten Math Advances and Claude Fable 5’s 24-Hour Replication Claim

Introduction

A weekend in August 2026 produced one of the clearest signs yet that frontier AI is moving beyond benchmark mathematics and into active research.

On August 1, OpenAI published Ten Advances in Mathematics and Theoretical Computer Science. The results were generated by an internal version of Astra, which OpenAI describes as its next major model.

The package included:

  • A 249-page manuscript.
  • Ten results spanning mathematics and theoretical computer science.
  • A 62-page set of discovery walkthroughs.
  • Ten Lean 4 formalizations.
  • Public source code for rebuilding and independently checking the certificates.

Less than 24 hours later, Anthropic researcher Levent Alpöge said that Claude Fable 5, a publicly available model, had reproduced five of the ten results.

He identified them as problems 4 through 8:

  1. Connes’s rigidity conjecture.
  2. Arithmetic circuit complexity.
  3. Quantum parallel repetition.
  4. Closest vector problem.
  5. Ehrhart’s volume conjecture.

Alpöge said the runs were autonomous, used a generic prompt, had no internet access, and included precautions intended to prevent OpenAI’s solutions from leaking into the context.

If the five proofs withstand full public scrutiny, the episode would show that a research result produced by one frontier model can sometimes be independently rediscovered by another almost immediately.

The evidence is not symmetrical, however. OpenAI has published manuscripts, walkthroughs, and machine-checkable certificates. The Fable claim is currently supported mainly by public statements rather than a complete proof package.

The useful conclusion is therefore not simply that one model won.

AI can now generate research-level mathematics quickly enough that verification, interpretation, attribution, and review may become harder to scale than proof production itself.

图片为Sebastien Bubeck于2026年8月1日发布的推文,内容是关于OpenAI Astra模型的数学进展。Bubeck表示,Astra证明了非索菲克群存在等众多新成果,还发布10个此类Astra证明,每个证明都有Lean证书和CoT推理。这些成果涵盖从von Neumann代数(否定Connes rigidity猜想)到高维球体堆积的更好上界等广泛领域。图片下方有“Ten advances in mathematics and theoretical computer science”字样,与文档中介绍的Astra模型发布数学进展的内容相呼应。

OpenAI Publishes Ten Research-Level Results

OpenAI describes the work as ten results that resolve or make substantial progress on long-standing open problems.

The topics span high-dimensional geometry, coding theory, group theory, operator algebras, arithmetic circuit complexity, quantum complexity, lattice problems, convex geometry, Ramsey theory, and extremal graph theory.

OpenAI says the mathematical arguments were generated by an internal Astra model. Humans then used the same model to help prepare the arguments into manuscripts, after which the model formalized each result in Lean.

A more accurate workflow is:

Astra searches for a mathematical argument
→ successful argument is selected
→ humans and the model prepare a readable manuscript
→ the model formalizes the result in Lean
→ formal certificates and source code are published
→ external mathematicians inspect correctness, novelty, and significance

The model’s contribution is central, but the final research artifact still includes human preparation, formal infrastructure, software libraries, and expert review.

The Ten Results

这张图片呈现的是OpenAI Astra发布的十项数学进展的核心内容,每一项都对应明确的数学领域与具体成果。内容依次涵盖高维球堆积、二元及球形码、非sofic群、Connes刚性猜想、算术电路复杂性、量子平行重复、最近向量问题、埃哈德体积猜想、多色拉姆齐数、紧性与退化极值图论这十个方向,每个领域均标注了具体的突破性结论,如构造反例解决长期公开猜想、给出多项式级近似硬度结论、证明指数级下界等,这些成果与文档中提及的OpenAI Astra的十项数学进展完全对应,清晰展示了该机构在数学领域取得的关键突破。

No. Area OpenAI’s published result
1 High-dimensional sphere packing Determines the asymptotic strength of the Cohn–Elkies linear program and improves the general high-dimensional packing bound
2 Binary and spherical codes Improves classical fixed-distance code bounds by exponential factors
3 Non-sofic groups Constructs an explicit non-sofic group, addressing whether every countable group admits finite permutation approximations
4 Connes’s rigidity conjecture Constructs nonisomorphic property-(T) groups with the same group von Neumann algebra, disproving the conjecture
5 Arithmetic circuit complexity Establishes new lower bounds for computing the permanent, including an arithmetic-formula lower bound of order (n^4/\log n)
6 Quantum parallel repetition Proves exponential parallel repetition for general finite two-player entangled games
7 Closest vector problem Gives polynomial-factor hardness of approximation for Euclidean CVP and related lattice problems
8 Ehrhart’s volume conjecture Proves the sharp maximum-volume bound in every dimension for the specified class of convex bodies
9 Multicolor Ramsey numbers Proves a superexponential lower bound for multicolor triangle Ramsey numbers and resolves Erdős problem 183
10 Extremal graph theory Produces constructions disproving compactness and degeneracy conjectures associated with Erdős problems 146 and 180

These are not routine olympiad exercises. Several concern questions that had remained open for many years and require deep specialist knowledge to assess.

The Paper Is Only One Part of the Release

OpenAI also released a 62-page document titled How the Ideas Came Together: Mathematical Discovery Notes.

A proof answers:

Why is the theorem true?

A discovery record attempts to answer:

How did the system find this argument?

Those are different questions.

The walkthroughs can help researchers judge whether the model recombined known ideas, identified an analogy, searched broadly, found a new construction, or used a known theorem in an unexpected way.

They should still be treated carefully. A model-generated narration is not necessarily a perfect causal log of every internal computation.

OpenAI Released Ten Lean Certificates

The official openai/ten-proofs repository contains one Lean module for each result.

The project uses:

Lean 4.32.0
mathlib
Lake

With elan installed, the official README instructs users to build all ten formalizations with:

lake exe cache get
lake build All

An individual module can be built separately:

lake build SpherePacking

The repository includes:

SpherePacking.lean
MetricCodes.lean
NonSoficGroup.lean
ConnesRigidity.lean
Permanent.lean
QuantumParallelRepetition.lean
GapCVP.lean
EhrhartVolumeInequality.lean
MulticolorTriangleRamsey.lean
CompactnessAndDegeneracy.lean

The code is published under the Apache 2.0 license and includes independent-checking resources.

What a Lean Certificate Proves

Lean is an interactive theorem prover based on dependent type theory.

A proof accepted by Lean’s kernel establishes that the formal theorem follows from the definitions, assumptions, imported axioms and libraries, and the formal proof term.

This rules out many errors that can appear in informal arguments:

  • A missing logical step.
  • An invalid algebraic transformation.
  • A hidden contradiction.
  • An unjustified case.
  • A mismatched quantifier.
  • A false intermediate lemma.

The certificate can be checked mechanically rather than accepted because an author sounds convincing.

What a Lean Certificate Does Not Prove

Formal verification does not remove every review problem.

Does the Formal Statement Match the Informal Claim?

A theorem prover checks the encoded statement. Humans must still determine whether it accurately captures the mathematical problem.

Are the Definitions and Assumptions Appropriate?

Lean verifies consequences of formal definitions. It does not decide whether those definitions reflect the accepted concept or whether a hidden assumption weakens the headline result.

Is the Result New?

Formal correctness does not establish novelty. Literature review and expert knowledge remain necessary.

Is the Result Important?

A machine can verify that a theorem follows. It cannot settle whether the result changes the field or introduces a valuable idea.

Does the Proof Teach Us Anything?

Two formally correct proofs may differ greatly in explanatory value. One may expose a reusable principle; another may be difficult for humans to internalize.

Formal checking addresses correctness. Mathematical understanding remains a separate task.

Claude Fable 5 Claims Five Reproductions in 24 Hours

Less than one day after the OpenAI announcement, Alpöge wrote that he had “half of them with Fable.”

He described the setup as:

  • Totally autonomous.
  • A generic prompt.
  • No internet access.
  • Additional precautions to prevent information leakage.

这张图片是用户名为@_alpoge的X(原Twitter)账号发布的推文,内容是他针对OpenAI Astra公布十项数学进展一事作出回应,称24小时内已用Claude Fable完成其中一半内容,还说明了所用的是完全自主、采用通用提示词、无网络接入且额外防范信息泄露的设置。该推文还内嵌了Sebastien Bubeck账号的回复推文,Bubeck提及OpenAI Astra公布了十项数学证明成果,计划发布带Lean证书和CoT过程的内容,成果范围广泛,而@_alpoge的回应正是对应了文档中Claude Fable的五项复现相关内容。

Alpöge later identified the five items as numbers 4 through 8.

图片为Levent Alpöge在Twitter上发布的推文。内容提到OpenAI Astra发布10项数学进展,而Claude Fable 5声称在24小时内复现了其中5项。Alpöge称自己“半数”复现,设置为完全自主、通用提示、无互联网访问及防信息泄露等。他后来指出,Fable复现的5项为4、5、6、7、8,其中Ehrhart结果是唯一两个模型提出几乎完全一致论点的。该图片与上下文紧密相关,是对Alpöge关于Fable复现进展的说明。

OpenAI item Topic Public status of the Fable claim
4 Connes’s rigidity conjecture Claimed reproduction
5 Arithmetic circuit complexity Claimed reproduction
6 Quantum parallel repetition Claimed reproduction
7 Closest vector problem Claimed reproduction
8 Ehrhart’s volume conjecture Claimed reproduction

Alpöge said the Ehrhart result was the only one where Astra and Fable appeared to use essentially the same argument.

If accurate, the other four may be alternative proofs rather than reconstructions of OpenAI’s route.

The Fable Evidence Is Not Yet Equivalent to OpenAI’s Release

For OpenAI’s ten results, the public package includes theorem statements, full manuscripts, reasoning walkthroughs, Lean source code, build instructions, and independent-checking resources.

For the Fable five, I could verify Alpöge’s statement, the named problem numbers, his stated experimental conditions, and his observation about the Ehrhart argument.

I could not verify a public package containing:

  • Five complete manuscripts.
  • The exact generic prompt.
  • Full execution transcripts.
  • Token usage.
  • Model settings.
  • Leakage-control methodology.
  • Lean certificates.
  • External reviews for each argument.

The responsible description is:

An Anthropic researcher publicly reported that Fable 5 independently completed five of the ten problems under controlled conditions, but the detailed evidence required for full independent assessment was not yet publicly available during verification.

This does not prove the claim is false. It means the claim has not reached the same evidentiary stage as OpenAI’s published package.

Why 24 Hours Still Matters

Even with that caveat, the timing is notable.

In traditional mathematics, a major new result may take months or years to be independently reconstructed.

Researchers first need to learn the background, read the manuscript, check technical details, rebuild the argument, try alternatives, discuss concerns, and publish a review or follow-up paper.

A capable model can compress parts of that process.

If one model’s result can be independently reached by another in a day, the priority window for AI-generated discoveries may become much shorter.

The first group still deserves credit for choosing the problem, producing the first public argument, preparing the manuscript, formalizing the result, and creating a record others can inspect.

However, the competitive advantage of being first may last for days rather than years when other researchers can immediately assign similar problems to frontier systems.

This Is Closer to Replication Than Benchmark Competition

Most model benchmarks compare systems on questions with known answers.

A benchmark asks:

Given the same test set, which model scores higher?

This episode asks something different:

Can two systems independently reach the same new frontier result?

That resembles scientific replication.

Independent replication can reveal whether a result depends on one model’s mistake, one fragile prompt, leaked information, or one unusual proof route.

Two independent arguments can increase confidence, especially when they use different ideas.

They still need review.

Two models may share similar training sources, mathematical misconceptions, optimization biases, or hidden assumptions.

Model independence is not automatically epistemic independence.

How to Evaluate an AI Replication Claim

A credible replication package should disclose enough information for others to repeat the experiment.

Problem Definition

  • Exact theorem statement.
  • Exact assumptions.
  • Version of the source problem.
  • References establishing that the problem was open.

Model Configuration

  • Model name and version.
  • Reasoning or effort setting.
  • Context length.
  • Tool access.
  • Sampling settings where relevant.

Prompting

  • Initial prompt.
  • Follow-up prompts.
  • Human corrections.
  • Any domain hints.
  • Any scaffolding.

Leakage Controls

  • Network and search access.
  • Source documents included in context.
  • Timing of the model snapshot.
  • Methods used to detect copied language or structure.

Execution Record

  • Full transcript.
  • Tool calls.
  • Failed attempts.
  • Runtime.
  • Token usage.
  • Number of parallel runs.

Mathematical Evidence

  • Complete proof.
  • Formal certificate where feasible.
  • Dependency list.
  • Comparison with the first proof.

External Review

  • Named reviewers.
  • Review comments.
  • Corrections.
  • Remaining objections.
  • Publication status.

Without this information, “independent reproduction” remains difficult to distinguish from a promising preliminary report.

Fable 5 Is a Publicly Available Frontier Model

Anthropic launched Claude Fable 5 in June 2026.

Anthropic describes it as a Mythos-class model made available for general use with safeguards.

The company says the model is especially strong on long-running autonomous work, software engineering, knowledge work, vision, scientific research, and long-context tasks.

The official API model identifier is:

claude-fable-5

Anthropic’s published price is:

$10 per million input tokens
$50 per million output tokens

Fable’s public availability is relevant to the mathematics story.

Astra remains an internal, unreleased OpenAI model.

Fable can be accessed by researchers and developers through supported Anthropic products and the API.

That makes it easier for outside groups to attempt their own research problems, although model access does not guarantee the expertise required to choose good questions or validate the outputs.

The $2,000 Figure Is a Marginal Search-Cost Estimate

OpenAI states that the total number of tokens needed to find the ten solutions would cost roughly $2,000 at Sol API rates.

这是一条来自Noam Brown的推文,发布时间为8月1日,内容显示在Sol API的价格下,生成相关突破成果的证明总花费不到2000美元,还表示期待科学家和研究人员借助OpenAI即将推出的Astra模型创造成果。该内容对应文档中OpenAI发布的“10项数学突破相关证明总成本约2000美元”的表述,用于佐证该成本估算的数据来源,也呼应了文档里关于Astra模型的相关说明。

The number is remarkable, but it needs a precise label.

It is best understood as an estimate of the successful solution-finding token cost.

It is not the total economic cost of the research program.

The larger cost stack may include:

  • Training Astra.
  • Building and operating inference infrastructure.
  • Researchers selecting candidate problems.
  • Runs on problems that were not solved.
  • Failed approaches to the successful problems.
  • Human manuscript preparation.
  • Formalization work.
  • Software engineering.
  • External mathematical review.
  • Publication and maintenance.

OpenAI says it tried other major problems without success and did not solve any Millennium Prize Problems.

The $2,000 estimate therefore answers:

What would the successful search tokens cost at a published API rate?

It does not answer:

What did it cost to create the model and produce, validate, and publish the research?

Both numbers are useful, but they measure different things.

Why the Marginal Cost Still Changes Research

Even after overhead is included, a low marginal cost for another serious attempt can change how research is conducted.

A human mathematician may spend weeks deciding whether one route is worth pursuing.

An AI system can be asked to explore many routes in parallel.

Researchers may use models to:

  • Search for counterexamples.
  • Test variations of a conjecture.
  • Translate between mathematical languages.
  • Find relevant lemmas.
  • Formalize candidate proofs.
  • Generate computational experiments.
  • Compare proof strategies.
  • Identify gaps.
  • Search for simpler formulations.

The effect may resemble high-throughput experimentation in other sciences.

When the cost of trying another hypothesis falls, the number of hypotheses tested rises.

The scarce resource moves toward selecting promising questions and evaluating the resulting flood of candidates.

Failed Attempts Need to Be Counted

Success-only cost accounting can create a misleading picture.

Suppose a system is assigned 100 open problems and solves ten.

The cost per successful solution should include the resources spent on the 90 failures if the objective is to measure the economics of the full search program.

A complete accounting should report:

Total inference cost
÷
number of validated results

It should distinguish successful final runs, failed complete runs, partial progress, human-guided restarts, parallel candidates, and verification costs.

Without this denominator, a low figure can describe a selected success rather than discovery economics as a whole.

Fable Has Also Been Used on a New Open Problem

One criticism of the replication effort was straightforward:

Why ask Fable to redo Astra’s results instead of assigning new open problems?

Replication and discovery serve different purposes.

Replication tests reliability.

New-problem solving tests frontier capability.

Fable has also been connected to a new mathematical result.

In July 2026, Alpöge reported a counterexample to the Jacobian conjecture in dimension three, crediting Fable with a role in the discovery.

The counterexample was checked formally, discussed by mathematicians, and followed by additional work. An arXiv paper posted at the end of July gave a self-contained account and generalized the mechanism to higher dimensions.

That episode illustrates a recurring pattern:

  1. AI produces an explicit object or argument.
  2. Formal tools verify the core claim.
  3. Human mathematicians search for the conceptual explanation.
  4. Follow-up work generalizes the result.

The final stage may be where much of the enduring mathematical value appears.

Counterexamples and Proofs Create Different Verification Burdens

An explicit counterexample can sometimes be checked quickly.

If a conjecture says no object with certain properties exists, one valid object is enough to disprove it.

The reviewer can verify:

  • The object is well-defined.
  • It satisfies the assumptions.
  • It violates the conclusion.

A long general theorem may require hundreds of linked lemmas and a broad understanding of the literature.

This difference partly explains why AI-generated counterexamples can spread quickly.

The Jacobian example was compact enough for researchers to inspect and formalize rapidly.

Some of Astra’s ten results involve much longer chains of theory and may require more time for the community to absorb.

The New Bottleneck Is Human Review

The central question is:

If AI can generate frontier proofs quickly, can the mathematical community verify them quickly enough?

A research result needs several forms of acceptance.

Logical Acceptance

Does the proof follow from the assumptions?

Lean can help here.

Semantic Acceptance

Does the formal statement mean what the authors say it means?

Experts must check the translation.

Historical Acceptance

Is the problem genuinely open, and is the result novel?

This requires literature knowledge.

Conceptual Acceptance

Does the proof reveal a new idea or merely certify a fact?

This requires mathematical judgment.

Community Acceptance

Has the work been reviewed, discussed, corrected, and placed in context?

This takes time and institutional process.

AI can accelerate proof generation much faster than universities and journals can expand the population of experts qualified to review highly specialized work.

Most People Cannot Independently Judge These Results

A strong coding model can be tested by asking it to build an application.

A strong image model can be judged visually.

Frontier mathematics is different.

Most readers cannot personally evaluate the existence of non-sofic groups, a counterexample to Connes’s rigidity conjecture, an entangled-game parallel-repetition theorem, or lattice hardness.

They depend on a trust chain:

Model output
→ formal certificate
→ proof assistant and libraries
→ domain experts
→ independent reviewers
→ journals and research community

That makes transparency more important, not less.

When the public cannot directly inspect a capability, confidence must come from evidence and institutions.

图片是一条推文,作者为Ethan Mollick,用户名@emollick。推文内容指出,对于地球上几乎每一个人类来说,这种情况不仅超出了我们的能力范围,也超出了我们的理解能力。我们只能依靠专业的数学家来判断这一成就是否令人惊叹。这种情况正在许多领域出现,因此,人们越来越难以感受到能力的提升。该推文与文档中关于数学领域前沿成果难以个人判断的内容相呼应,强调了数学领域专业性与透明度的重要性。

Formal Proofs Still Depend on Human-Built Infrastructure

It is misleading to describe the episode as AI replacing mathematics in isolation.

The models rely on:

  • Centuries of mathematical literature.
  • Human-created definitions.
  • Published theorems.
  • Formal proof assistants.
  • Mathlib.
  • Lean’s trusted kernel.
  • Researchers who select questions.
  • Experts who interpret results.
  • Engineers who build training and inference systems.

Astra’s Lean certificates are possible because a large community has spent years formalizing mathematical foundations and building reusable libraries.

The model’s achievement is real.

So is the human infrastructure supporting it.

A more honest description is:

Frontier models are becoming powerful participants inside a mathematical knowledge system built and maintained by people.

Correctness Is Not the Same as Understanding

A proof can be correct without being illuminating.

Mathematicians often value a result because it introduces a new invariant, construction, reusable method, connection between fields, simpler explanation, or better question.

When an AI produces a long proof, reviewers may ask:

  • Which step contains the real idea?
  • Why did this construction work?
  • Which assumptions are essential?
  • Can the proof be simplified?
  • Does the method solve related problems?
  • What new conjectures follow?

This is the difference between certifying a theorem and integrating it into human mathematics.

The volume of correct results matters.

The ability to turn those results into understanding may matter more.

Mathematical Taste May Become More Valuable

If proof search becomes cheaper, problem selection may become a larger part of the research advantage.

The hardest decisions may be:

  • Which conjecture is worth testing?
  • Which version is likely false?
  • Which special case could unlock the general problem?
  • Which result would connect several fields?
  • Which formalization is faithful?
  • Which generated proof contains a reusable idea?

These are questions of mathematical taste.

A model may help generate questions, but the current research ecosystem still relies heavily on experts to identify which questions are meaningful.

Peer Review May Need a New Technical Stack

Traditional peer review assumes a relatively small number of manuscripts.

AI could produce far more candidate results than existing journals can process.

The review process may need new layers.

Automated Formal Checking

Every result suitable for formalization should include a machine-checkable certificate.

Reproducible Generation Records

Prompts, model versions, tool access, and run conditions should be archived.

Automated Literature Search

Systems should compare new claims against papers and theorem databases.

Independent Model Replication

A different model or research group can attempt the same problem without seeing the proposed proof.

Expert Triage

Specialists identify which results deserve deep review.

Explanatory Rewriting

Correct proofs are converted into forms humans can learn from.

Post-Publication Review

Open repositories allow errors, simplifications, and alternative arguments to be documented continuously.

This does not eliminate journals or experts. It gives them better tools for handling a higher volume of work.

The Leiden Declaration Raises the Governance Questions

The Leiden Declaration on Artificial Intelligence and Mathematics calls for responsible use of AI in mathematical research.

Its concerns include:

  • Plausible but unreliable arguments.
  • Transparency about AI involvement.
  • Attribution.
  • Responsibility for correctness.
  • Unequal access to expensive proprietary systems.
  • Hype.
  • Human control over research agendas.

OpenAI’s publication addresses some of these issues unusually directly.

It attributes the mathematical arguments to the model, explains the role of humans in manuscript preparation, publishes formal certificates, and invites community review.

Questions remain:

  • Who should be listed as an author?
  • Who is responsible for an error?
  • How should model-generated discoveries cite training sources?
  • How should access be distributed?
  • When is a result ready for public announcement?
  • What evidence should accompany a claim of autonomous discovery?

These are no longer hypothetical policy questions.

They now apply to real research outputs.

A Practical Verification Checklist

Step 1: Confirm the Problem

  • Locate the authoritative statement.
  • Check its exact assumptions.
  • Verify that the claimed version was open.
  • Identify partial prior results.

Step 2: Separate the Milestones

Distinguish:

  • The model found an idea.
  • The model wrote a proof.
  • Humans edited the proof.
  • The proof was formalized.
  • The formalization compiled.
  • Experts accepted the result.
  • The result passed publication review.

Step 3: Read the Informal Proof

Look for hidden assumptions, circular reasoning, unexplained transitions, incorrect citations, scope changes, and ambiguous notation.

Step 4: Inspect the Formal Statement

Confirm that the Lean theorem faithfully expresses the intended mathematics.

Step 5: Rebuild the Certificate

For OpenAI’s repository:

git clone https://github.com/openai/ten-proofs.git
cd ten-proofs
lake exe cache get
lake build All

Step 6: Inspect Dependencies

Check imported modules, axioms, placeholders, unsafe declarations, custom definitions, and trusted external code.

Step 7: Compare Informal and Formal Proofs

A formal proof may establish the theorem through a route that differs from the manuscript.

Step 8: Attempt Independent Replication

Give the theorem statement—but not the proposed proof—to another model or research group.

Step 9: Search the Literature

Confirm novelty and identify overlapping work.

Step 10: Ask What Was Learned

A correct result should be followed by conceptual questions:

  • Why does the construction work?
  • Can it be simplified?
  • What does it generalize?
  • Which earlier beliefs should change?

What Would Confirm the Fable Five?

The claim would become substantially stronger if Alpöge or Anthropic publishes:

  1. The exact theorem statements used.
  2. The prompt and model configuration.
  3. Proof manuscripts for all five results.
  4. Timestamps and complete run logs.
  5. Details of the offline environment.
  6. The leakage-prevention method.
  7. A comparison with Astra’s arguments.
  8. Lean certificates or another machine-checkable format.
  9. Independent specialist reviews.

The most interesting outcome would not necessarily be five identical proofs.

Four genuinely different arguments could be more valuable because they might reveal alternative structures behind the same results.

What OpenAI’s Release Already Establishes

OpenAI has publicly provided:

  • Ten detailed mathematical results.
  • A full manuscript.
  • Discovery walkthroughs.
  • Ten formalization files.
  • Build instructions.
  • An Apache-licensed repository.
  • A clear statement about AI and human contributions.

This does not substitute for peer review.

It does create a serious, inspectable research package.

The burden has moved from “show us the evidence” to “evaluate a very large body of evidence.”

What the 24-Hour Response Suggests

Fable’s reported response suggests that frontier research capability may diffuse faster than model releases.

A company can keep a model private.

It cannot assume that a mathematical result produced by that model will remain exclusive for long after publication.

Once a theorem statement is public, other capable systems can attack it immediately.

Organizations may therefore choose to publish complete evidence quickly, formalize before announcing, invite independent replication, and coordinate with domain experts before publicity.

Priority will still matter.

The evidence package surrounding the priority claim may matter just as much.

常见问题

What did OpenAI Astra prove?

OpenAI published ten results in mathematics and theoretical computer science, including work on sphere packing, coding theory, non-sofic groups, Connes’s rigidity conjecture, arithmetic circuits, quantum parallel repetition, lattice hardness, Ehrhart’s volume conjecture, Ramsey numbers, and extremal graph theory. OpenAI describes them as results that resolve or substantially advance long-standing open problems.

Is OpenAI Astra publicly available?

No. OpenAI describes Astra as an internal version of its next major model. The papers, reasoning walkthroughs, and Lean certificates are public, but the Astra model used to generate the arguments has not been released.

Did Claude Fable 5 really reproduce five Astra proofs?

Anthropic researcher Levent Alpöge publicly said Fable completed problems 4–8 within 24 hours under autonomous, offline conditions. During verification, complete manuscripts, logs, prompts, and Lean certificates for those five runs were not publicly located, so the claim should be treated as preliminary until fuller evidence is released.

Which five problems did Fable reportedly complete?

Alpöge identified Connes’s rigidity conjecture, arithmetic circuit complexity, quantum parallel repetition, the closest vector problem, and Ehrhart’s volume conjecture. He said the Ehrhart result appeared to use essentially the same argument as Astra, while the other four may differ.

Are OpenAI’s proofs formally verified?

OpenAI published Lean 4 formalizations for all ten results, together with build instructions and independent-checking resources. A compiling Lean certificate verifies the formal theorem, but experts must still confirm that the encoded statement faithfully matches the intended mathematical claim.

Did the ten results cost only $2,000?

OpenAI says the tokens needed to find the successful solutions would cost roughly $2,000 at Sol API rates. That estimate does not include model training, failed research attempts, human manuscript work, infrastructure, formalization, or external mathematical review.

Why are Lean certificates important?

Lean certificates allow a small trusted kernel to mechanically verify that a formal theorem follows from its assumptions and dependencies. They reduce the risk of hidden logical gaps, but they do not establish novelty, importance, or the faithfulness of the translation from informal mathematics.

Will AI replace mathematicians?

The current evidence supports a change in mathematical work rather than a simple replacement claim. Models can accelerate search, proof generation, counterexample discovery, and formalization, while humans remain essential for problem selection, interpretation, literature context, review, and turning proofs into understanding.

相关工具

  • Lean: An interactive theorem prover and programming language used for formal mathematics and software verification.
  • Mathlib: The community-maintained mathematical library used by many Lean formalizations.
  • OpenAI Ten Proofs: The official repository containing Lean 4 certificates for Astra’s ten published results.
  • Elan: A toolchain manager used to install and manage Lean versions.
  • Lake: Lean’s build system and package manager, used to compile the OpenAI formalizations.
  • Claude Fable 5: Anthropic’s public model for long-running knowledge, coding, vision, and scientific tasks.
  • Formal Conjectures: A repository of formally stated mathematical conjectures that supports machine-checkable research workflows.

Related Links

Summary

OpenAI has released an unusually complete research package around ten Astra-generated advances: a 249-page manuscript, detailed discovery walkthroughs, and ten Lean formalizations that outside researchers can rebuild.

Claude Fable 5’s reported completion of five of the same problems within 24 hours could represent a new form of model-assisted replication. The claim is significant, but its public evidence currently falls short of OpenAI’s full manuscripts and formal certificates, so it should remain explicitly qualified.

The $2,000 estimate is best understood as the successful solution-search token cost at Sol API rates, not the total cost of the research program. Training, failures, human preparation, formalization, infrastructure, and review remain part of the real economics.

The larger shift is from proof scarcity to review scarcity. Models may soon generate mathematical claims faster than experts can verify, interpret, and place them in context.

When proofs become cheap to produce, the most valuable work may be deciding which proofs are correct, meaningful, new, and worth understanding.