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 →

MESSIER aggregates nearly one million agent trial outcomes across 30 benchmarks and 714 agents, revealing uneven capability gains—function-calling near saturation, programming advancing fastest, and enterprise workflows lagging—and demonstrating that common all-pass aggregation rules can obscure progress and alter leaderboards.

Messier: A High-Resolution Corpus for Cross-Benchmark Agent Evaluation
Stefan Krsteski, Charlotte Meyer, Guillaume Allegre, Tony O'Halloran, Alexandre Sallinen · July 28, 2026
arxiv descriptive n/a 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. Stefan Krsteski unresolved corpus identity
  2. Charlotte Meyer unresolved corpus identity
  3. Guillaume Allegre unresolved corpus identity
  4. Tony O'Halloran unresolved corpus identity
  5. Alexandre Sallinen unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Stefan Krsteski provider ID
  2. Charlotte Meyer provider ID
  3. Guillaume Allegre provider ID
  4. Tony O'Halloran provider ID
  5. Alexandre Sallinen provider ID
MESSIER is a unified, verifier-level corpus of roughly 960k agent trial outcomes across 30 benchmarks that standardizes model/scaffold/task/verifier metadata and shows (a) uneven frontier progress across domains and (b) that aggregation rules (e.g., all-pass) can mask progress and change agent rankings.

Citation observations

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

Evaluating AI agents in interactive environments is hindered by fragmented tasks, scaffolds, verifiers, and scoring rules. Existing efforts focus on narrow settings, remain limited in scale, or require costly reruns, leaving much of the empirical record incomparable. We introduce Messier, a unified corpus of 957,253 records that span 30 benchmarks, 714 agents, 11,891 tasks, and 74,205 verifiers. Messier consolidates public benchmark scores and supplements them with five-agent runs across six underrepresented professional and scientific domains, including a recent legal benchmark. Each record is standardized by model, scaffold, environment, task, verifier, and aggregation rule, with SOC/NAICS classifications for occupational and industry analysis. Using this corpus, we show frontier progress is uneven across benchmark types, with "function calling" saturated, "programming" improving the fastest, and "enterprise workflows" remaining the most challenging. Furthermore, counterfactual rescoring shows that strict all-pass aggregation in multi-verifier tasks can obscure progress and artificially alter agent rankings. From these standardized records, we derive capability scales that align with Epoch's Evaluation Capability Index rankings at Spearman \r{ho} = 0.81 and can be specialized by domain, occupation, action space, or verifier type. Messier provides a foundational, reusable infrastructure for agent capability scaling, benchmark auditing, and fine-grained analysis of evaluation failures.

Summary

Main Finding

MESSIER is a unified, high-resolution corpus of interactive agent evaluations (≈957k trial records) that standardizes per-task and per-verifier outcomes across 30 benchmarks, 714 agents, 11,891 tasks, and 74,205 verifiers. By preserving verifier-level records and harmonizing model/scaffold/environment metadata (including SOC/NAICS task labels), MESSIER enables cross-benchmark capability scaling, counterfactual rescoring to expose aggregation artifacts, and fine-grained analyses of where frontier progress is (and is not) occurring.

Key Points

  • Scale and scope

    • 957,253 trial outcomes consolidated from 30 benchmarks, 714 agents (345 models × 205 scaffolds → 714 distinct agents), 11,891 tasks, 74,205 verifier rows.
    • Benchmarks grouped into five work types: programming, research & reasoning, enterprise workflows, GUI navigation, and function calling.
  • New contributions and sources

    • Combined public releases (METR, BRIDGE, Agent Psychometrics, General AgentBench, many benchmark author dumps) and new uniform five-agent runs on six under-represented benchmarks (HarveyAI-Lab, MedAgentBench, DABStep, QCircuitBench, ScienceAgentBench, ReplicationBench) collected via the Harbor harness (≈$10k).
    • Provides per-verifier outcomes and execution traces where available.
  • Standardization and metadata

    • Normalized model, scaffold, and release date identifiers following Epoch ECI conventions.
    • Tasks labeled with SOC (occupation) and NAICS (industry) codes using a three-voter LLM ensemble (88.3% SOC majority agreement, 86.8% NAICS majority agreement), with remaining cases adjudicated.
  • Core analytic findings

    • Frontier progress is uneven by domain (measured as per-task maxima among eligible agents over time):
      • Function-calling: near-saturation (frontier ≈ 0.97).
      • Programming: fastest improvement, frontier ≈ 0.82 (largest net growth over 2024–2026).
      • GUI and Research & Reasoning: intermediate (≈0.71 and 0.68 respectively).
      • Enterprise workflows: lowest frontier (≈0.57), indicating multi-step professional workflows remain most challenging.
    • Aggregation rule effects:
      • Preserving per-verifier records allows counterfactual rescoring. All-pass aggregation (task passes only if every verifier passes) can mask measurable improvements: a task can show very low all-pass pass rates while agents satisfy many criteria on average.
      • Aggregation choices can change measured capability and even alter agent rankings.
  • Validation and applications

    • Derived open-data capability scales replicate Epoch ECI rankings closely (Spearman ρ = 0.81).
    • Demonstrated uses: capability scaling, benchmark auditing, predicting task difficulty prior to running agents, slicing capability by occupation, industry, action space, or verifier type.

Data & Methods

  • Data sources

    • Ingested per-task outcomes from published releases (METR, BRIDGE, Agent Psychometrics, General AgentBench, multiple benchmark repositories and HF datasets).
    • Supplemented with new, uniform five-agent runs across six benchmarks via Harbor and the OpenHands scaffold.
  • Reconciliation pipeline (four stages)

  • Cast incoming records into a uniform data model: environment → tasks → typed verifiers (script, exact-match, LLM judge, human) with aggregation rule per task.
  • Normalize model/scaffold identifiers and release dates (Epoch ECI naming conventions).
  • Automated and manual validation: identifier hygiene, date consistency (agent date ≥ benchmark date rule), deduplication (benchmark × task_id), text cleaning, and spot checks—emphasis on newly contributed runs and stitched records.
  • SOC/NAICS labeling via an LLM ensemble followed by adjudication for borderline cases.

  • Representation choices emphasized by the paper

    • Store verifier-level binary outcomes vi(τ) rather than only aggregated task score S. Record aggregation rules (all-pass, threshold, single-verifier) so users can recompute task-level success under alternative rules.
    • Tasks annotated with action-space (e.g., shell, tool calls, code submission, web browser) and environment state (filesystem, live web, offline dataset, etc.).
  • Analysis methods

    • Frontier calculation: for a quarter q, agents with release date ≤ q considered eligible; per-task frontier is max score among eligible agents; group frontier averages across benchmarks in the group.
    • Counterfactual rescoring: recompute task success under alternate aggregation rules using preserved verifier rows.
    • Capability scaling: derive item-response–style capability indices from open per-task data and compare ranks to Epoch ECI using Spearman correlation.

Implications for AI Economics

  • Better measurement of automation potential across occupations and industries

    • SOC/NAICS-tagged, per-task outcomes let economists estimate occupation- and industry-level task automatability with much finer resolution than aggregate benchmark scores. This improves micro-founded estimates of substitution risk, task reallocation, and sectoral productivity impacts.
    • Ability to slice by action space (e.g., GUI navigation vs coding vs tool calls) clarifies which kinds of workplace activities are nearer-term automatable and which require longer human oversight or workflow redesign.
  • Improved policy and procurement decisions

    • Preserved verifier outcomes and counterfactual rescoring expose how scoring/aggregation choices can under- or overstate capabilities. Regulators, procurement officers, and firms can use MESSIER to audit vendor claims, choose appropriate acceptance criteria (avoid misleading all-pass thresholds), and tailor evaluation rules to risk tolerance.
  • More accurate forecasting and economic modeling

    • High-resolution capability indices (aligned with Epoch ECI) can be used as inputs to diffusion models, labor market equilibrium simulations, and forecasts of skill complementarities or wage impacts by occupation and industry.
    • Per-task difficulty prediction can reduce evaluation costs (fewer reruns) and support targeted investments: firms and labs can prioritize training or productization efforts on tasks where marginal capability gains yield the highest economic returns.
  • Lower evaluation cost and higher reproducibility

    • Consolidation reduces redundant compute and expensive reruns (historical sweeps cost ≈$40k); MESSIER’s standardized builders lower barriers for re-evaluation and extensions, making economic studies more reproducible and less resource-intensive.
  • Auditing, robustness, and market signaling

    • The corpus enables detection of evaluation pathologies (reward hacking, sandbagging, evaluation awareness) that can distort market signals about model capability and therefore investment or hiring decisions. Transparent verifier-level records support better contract design and performance-based payments.
  • Caveats and limitations relevant for economists

    • Benchmarks and scaffolds matter: the same model under different scaffolds yields different outcomes—so any economic conclusion must account for deployment context (instrumentalities, APIs, tool access).
    • Coverage and representativeness: MESSIER consolidates many but not all benchmarks; some domains remain underrepresented. Inference about the broader economy requires careful extrapolation.
    • Verifier noise and aggregation bias: automated judges and human annotations have error; aggregation rules can systematically bias pass rates—economic estimates should incorporate these uncertainties.
    • Temporal and selection effects: benchmarks evolve, and frontier calculations depend on which agents and releases are included; causal claims about capability improvements and labor outcomes should avoid naive temporal aggregation.

Overall, MESSIER provides a practical, high-resolution data foundation to improve economic analysis of AI capabilities, occupational impacts, procurement rules, and policy design — while also making clear that measurement choices (scaffolds, verifiers, aggregation) materially affect the inferred capability signals economists rely on.

Assessment

Paper Typedescriptive Evidence Strengthn/a — This is a dataset/resource paper that assembles and standardizes benchmark outcomes rather than making causal claims; it does not attempt causal identification. Methods Rigorhigh — The authors ingest 24 public releases and six new five-agent runs, apply a four-stage reconciliation pipeline that standardizes model/scaffold/environment/verifier/aggregation metadata, run deterministic and manual quality checks, and report classifier agreement rates for SOC/NAICS labeling; they also provide provenance per source and make the builder architecture extensible. SampleMESSIER contains ~957,253 trial outcomes (reported ~960k), consolidating 30 benchmarks, 11,891 tasks, 74,205 verifiers, 714 agents (345 models × 205 scaffolds), and per-trial records drawn from 24 public releases plus six new five-agent runs on underrepresented domains (HarveyAI-Lab, MedAgentBench, DABStep, QCircuitBench, ScienceAgentBench, ReplicationBench) collected via the Harbor harness; verifier types include scripts, exact-match, LLM judges, and humans; tasks are grouped into programming, research & reasoning, enterprise workflows, GUI, and function-calling. Themesproductivity adoption GeneralizabilitySelection bias toward public and released benchmarks; private or proprietary evaluations not included, Uneven domain coverage (e.g., heavy programming/function-calling representation vs fewer enterprise/GUI professional tasks), Results depend on released scaffolds and agent configurations; different scaffolds or toolchains could change outcomes, SOC/NAICS labeling relies on LLM ensemble with nonzero error and is US-centric, limiting international occupational mapping, Time-bounded snapshot (primarily 2024–2026); future models or benchmarks may shift frontier patterns, Aggregation and verifier semantics vary across sources; although preserved, downstream analyses must account for residual heterogeneity

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
MESSIER is a unified corpus containing 957,253 records spanning 30 benchmarks, 714 agents, 11,891 tasks, and 74,205 verifiers. Other positive Scale and coverage of the agent-evaluation corpus
Reading fidelity high
Study strength high
n=957253
957,253 trial outcomes
0.3
The corpus includes new uniform evaluations of five frontier agents across six underrepresented professional and scientific benchmarks. Adoption Rate positive Coverage of professional and scientific agent evaluations
Reading fidelity high
Study strength medium
n=5
five-agent grid across six benchmarks
0.18
Frontier agent performance increased across all five benchmark groups between 2024 and 2026, but the amount of progress was uneven across domains. Task Completion Time mixed Frontier pass rate by benchmark group over time
Reading fidelity high
Study strength medium
n=30
frontier rises across all tracked domains between 2024 and 2026
0.18
Function-calling benchmarks were close to saturation, reaching a contemporary frontier score of 0.97. Task Allocation positive Frontier task pass rate in function-calling benchmarks
Reading fidelity high
Study strength medium
0.97 contemporary frontier score
0.18
Programming benchmarks showed the largest net frontier growth, increasing by 0.64 over the two-year window and reaching a frontier score of 0.82. Developer Productivity positive Frontier task pass rate and its change in programming benchmarks
Reading fidelity high
Study strength medium
0.64 absolute improvement; 0.82 final frontier score
0.18
Enterprise workflow benchmarks remained the most difficult domain, with a contemporary frontier score of 0.57. Organizational Efficiency negative Frontier task pass rate in enterprise workflow benchmarks
Reading fidelity high
Study strength medium
0.57 contemporary frontier score
0.18
Under strict all-pass aggregation, multi-verifier task scoring can report near-zero task success even when agents satisfy many criteria on average, thereby obscuring progress and changing agent rankings. Decision Quality negative Measured task success and agent ranking under alternative verifier aggregation rules
Reading fidelity high
Study strength medium
near-zero task success under all-pass scoring
0.18
Capability indices derived from MESSIER's open data align with Epoch's Evaluation Capability Index rankings at Spearman correlation rho = 0.81. Decision Quality positive Agreement between MESSIER-derived capability rankings and Epoch ECI rankings
Reading fidelity high
Study strength medium
Spearman rho = 0.81
0.18
MESSIER supports capability-index slicing by domain, occupation, action space, and verifier design. Other positive Granularity and specialization of agent capability measurement
Reading fidelity high
Study strength medium
n=119891
four stated slicing dimensions
0.18

Notes