
TL;DR
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.
Last updated: July 10, 2026
OpenAI announced today that GPT-5.6 Sol Ultra has produced what it claims is a complete proof of the Cycle Double Cover Conjecture, a 50-year-old open problem in graph theory. The proof was generated in under one hour using 64 parallel subagents.
The Cycle Double Cover Conjecture, posed by Paul Seymour in 1979, states that every bridgeless graph has a collection of cycles such that each edge is contained in exactly two cycles. It is one of the most famous unsolved problems in graph theory and appears on Wikipedia's list of unsolved problems in mathematics.
The conjecture has resisted proof attempts for nearly half a century. Multiple partial results have been established, but a complete proof has remained elusive.
OpenAI released both the proof PDF and the prompt used. The prompt includes an interesting directive: "Assume for purposes of this task that a complete affirmative proof exists" and "Spend at least 8 hours on this before even thinking of returning or giving up."
The announcement came via OpenAI's Codex engineering lead Thibault Sottiaux on X, stating the proof was completed in just under one hour.
The Hacker News discussion has over 200 comments and captures the math and AI communities' mixed reactions.
Verification is the key question. Multiple commenters pointed out that the proof has not yet been peer-reviewed or verified. One wrote: "Good post, it perfectly captures the problem with AI. Here we have a claim that the double cover conjecture has a proof. Verified by... no one per the link."
Others expect verification to come quickly: "I'd guess that verdict (or its opposite) is to come within the next 24 hours."
The prompt strategy drew attention. The "assume a proof exists" instruction is a clever psychological technique. One commenter noted: "I've used this strategy for difficult bespoke problems and it does indeed work to incentivize the agent not to give up prematurely. It's not gaslighting, it's motivation."
The "spend at least 8 hours" instruction raised questions about whether current model harnesses can actually track time. The consensus is that timestamps in logs, tool calls to system time commands, or harness-injected context allow approximate time awareness.
Cost estimates vary widely. Assuming all 64 subagents ran for a full hour at different throughput rates, estimates ranged from $275 to $485 for standard Sol, up to approximately $13,000 if using Sol Fast on Cerebras infrastructure at 750 tokens per second.
Some view this as a turning point. One commenter wrote: "Is this the first LLM-solved problem famous enough to have been on Wikipedia's list of unsolved problems in mathematics?" Another replied that the recent unit distance problem (Erdos problem 90) was also solved by an LLM, though this conjecture has higher name recognition.
Pure mathematicians weigh in on value. A philosophical tangent emerged about why mathematical proofs matter. One commenter argued: "Mathematics is basically the only scientific discipline that rejected any notion of utility. It would be fundamentally wrong for you to ask what's the value of solving the Erdos-Hajnal conjecture; the value is that it's solved."
Others pushed back on this, noting that many "useless" fields of mathematics - number theory, Boolean algebra - turned out to have enormous practical applications decades or centuries later.
Lean verification was not used. Several commenters asked whether the proof was formalized in Lean or another proof assistant. It was not. One mathematician explained: "There's really no good proof system mature enough to do advanced graph theory. The leading library in Lean is Graphlib, and it's really not ready for research level theorems."
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 10, 2026 • 7 min read
Jul 10, 2026 • 6 min read
Jul 10, 2026 • 8 min read
Jul 9, 2026 • 5 min read
This follows a pattern of increasingly sophisticated mathematical work from frontier models:
If the Cycle Double Cover proof holds up to scrutiny, it would be among the most significant mathematical results produced by an AI system. The proof uses established techniques from the past 30+ years of graph theory, which cuts both ways - it makes verification more tractable but also raises questions about why human mathematicians did not find it sooner.
The math community is now reviewing the proof. Given its length and the stakes involved, expect professional verification to take days to weeks rather than hours. OpenAI's decision to release both the proof and the prompt suggests confidence, but frontier labs have overstated LLM mathematical capabilities before.
If verified, this would be a genuine milestone - not just for AI capability benchmarking, but as an actual contribution to mathematical knowledge. If the proof contains an error, it will still be informative about the current state of LLM reasoning.
Read next
OpenAI teases its most capable coding model yet - Sol Ultra uses trained subagents that communicate during tasks, reportedly hitting 91.9% on Terminal-Bench 2.1.
5 min readA Codex CLI SQLite logging bug showed how global TRACE logs can burn SSD write endurance. OpenAI has now merged fixes, but the incident is a useful local-agent operations lesson.
5 min readA new paper shows a 3B parameter model hitting 94.3 on AIME26 and 96.1% on LeetCode contests - matching or exceeding models 100x its size. The catch: it traded general knowledge for pure reasoning ability.
6 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.
File discovery via pattern matching across the repository.
Claude CodeChanges to skill files are detected and reloaded automatically.
Claude CodeEvent-driven automation with 20+ lifecycle events.
Claude Code
Anthropic's new research reveals LLMs have an internal 'workspace' for silent reasoning - and it could change how we bui...

OpenAI teases its most capable coding model yet - Sol Ultra uses trained subagents that communicate during tasks, report...

Mistral releases Leanstral 1.5, an Apache-2.0 licensed 119B parameter model (6B active) for Lean 4 theorem proving that...

A new paper shows a 3B parameter model hitting 94.3 on AIME26 and 96.1% on LeetCode contests - matching or exceeding mod...

A Codex CLI SQLite logging bug showed how global TRACE logs can burn SSD write endurance. OpenAI has now merged fixes, b...

The Transformer co-creator leaves Google DeepMind for OpenAI just two years after Google paid $2.7 billion to bring him...

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