
TL;DR
A 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.
Last updated: July 18, 2026
A week after OpenAI claimed GPT-5.6 Sol Ultra proved the Cycle Double Cover Conjecture, another mathematical result has emerged - this time with a Lean-verified proof and a more instructive backstory about how humans and LLMs collaborate on research.
Phillip Kerger's paper "Closing the Oracle-Complexity Gap in Derivative-Free Convex Optimization" appeared on arXiv this week, establishing a near-quadratic lower bound that resolves a theoretical gap dating to 1996.
The paper addresses a fundamental question in optimization theory: how many function evaluations does it take to minimize a convex Lipschitz function when you can only query exact function values (no gradients)?
The prior state of the art:
This gap between linear and near-quadratic had remained open for 30 years.
Kerger's result establishes a new lower bound of Omega(d squared / log(d+1)), essentially matching the upper bound up to polylogarithmic factors. The gap is closed.
What makes this result notable for the AI community isn't just the mathematics - it's how it was achieved. The prompt that produced the proof spans 10 pages of specialized mathematical context.
As the author explains in the Reddit discussion: "I wouldn't really say that this result is using or creating some fundamentally new techniques in convex geometry or optimization theory."
The key insight: the techniques to solve this problem already existed in the literature. What GPT-5.6 provided was the capacity to explore combinatorial possibilities systematically, guided by an expert who knew what direction to push.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 18, 2026 • 8 min read
Jul 18, 2026 • 6 min read
Jul 18, 2026 • 6 min read
Jul 18, 2026 • 7 min read
The Hacker News discussion drew 150+ comments, with thoughtful debate about what this means for mathematical research.
"If knowledge is a Swiss cheese, LLMs can help fill the holes, but not make the cheese bigger." This metaphor captured the consensus: LLMs excel at connecting existing techniques, but haven't yet demonstrated genuinely novel mathematical insight.
The prompt expertise matters enormously. Multiple commenters noted that this wasn't "ChatGPT, solve this problem." It required a year of prior research, deep domain expertise, and a 10-page prompt encoding that expertise. One wrote: "The prompt is on page 27. It is ten pages of advanced mathematics priming the model in the right direction."
Some see this as a clear signal. The author's own assessment resonated: "I don't think researchers in math/TCS will be made obsolete, but I think it will instead no longer make sense to work on any low-hanging, or even medium-hanging fruit. We'll be needed for problems where actual novel approaches are needed."
Others see existential implications. One commenter asked: "Is this where the goalpost has moved now? Sure, it's not a breakthrough that opens new roads in mathematics." The pace of AI capability growth has made it difficult to agree on what counts as impressive.
Verification is real this time. Unlike the Cycle Double Cover proof (still under review), this result was formalized in Lean. Several commenters noted this makes the mathematical claims checkable by computer, eliminating concerns about hallucinated proofs.
This result illustrates what effective human-AI mathematical collaboration looks like today:
The LLM isn't replacing the mathematician. It's serving as an extremely capable research assistant that can explore possibilities faster than any human.
The author's conclusion deserves attention: working on "low-hanging" or "medium-hanging" fruit may no longer make sense when LLMs can tackle those problems given proper context.
This shifts the value proposition for mathematical researchers toward:
The mechanical work of exploring known technique combinations? That's increasingly automatable.
Two LLM-assisted mathematical proofs in one week - one in graph theory (Cycle Double Cover), one in optimization theory - suggests this is becoming routine rather than exceptional.
The pattern seems clear: problems solvable through systematic application of existing techniques are vulnerable to LLM assistance. Problems requiring genuinely new mathematical ideas remain human territory - for now.
The question for working mathematicians isn't whether to use these tools, but how to use them effectively while focusing human effort where it still uniquely matters.
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 readOpenAI 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 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.

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...

OpenAI's Codex CLI now encrypts inter-agent communications for Sol and Terra models, leaving users unable to inspect wha...

Apple filed suit against OpenAI alleging systematic theft of hardware trade secrets by former employees. The complaint n...

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...

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