
TL;DR
OpenAI's next model, codenamed Astra, produced results on ten problems open for at least a decade - including non-sofic groups and Erdős problems 146, 180, and 183 - with every argument formalized as a Lean certificate.
OpenAI published ten new results in mathematics and theoretical computer science on August 1, 2026, each answering a problem that saw no progress on its main result for at least a decade. Every argument ships with a machine-checkable Lean 4 certificate, which is the strongest verification bar any AI-produced math has cleared at this scale.
The ten results span high-dimensional geometry, coding theory, arithmetic circuit complexity, group theory, operator algebras, quantum complexity, lattice cryptography, and extremal combinatorics:
The results were produced by an internal version of Astra, OpenAI's next major model, during development-time evaluation. OpenAI says the total tokens needed to find the solutions would cost roughly $2,000 at Sol API rates, putting the compute spend in a range any funded research lab could replicate. Humans then prepared the arguments into manuscripts using the same model, and the model formalized each one in Lean. OpenAI also released a reasoning walkthroughs PDF narrating the model's thinking process for each solution, plus the full paper.
From the archive
Aug 1, 2026 • 5 min read
Aug 1, 2026 • 10 min read
Jul 31, 2026 • 8 min read
Jul 31, 2026 • 6 min read
The GitHub repository is the part developers should inspect first. It is a standard Lean 4.32 project using mathlib and Lake: lake exe cache get && lake build All compiles all ten formalizations, and each result lives in a named module (NonSoficGroup.lean, ConnesRigidity.lean, Permanent.lean, GapCVP.lean, and so on). The repository is Apache-2.0 licensed, and a ComparatorChallenges directory provides independent proof-checking instructions.
That matters because machine-checked proofs change the verification conversation entirely. A human checking a 40-page proof takes months and can still miss a subtle gap. A Lean certificate compiles or it does not - the checker decides in minutes. This is the pattern we saw with the Cycle Double Cover proof in July, where OpenAI released both the proof and the prompt, and with the convex optimization gap closure that a researcher drove with a 10-page prompt. What is different here is scale: ten unrelated problems across eight fields, all formalized, not one flagship result.
Three things stand out. First, the breadth is more impressive than the depth. The unit-distance disproof in May was a single striking result; ten results across different areas in one release looks less like a lucky run and more like a capability. Second, the $2,000 compute figure matters because it prices the research method, not the result. At that spend level, theorem proving becomes a routine batch job any lab can run, and the constraint shifts to prompt design and result vetting rather than compute budget.
Third, the attribution stance is the part worth watching. OpenAI says it helped prepare the manuscripts and formalize the proofs, takes responsibility for their correctness, but states plainly that the mathematical arguments were generated by the system, and that claiming human authorship would misrepresent the system's contribution. That is a direct response to the Leiden declaration on AI and mathematics, which asks labs to disclose AI involvement. Expect this release to accelerate the norm where AI-generated results are labeled as such and verified formally rather than debated informally.
The formalization angle also strengthens the case for Lean as the lingua franca of AI math output. Mistral's open-weight Leanstral 1.5 already saturates miniF2F, and now the largest closed lab is publishing Lean certificates as its default artifact format. The tooling is converging even as the models diverge.
Read next
OpenAI claims GPT-5.6 Sol Ultra has generated a proof for a 50-year-old graph theory conjecture in under an hour. The math community is now verifying whether it holds up.
5 min readA researcher's 10-page domain-expert prompt helped GPT-5.6 produce a Lean-verified proof closing a complexity gap that stood since 1996. The paper is now on arXiv.
5 min readOpenAI released the Codex Security CLI and TypeScript SDK as open source on GitHub. The Promptfoo team behind it, the 2.1k-star reception, and what the HN community says about cost, guardrails, and local model support.
7 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Desktop app for discovering, downloading, and running local LLMs. Clean chat UI, OpenAI-compatible API server, and autom...
View ToolOpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolThe TypeScript toolkit for building AI apps. Unified API across OpenAI, Anthropic, Google. Streaming, tool calling, stru...
View ToolLightweight Python framework for multi-agent systems. Agent handoffs, tool use, guardrails, tracing. Successor to the ex...
View ToolBeat the August 2026 Assistants API sunset. Paste old code, get Responses API.
View AppStop hand-typing UTMs. Generate clean campaign links from the CLI.
View AppPortfolio directory console with health checks, copy scoring, and clean public app listings.
View AppInteractive timeline showing what's in context at each turn.
Claude CodeApprove each action manually - the safest mode for new tasks.
Claude CodeRun each teammate in its own tmux or iTerm2 pane.
Claude Code
OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem...

The video reviews OpenAI’s newly released GPT 5.4, highlighting access tiers (GPT 5.4 Thinking in ChatGPT Plus/Teams/Pro/Enterprise and GPT 5.4 in the $200/month tier) and API availability. It covers

OpenAI AI has launched their first browser called ChatGPT Atlas, which incorporates ChatGPT for enhanced functionality. This browser allows users to interact with their documents using natural...

A researcher's 10-page domain-expert prompt helped GPT-5.6 produce a Lean-verified proof closing a complexity gap that s...

OpenAI claims GPT-5.6 Sol Ultra has generated a proof for a 50-year-old graph theory conjecture in under an hour. The ma...

A SCAM 2026 study of 100 top-starred repos catalogs six configuration smells in AGENTS.md and CLAUDE.md files: Lint Leak...

A new 106-issue benchmark across 49 repositories finds frontier coding agents rarely retrieve AI contribution rules on t...

A controlled ablation across Claude Code and Codex, 17 real tasks, and 288 evaluated runs finds context-injection strate...

A calibrated study on real ConflictBench Java conflicts finds LLM agents match the developer's own resolution on 55-59%...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.