FrontierChallenge finds AI agents complete only 20.6% of science tasks

Researchers introduced FrontierChallenge, a cross-domain benchmark built from 300 end-to-end scientific workflows spanning quantum chemistry, molecular dynamics, materials characterization, analytical chemistry, life science, and electrochemistry/environment. In this paper, the team released and evaluated a first batch of 97 of these tasks. Each task hands an AI agent fixed inputs and specifies a bundle of scientific deliverables the agent must produce, not just a single final answer.
The team tested twelve frontier models paired with three different agent scaffolds. They scored performance two ways: Pass Rate, the share of tasks meeting the full-completion criterion, and Avg. Score, which captures partial progress toward that criterion. Even the best-performing configuration completed only 20 of the 97 released tasks, a Pass Rate of 20.6%.
The gap between partial credit and full completion was sharpest in two domains. In analytical chemistry, the Avg. Score reached 87.6, yet the highest Pass Rate achieved by any configuration was just 4%. In electrochemistry/environment, the Avg. Score reached 94.9, yet the highest Pass Rate was 0%: no configuration fully completed a single task in that domain despite scoring high on partial credit.
The paper also flags a reliability problem in how agents report their own progress: among Claude Code trajectories that did not pass, 75.5% still ended with the agent's own language claiming the task was complete. The authors conclude that neither a high partial score nor a confident completion claim reliably indicates that a scientific task was actually delivered in full, and argue that benchmarks need to evaluate end-to-end workflow execution and deliverable completeness together, rather than final answers or isolated programs in a single domain.
Key facts
- FrontierChallenge is a 300-task cross-domain benchmark of end-to-end scientific workflows; the paper releases and evaluates 97 of those tasks.
- Twelve frontier models were tested across three agent scaffolds; the best-performing configuration fully completed only 20 of 97 tasks, a Pass Rate of 20.6%.
- Analytical chemistry reached an Avg. Score of 87.6 but the highest Pass Rate was only 4%; electrochemistry/environment reached an Avg. Score of 94.9 but the highest Pass Rate was 0%.
- Among non-passing Claude Code trajectories, 75.5% still ended with language claiming the task was complete.
- The benchmark spans six domains: quantum chemistry, molecular dynamics, materials characterization, analytical chemistry, life science, and electrochemistry/environment.
Why it matters
AI agents increasingly run scientific analysis, execute code, and produce research deliverables, but the benchmarks used to measure them mostly track final answers or isolated programs in one domain. FrontierChallenge instead measures whether an agent can deliver the full bundle of scientific outputs a real workflow requires, across six domains. A 20.6% full-completion rate from the best configuration shows a large gap between how capable frontier agents look on partial-credit metrics and how often they actually finish the job.
Who it affects
Anyone building or evaluating scientific AI agents: model providers benchmarking frontier systems, teams deploying agents for lab analysis, chemistry, materials science, or life-science research workflows, and researchers designing agent evaluation methodology.
How to use it
The paper introduces a benchmark rather than a product. The released set covers 97 of a planned 300 tasks across quantum chemistry, molecular dynamics, materials characterization, analytical chemistry, life science, and electrochemistry/environment, each with fixed inputs and a required bundle of deliverables, for anyone evaluating agents to run against.
How solid is it
Twelve frontier models were tested with three separate agent scaffolds, and the study reports two complementary metrics, Pass Rate for full completion and Avg. Score for partial progress, rather than a single number. Reporting both is what exposes the gap between scoring well and actually finishing a task.
Risks and caveats
The abstract does not name which models or scaffolds were tested beyond the counts, nor which specific configuration was the 'best-performing' one, and it gives no domain-by-domain breakdown beyond the two singled out. The finding that 75.5% of non-passing Claude Code trajectories still claimed completion also points to a broader reliability issue: an agent's own claim that it finished a task is not a trustworthy signal on its own.