Executive Summary

On June 30, 2026, OpenAI released GeneBench Pro, a computational biology benchmark. It poses problems drawn from real genomics research and grades the answers, and so far no model has cleared half of them. The top scorer, GPT-5.6 Sol Pro, reached 31.5%. Two out of every three answers were still wrong. So why did the other 68.5% get it wrong?

It's the way it fails that stands out. The model notices that the data contains outliers or confounders. But it fails to carry that observation into the analytical decisions that follow. OpenAI called this failure the "noticing-to-acting gap." The model doesn't get it wrong because it didn't know—it gets it wrong because it knew and moved on anyway.

For anyone working on data quality, this result is the flip side of a familiar question. If AI-Ready Data means "making clean data that AI can use," GeneBench Pro asks about "making AI that can read messy data and judge it well." Both questions share the same ceiling.

Here is the scale of that broken judgment, in numbers.

31.5%

Top score

GPT-5.6 Sol Pro, max reasoning setting

16.0%

Claude Opus 4.8

Accuracy of the runner-up tier

<5%

Starting point

GPT-5 early in benchmark design

129

Problems

10 domains, deterministic grading

1

Where the Knowledge Exam Ends

On established benchmarks like MMLU or GPQA, AI has already brushed against the ceiling. Top models cleared 81% on the biology portion of GPQA. These exams mostly test knowledge: the answer sits somewhere in the text, and the model just has to find it and pull it out.

GeneBench Pro asks something else. Its problems resemble actual research. It hands over noisy genomic data, asks the model to choose an appropriate analytical path, and then to produce an estimate that fits the decision downstream. The 129 problems span 10 domains—statistical genetics, cancer genomics, pharmacogenomics, clinical diagnostics, and more. Each problem is generated from a known causal structure, so the correct answer is deterministic. Analyses that look plausible but are wrong are designed to be caught at the grading stage.

One figure gives a sense of the difficulty. A human expert is estimated to need 20 to 40 hours to solve a single problem. A model attempts the same problem with a few dollars' worth of inference. Here is how the ranking came out under those conditions.

Model GeneBench Pro accuracy
GPT-5.6 Sol Pro31.5%
GPT-5.6 Sol28.7%
Claude Opus 4.816.0%
GPT-5.512.0%
GPT-5.48.9%
Gemini 3.5 Flash8.1%
Gemini 3.1 Pro3.1%

On a knowledge exam, every one of these models is an honor student. Move to an exam that tests judgment, and even the top model barely clears a third. What the leaderboard shows isn't a gap in performance—it's that the kind of ability being measured has changed.

2

It Notices, but Doesn't Act

The name OpenAI gave to the wrong answers, after taking them apart, is the noticing-to-acting gap. The model generally spots the quality problems in the data. It even states them: there's an outlier, a confounder is mixed in, a quality-control signal has failed. But it can't push that recognition forward into the next analytical decision. Judgment snaps somewhere between the sentence that spots the problem and the sentence that runs the analysis.

A pharmacogenomic survival-analysis problem is a telling case. GPT-5.5 noticed that the treatment variable changed over time, but it couldn't handle the structure in which treatment and confounders feed back on each other. GPT-5.6 Sol, by contrast, layered a structural Cox model on a new-user design, stabilized the inverse-probability weights, and accounted for a 90-day lag in the effect—choosing a causally correct path. The difference between the two models wasn't the amount of knowledge they held; it was the judgment that connects what you notice to what you decide.

Noticing-to-Acting Gap The model spotted the anomaly — but never carried it into its decision. Lower models (GPT-5.5, etc.) Outliers / confounders noticed Stated — not carried into analysis gap Default analysis applied Causal structure ignored ✗ GPT-5.6 Sol Pro Outliers / confounders noticed Structure read — decision updated connected Causal analysis applied Correct estimate ✓
▲ Original Pebblous diagram — noticing-to-acting gap (reinterpreted from GeneBench Pro research)

OpenAI called this capability "research taste." It's the sense for what analysis the data can actually support, and for which results are robust enough to carry into the next decision. It's closer to revising your assumptions in the face of ambiguous data.

When an AI system scores poorly, the problem usually reduces to "it doesn't know." The failure GeneBench Pro exposed is different. The model did know. It just couldn't turn that knowing into action. This is not a shortage of knowledge—it's a break in judgment.

3

The Other Side of AI-Ready Data

AI-Ready Data is usually told in one direction: cleaning data, aligning its structure, and reducing noise so that AI can use it well. GeneBench Pro turns that arrow around. No matter how much you polish it, real research data keeps its messiness. So the question changes: is the AI model built to read that messiness and reach the right judgment?

Through this lens, the meaning of the benchmark score comes into focus. The number 31.5% is closer to a measurement of "the ability to recognize data-quality problems and carry them into downstream decisions." The cleaner the data, the less there is to judge, and the score rises; the messier the data, the more judgment has to intervene, and the score collapses. In the end, data quality draws the ceiling on AI scientific judgment.

The implication for practical design is simple. A pipeline that offloads all of the data's messiness onto the model breaks at exactly this gap. Judgment isn't an event that happens only inside the model; it has to begin already at the stage where the data is prepared. The preprocessing that decides which outliers to keep and which signals to emphasize already determines half of the downstream judgment.

4

How 31% Got Here

31.5% is a low number. But when this benchmark was first being designed, GPT-5 couldn't clear 5%. On the same compute budget, GPT-5.6 Sol Pro solved roughly six times as many problems as GPT-5.2, two generations back. This isn't a low score that has stalled; it's a low score climbing fast. OpenAI expects the benchmark to saturate by the end of 2026, which means the very ability it now measures is about to move.

GeneBench Pro Score Progression From <5% at design stage to 31.5% — saturation expected by end of 2026 0% 10% 20% 30% 40% GPT-5 (early) <5% GPT-5.4 8.9% GPT-5.5 12.0% GPT-5.6 Sol 28.7% GPT-5.6 Sol Pro 31.5%
▲ Original Pebblous diagram — GeneBench Pro accuracy by model (based on OpenAI figures)

Translate that number into practice, and three things remain.

  • Design for collaboration. When even the top model gets two-thirds wrong, it's too early to hand analyses that require multi-step judgment to a fully automated pipeline. A human-plus-AI structure, with people holding the decision points, is the realistic option.
  • Look at the data-quality boundary first. The first question in an adoption decision isn't "is the model big enough," but "does the messiness of our data sit inside this model's judgment boundary."
  • Anticipate the next exam. Once GeneBench Pro saturates, the test shifts toward longer decision horizons, collaboration among multiple agents, and the ability to judge experimental design itself.

Where AI broke down in front of real data was not knowledge but judgment. And how far that judgment can reach depends first on how honestly the data has been organized. Scaling the model and refining the data are holding opposite ends of the same ceiling.

R

References

Official Sources

Academic Paper

Press Coverage