OpenAI Astra Solves 10 Open Math Problems
OpenAI revealed its next model family, Astra, inside a blog post about mathematics. Ten open problems, ten Lean proofs, and about $2,000 of compute.
OpenAI announced Astra, its next major model family, on 1 August 2026, and it did not do it with a launch page. The announcement sits in the third paragraph of a blog post titled "Ten advances in mathematics and theoretical computer science." The claim: Astra solved ten open problems, and every solution ships with a proof a reader can check on their own laptop.
That last part is the part worth paying attention to.
What OpenAI actually said
According to The Decoder's coverage, Astra is described as a model family built for long-running work, coordinating multiple agents over hours or days rather than answering in a single turn. The name follows OpenAI's Latin pattern after Terra, Luna, and Sol. Astra means "the stars."
The ten problems span high-dimensional geometry, coding theory, group theory, quantum complexity, lattice cryptography, and extremal combinatorics. TechTimes reported that mathematicians had made no progress on any of them for at least a decade. One result establishes the existence of non-sofic groups, a long-standing open question in group theory.
The announcement came with a 249-page technical manuscript and a separate 62-page account of how the arguments came together, according to The Next Web.
The compute figure OpenAI gave: the tokens used to generate all ten solutions would have cost about $2,000 at Sol's API rates.
Why the Lean certificates matter more than the ten problems
Every solution was formalized in Lean 4, producing what OpenAI calls machine-checkable certificates of mathematical correctness. The certificate files are public on GitHub under an Apache 2.0 license.
This is a different category of claim from almost everything else AI labs publish.
A benchmark score is a number you take on trust. You cannot inspect it, you usually cannot reproduce it, and you have no way to tell whether the model reasoned its way to the answer or recognized a question it had seen before. A Lean proof is the opposite. Lean is a proof assistant: it mechanically verifies that each step follows from the last. If the certificate compiles, the proof is correct. If it does not, it is not. There is no interpretation involved and no need to trust the lab that produced it.
So for the first time on a claim this large, the verification is separable from the claimant. A skeptical mathematician does not have to believe OpenAI. They can run the checker.
That distinction matters well beyond mathematics. The recurring problem with model output is that it is confidently wrong in ways that are expensive to detect. Anything that moves a claim from "sounds right" to "mechanically checked" changes the economics of using the output at all. It is the same reason a test suite is worth more than a code review vibe check when you are deciding whether AI-generated code is safe to ship.
What this does not prove
Noam Brown, an OpenAI researcher, called the work a major step for scientific reasoning while noting that the team attempted and failed on other problems, including Millennium Prize Problems. Ten successes were published. The failures were not enumerated.
Thomas Bloom of the University of Manchester called the results big news, and said the work is more significant than the counterexample to the unit distance conjecture published in May. Others were more measured. Harvard mathematician Melanie Matchett Wood noted that the specific problem she was asked about was unfamiliar to her, and cautioned against overstating what has been demonstrated, per Gizmodo.
Both things are true at once: the proofs are verifiable, and "solved ten open problems" is a selected result from an unknown number of attempts. Selection is not fraud, it is how research publication has always worked. It just means the headline number describes the hits, not the hit rate.
There is also no public API, no pricing, and no release date. Astra is a capability announcement, not a product you can build on this week.
Update: OpenAI slowed Astra over a cybersecurity capability concern
Six days after the math announcement, on 7 August 2026, OpenAI disclosed that it could not rule out Astra having reached the "Critical" cybersecurity capability threshold under its Preparedness Framework, the company's internal rulebook for how much containment a model needs before anyone outside the company gets access to it. TechCrunch reported that this is the first time any OpenAI model has been treated as potentially meeting that threshold, which under the framework means a model able to identify and develop functional exploits against hardened real-world systems without human help, or plan and carry out a full cyberattack from only a high-level goal.
OpenAI said it is slowing Astra's development, expanding security testing, and has paused every internal Astra activity that does not yet meet a strengthened set of security controls. This does not touch the math proofs themselves, which stay independently verifiable regardless of the model's release timeline, but it does update the "not much, immediately" framing below: Astra is now the first OpenAI model flagged as needing this level of separate cybersecurity containment before any public release, and no release date has followed.
What it changes for people building with AI
Not much, immediately, and that is worth saying plainly rather than manufacturing urgency.
The models you can actually call today are the same ones you could call last week. If you are choosing between them, capability at frontier mathematics is close to irrelevant to whether a model can reliably turn a support ticket into a structured record or write a working database migration. Those are different skills, and the second kind is what most software actually needs.
The durable takeaway is the verification pattern, not the model. Astra's proofs are trustworthy because an independent checker can confirm them, not because a capable model produced them. The equivalent move in ordinary software is unglamorous and available now: type checks, schema validation, and tests that fail loudly. Where you can put a mechanical checker between a model's output and your users, the model's raw reliability matters much less.
Watch for the same trend in how labs report results. If more releases ship with machine-verifiable artifacts instead of leaderboard positions, that is a real improvement in how these claims can be audited, and one reason the gap between open-weight and closed models is getting easier to argue about with evidence. Until then, treat capability announcements the way you would treat any tool vendor's own benchmark: interesting, directional, and not a substitute for testing the thing on your own work.
Research announcements are one axis to track. Organizational shifts are another, see Google DeepMind's leadership change for a recent example worth knowing about.
How did this land?
About the author

Senior Editor, AI & Product
Cecilia leads the Swarmz editorial desk. She has spent a decade turning complex AI and product topics into writing people actually finish, and she owns the blog's quality bar.


