Here's the story behind that headline:
What happened: A researcher named Phillip Kerger used GPT-5.6 (guided by an extensive, expert-crafted prompt — reportedly around 10 pages of specialized mathematical context) to help produce a proof resolving a 30-year-old open question in convex optimization theory. The paper, "Closing the Oracle-Complexity Gap in Derivative-Free Convex Optimization," appeared on arXiv this week.
Developers Digest
The math problem: It addresses how many function evaluations are needed to minimize a convex Lipschitz function when you can only query exact values, not gradients. Kerger's result establishes a near-quadratic lower bound, closing a gap that had remained open since 1996.
Developers Digest
Developers Digest
Verification: The proof was formalized in Lean 4 using the Mathlib library and compiles without invoking "sorry," the marker Lean uses for unproven steps — a meaningful signal of rigor, though not the same as full community peer review.
El Solitario
The methodology debate — this is really what's driving discussion:
The author himself was careful to note the result doesn't use fundamentally new techniques in convex geometry — the underlying methods already existed in the literature. What GPT-5.6 contributed was systematically exploring combinatorial possibilities under expert guidance.
Developers Digest
Developers Digest
Commentators note this wasn't the most important open problem in the field — it was the one most amenable to a prompt-guided LLM attack, since prior model attempts had already gotten close. That's flagged as a selection-bias concern: models solve what models can solve, and researchers gravitate toward problems models can help with.
DEV Community
DEV Community
Some in the r/math community are debating whether the result is genuinely novel or a reformulation of an existing lemma from 1990s Russian optimization literature.
El Solitario
Context: This comes just a week after OpenAI claimed GPT-5.6 Sol Ultra proved the Cycle Double Cover Conjecture, so there's a broader pattern of AI-assisted proofs for long-standing math problems making headlines right now — with the community still working out how much credit belongs to the model versus the human expert steering it.
Developers Digest