The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Letting an LLM judge which experiments to run makes AI researchers (agents) more efficient: pretrained preference models lift AIRA-dojo’s AIRS-Bench score from 0.684 to 0.711 (inference-only) and 0.729 (agentic), matching 24‑hour unguided performance in about 15 hours and cutting execution budget by roughly one-third.

AI Research Preference Models
Thomas Simon Foster, Bassel Al Omari, Tingchen Fu, Thomas Mann, Carl Domond, Lucia Cipolina-Kun, Bhavul Gauri, Muna Aghamelu, Alexander D. Goldie, Eryk Helenowski, Jean-Christophe Gagnon-Audet, Alberto Pepe, Saba Nazir, Daniel Izcovich, Noam Levi, Rishi Hazra, Karen Hambardzumyan, Nicolas Baldwin, Xian Li, Martin Josifoski, Paris Giampouras, Masoud Jalili Sabet, Anya Sims, Hela Momand, Tatiana Shavrina, Despoina Magka, Jason Weston, Yulin Wang, Anirudh Goyal, João Henriques, Yoram Bachrach, Emily McMilin, Jakob Nicolaus Foerster · August 14, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Thomas Simon Foster unresolved corpus identity
  2. Bassel Al Omari unresolved corpus identity
  3. Tingchen Fu unresolved corpus identity
  4. Thomas Mann unresolved corpus identity
  5. Carl Domond unresolved corpus identity
  6. Lucia Cipolina-Kun unresolved corpus identity
  7. Bhavul Gauri unresolved corpus identity
  8. Muna Aghamelu unresolved corpus identity
  9. Alexander D. Goldie unresolved corpus identity
  10. Eryk Helenowski unresolved corpus identity
  11. Jean-Christophe Gagnon-Audet unresolved corpus identity
  12. Alberto Pepe unresolved corpus identity
  13. Saba Nazir unresolved corpus identity
  14. Daniel Izcovich unresolved corpus identity
  15. Noam Levi unresolved corpus identity
  16. Rishi Hazra unresolved corpus identity
  17. Karen Hambardzumyan unresolved corpus identity
  18. Nicolas Baldwin unresolved corpus identity
  19. Xian Li unresolved corpus identity
  20. Martin Josifoski unresolved corpus identity
  21. Paris Giampouras unresolved corpus identity
  22. Masoud Jalili Sabet unresolved corpus identity
  23. Anya Sims unresolved corpus identity
  24. Hela Momand unresolved corpus identity
  25. Tatiana Shavrina unresolved corpus identity
  26. Despoina Magka unresolved corpus identity
  27. Jason Weston unresolved corpus identity
  28. Yulin Wang unresolved corpus identity
  29. Anirudh Goyal unresolved corpus identity
  30. João Henriques unresolved corpus identity
  31. Yoram Bachrach unresolved corpus identity
  32. Emily McMilin unresolved corpus identity
  33. Jakob Nicolaus Foerster unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Thomas Foster provider ID
  2. Bassel Al Omari provider ID
  3. Tingchen Fu provider ID
  4. Thomas Mann provider ID
  5. Carl Domond provider ID
  6. Lucia Cipolina-Kun provider ID
  7. Bhavul Gauri provider ID
  8. Muna Aghamelu provider ID
  9. A. Goldie provider ID
  10. Eryk Helenowski provider ID
  11. Jean-Christophe Gagnon-Audet provider ID
  12. Alberto Pepe provider ID
  13. Saba Nazir provider ID
  14. Daniel Izcovich provider ID
  15. Noam Levi provider ID
  16. Rishi Hazra provider ID
  17. Karen Hambardzumyan provider ID
  18. N. Baldwin provider ID
  19. Xian Li provider ID
  20. Martin Josifoski provider ID
  21. Paris Giampouras provider ID
  22. Masoud Jalili Sabet provider ID
  23. Anya Sims provider ID
  24. Hela Momand provider ID
  25. Tatiana Shavrina provider ID
  26. Despoina Magka provider ID
  27. Jason Weston provider ID
  28. Yulin Wang provider ID
  29. Anirudh Goyal provider ID
  30. João F. Henriques provider ID
  31. Yoram Bachrach provider ID
  32. Emily McMilin provider ID
  33. Jakob N. Foerster provider ID
LLM-based Research Preference Models (inference-only and agentic variants) integrated into AIRA-dojo improve AIRS-Bench average normalized scores from 0.684 to 0.711 and 0.729 respectively, enabling the agent to reach its unguided 24-hour performance in roughly 15 hours while using substantially less execution budget.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

AI research agents (AIRA) can now propose, implement, and evaluate their own machine learning experiments, but progress on frontier tasks is throttled by cost: a candidate solution can be written in minutes, whereas evaluating it can take hours to days of GPU time. An agent can therefore propose far more candidates than it can afford to run, and its progress depends on its research preference: how it allocates a fixed execution budget across many candidates. We introduce AI Research Preference Models (RPMs) that predict which of multiple candidate solutions are most worth executing, without paying the cost of executing them all. We build RPMs from frozen pretrained language models (with no task-specific training), in two forms: an inference-only model that reasons over candidate plans, code, and prior executed solutions, and an agentic model that additionally runs small-scale pilot experiments before deciding. We integrate both into the AIRA-dojo search agent and evaluate on AIRS-Bench, a recent benchmark of machine learning research tasks for AI research agents. The two variants raise the average normalized score from 0.684 to 0.711 and 0.729 respectively, and reach the unguided agent's 24-hour performance in roughly 15 hours, using less than two-thirds of its execution budget. Our best RPMs also yield new state-of-the-art results on two AIRS-Bench tasks.

Summary

Main Finding

AI Research Preference Models (RPMs) — lightweight selection modules built from frozen pretrained LLMs — substantially improve the sample efficiency and end-to-end performance of AI research agents (AIRA). Two RPM variants were evaluated: an inference-only LLM “judge” and an agentic RPM that runs small-scale pilot experiments. Integrating RPMs into the AIRA-dojo search loop raised AIRS-Bench average normalized score from 0.684 (no RPM) to 0.711 (inference-only) and 0.729 (agentic), narrowing the gap to the validation oracle (0.748) and enabling the agent to match 24-hour unguided performance in roughly 15 hours while using under two-thirds of the execution budget.

Key Points

  • Problem framed: frontier ML research is bottlenecked by expensive execution (hours–days of GPU per candidate); agents can generate many more candidates than they can afford to run, so allocation matters.
  • RPM concept: reformulate selection as a relative ranking problem (which candidate is most worth executing) rather than forecasting absolute metrics.
  • Two RPM types:
    • Inference-only RPM: frozen pretrained LLM used as a lightweight judge, reasoning over candidate plans, code diffs, and search history (no task-specific training).
    • Agentic RPM: the LLM runs small-scale pilot experiments in a sandbox (python, bash, submit_solution tools) to gather informative evidence before ranking candidates. Mechanisms to encourage informative pilots include overstating remaining time and a separate feedback model that proposes next most-informative experiments.
  • Integration: RPMs are scaffold-agnostic but were implemented in AIRA-dojo at the child-creation stage. For each mutation step, AIRA-dojo generates N=15 candidates; the RPM performs pairwise tournament knockouts (using K contextual historical nodes from the search tree) to select one candidate for full execution.
  • Empirical results (AIRS-Bench, 20 text/tabular tasks, 24h H200, 10 seeds, Qwen3.6-27B backbone):
    • No-RPM baseline: average normalized score = 0.684.
    • Inference-only RPM: 0.711.
    • Agentic RPM: 0.729.
    • Validation oracle ceiling: 0.748; Test oracle: 0.759.
    • Agentic RPM matched the unguided agent’s 24-hour performance in ~15 hours and used < two-thirds of its execution budget.
    • Best RPMs achieved new SOTA on two AIRS-Bench tasks.
  • Trade-offs: inference-only RPMs provide immediate, low-cost gains; agentic RPMs have higher per-step compute (slow early progress) but yield stronger longer-term acceleration.
  • Offline development: 1,000 sibling node pairs collected from prior AIRA-dojo runs (different modalities/backbones) were used to tune RPMs; selection accuracy measured against which sibling later attained the higher test score (excluding near-ties).

Data & Methods

  • Benchmark: AIRS-Bench — 20 ML research tasks (text/tabular), each with dataset, target metric, and published SOTA; normalized score per task uses a log-transform to handle metric scales.
  • Agent scaffold: AIRA-dojo evolutionary tree-search; operators include Draft, Improve, Debug. Default parent selection is greedy by current validation score; final returned solution is the node with highest validation score seen.
  • RPM design and prompts:
    • Inference-only: LLM-as-judge prompt optimized with MIPROv2 (DSPy) to produce structured analyses and tolerate small fixable issues.
    • Agentic: pilot-experiment agent runs sandboxed micro-experiments with tools (python, bash, submit_solution), submits summaries; a feedback model proposes follow-ups; remaining-time overstating is used to avoid underuse of budget.
  • Integration details:
    • Child-creation modification: generate N=15 candidate children in parallel; RPM evaluates candidates with K contextual historical nodes (BFS from parent, skip buggy nodes), then runs pairwise tournament comparisons to select one to execute.
  • Evaluation protocol:
    • End-to-end: 24h per task on a single H200, 10 seeds; RPM and operator share the Qwen3.6-27B backbone to isolate impact of selection logic.
    • Baselines/ceilings: No-RPM (uniform/random selection), Validation Oracle (execute all candidates and pick best), Test Oracle (uses privileged test-set info).
    • Offline tuning: dataset of sibling pairs (extracted from prior multi-backbone runs) for quick iteration; removed near-ties (gap < 0.01 normalized score).
  • Statistical checks: task-stratified bootstrap distributions (rliable) and probability-of-improvement metrics used for significance testing.

Implications for AI Economics

  • Improved compute efficiency and ROI:
    • RPMs materially reduce wasted GPU time by biasing execution towards higher-value candidates. The paper reports achieving the unguided 24‑hour agent performance in ~15 hours, implying substantial cost savings (roughly a ~37% wall‑time reduction in that comparison and <2/3 of execution budget).
    • This raises the marginal product of GPU-hours for autonomous research agents, improving cost-effectiveness of automated experimentation pipelines.
  • Shifts in optimal allocation of compute markets:
    • If RPMs become standard, demand for raw execution hours may diminish relative to demand for high-quality proposal/guidance models and small-scale sandboxing capability. Market pricing may bifurcate between (a) cheap pilot/sandbox compute and (b) expensive full-scale training runs.
    • Platforms and cloud providers could offer tiered products: integrated RPM-assisted experiment orchestration, fast sandbox GPUs for pilots, and premium long-run accelerators — altering revenue mixes.
  • Incentives and strategic behavior:
    • Agents (or their human managers) may generate more low-cost candidate proposals leveraging RPM triage; this could increase upstream value (exploration breadth) without proportionally increasing compute spend.
    • Conversely, researchers might optimize proposals to “game” RPMs (overfitting to the judge’s heuristics), creating a potential arms race between proposal generators and preference models.
  • Labor and organization:
    • RPMs automate an aspect of researcher judgment (which experiments to run), potentially substituting for junior researcher triage while augmenting senior researchers’ leverage. This may shift labor from execution-heavy tasks to higher-level strategy and interpretability.
  • Externalities and concentration risks:
    • Gains from RPMs could favor well-resourced labs that can deploy sandboxing, pilot experiments, and high-quality LLM judges, accelerating concentration of ML R&D capability.
    • Centralization of RPM-tuned pipelines could amplify inequality in discoveries and increase compute demand spikes for high-value full executions.
  • Measurement and evaluation considerations for economists:
    • New metrics become relevant: cost per unit improvement in normalized benchmark score, marginal value of an extra GPU-hour under RPM-guided search, and elasticity of research output with respect to selection model quality.
    • Policymakers and procurement managers can use such metrics to compare procurement strategies (e.g., buying more raw GPU hours vs. investing in better RPMs and sandbox tooling).
  • Limitations to keep in mind for economic analysis:
    • RPMs rely on LLM judgments and sandbox pilots that themselves consume compute — optimal deployment depends on the cost/benefit balance across tasks.
    • Label bias: RPM training/evaluation used selection labels derived from a greedy search process, which can bias preference learning toward paths favored by existing search dynamics.
    • General equilibrium effects: widespread adoption could change marginal returns to compute, model development, and talent in ways that are hard to predict absent large-scale empirical adoption.

Overall, RPMs are a practical mechanism to raise the marginal productivity of limited execution budgets in automated ML research, with direct implications for compute procurement, experimental design incentives, and the organization of research effort.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper presents systematic empirical evaluations on a standardized benchmark (AIRS-Bench) with multiple seeds, baselines (including oracle ceilings), and an offline dataset for development; improvements are consistent but moderate. However, results are limited to the benchmark tasks, a single scaffold (AIRA-dojo), and a single LLM backbone, and there are known labeling/selection biases in the offline data and greedy search policy that constrain causal or external claims. Methods Rigorhigh — Uses a standard benchmark (20 tasks), 10 seeds, clear baselines (No-RPM, validation/test oracles), offline development set (40 tasks) avoiding contamination by modality, standardized backbone across components, and task-stratified bootstrap significance testing; ablations (inference-only vs agentic) and practical trade-offs (compute/time) are analyzed. Remaining issues include offline-label bias from greedy expansion, and some engineered choices in the agentic RPM (e.g., overstating remaining budget) that complicate interpretation. SampleEvaluations use AIRS-Bench: 20 public machine-learning research tasks (text and tabular modalities), each given 24 hours on a single H200 GPU and repeated over 10 seeds; AIRA-dojo scaffold modified to generate N=15 candidate children per step. Offline development uses 40 unreleased AIRS-Bench tasks (image/video/audio) from prior AIRA-dojo runs (with several LLM backbones) yielding ~1,000 sibling node pairs for pairwise selection evaluation. Experimental backbone for RPMs and operators is Qwen3.6-27B; agentic RPMs run sandboxed small-scale pilot experiments on a cloned environment with access to the same single H200 GPU and dataset. Themesproductivity innovation GeneralizabilityLimited to AIRS-Bench tasks (mostly academic ML research tasks) and the text/tabular modalities used — may not generalize to broader real-world research workflows., Evaluated within a single search scaffold (AIRA-dojo); effects may differ with other scaffolds or operator sets., Results tied to a specific LLM backbone (Qwen3.6-27B); other backbones could change selection quality or costs., Agentic RPM techniques rely on a sandboxed GPU environment and engineered prompt hacks (e.g., overstating time budget), which may be infeasible or behave differently in other infrastructures., Offline labels for RPM training/evaluation inherit bias from the original greedy search policy, limiting external validity of selection accuracy.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Integrating an inference-only Research Preference Model into AIRA-dojo increases the average normalized score on AIRS-Bench from 0.684 for the No-RPM baseline to 0.711. Research Productivity positive Average normalized score on AIRS-Bench
Reading fidelity high
Study strength medium
n=200
increase from 0.684 to 0.711
0.18
Integrating an agentic Research Preference Model into AIRA-dojo increases the average normalized score on AIRS-Bench from the No-RPM baseline of 0.684 to 0.729. Research Productivity positive Average normalized score on AIRS-Bench
Reading fidelity high
Study strength medium
n=200
increase from 0.684 to 0.729
0.18
The agentic RPM reaches or exceeds the performance of the No-RPM baseline, although its early progress is slower because it runs small-scale proxy experiments at each step. Research Productivity mixed Performance trajectory and average normalized score over compute time
Reading fidelity high
Study strength medium
n=200
Agentic RPM reaches 0.729 versus 0.684 for No RPM
0.18
RPM-augmented agents match the unguided agent’s 24-hour performance in approximately 15 hours while using less than two-thirds of the unguided agent’s execution budget. Task Completion Time positive Compute time required to reach the unguided agent’s performance and execution-budget usage
Reading fidelity high
Study strength medium
n=200
roughly 15 hours; less than two-thirds of the 24-hour execution budget
0.18
The best RPM-equipped agents achieve new state-of-the-art results on two AIRS-Bench tasks. Research Productivity positive Task-level benchmark performance relative to the published state of the art
Reading fidelity high
Study strength low
n=20
new state-of-the-art results on two tasks
0.09
Inference-only RPMs provide immediate and steady gains over the No-RPM baseline without incurring candidate-execution costs. Research Productivity positive Average normalized score as a function of compute time
Reading fidelity high
Study strength medium
n=200
0.711 versus 0.684 final average normalized score
0.18
The agentic RPM’s final performance approaches the validation-oracle ceiling but remains below it: 0.729 versus 0.748. Research Productivity positive Average normalized score relative to the validation-oracle ceiling
Reading fidelity high
Study strength medium
n=200
0.729 versus 0.748
0.18
The RPM selects among candidate research solutions by ranking them relative to one another rather than forecasting their absolute execution metrics. Decision Quality positive Quality of candidate-solution selection and research-compute allocation
Reading fidelity high
Study strength low
not reported
0.09

Notes