Proprietary

MysteryMechanism

Updated 9/16/2026

Can agents rediscover sealed mathematical mechanisms through bounded experiments?

MysteryMechanismActive scientific discovery from sparse observations
ACCURACY

The MysteryMechanism Evaluation tests whether agents are capable of discovering hidden mathematical relationships via experimentation. This task is designed to simulate the context of scientific discovery, where noisy, expensive experiments are used to derive mechanical relationships.

Evaluation

MysteryMechanism tests whether an agent can rediscover an unknown mathematical relationship through active experimentation. The task provides anonymous input variables, physical bounds, two passive observations, a persistent shell, and a budget of 2d+1 experiments for a d-dimensional mechanism. The agent must submit one executable law. It receives no domain context, internet access, or information about the particular mechanism.

The benchmark contains 222 mechanisms spanning biological, physical, chemical, engineering, ecological, and abstract dynamical relationships.

Public examples

These three frozen examples expose the exact task shape without revealing any validation or test mechanism. Each tab pairs the agent-visible question with an illustrative successful path constructed from that public task. The paths are condensed walkthroughs—not verbatim transcripts from a particular model.

Agent-visible question

Recover an executable mathematical expression mapping the anonymous inputs to one measured output.

Two noisy passive observations · 5 additional experiments · no domain context

Bounds
  • x1 ∈ [0.05, 0.70]
  • x2 ∈ [0.05, 30.0]
Passive observations
  • (0.5944, 1.9188) → 12.2245
  • (0.5044, 0.2068) → 10.3732
  1. 1
    Design

    Probe the four corners, then the interior. The corner ratios test whether the two inputs act approximately as separable factors.

  2. 2
    Run experiments
    (0.05, 0.05) → 4.3715 (0.70, 0.05) → 30.6686 (0.05, 30.0) → 2.3912 (0.70, 30.0) → 16.3743 (0.375, 1.225) → 5.7241
  3. 3
    Infer and fit

    The x1 response steepens near its upper bound, while the x2 effect decays with a square-root shape. Fit the compact multiplicative family.

  4. 4
    Submit
    Accepted

    Nonlinear two-factor response

    mu*(1+a*x1/(1-x1)**b)*(1+c/(1+sqrt(x2)))

    mu=1.7707 · a=0.9128 · b=1.9124 · c=1.6447

    structural NMSE 0.000270 ≤ threshold 0.000697

Scoring

The primary metric is accuracy of functional recovery. The submitted expression is executed on private, continuously sampled structural probes and receives binary credit when normalized error is below the task’s noise-aware threshold. This deliberately rewards functional equivalence rather than matching the hidden mechanism’s name or symbolic spelling.

Provider or agent failures count as zero.

How models are successful

  • Mechanism rediscovery: recognize a compact family such as a saturating response, choose interventions that isolate its terms, fit its parameters, and submit the recovered law.
  • Mathematical rediscovery without domain recognition: test invariances and transformations, compare low-complexity candidate families, and recover a functionally equivalent law without naming the source domain.

In a separate blinded, post-hoc audit, we recorded whether each successful trace explicitly named the correct source domain. “Domain not identified” means the trace did not name the correct domain; it does not prove that prior scientific knowledge played no role in the model’s reasoning.

ModelAccuracySuccessful tracesDomain not identifiedIdentified domain
GPT-6 Astra53.15%11889.8%10.2%
Claude Fable 5.147.75%10674.5%25.5%
Claude Opus 537.39%8379.5%20.5%
Gemini 3.8 Flash36.49%8166.7%33.3%
Muse Spark 1.3 Max36.04%8092.5%7.5%
GPT-5.6 Sol33.33%7489.2%10.8%
Grok 4.630.63%6882.4%17.6%
DeepSeek Flash 4.121.17%4797.9%2.1%
GPT-5.6 Luna14.41%32100.0%0.0%