Papers
Topics
Authors
Recent
Search
2000 character limit reached

Science sandboxes measure the scientific capability of AI agents

Published 31 Aug 2026 in q-bio.QM and cs.AI | (2608.30165v1)

Abstract: Scientific progress depends not only on finding solutions, but on learning the rules that explain why they work and using that understanding to design better experiments. We introduce science sandboxes, a framework for studying this capability in AI agents through repeated cycles of experimentation, feedback, and hypothesis revision. Science sandboxes invite an agent to query the natural world in different ways, ranging from "wet" physical experiments, to "damp" predictive models trained on empirical data, to "dry" invented rules. By establishing a common experimental loop and a protocol for evaluating agents within it, science sandboxes allow assessment of both quantitative performance on specific metrics and qualitative scientific reasoning, across a spectrum of empirical verifiability. Here, we instantiate this framework in two biological settings, models of regulatory genomics and protein fitness prediction, and examine the capabilities of frontier agents. Across these settings, we could see when agents successfully optimized a quantitative metric without understanding the rules underlying the system. In particular, their scientific reasoning deteriorated when they encountered systems whose rules fell outside familiar biological priors. By highlighting such failure modes, science sandboxes make the frontier of scientific capability measurable and provide a controlled setting in which to study and ultimately expand it.

Summary

  • The paper introduces a novel evaluation framework called **science sandboxes**, which formalizes scientific investigation as a closed loop involving agents selecting informative experiments, interpreting observations, and updating hypotheses.
  • The **MPRAbox** implementation demonstrated the evaluation of AI agents in a library-selection problem, showing that AI models like Claude Opus 4.7 may achieve high performance without necessarily inferring the correct underlying rules for regulating DNA sequence design.
  • The findings underscore the importance of evaluating not only the performance metrics but also the qualitative reasoning and capacity for hypothesis revision in assessing the scientific capability of AI agents.

Scientific capability as a closed-loop property

“Science sandboxes measure the scientific capability of AI agents” (2608.30165) proposes an evaluation framework designed to distinguish scientific reasoning from outcome optimization. The central premise is that scientific capability cannot be adequately measured by whether an agent produces a high-scoring artifact or a correct final answer. Scientific investigation requires an agent to select informative experiments, interpret observations, formulate explanatory hypotheses, revise those hypotheses when contradicted, and use the resulting theory to design subsequent experiments.

A science sandbox formalizes this process as a closed loop. The agent submits specimens to a sealed oracle, receives an experimentally derived report, records its interpretation, and selects the next experiment. The specimens may be DNA sequences, proteins, chemicals, cells, engineered constructs, or abstract strings. The oracle may be wet, using physical experiments; damp, using a predictive model trained on empirical data; or dry, applying an invented rule with exact ground truth known to the sandbox designer. This abstraction preserves the sequential structure of empirical inquiry while permitting controlled variation in realism, scalability, and verifiability.

The framework evaluates two separable outputs. The first is quantitative performance: whether the agent improves a prespecified metric. The second is qualitative scientific reasoning: whether the agent identifies explanatory regularities, designs discriminative experiments, and updates its theory appropriately. The distinction is essential because optimization can succeed through correlations, local search, or exploitation of familiar priors without producing a correct account of the system being optimized.

MPRAbox and the experimental-design objective

The first implementation, MPRAbox, casts regulatory sequence design as a library-selection problem. In each round, an agent must submit 50,000 distinct 200-base-pair DNA sequences. These sequences are evaluated by a sealed in silico MPRA oracle based on Malinois, a convolutional neural network trained on 776,474 experimental measurements from three cell types. The oracle generates activity labels for the submitted library. A fresh sequence-to-activity model is then trained from random initialization on those 50,000 sequence-label pairs and evaluated against 14 hidden test sets.

The objective is therefore not to identify individual high-activity enhancers. It is to select a library that yields a model with broad generalization across heterogeneous sequence distributions. The evaluation suite contains five empirically labeled sets and nine Malinois-labeled sets, covering held-out MPRA sequences, UK Biobank and GTEx variants, DNase hypersensitive sites, Sei regulatory classes, random genomic windows, and synthetic DNA. The aggregate score is the mean Pearson correlation across these 14 sets.

This formulation makes library composition itself the experimental variable. Genomic sequences, synthetic sequences, regulatory-class stratification, sequence diversity, activity calibration, and negative controls can all be treated as competing hypotheses about what constitutes informative training data. Because the agent receives only aggregate scores, it cannot directly inspect sequence-level labels or determine which evaluation distributions drove a result.

The human reference strategies exhibited substantial variation in performance. Libraries composed primarily of genomic regulatory sequences generally outperformed fully synthetic libraries at the 50,000-sequence budget, although the paper also notes that synthetic sequences can be useful for controlled perturbation of motifs and sequence grammar. This result is specific to the Malinois-based downstream-training objective and should not be interpreted as a general finding that genomic libraries are intrinsically superior for all regulatory sequence-design tasks.

One-shot frontier-agent performance

The authors evaluated Claude Opus 4.7, GPT-5.5, and Gemini 3.5 Flash in five independent one-shot replicates, with and without prior knowledge of the human-designed strategies. In the blind condition, Claude performed best:

Agent Median Pearson rr, no prior knowledge Median Pearson rr, prior knowledge
Claude Opus 4.7 0.774 0.781
Gemini 3.5 Flash 0.680 0.751
GPT-5.5 0.655 0.760
Best human strategy 0.763 mean 0.763 mean

Claude’s five blind libraries each matched or exceeded the mean performance of the strongest human-selected strategy, whose mean score was r=0.763r = 0.763. GPT and Gemini did not exceed that reference in the blind condition. Their lower performance was associated with a preference for synthetic sequence designs based on controlled motif variation, spacing, and frequency. Claude instead selected naturally occurring regulatory DNA, emphasizing broad coverage and negative examples for calibration.

The agents’ written rationales reveal that performance was partly mediated by prior biological knowledge. Claude reasoned that natural regulatory sequences preserve genomic context and that a library containing only “interesting” elements would bias the model toward predicting activity universally. GPT argued for synthetic sequences because they permit causal variation of motifs against controlled backgrounds. That reasoning is scientifically plausible, but it was mismatched to the particular oracle and evaluation distribution. The result illustrates a central point of the paper: a coherent scientific rationale can still be empirically incorrect, and benchmark performance depends on the relationship between the rationale and the hidden data-generating process.

Providing the agents with descriptions and scores for the 14 human strategies improved all three systems, but especially GPT and Gemini. GPT rose from r=0.655r = 0.655 to r=0.760r = 0.760, and Gemini from r=0.680r = 0.680 to r=0.751r = 0.751, whereas Claude improved only from r=0.774r = 0.774 to r=0.781r = 0.781. The agents did not simply reproduce the best human strategy. Their notebooks indicate that they treated the reference results as evidence about mechanisms and proposed modifications, including mixtures of genomic sequences, synthetic controls, topic stratification, and rare-class enrichment.

This condition demonstrates both transfer and dependence on prior information. Agents can use compressed experimental evidence to improve design, but their initial hypotheses are strongly shaped by the semantic framing of the task and by knowledge acquired during pretraining. Their success in MPRAbox therefore does not by itself establish de novo discovery of regulatory principles.

Iterative experimentation and hypothesis revision

The long-horizon evaluation gave Claude 30 sequential design rounds, with two runs conducted without and two with prior knowledge of the human strategies. All four trajectories eventually exceeded the strongest human-selected reference strategy, although the quantitative gains over one-shot performance were modest. The authors intentionally emphasize that the primary value of the long-horizon condition is not additional hill climbing but the observation of experimental reasoning over time.

The trajectories displayed several behaviors characteristic of scientific investigation. Agents initially compared broad classes of libraries, including random DNA, genomic regulatory sequences, synthetic sequences, and cross-species sequences. They then increasingly adopted controlled comparisons that varied one design feature at a time. In one run, the agent recognized that a comparison involving chicken sequences had simultaneously changed the human regulatory component, making the result uninterpretable. It subsequently articulated the experimental-design principle that causal claims require isolation of the relevant variable.

Agents also revised hypotheses in response to unexpected observations. One run produced a surprisingly high score for random DNA, contradicting the agent’s expectation that a library with no biological structure would perform poorly. The agent revised its theory, proposing that part of the evaluation signal was driven by sequence composition and that the library needed to teach regulatory grammar beyond this “free” compositional signal. Whether that revised interpretation was fully correct is less important than the fact that it was generated in response to an anomalous result and used to motivate subsequent experiments.

The four trajectories converged on different design principles. One favored naturally occurring regulatory contexts over motif-injected sequences. Another found that rare regulatory classes could improve performance when enriched without sacrificing broad coverage. A third reported gains from adding chicken regulatory sequences but not more distant species. A fourth found that GC-content stratification improved a strong DHS-based design. The lack of convergence is consistent with a complex design landscape, but it also makes it difficult to determine whether the agents discovered stable causal principles or exploited trajectory-specific correlations.

Dry oracles and the separation of optimization from understanding

The dry-oracle experiments provide the paper’s strongest test of de novo rule discovery. The authors replaced the Malinois oracle with 14 hidden functions involving nucleotide composition, positional dependence, substring occurrence, compressibility, parity, prime counts, Fibonacci-indexed positions, modular arithmetic, a cellular automaton, and a hidden cipher mapping nucleotide pairs to English letters.

The surrounding task remained similar: the agent submitted libraries, a model was trained using oracle-generated labels, and the agent received only an aggregate generalization score. Three framings were compared. The agent was told either that it was designing regulatory DNA, that it was optimizing an unspecified black-box function over the DNA alphabet, or that it was operating over the symbolic alphabet {0,1,2,3}\{0,1,2,3\}.

Framing materially changed exploration. The MPRA framing elicited hypotheses about regulatory motifs and biological sequence structure. The unframed DNA condition shifted attention toward composition and short patterns. The symbolic condition encouraged simpler frequency-based analyses. In some cases, these priors provided useful proxies for the hidden rule and improved quantitative performance. However, they did not reliably result in rule identification.

The hidden English-word cipher is particularly diagnostic: none of the framings led the agent to hypothesize that pairs of symbols encoded letters or that the decoded sequence contained natural-language words. In the Fibonacci-position condition, the agent developed a composition-based explanation that predicted some score variation but was not the actual generating rule. Thus, the agent could exploit a correlated feature while maintaining a false causal theory.

This is the paper’s most important conceptual result. Improving a quantitative metric is not equivalent to inferring the mechanism that produces the metric. A benchmark that reports only final performance would classify these trajectories as successful, despite their failure to recover the governing rule. The dry oracles make this distinction measurable because the ground-truth rule is known to the evaluator.

CodonBox and structured induction

CodonBox extends the analysis to an invented biological system. Each input is a nucleotide-like sequence that is parsed into hidden codons, translated into a 16-residue hydrophobic/polar chain, and folded using a two-dimensional lattice model. Fitness is the number of favorable nonconsecutive hydrophobic contacts in the optimal fold, with a maximum score of 9.

The agent receives only the final fitness score. It is not told that codons exist, what their length is, how codons map to residues, or that the translated chain undergoes lattice folding. Eight worlds vary alphabet size, codon length, silent positions, and additive versus interaction-based codon rules. Claude is given 500 one-sequence experiments in each world.

Quantitative optimization is intentionally easy. A repeated-character sequence produces repeated codons; if the repeated codon maps to hydrophobic residues, the resulting all-hydrophobic chain reaches the maximum fitness. The agent reached the maximum score within the first 10 rounds in every run. This result directly demonstrates why score maximization is an insufficient measure of scientific capability: the agent could attain the optimum while the translation and folding rules remained unidentified.

The agent correctly inferred codon length for tables containing 16 and 64 entries and also identified three-nucleotide codons in a larger alphabet condition with 512 possible codons. For a four-nucleotide codon system with 256 entries, it inferred the codon structure and learned many individual codons but failed to recover the complete table. With a six-symbol alphabet and three-nucleotide codons, it failed to discover the codon structure and instead constructed increasingly elaborate theories based on individual nucleotides and short patterns.

The most successful trajectories changed the experimental strategy rather than merely increasing the number of observations. In a world where only the middle codon position mattered, controlled substitutions of the outer positions revealed that they were silent. In a second world, the middle position was silent and the two outer positions jointly determined the output. The agent initially modeled nucleotide effects independently, but a contradiction forced it to test positional combinations and eventually recover the interaction rule.

The hardest world combined a six-symbol alphabet, four-character codons, a silent position, and a three-position interaction, yielding 1,296 possible codons. The agent eventually inferred four-character segmentation but did not identify the silent position or the general mapping. It reverted to cataloging and reusing individually successful codons. The result isolates a failure mode in experimental induction: when the hypothesis space becomes combinatorial, the agent may continue accumulating cases instead of searching for a lower-complexity structural explanation.

Limitations and open questions

The framework’s conclusions are constrained by the oracle choices and the experimental scale. MPRAbox uses Malinois both to label submitted libraries and to generate labels for much of the evaluation suite. Consequently, agents optimize a surrogate model whose inductive biases, training distribution, and architectural limitations shape the task. Five evaluation sets use empirical labels, but nine use Malinois labels, and the downstream model shares the oracle’s broad modeling assumptions even though its weights are independently initialized. The reported correlations therefore measure generalization within a partly model-defined environment, not regulatory-genomics competence in an unrestricted biological setting.

The human baselines are also sampling strategies rather than a controlled sample of expert experimental designs. Their performance depends on implementation choices, sequence sources, library size, and the fixed downstream architecture. The one-shot agent comparison is based on five replicates per condition, and the long-horizon analysis includes only Claude because of computational cost. It consequently cannot establish robust comparative claims about long-horizon performance across model families.

The qualitative evaluation of lab notebooks is potentially informative but underformalized in the presented material. Stated reasoning may not faithfully represent the causal basis of an agent’s actions, and a notebook can contain post hoc explanations for successful or unsuccessful experiments. The proposed use of independent AI judges could improve scalability, but automated assessment of whether a hypothesis genuinely explains an oracle remains itself a validation problem.

CodonBox and the dry MPRAbox rules provide exact ground truth and strong control over novelty, but their invented mechanisms may not represent the statistical structure, noise, confounding, and measurement constraints of real science. Conversely, wet oracles introduce cost, latency, irreproducibility, and experimental noise. The paper therefore leaves open how performance and rule-discovery criteria should be calibrated across the wet–damp–dry spectrum, and how much evidence is required before an agent’s explanation should count as scientifically adequate.

A further open question is whether the observed failures arise primarily from the underlying LLMs, the agent harnesses, the finite experimental budgets, or the scoring interface. The study uses provider-native coding environments and limits the long-horizon comparison to one model. It does not disentangle exploration policy, memory architecture, tool use, inference-time compute, and model capability. Nor does it determine whether explicit hypothesis representations, active-learning objectives, uncertainty estimates, or intervention-focused experiment selection would improve rule discovery rather than merely score optimization.

Conclusion

Science sandboxes provide a practical framework for evaluating AI agents through repeated cycles of experiment, feedback, and hypothesis revision. MPRAbox shows that frontier agents can achieve strong performance in a biologically familiar design problem, with Claude reaching a median rr0 without prior strategy information and all four long-horizon runs exceeding the best human reference. Dry MPRAbox and CodonBox, however, show that high scores can coexist with incorrect or incomplete theories of the underlying system. The paper’s principal contribution is therefore methodological: scientific capability must be evaluated not only by what an agent finds, but by whether its experiments support the discovery of general rules that explain why the result occurs.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

Explain it Like I'm 14

1. What is the paper about?

This paper introduces a new way to test whether AI can do real scientific thinking, rather than simply getting a high score.

The researchers call these testing environments science sandboxes. In a science sandbox, an AI agent:

  1. Suggests experiments.
  2. Receives results from those experiments.
  3. Thinks about what the results mean.
  4. Changes its ideas.
  5. Chooses better experiments next time.

This is similar to how human scientists work. The important question is not only whether the AI can find a good answer, but whether it can understand why the answer works.

The researchers tested AI agents on problems involving DNA and gene activity.

2. What questions did the researchers ask?

The paper focused on several main questions:

  • Can AI agents design useful scientific experiments?
  • Can they learn from the results of earlier experiments?
  • Can they form explanations, test those explanations, and change their minds when the evidence disagrees?
  • Can they discover rules that are unfamiliar or completely invented?
  • Do AI agents merely improve their score, or do they actually understand the hidden system?

One example involved choosing DNA sequences that would help train a computer model to predict how DNA controls gene activity.

The researchers also wanted to know whether an AI performed well because it understood biology or because it relied on familiar ideas about biology. To test this, they created systems with hidden rules that had nothing to do with real biology.

3. How was the research carried out?

Science sandboxes

A science sandbox has three main parts:

  • Specimens: Things being tested, such as DNA sequences or protein sequences.
  • Assays: Tests that measure a property of the specimens.
  • Oracle: A hidden system that performs the test and gives the AI feedback.

The word oracle here means a system that knows the answer but does not reveal how it produced that answer. It is like a sealed laboratory: the AI can submit samples and see the results, but it cannot look inside the laboratory.

The paper describes three kinds of oracles:

  • Wet: Real laboratory experiments.
  • Damp: Computer models trained using real experimental data.
  • Dry: Completely invented rules created by the researchers.

The study mainly used a damp oracle, because computer simulations are much faster and cheaper than performing thousands of laboratory experiments.

MPRAbox

The first sandbox was called MPRAbox. It was based on a biological method called a massively parallel reporter assay, or MPRA.

In simple terms, MPRA tests many DNA sequences at the same time to see how strongly they increase or decrease gene activity. The AI had to choose a library of 50,000 DNA sequences.

The computer oracle then:

  1. Predicted how active each sequence would be.
  2. Used those results to train a new prediction model.
  3. Tested that model on 14 hidden collections of DNA sequences.
  4. Returned summary scores showing how accurate the new model was.

The AI did not receive all the details. It only received a few numbers describing how well its trained model performed. This forced the AI to reason from limited evidence.

The agents were also asked to keep a lab notebook. In it, they explained why they chose particular sequences and how they interpreted the results. The researchers used these notebooks to study the agents’ reasoning, not just their final scores.

Comparing different strategies

The researchers compared the AI-designed DNA libraries with libraries designed using 14 human strategies. These strategies included:

  • DNA from naturally occurring human regulatory regions.
  • Random DNA from the human genome.
  • Artificial DNA with carefully changed short patterns.
  • Mixtures of natural and synthetic DNA.
  • DNA selected to represent different regulatory classes.

The researchers tested several AI systems, including Claude, GPT, and Gemini. Some tests allowed only one round of experimentation, while others allowed Claude to perform 30 rounds.

Invented rules

The researchers also created “dry” versions of MPRAbox. In these versions, the AI was given DNA-like sequences, but the hidden scoring rules were invented and unrelated to biology.

Examples included rules that rewarded:

  • A particular percentage of certain DNA letters.
  • Alternating types of DNA letters.
  • Letters at Fibonacci-numbered positions.
  • A specific number of one DNA base.
  • Sequences that secretly decoded into English words.
  • Mathematical patterns involving prime numbers or the Fibonacci sequence.

This tested whether the AI could discover a new rule rather than using knowledge it already had about biology.

4. What did the researchers find?

AI performance varied greatly

In the one-round test without extra information:

  • Claude performed best, with a median score of about r=0.774r = 0.774.
  • Gemini had a median score of about r=0.680r = 0.680.
  • GPT had a median score of about r=0.655r = 0.655.

Here, rr was a correlation score. It measured how closely the model’s predictions matched the correct results. A higher value meant better predictions.

Claude performed as well as or better than the best human-designed strategy in all five of its trials. GPT and Gemini did not beat the strongest human strategy in this first test.

Different AIs used different ideas

The agents did not all approach the problem in the same way.

Claude mostly chose real human genomic DNA, especially naturally occurring regulatory sequences. Its reasoning was that natural DNA contains important biological surroundings and examples of both active and inactive regions. It also argued that a good training set needs “negative” examples, not only interesting or highly active sequences.

GPT mainly created synthetic DNA. Its idea was to change one short DNA pattern at a time, making it easier to identify which patterns caused changes in gene activity. This is a sensible scientific approach, but it performed worse in this experiment, probably because the artificial DNA did not contain enough of the natural context found in real genomes.

Gemini tried several approaches, including natural DNA, artificial DNA, and mixtures. Its reasoning focused on creating varied sequences that contained lots of different patterns.

These differences show that the agents were not simply producing random answers. They had different theories about what makes an experiment useful.

Prior knowledge improved performance

In another test, the AI agents were shown information about how the human-designed strategies had performed.

After seeing this information:

  • Claude’s median score rose from $0.774$ to $0.781$.
  • GPT’s median score rose from $0.655$ to $0.760$.
  • Gemini’s median score rose from $0.680$ to $0.751$.

GPT and Gemini improved the most because they had started with weaker strategies. They changed from mostly using synthetic DNA to using more genomic DNA.

However, the agents did not simply copy the best human approach. They tried to understand why certain strategies worked and then designed variations of them.

Repeated experiments led to better reasoning

Claude was allowed to perform 30 rounds of experiments in four separate trials.

Its final performance was somewhat better than in the one-round tests, and all four long experiments beat the strongest human-designed strategy. However, the numerical improvement was only modest.

The more important result was that Claude’s scientific reasoning changed over time.

For example, one experiment showed that random DNA performed much better than the AI expected. Instead of ignoring this surprising result, Claude changed its theory. It suggested that simple features such as the overall mixture of DNA letters might provide useful information, even when the sequences did not look biologically meaningful.

In another case, the AI realized that it had changed two things at once—human regulatory DNA and chicken DNA—so it could not tell which change caused the result. It then recognized an important scientific lesson: when testing an idea, it is usually better to change one variable at a time.

The different long-running trials reached different conclusions. For example, the agents found that:

  • Motifs may be more useful when placed in natural genomic surroundings.
  • Rare regulatory classes may help, but only if the library still covers many types of sequences.
  • DNA from a closely related species, such as chicken, might help more than DNA from more distant species.
  • Grouping sequences by their GC content could improve the training library.

These results suggest that the AI was not following one fixed recipe. It was learning different explanations from different experimental histories.

Unfamiliar rules were more difficult

The dry-oracle experiments were designed to show whether AI could discover rules it had no reason to expect.

The hidden rules included ordinary-looking DNA patterns as well as strange mathematical rules. This allowed the researchers to separate two abilities:

  • Optimization: Finding sequences that produce a better score.
  • Understanding: Discovering the rule that explains the score.

The paper’s main conclusion is that AI agents could sometimes improve their scores without truly understanding the hidden rules. Their reasoning became weaker when the rules did not match their usual expectations about biology.

The provided section ends while describing these dry-oracle experiments, so it does not include all of their detailed final results. However, the overall abstract states that the agents often optimized performance without learning the underlying rules, especially when those rules fell outside familiar biological ideas.

5. Why are these findings important?

Many AI tests only ask whether a system gets the correct answer or achieves a high score. But a system might get a high score by using shortcuts without understanding the problem.

Science is different. Scientists need to:

  • Ask useful questions.
  • Design informative experiments.
  • Explain unexpected results.
  • Test competing ideas.
  • Revise their theories when evidence proves them wrong.

Science sandboxes are designed to measure these abilities directly.

The study suggests that current AI agents can show some impressive scientific behaviors. They can use experimental feedback, improve their plans, notice contradictions, and sometimes develop useful explanations. In some cases, they performed better than human-designed strategies.

However, the study also reveals important weaknesses. AI agents may rely too much on familiar scientific assumptions. They can find ways to raise a score without discovering the true reason for the score. This is risky because a method that works in one situation may fail completely in a new one.

Simple conclusion

The paper presents science sandboxes as a kind of practice laboratory for AI scientists. These sandboxes let researchers watch an AI make decisions, learn from experiments, and improve its ideas over time.

The research shows that AI is becoming better at planning experiments and learning from evidence, but it does not always understand the deeper rules behind its success. Testing AI with both real biological systems and strange invented systems can reveal these weaknesses.

In the future, science sandboxes could help researchers build AI systems that are not only good at finding answers, but also good at explaining discoveries, designing reliable experiments, and working as trustworthy partners in science.

Knowledge Gaps

Knowledge gaps, limitations, and open questions

  • The paper does not report the complete results of the dry-oracle experiments; the provided text ends while describing alternative task framings, leaving unresolved which invented rules agents could infer and how performance varied across rules.
  • It remains unclear whether the reported agent improvements reflect genuine rule discovery or exploitation of statistical regularities, surrogate cues, and score gradients that correlate with the hidden oracle outputs.
  • The study does not establish a validated, reproducible standard for distinguishing scientific reasoning from persuasive but post hoc explanations in agents’ lab notebooks.
  • Notebook evaluation appears largely qualitative, and the paper does not specify inter-rater reliability, judge calibration, scoring rubrics, or evidence that independent AI judges agree with human assessments.
  • The relationship between notebook quality and actual scientific performance is unresolved: agents may produce coherent explanations without selecting informative experiments, or discover effective strategies without articulating the correct underlying rule.
  • The experiments use only a small number of agent replicates in the main comparisons—typically five single-round runs and four long-horizon runs—limiting statistical power and the reliability of model-level performance rankings.
  • The paper does not report formal uncertainty estimates, statistical tests, confidence intervals, or corrections for multiple comparisons across agents, strategies, evaluation sets, and oracle types.
  • The comparison among Claude, GPT, and Gemini is confounded by differences in model architecture, version, tool access, CLI environment, prompting, context-window behavior, and implementation details; the contribution of each factor is not isolated.
  • Only Claude is evaluated in the 30-round setting, so the conclusions about long-horizon scientific reasoning cannot be generalized to the other frontier agents.
  • The study does not test whether the observed gains persist across different random seeds, model-temperature settings, prompt formulations, computational budgets, or maximum token/tool-use budgets.
  • The benchmark does not systematically vary the experimental horizon, library size, batch size, or feedback frequency, leaving the scaling laws of agent learning and exploration unresolved.
  • The use of a fixed library size of N=50,000N=50{,}000 prevents determining whether the reported strategies remain effective for smaller or larger experimental budgets.
  • The damp MPRAbox oracle relies primarily on Malinois predictions, so agent performance may measure adaptation to the inductive biases and artifacts of one predictive model rather than general scientific capability or biological understanding.
  • The evaluation mixes experimentally measured labels with Malinois-generated labels, but the paper does not quantify how much each label source contributes to the aggregate score or whether conclusions change when only genuinely experimental labels are used.
  • The hidden evaluation sets may not be fully independent of the data, annotations, genomic sources, or sequence distributions used to construct the training libraries and baseline strategies; potential leakage and distributional overlap are not comprehensively ruled out.
  • The paper does not evaluate transfer to entirely novel cell types, assays, species, genomic regions, or laboratory protocols, leaving the biological generalizability of the learned library-design strategies uncertain.
  • The benchmark’s aggregate metric is the mean Pearson correlation across evaluation sets, which may obscure poor performance on particular biological categories and does not assess calibration, causal interpretation, ranking quality, or practical utility for downstream experimental design.
  • Pearson correlation can reward correct relative ordering despite systematic bias; the study does not examine whether the resulting models accurately predict effect sizes or distinguish biologically meaningful activity differences.
  • The human reference panel is limited to 14 hand-designed strategies, and the paper does not establish whether it represents strong contemporary experimental-design practice or includes optimized algorithmic baselines such as active learning, Bayesian optimization, diversity sampling, uncertainty sampling, or core-set selection.
  • The study does not compare agents against computational sequence-selection methods operating under equivalent information, tool, and compute constraints, making it difficult to attribute performance advantages specifically to agentic reasoning.
  • The paper does not provide ablations separating the effects of literature search, code execution, genomic annotations, prior strategy summaries, iterative feedback, and free-form reasoning.
  • Prior-knowledge experiments provide aggregate performance summaries of human strategies but not their underlying sequences; it remains unclear whether agents would behave differently—and whether improvements would be larger—if given the actual libraries, annotations, or training data.
  • The long-horizon experiments do not determine whether agents’ improvements arise from informative experimentation, repeated stochastic search, accumulation of prompt/context information, or exploitation of the finite benchmark structure.
  • The study does not test whether agents can retain and apply learned rules across independently regenerated or structurally modified sandboxes rather than only within a single trajectory.
  • Dry oracles are designed by the researchers and may be unusually simple, deterministic, and stationary compared with real scientific systems; the benchmark does not assess noisy, nonstationary, partially observed, multi-objective, or adversarially deceptive environments.
  • The dry-rule suite may favor rules expressible through sequence statistics or readily searchable computational transformations; the paper does not justify whether the 14 rules provide balanced coverage of hypothesis complexity, compositionality, observability, and sample efficiency.
  • It is unresolved whether agents can infer rules when oracle feedback is noisy, delayed, censored, sparse, specimen-level rather than aggregate, or subject to measurement error.
  • The benchmark gives agents a single aggregate score in MPRAbox, but the paper does not systematically investigate how richer feedback—individual specimen outcomes, uncertainty estimates, failed-experiment explanations, or partial assay readouts—changes scientific reasoning.
  • The paper does not examine the cost-effectiveness of agent experimentation, including computational cost, number of oracle queries, wall-clock time, and performance per unit of experimental budget.
  • The study does not evaluate whether agent-designed libraries produce models that support useful downstream scientific tasks, such as identifying causal motifs, predicting variants of regulatory effect, or proposing experimentally validated hypotheses.
  • The biological conclusions about genomic context, rare regulatory classes, cross-species augmentation, and GC-content stratification are based on a small set of agent trajectories and are not independently validated through new wet-lab experiments.
  • The paper does not test whether the agents’ inferred biological explanations are correct mechanistically—for example, whether genomic-context benefits arise from regulatory grammar, sequence composition, annotation bias, or distribution matching.
  • The role of negative controls and synthetic sequences remains unresolved: the experiments suggest that their value depends on context, but do not identify when such sequences improve generalization, calibration, or causal motif learning.
  • The sandbox framework is demonstrated only in sequence-based biological tasks, so its applicability to wet-lab chemistry, cell biology, protein engineering, physics, and other scientific domains remains unvalidated.
  • The paper does not address safety and reliability issues that would arise when agents select real physical experiments, including invalid experimental designs, biosafety risks, resource constraints, irreproducibility, and the need for human oversight.
  • Reproducibility is limited because the text does not provide all agent transcripts, exact prompts and tool configurations, generated libraries, random seeds, oracle implementations, and evaluation code in the described results.
  • The paper does not establish how benchmark designers can prevent agents from reverse-engineering the sandbox, exploiting implementation artifacts, or using external knowledge of the oracle and evaluation distributions.
  • It remains unclear how scientific capability measured in a sealed, fully specified sandbox relates to open-ended research, where questions are ambiguous, variables are uncontrolled, literature is incomplete, experiments are expensive, and successful hypotheses must be communicated and independently replicated.

Practical Applications

Immediate Applications

  • Benchmarking scientific AI agents in research organizations (AI/software, academia; deployable now). Laboratories, universities, and AI developers can implement the science-sandbox loop—specimen selection, sealed evaluation, feedback, hypothesis revision, and lab-notebook logging—to assess whether an agent performs genuine scientific reasoning rather than merely optimizing a score. Existing computational models can serve as “damp” oracles, while dry oracles can test inference under unfamiliar rules. Potential workflow: run an agent for a fixed number of rounds, record its proposed experiments and rationales, score predictive performance on hidden test sets, and have human or independent AI reviewers evaluate hypothesis quality and experimental control. Dependencies: reliable hidden evaluation sets, reproducible oracle behavior, safeguards against data leakage, and clear criteria for distinguishing scientific reasoning from post hoc explanation.
  • Quality assurance for AI-assisted experimental design (biotechnology and pharmaceutical R&D; deployable now). MPRAbox-style evaluations can be used before allowing an AI system to design costly wet-lab libraries. Agents can be tested on simulated regulatory-genomics tasks to determine whether they select diverse, informative sequences, include suitable negative controls, and revise designs in response to contradictory evidence. Potential products: an “AI experimentalist qualification suite” integrated with laboratory information-management systems, with audit trails for every proposed library and design decision. Dependencies: the damp oracle must approximate the intended wet assay sufficiently well; performance on simulated MPRA tasks may not transfer to other organisms, cell types, assays, or laboratory protocols.
  • Improved design of regulatory-genomics training libraries (genomics, precision medicine, biotechnology; deployable now with expert oversight). The reported results support practical library-design heuristics: use broad collections of naturally occurring regulatory DNA, preserve native genomic context, represent both active and inactive elements, and avoid relying exclusively on synthetic motif perturbations. Controlled synthetic sequences can still be added as matched perturbation or negative-control components. Potential workflow: construct MPRA libraries by combining cCRE/DHS-derived sequences with carefully chosen synthetic controls, stratifying by regulatory class and relevant sequence properties such as GC content, then evaluate generalization across independent genomic and experimental holdouts. Dependencies: the findings are specific to the evaluated MPRA setting and hidden test suite; library composition, cell type, promoter, assay technology, and species may change the optimal strategy.
  • Active-learning pipelines for biological assays (biotechnology, chemical screening, protein engineering; deployable now in computational or pilot settings). The repeated experiment–feedback–revision structure can be adapted to select the next batch of compounds, protein variants, DNA constructs, or cell perturbations. Rather than ranking candidates independently, the system can optimize for the expected information gained by training or improving a downstream predictive model. Potential tools: batch-selection modules that compare candidate libraries, maintain explicit competing hypotheses, and enforce one-variable-at-a-time experiments when causal interpretation is important. Dependencies: meaningful feedback must be available after each batch, batch effects must be controlled, and the agent must operate within experimental, biosafety, and budget constraints.
  • Evaluation of experimental reasoning and reproducibility (academia and research management; deployable now). The required lab notebook can become a practical provenance standard for AI-assisted science. Researchers can require agents to state their hypotheses, expected outcomes, manipulated variables, interpretation of results, and reasons for the next experiment. This makes it easier to identify confounded comparisons, unjustified conclusions, and changes in strategy. Potential outputs: machine-readable experimental notebooks, hypothesis graphs, and reproducibility reports accompanying AI-generated protocols or data. Dependencies: notebook entries should be timestamped and preserved before feedback is revealed; written rationales should not be treated as definitive evidence of internal reasoning without behavioral validation.
  • Training and assessment for human experimental scientists (education and workforce development; deployable now). Science sandboxes can provide students and researchers with low-cost practice in experimental design, control selection, interpretation of unexpected results, and sequential hypothesis testing. Dry sandboxes are especially useful because instructors can specify the hidden rule and evaluate whether learners infer it. Dependencies: educational scoring should reward informative experimentation and sound reasoning, not just the final numerical score; tasks need calibration to the learner’s background.
  • Testing AI robustness to unfamiliar domains and misleading priors (AI safety, software engineering, policy; deployable now). Dry oracles involving positional rules, parity, compression, symbolic decoding, or mathematical constructions can reveal whether an agent overuses familiar biological assumptions. This is useful for red-team evaluations of autonomous research systems and for comparing models under domain-known versus domain-hidden conditions. Dependencies: dry rules must be sufficiently diverse and hidden, and evaluation should include controls for computational resources, prompting, tool access, and number of experimental rounds.
  • Operational protocols for better experimental control (all laboratory sectors; deployable now). The observed agent behavior supports a general laboratory practice: after broad exploratory comparisons, switch to controlled experiments that vary one major factor at a time. This can reduce confounding when comparing sequence sources, species, regulatory classes, or synthetic components. Dependencies: one-variable-at-a-time designs may be inefficient in strongly interactive systems; factorial or adaptive designs may be preferable when interactions are scientifically important.

Long-Term Applications

  • Autonomous closed-loop biology laboratories (biotechnology, healthcare, drug discovery, robotics; requires further development). A mature science-sandbox architecture could connect AI agents to robotic liquid handlers, sequencing instruments, cell-imaging systems, and analysis pipelines. The agent would propose libraries or perturbations, receive experimental measurements, update hypotheses, and automatically select the next batch. Potential products: robotic “self-driving” MPRA, protein-engineering, cell-growth, or chemical-screening platforms. Dependencies: safe physical execution, reliable calibration between damp and wet oracles, laboratory automation, contamination control, regulatory compliance, and human approval for high-risk experiments.
  • AI-guided regulatory variant interpretation and therapeutic design (clinical genomics and precision medicine; long-term). Better sequence-to-activity models trained on informative MPRA libraries could improve prioritization of noncoding variants, enhancer interpretation, and design of regulatory constructs for gene therapies. The sandbox could help select experiments that are maximally informative for clinically relevant genomic regions and alleles. Dependencies: experimental activity is not equivalent to disease causality; models require validation across tissues, developmental states, ancestries, genetic backgrounds, and in vivo systems. Clinical deployment would require extensive safety and regulatory evidence.
  • General-purpose scientific-agent certification (AI governance, industry procurement, public policy; long-term). Science sandboxes could become standardized evaluations for AI systems marketed as research assistants or autonomous scientists. Certification could report separate scores for optimization, rule discovery, experimental efficiency, calibration, robustness to unfamiliar domains, and quality of scientific records. Potential policy workflow: require independent sandbox testing, hidden test sets, reproducible agent trajectories, and disclosure of tool access and model updates before deployment in regulated research environments. Dependencies: agreement on benchmark standards, resistance to benchmark gaming, representative wet/damp/dry tasks, and periodic refreshes as models learn the benchmark.
  • Cross-domain scientific reasoning benchmarks (academia and AI research; long-term). The framework can be extended beyond regulatory DNA to protein structure and fitness, cell-growth assays, chemical response, materials discovery, energy systems, climate models, and engineering design. Comparing agent behavior across domains could reveal whether scientific capability is general or dependent on familiar priors. Dependencies: construction of high-quality domain-specific oracles, realistic measures of scientific value, and mechanisms for evaluating explanations and experimental choices without relying solely on language-model judges.
  • Information-efficient experimental planning under limited budgets (pharmaceuticals, energy, materials, and industrial R&D; long-term). Agents could use the sandbox objective to optimize not only predictive accuracy but also the value of information per experiment, incorporating assay cost, time, failure risk, and material availability. This could support more efficient searches over catalysts, battery materials, therapeutic compounds, or protein variants. Dependencies: objective functions must reflect real economic and scientific priorities; optimization against a proxy score could produce designs that generalize poorly or exploit artifacts in the oracle.
  • Discovery of emergent or unexpected scientific rules (fundamental science; long-term). Dry-oracle experiments demonstrate a controlled way to study whether agents can discover rules outside established scientific priors. In the future, analogous systems could help identify unexpected regularities in large experimental datasets or propose unconventional mechanisms for human investigation. Dependencies: unexpected correlations must be distinguished from artifacts, leakage, or spurious statistical patterns. Human scientists would still need to formulate mechanistic explanations and verify them experimentally.
  • Collaborative human–AI experimental strategy systems (academia, industry, and public research infrastructure; long-term). Rather than replacing scientists, agents could maintain competing hypotheses, propose discriminating experiments, expose contradictions, and present alternative library designs. Human researchers could select among these proposals while retaining responsibility for interpretation and deployment. Potential workflow: a dashboard displays current hypotheses, evidence supporting or contradicting each one, unresolved confounders, expected information gain, and recommended next experiments. Dependencies: transparent uncertainty estimates, interpretable experiment-selection criteria, robust human oversight, and protections against automation bias.
  • Standardized adaptive-design infrastructure for large biological datasets (genomics and biomedical data science; long-term). The MPRAbox approach could evolve into shared platforms where multiple research groups contribute experimental results to iteratively improve sequence-to-function models. Hidden evaluation panels could test generalization across genomic contexts rather than rewarding performance on a single familiar distribution. Dependencies: interoperable data standards, privacy and consent for human genomic data, consistent assay protocols, and careful separation of training, oracle, and evaluation data.
  • Daily-life applications through trustworthy scientific AI assistants (consumer software and education; long-term). In the longer term, simplified science-sandbox principles could support personal or classroom assistants that compare hypotheses about household energy use, environmental measurements, nutrition, or learning strategies. The assistant would recommend safe, informative tests rather than merely provide confident answers. Dependencies: consumer experiments must be safe, inexpensive, ethically appropriate, and statistically interpretable; high-stakes areas such as health, finance, and energy infrastructure would require professional oversight and domain-specific validation.

Glossary

  • Active chromatin: Chromatin in a relatively open state that permits regulatory proteins to access DNA. “a genomic region of accessible chromatin”
  • Agentic AI system: An AI system capable of autonomously planning and executing actions toward a goal. “frontier agentic AI systems”
  • Alpha-helical conformation: A common spiral-shaped secondary structure of proteins. “the proportion of amino-acid residues in an alpha-helical conformation”
  • Assay: A procedure used to measure a particular property or activity of a biological specimen. “methods for ascertaining specific properties of those specimens”
  • Causal feature: A characteristic that directly contributes to an observed outcome rather than merely correlating with it. “a motif can be varied against many backgrounds”
  • Candidate cis-regulatory element (cCRE): A genomic DNA region that may regulate the expression of a nearby gene. “ENCODE candidate cis-regulatory element (cCRE) annotations”
  • Candidate enhancer: A DNA sequence proposed to increase the transcription of a gene. “candidate enhancer upstream of the promoter”
  • Cell type: A category of cells with distinct biological characteristics and functions. “inserting a candidate enhancer upstream of the promoter of a particular gene in a cell type”
  • Chromatin: The complex of DNA and associated proteins that packages genetic material in cells. “genomic regions associated with accessible chromatin”
  • Combinatorially vast: Describing a space whose number of possible configurations grows extremely rapidly as components are combined. “a combinatorially vast space of DNA sequences”
  • Computational model: A mathematical or algorithmic representation used to simulate or predict a real-world process. “a computational model of one”
  • Converging: Progressively approaching a stable result, explanation, or solution. “converging toward coherent rules”
  • Correlation score: A numerical measure of the association between predicted and observed values. “our goal is not only to assess the agent's quantitative performance (correlation score)”
  • Cis-eQTL: A genetic variant near a gene that is associated with variation in that gene’s expression. “Fine-mapped UK Biobank and GTEx cis-eQTL variants”
  • De novo rule discovery: The process of inferring previously unknown governing rules from observations. “tests agents' ability to conduct de novo rule discovery”
  • DHS (DNase I hypersensitive site): A genomic region especially accessible to the DNase I enzyme, often indicating regulatory activity. “DHS denotes a DNase I hypersensitive site”
  • Damp oracle: An oracle that uses a model trained on empirical data to approximate the results of a physical experiment. “Damp oracles use computational models trained on empirical data to approximate experimental results.”
  • Downstream predictive model: A model trained using outputs or data produced by an earlier experimental or computational process. “for training downstream predictive models”
  • Empirical data: Data obtained through observation or measurement rather than theoretical deduction. “models trained on empirical data”
  • Empirical laboratory measurement: A value directly obtained from a physical experiment. “activity scores are based on empirical laboratory measurements”
  • Enhancer: A regulatory DNA sequence that can increase gene transcription, often from a distance or in varying orientations. “actual regulatory DNA taken from the human genome”
  • Episomal MPRA: A massively parallel reporter assay performed using DNA elements located outside the chromosomes. “Held-out sequences from the Gosai et al. episomal MPRA”
  • Experimental horizon: The finite number of future experimental opportunities available to an investigator. “how it made strategic use of a known, finite experimental horizon”
  • Fine-mapped variant: A genetic variant whose likely causal status has been narrowed through statistical or functional analysis. “Fine-mapped UK Biobank and GTEx cis-eQTL variants”
  • Frontier agent: A highly capable AI system representing the current leading edge of performance. “We invited several frontier agents”
  • GC content: The proportion of guanine and cytosine nucleotides in a DNA sequence. “stratifying sequences by GC content”
  • Genomic context: The surrounding DNA sequence and biological environment in which a genetic element occurs. “these sequences would preserve the natural surrounding context”
  • Genomic window: A defined-length segment of a genome used for analysis. “Random genomic windows”
  • Ground truth: The reference values treated as correct for evaluating predictions. “the ‘ground truth’ for each of the 14 sets”
  • Hill-climbing: An iterative optimization strategy that repeatedly adopts changes producing improved scores. “to characterize hill-climbing performance toward a higher score”
  • In silico: Performed using computer simulation or computational analysis rather than physical experimentation. “a sealed in silico MPRA oracle”
  • Information theory: The mathematical study of information, including its representation, uncertainty, and transmission. “Its underlying rationale leaned heavily on information theory”
  • Laboratory-measured activity: Biological activity determined experimentally in a laboratory. “real MPRA labels & experimentally measured activities”
  • Library: A collection of biological sequences assembled for simultaneous experimental testing. “a library of NN candidate enhancers”
  • Massively parallel reporter assay (MPRA): A high-throughput method that measures the regulatory activity of many DNA sequences simultaneously. “Massively Parallel Reporter Assay (MPRA)”
  • Malinois: A computational model trained on MPRA data to predict regulatory sequence activity. “one could use Malinois, a published model trained on more than 700,000 experimental MPRA measurements”
  • Motif: A short recurring sequence pattern associated with the binding or activity of a regulatory factor. “a motif can be varied against many backgrounds”
  • Motif grammar: The arrangement, spacing, orientation, and interaction of regulatory sequence motifs. “to teach the model true regulatory grammar”
  • Native genomic context: The naturally occurring surrounding sequence and biological setting of a genomic element. “the synthetic perturbation series lacked the native genomic context”
  • Non-negative matrix factorization (NMF): A factorization technique that represents non-negative data as additive combinations of non-negative components. “NMF denotes non-negative matrix factorization”
  • Oracle: A hidden mechanism that evaluates submitted specimens and returns feedback. “a hidden mechanism that applies the assays to each specimen”
  • Parsimony: The principle of favoring the simplest explanation consistent with the evidence. “the rules were designed to require very different kinds of hypotheses”
  • Pearson correlation: A statistic measuring the strength and direction of a linear relationship between two variables. “the Pearson correlation between the new model's prediction and the ‘ground truth’”
  • Predictive sequence-to-activity model: A model that predicts biological activity directly from a DNA sequence. “train a predictive sequence-to-activity model”
  • Prior biological knowledge: Existing scientific information used to guide hypotheses or experimental choices. “agents can draw on published scientific knowledge”
  • Promoter: A regulatory DNA region where transcription of a gene is initiated. “upstream of the promoter of a particular gene”
  • Regulatory genomics: The study of how genomic sequences control gene expression and other regulatory processes. “Regulatory genomics --- specifically, the example of MPRA noted above”
  • Regulatory grammar: The set of sequence patterns and positional relationships that govern regulatory activity. “to teach the model true regulatory grammar”
  • Regulatory element: A DNA sequence that influences gene expression. “the most common or obviously ‘interesting’ elements”
  • Regulatory sequence: A DNA sequence involved in controlling gene expression. “known classes of regulatory sequences”
  • Reporter assay: An experiment that measures the activity of a regulatory sequence through an attached reporter gene. “the massively parallel reporter assay (MPRA)”
  • Sequence-to-activity model: A computational model mapping DNA sequences to predicted regulatory activity. “a new sequence-to-activity model from scratch”
  • Sealed oracle: An evaluation mechanism whose underlying data or rules are hidden from the agent. “receives feedback from a sealed oracle”
  • Shannon entropy: A measure of uncertainty or diversity in a probability distribution. “maximize the Shannon entropy of regulatory grammar”
  • Specimen: An entity submitted to an assay for testing. “any entity that can be submitted for testing”
  • Synthetic DNA: Artificially generated DNA sequences rather than sequences obtained from natural genomes. “Uniformly random 200-bp sequences”
  • Testbed: A controlled environment for evaluating a system or method. “a controlled testbed for measuring scientific capability”
  • Transcription: The process of producing RNA from a DNA template. “measuring the proportional change in transcription level”
  • Wet oracle: An oracle that obtains feedback from actual physical experiments. “Wet oracles obtain results from actual physical experiments.”
  • Wild-type context: The naturally occurring biological sequence or environment used as a reference condition. “while retaining the synthetic motif perturbation series”

Open Problems

We found no open problems mentioned in this paper.

Tweets

Sign up for free to view the 1 tweet with 191 likes about this paper.