Harvard and MIT's Science Sandbox Catches Claude Beating Humans While Missing the Point

Broad Institute researchers unveil a framework that separates score-chasing from real scientific reasoning, exposing where Claude, GPT, and Gemini break down.

·
·
Harvard and MIT's Science Sandbox Catches Claude Beating Humans While Missing the PointPRO
Read2 min
TypePaper
  • Broad Institute team introduces science sandboxes, a framework grading AI agents on scientific reasoning, not just final scores.
  • Sandboxes use wet, damp, or dry oracles and require agents to keep an append-only lab notebook of hypotheses.
  • On MPRAbox, Claude Opus 4.7 hit r=0.774 median, beating expert human baselines; GPT-5.5 and Gemini 3.5 Flash trailed.
  • With dry oracles using invented rules, Claude raised scores but failed to infer hidden rules like Fibonacci positions or letter ciphers.
  • In CodonBox, Claude recovered codon structure in easy worlds but collapsed to memorizing high-scoring sequences in hard ones.
  • Code, harnesses, and instructions released at github.com/asr2210/science-sandbox; BroadBox will host more sandboxes.

A team from the Broad Institute, Harvard, MIT, and Yale has proposed a new way to measure whether AI agents can actually do science, rather than just optimize a benchmark. Their paper introduces science sandboxes, a closed-loop framework where an agent runs experiments, gets feedback, and revises hypotheses, then puts three frontier coding agents through two biology tasks. The headline finding: today's best agents can match or beat expert humans on the numbers while completely missing the rules that generate those numbers.

The gap benchmarks cannot see

Most AI evaluations report a single score, which works when the task has a verifiable answer. Empirical science is different. Unlike software or mathematics, where candidate solutions can be checked through unit tests or formal proofs, empirical sciences like biology and chemistry lack scalable, automated verifiers. A system that fits data with epicycles is not the same as one that discovers gravity, and traditional benchmarks reward the former. The authors' fix is to preserve the entire investigative loop and grade the reasoning, not just the final metric.

How a science sandbox works

A science sandbox is a controlled environment in which an AI agent conducts experiments to learn the rules governing a phenomenon. In each round, the agent chooses what to test based on its current hypotheses, receives feedback from a sealed oracle, revises those hypotheses, and selects the next experiment. Every sandbox has three components:

  • Specimens: what the agent submits (DNA sequences, proteins, strings).
  • Assays: the measurement applied to each specimen.
  • Oracle: a sealed mechanism that runs the assay and returns a report.

Oracles span three levels of physical grounding. Wet oracles use actual physical experiments. Damp oracles use computational models trained on empirical data to approximate experimental results. Dry oracles apply invented rules specified by the sandbox designer, with no necessary relationship to the natural world. The dry setting is the clever part: because the designers know the rule and the agent does not, they can tell whether the agent inferred it or just climbed a hill.

Pro article

This story is for Pro members

You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.

Trending
  • No trending articles

Comments

avatar

Next Reads