Research

GPT-5.6 Disproves Twenty-Year-Old Statistical Assumption in 90 Minutes

3 min read
Handwritten statistical formulas and a bell curve on an illuminated whiteboard, with a laptop screen showing code in the blurred background Image generated with GPT Image 2
Handwritten statistical formulas and a bell curve on an illuminated whiteboard, with a laptop screen showing code in the blurred background

TL;DR Too Long; Didn’t read

Wharton statistician Edgar Dobriban has disproved a twenty-year-old assumption of the Benjamini-Hochberg procedure using the AI model GPT-5.6 Sol Pro. The model found a counterexample in about ninety minutes, while the predecessor GPT-5.5 remained unsuccessful after more than twenty hours. The procedure, introduced in 1995 for controlling false discoveries, is considered one of the most influential methods in statistics.

Key takeaways

  • Edgar Dobriban from the University of Pennsylvania used GPT-5.6 Sol Pro for the mathematical counterexample.
  • At a significance level of 0.01, the actual false discovery rate in the counterexample rises to over 0.0104.
  • The predecessor model GPT-5.5 failed after more than twenty hours of computation on the same task.
  • The Benjamini-Hochberg procedure from 1995 is considered by statistician Emmanuel Candès to be one of the most important methods in post-war statistics.
  • The deviation only affects correlated, two-sided Gaussian tests and remains low for practical applications according to Dobriban's assessment.
  • Proof, counterexample, and verification code are openly available on GitHub and in the preprint.

Statistician Edgar Dobriban of the University of Pennsylvania has used the language model GPT-5.6 Sol Pro to disprove an assumption about the Benjamini-Hochberg procedure that had been considered settled for twenty years. The model found a mathematical counterexample in about ninety minutes, a task on which its predecessor GPT-5.5 had previously spent more than twenty hours without result.

Procedure controls error rates across tens of thousands of studies

The Benjamini-Hochberg procedure comes from a 1995 paper by statisticians Yoav Benjamini and Yosef Hochberg and specifies how many of many simultaneously tested hypotheses may be falsely counted as significant. The so-called false discovery rate caps this share at a predetermined level, usually five or ten percent in research settings. Since its publication, the procedure has become a standard tool in genomics, astronomy, economics, and neuroscience, wherever researchers evaluate thousands of tests at once. Stanford statistician Emmanuel Candès has called the method one of the two most important developments in statistics after 1950.

Whether the guarantee also holds for two-sided tests with correlated measurements remained an open question since the method’s introduction — a case that occurs frequently in practice, for instance when neighboring genes or measuring stations produce similar values. Experts assumed for roughly twenty years that the error rate held even under correlation, even though a complete mathematical proof was missing. This gap between practice and proof went largely unnoticed because the procedure performed reliably in simulations.

AI model finds a counterexample in ninety minutes

Dobriban gave GPT-5.6 Sol Pro the mathematical definition of the procedure along with the open question of whether the guarantee holds for correlated, two-sided Gaussian tests. According to the associated preprint, the model constructed a factor model in which the false discovery rate exceeds the specified significance level of 0.01, asymptotically surpassing 0.0104. To back up the result, the system produced a numerical certificate using interval arithmetic, drawing on the Arb and python-flint libraries, which can be checked independently.

The predecessor GPT-5.5 reportedly worked on the same task for more than twenty hours across several parallel approaches without reaching a usable result. Dobriban then checked the proof delivered by GPT-5.6 Sol Pro by hand before publishing it as a preprint. On the platform X, he wrote that AI had helped resolve an important open question in statistics, pointing to a detailed thread with further explanation. Code, counterexample, and the verification certificate are also available on GitHub.

A summer of AI-assisted mathematical proofs

The case joins a string of similar reports from recent weeks. On July 11, OpenAI announced that the more powerful model variant GPT-5.6 Sol Ultra, running 64 parallel sub-agents, had produced a proof of the Cycle Double Cover Conjecture, a graph theory problem open since 1973. Mathematician Thomas Bloom of the University of Manchester assessed that proof as short and elementary but criticized that it drew on ideas and strategies from the literature without proper citation.

In the current case, Dobriban himself rates the practical impact as limited: the demonstrated deviation of roughly 0.04 percentage points mainly concerns theory, and existing analyses that rely on the procedure do not need to be recalculated. Still, it remains notable for statistics and computer science that a language model produced a complete, checkable proof here rather than merely suggesting a plausible result.

What matters next is whether professional societies clarify under which conditions the procedure’s original guarantee still holds, or whether an adjusted version follows. The episode also shows that language models are now being taken seriously as tools for open mathematical questions, provided their results are backed, as here, by independently verifiable certificates and human review. A formal peer review of the counterexample has not yet taken place.

Frequently asked questions

Do existing studies using the Benjamini-Hochberg procedure need to be re-evaluated now?

No, according to Dobriban, the demonstrated deviation is very small and mainly concerns a theoretical edge case, not the practice of previous evaluations.

Is GPT-5.6 Sol Pro publicly accessible?

Yes, the model is part of the GPT-5.6 family OpenAI presented in July 2026, with the tiers Sol, Terra, and Luna, and is accessible via ChatGPT and the API.

How does this case differ from the proof of the Cycle Double Cover Conjecture?

There, the more powerful variant GPT-5.6 Sol Ultra with 64 parallel sub-agents solved an open graph theory problem, while Dobriban used the smaller Pro variant for a counterexample in statistics.

Has the proof been reviewed by other experts yet?

A formal review by a journal is still pending, but the code and certificate are publicly accessible and can be independently verified.

What does a correlated, two-sided Gaussian test series mean?

It refers to multiple simultaneous tests whose measurements are statistically related, where both unusually high and unusually low values count as significant.


← Back to the blog