OpenAI Reveals Astra, Its Next Major Model Family, by Publishing Ten Solved Math Problems
The company buried the first official confirmation of Astra inside a research blog post about long-standing open problems in mathematics.
What matters
- OpenAI officially confirmed the Astra name in a blog post about ten solved open problems in mathematics and theoretical computer science, accompanied by a 249-page manuscript and a 62-page account of the model's discovery paths.
- Each proof ships with a Lean 4 machine-checkable formalization on GitHub; the formalization manifest reports no unfinished 'sorry' goals and only standard Lean axioms, but the review status is labeled 'agent-reviewed,' not peer-reviewed.
- Solved problems include the first explicit construction of non-sofic groups, a counterexample to Connes's rigidity conjecture, improved sphere packing bounds (first exponent improvement since 1978), an exponential parallel-repetition theorem for two-player quantum games, and three Erdős problems closed.
- Astra is a multi-agent model family designed for long-running tasks lasting hours or days; Sam Altman has showcased it in Washington, D.C., and it will require U.S. government approval before public release.
- The closest-vector result strengthens worst-case hardness evidence for lattice cryptography but does not provide an attack on deployed post-quantum systems.
Launch facts
- Price:
- Approximately $2,000 in tokens at Sol API rates to generate all ten solutions
- Availability:
- Internal testing; not publicly available; requires U.S. government approval before public release
Open source
- Repository:
- OpenAI's GitHub repository (Lean 4 formalizations)
- Language:
- Lean 4
What happened
On August 1, 2026, OpenAI published a blog post titled "Ten advances in mathematics and theoretical computer science." The third paragraph contained the first official confirmation of Astra, which OpenAI calls its "next major model family." The post announced that an internal version of Astra had solved ten open problems in mathematics and theoretical computer science, each of which had been open for at least a decade.
The results span high-dimensional geometry, coding theory, group theory, operator algebras, quantum complexity, lattice cryptography, and extremal combinatorics. The headline result is the first explicit construction of a non-sofic group, resolving a central question in group theory that has stood since Mikhail Gromov introduced the concept of soficity in 1999. Other results include a counterexample to Connes's rigidity conjecture on von Neumann algebras, a proof of Ehrhart's volume conjecture, the first improvement to the general upper bound on high-dimensional sphere-packing density since 1978, an exponential parallel-repetition theorem for finite two-player entangled games, and three problems from Paul Erdős's famous catalogue closed, including problem 183 on multicolored Ramsey numbers.
OpenAI released a 249-page manuscript alongside a 62-page account of the model's discovery paths and Lean 4 formalizations for the principal results on GitHub. Lean is a proof assistant that can mechanically check whether a formal argument follows from its stated assumptions. The formalization manifest reports no unfinished sorry goals and lists only standard Lean axioms, but labels the review status "agent-reviewed" rather than peer-reviewed.
According to OpenAI's research announcement, Astra generated the mathematical arguments. Humans then used the same model to prepare them as manuscripts, after which Astra formalized each argument in Lean. OpenAI said the tokens used to generate all ten solutions would have cost approximately $2,000 at its Sol API rates. Sebastien Bubeck, OpenAI's head of mathematics research, confirmed the results on X, calling them "beautiful." Noam Brown, an OpenAI research scientist who works on reasoning and multi-agent systems, wrote that Astra represents a "major step for scientific reasoning."
Astra is a multi-agent model family designed for long-running tasks lasting hours or days. CEO Sam Altman has already showcased the technology to policymakers and regulators in Washington, D.C. Astra is expected to become the first system evaluated under a planned U.S. government framework requiring federal pre-release approval. OpenAI has not yet determined whether Astra will launch publicly as GPT-6 or as a variant within the GPT-5 lineup. The naming convention of the GPT-5.6 series—Terra (earth), Luna (moon), Sol (sun)—suggests Astra ("the stars") may be another GPT-5.6 variant.
Why it matters
The announcement is notable for two reasons. First, OpenAI chose to reveal its next major model family not with a product launch but with a research artifact: ten proofs, each machine-checkable via Lean 4, covering problems that had resisted human mathematicians for decades. Second, the Lean formalizations mean anyone can independently verify the proofs without trusting OpenAI. A Lean-checked argument is not the same as a peer-reviewed one—the human community still has to agree the formalized statement matches the intended mathematical claim—but it represents a higher standard of verifiability than typical AI benchmark announcements.
The closest-vector result strengthens worst-case hardness evidence relevant to lattice cryptography, but OpenAI clarified it does not provide an attack on deployed post-quantum systems. The broader significance is that Astra gives OpenAI its clearest evidence that frontier models may generate auditable research results, potentially opening a market for AI systems sold as discovery infrastructure.
This follows OpenAI's earlier disclosure in May 2026 that another AI-generated result had produced a claimed disproof of the Erdős unit-distance conjecture during testing of an unreleased model.
What to watch
- Peer-review reception of the ten proofs by the broader mathematics community.
- The U.S. government review process for Astra, which could become a template for future frontier model approvals.
- Whether Astra launches as GPT-6 or as a GPT-5.6 variant.
- Whether other frontier labs adopt Lean-formalized proof releases as a standard for AI-generated mathematical claims.
What to do next
Developers
Review the Lean 4 formalizations and reasoning walkthroughs on OpenAI's GitHub repository to inspect how Astra's proofs are structured and verified.
Lean certificates offer a concrete, machine-checkable way to assess whether the formalized statements match the intended mathematical claims, independent of trust in the lab.
Founders
Assess whether long-running, multi-agent AI reasoning could be applied to your domain's hardest unsolved research problems.
Astra's demonstrated ability to tackle decade-old open problems for roughly $2,000 in token costs suggests potential for R&D-intensive industries beyond mathematics.
PMs
Track the U.S. government review process for Astra as a potential template for future frontier model approvals.
If regulatory approval becomes a standard gate before public release, product roadmaps involving frontier models will need to account for review timelines.
Investors
Monitor peer-review reception of Astra's ten proofs and any subsequent benchmark or capability disclosures.
Credible novel mathematical research would differentiate OpenAI's frontier capabilities, but validation by the broader math community is still pending.
Operators
Evaluate whether multi-agent, long-running task architectures could improve internal research or analysis workflows.
Astra's design for hours-to-days problem-solving hints at a shift from single-turn interactions toward sustained autonomous reasoning.
Testing notes
Caveats
- Astra is not publicly available. It is still in internal testing and subject to a planned U.S. government review process requiring approval before public release. The Lean 4 formalizations on GitHub can be inspected, but the model itself cannot be tested.
- The formalization manifest labels review status as 'agent-reviewed,' not peer-reviewed. The broader mathematics community has not yet independently validated the proofs.