Procurement meetings have a habit of turning AI agents into theatre.

A vendor shows a polished research assistant. It finds papers, writes a summary, cites sources, maybe generates a small experiment plan. Everyone nods. Someone says “agentic workflow.” Someone else says “autonomous discovery.” A budget appears. The machine is declared practically scientific, which is convenient, because the machine itself has not yet been asked to survive the boring parts of science: retrieval under controlled conditions, code execution, data analysis, experimental reproduction, hypothesis testing, and the small matter of completing all required steps without wandering into the digital bushes.

AstaBench, from the Allen Institute for AI’s Asta team, is useful because it interrupts this little ceremony.1 It does not ask whether an agent can produce an impressive demo. It asks whether many agents, under comparable conditions, can perform the messy range of tasks that scientific research assistance actually requires.

The answer is awkward. Some systems are now genuinely competent at parts of literature understanding. But the benchmark’s central evidence is not “agents are becoming scientists.” It is almost the opposite: when the task expands from reading and summarising papers to coding, data analysis, experiment execution, and end-to-end discovery, the floor drops.

That is the point. AstaBench is less a victory lap for scientific agents than a measuring instrument for where the victory lap has been exaggerated. Naturally, this makes it more valuable.

The headline result is uneven capability, not general scientific autonomy

The most important result in the paper is simple: even the strongest evaluated agents remain far from solving scientific research assistance as a whole.

AstaBench evaluates 57 agents across 22 agent classes. The suite contains more than 2,400 problems covering literature understanding, code and execution, data analysis, and end-to-end discovery. The top overall score reported for agents attempting the full task range is Asta v0 at 53.0%, followed by ReAct with GPT-5 at 44.0%. The best open-source agent using open-weight models, Smolagents Coder with Llama-4-Scout, scores 11.1%.

Those numbers are not decorative. They are the paper’s main evidence. AstaBench is not saying that scientific agents are useless. It is saying that the current capability profile is jagged: strong enough to be useful in narrow workflows, too brittle to be trusted as autonomous research labour.

The category breakdown makes the pattern clearer.

Evidence from AstaBench Likely purpose in the paper Practical interpretation Boundary
Overall results for full-range agents Main evidence Scientific-agent capability is still incomplete even for strong systems Macro-averages compress very different task types
Literature QA scores around or above 80% for several systems Main category evidence Literature synthesis is the nearest-term business use case Strong QA does not imply strong search, coding, or discovery
Code and execution results remain low on difficult reproduction-style tasks Main category evidence Automating scientific implementation remains a bottleneck DS-1000 looks easier than paper-reproduction tasks
DiscoveryBench maximum score is only about 34% Main category evidence Data-driven discovery remains fragile Evaluation uses LLM-based judging of hypothesis alignment
End-to-end step scores can look respectable, but full completion is near zero Robustness-style interpretation of task completion Multi-step workflows fail by compounding small errors The task is concentrated in AI/NLP-style research projects
Score-versus-cost plots and Pareto frontiers Cost-performance evidence Agent selection should be treated as procurement optimisation, not leaderboard worship Cost estimates depend on frozen pricing assumptions

This evidence-first view matters because the fashionable misconception is easy: if an agent can read papers well, it can do science. AstaBench shows why that is wrong. Literature understanding is one component of research. Science also requires executing code, debugging environments, reproducing methods, analysing data, designing experiments, and maintaining coherence across long workflows. The agent that writes a good answer with citations is not necessarily the agent that can run the experiment those citations imply.

The difference is not philosophical. It is operational.

AstaBench measures the research pipeline, not a single parlour trick

AstaBench is structured around eleven benchmarks grouped into four broad task categories.

The literature understanding tasks include paper finding, biomedical full-text question answering, long-form computer-science QA, and literature table synthesis. The code and execution tasks include SUPER-Expert, CORE-Bench-Hard−, and DS-1000. The data-analysis component uses DiscoveryBench. The end-to-end discovery tasks, E2E-Bench and E2E-Bench-Hard, ask agents to perform a miniature research workflow: ideation, planning, software experiment design, implementation, execution, analysis, and final reporting.

This matters because most agent evaluations quietly test what the agent is already good at. A literature agent is tested on literature. A coding agent is tested on coding. A deep-research interface is tested by asking it to produce a plausible report. Everyone goes home pleased, especially the marketing department.

AstaBench instead asks a more annoying question: what happens when the task distribution resembles the actual job?

The answer is segmentation. Literature QA is comparatively mature. Literature table synthesis is weaker. Search is still not solved. Code execution is uneven. Data-driven discovery is difficult. End-to-end research remains brittle.

This is where AstaBench becomes useful for business readers. It does not merely rank agents. It decomposes the adoption surface. It tells a CTO or research director which workflows may be ready for assisted deployment and which should remain in guarded pilots.

A responsible adoption map would look something like this:

Workflow Near-term suitability Why
Paper discovery and literature triage High, with human review Best systems show meaningful capability, especially when tools are designed for scientific search
Long-form literature QA High, with citation checking Several systems perform strongly, but precision and source support still matter
Literature table generation Medium Useful for acceleration, but recall remains limited
Scientific coding assistance Medium-low Some coding benchmarks are handled reasonably, but reproduction and setup remain difficult
Automated data-driven discovery Low Current scores suggest fragile hypothesis identification
End-to-end autonomous research Very low Step-level success does not compound into reliable project completion

The business conclusion is not “wait until agents are perfect.” That would be the traditional enterprise way to miss a cycle while writing an RFP the size of a minor treaty. The conclusion is narrower: buy or build agents for bounded research assistance first, and measure them by the task category they will actually perform.

Controlled tools are not a benchmark detail; they are the benchmark

AstaBench’s second major contribution is the Asta Environment. This is not just packaging. It is the mechanism that makes the benchmark more serious than another scoreboard.

Scientific agents depend heavily on tools: search APIs, document corpora, notebooks, code execution, retrieval interfaces, and custom pipelines. If two agents are evaluated with different search tools, different corpora, or different document cut-off dates, the comparison becomes contaminated. The “better” agent may simply have better access.

AstaBench tries to control this by providing standard scientific-corpus tools and a computational notebook environment. The corpus tools can restrict search results to papers before specified cut-off dates. This matters because scientific knowledge changes continuously, and benchmark contamination becomes especially awkward when agents can retrieve newer papers that were unavailable when the task was created. The notebook environment gives agents a stateful Python execution setting, enabling incremental code-based problem solving.

This is one of the paper’s quieter but more important points. In agent evaluation, the model is not the whole product. The agent is a system: model, planner, tools, memory, execution environment, retrieval layer, scoring interface, and cost profile. Pretending otherwise is how benchmarks become beauty contests for API access.

The paper’s openness and tooling classifications are therefore more than academic bookkeeping. They label whether an agent is open-source with open weights, open-source with closed weights, API-only, or UI-only. They also label whether an agent uses standard tools, a custom interface, or fully custom tooling.

For buyers, this is procurement gold. It separates three questions that are usually blurred:

  1. Did the agent perform well?
  2. Did it perform well under comparable tool access?
  3. Can anyone reproduce or inspect how it performed?

The answer can differ across all three. An impressive closed UI-only system may be useful, but it is not equivalent to an open agent operating inside the standard environment. A fully custom toolchain may outperform a standard one, but the gain may come from engineering advantage rather than general agentic intelligence. Yes, apparently “the agent is smarter” is not always the correct explanation. Tragic for the slide deck.

Cost turns the leaderboard into a procurement instrument

AstaBench also reports cost. This is not a minor addition. For agents, cost is part of capability.

The paper notes that repeated invocations and majority voting can boost accuracy by spending more compute. More generally, agents can burn tokens through loops, retries, tool calls, and long reasoning traces. A benchmark that reports only accuracy rewards waste. A benchmark that reports score and cost forces the harder question: how much performance did the system buy?

The results are instructive. Asta v0 reaches the top overall score of 53.0%, but at an average cost of $3.40 per problem. ReAct with GPT-5 reaches 44.0% at $0.31. ReAct with GPT-5-mini reaches 31.6% at $0.04. That last system is not the winner, but it is highly relevant for organisations that need throughput rather than trophy scores.

The cost plots in the paper are therefore not just visual garnish. They identify Pareto frontiers: which agents offer the best quality-cost trade-off at different spend levels. This is exactly the kind of evaluation enterprises should have demanded earlier, before “AI strategy” became a synonym for “pay the most expensive model and hope procurement does not ask questions.”

There is a further twist. Cheaper models are not always cheaper in agentic workflows. The paper observes that weaker models may take more steps or get stuck in loops, causing a lower per-token price to translate into higher overall task cost. This is one of the most useful business lessons in the paper: model unit cost and workflow cost are not the same variable.

A cheap model that thrashes is expensive. An expensive model that finishes quickly may be cheaper. Anyone managing AI operations should tattoo this on the budget spreadsheet.

Better base models do not automatically improve specialised agents

AstaBench also complicates a common assumption: simply upgrading the base model does not reliably improve the agent.

The paper reports that GPT-5 provides only modest gains over o3 across most benchmarks, though it gives large boosts on several specific tasks, including ScholarQA-CS2, SUPER-Expert, LitQA2-FullText-Search, and E2E-Bench-Hard. More intriguingly, GPT-5 improves ReAct substantially in some places while hurting several specialised agents, including Asta Scholar QA, Asta DataVoyager, and Asta Code.

The authors offer a possible explanation: GPT-5 may be better tuned for common ReAct-style workflows and less adaptive to alternate custom workflows. This should not be overread. The paper presents it as a plausible explanation, not a proved mechanism. But the implication is important.

Agent performance is interactional. It depends on the fit between the model and the workflow. A base model trained or tuned around one style of tool use may not behave optimally inside another orchestration pattern. In business terms, “upgrade the model” is not a deployment strategy. It is a regression test waiting to happen.

This matters especially for companies building custom agent frameworks. A specialised workflow may outperform general baselines today, only to lose its advantage when frontier models become better aligned with simpler, more common patterns. Conversely, a general ReAct agent may become surprisingly competitive because the model provider has optimised around that interaction style. The agent layer is not disappearing, but its value must be demonstrated continuously rather than assumed.

AstaBench makes that pressure visible.

End-to-end discovery fails by compounding, not by one dramatic collapse

The most revealing part of the paper is the end-to-end discovery result.

At first glance, the step-level scores look less terrible. Asta Panda and Asta v0 score around 70% on E2E-Bench and around the high 60s on E2E-Bench-Hard. That sounds promising until one remembers how multi-step workflows behave.

If a research task has roughly ten required steps, and the agent completes each step with 70% reliability, the probability of completing all ten is approximately:

$$ 0.7^{10} \approx 0.03 $$

That is around 3%. The paper’s Table 20 reports actual full-completion rates near zero, with a maximum of 5% on the evaluated end-to-end tasks.

This is the difference between looking competent and being reliable. A system can produce many acceptable intermediate artefacts and still fail the full job. Business automation has seen this movie before: a workflow assistant that is “mostly right” at each stage can become unusable once errors compound across approvals, data transformations, exception handling, and handoffs.

For scientific discovery, compounding is especially unforgiving. A weak literature search changes the hypothesis. A flawed setup corrupts the experiment. A coding error invalidates the result. A misread output distorts the report. The final document may look polished while being scientifically hollow. A very elegant failure, admittedly, but still a failure.

The lesson is not that end-to-end research agents are impossible. It is that they are currently reliability-limited. The useful near-term product is not “autonomous scientist.” It is “bounded assistant with checkpoints, human verification, and task-specific evaluation.”

What AstaBench directly shows, and what business should infer

The paper directly shows three things.

First, AstaBench provides a broad scientific-agent benchmark suite with more than 2,400 problems spanning literature understanding, code execution, data analysis, and end-to-end discovery.

Second, it introduces a controlled environment and evaluation toolkit that account for tool access, openness, reproducibility, and cost.

Third, its evaluation of 57 agents across 22 classes finds that current systems are uneven: strongest in literature-heavy tasks, weaker in coding and data discovery, and still unreliable for full scientific workflows.

Cognaptus would infer a practical adoption pathway from this.

Start with research workflows where failure is visible and reversible: paper discovery, literature synthesis, citation-backed briefing, table drafting, and structured knowledge extraction. Put humans in the loop for validation, not as decorative “responsible AI” furniture. Measure cost per accepted output, not cost per generated response.

Next, pilot code and data-analysis agents in sandboxes where outputs can be tested programmatically. The benchmark results suggest that code execution is not hopeless, but neither is it mature enough to be treated as autonomous infrastructure.

Finally, treat end-to-end discovery as an R&D capability, not an operating process. Use it for ideation, experiment scaffolding, and exploratory prototypes. Do not let it independently define, run, interpret, and report business-critical research without staged review. That would be less “AI transformation” and more “outsourced epistemology with bonus hallucination risk.”

The boundaries are precise, and they matter

AstaBench is unusually useful, but it is not a universal measurement of all scientific work.

The suite is broad, but it is weighted toward computer science. Some tasks come from or are inspired by real Asta product usage, but that product-informed component is mainly concentrated in literature-oriented tasks. Several evaluations use LLM-as-judge methods, especially for open-ended outputs such as literature reports, table synthesis, hypothesis discovery, and end-to-end research reports. These are reasonable choices for difficult evaluation problems, but they introduce grading dependence on the judge model and rubric design.

The cost accounting is also carefully engineered but not metaphysical truth. The agent-eval toolkit uses frozen price snapshots to make comparisons fair over time, but real deployment cost will depend on provider pricing, latency requirements, caching, batching, infrastructure, and human review overhead.

The leaderboard will move. Models will improve. Agents will adapt. Tooling will change. The point of AstaBench is not to freeze the state of scientific agents in 2025. It is to make movement measurable.

That is exactly why the benchmark matters.

The new standard is not higher scores; it is harder evidence

AstaBench’s real contribution is not that it crowns a winner. It changes what a credible claim about scientific agents should look like.

A serious claim now needs task coverage, not cherry-picked demos. It needs controlled tool access, not mysterious retrieval advantages. It needs cost reporting, not just accuracy. It needs openness labels, not vague “available soon” gestures. It needs category-level evidence showing where the agent works and where it collapses.

For businesses, this turns agent adoption into a more disciplined decision. The question is no longer “Can this system produce an impressive answer?” The question is: under what tools, at what cost, with what reproducibility, on which task category, and with what failure profile?

That is less glamorous than the autonomous-scientist fantasy. It is also much closer to how useful technology enters organisations: not as magic, but as measured capability with known boundaries.

AstaBench awakens the benchmark not by making AI agents look heroic, but by making their limits legible. In this field, that counts as progress. Possibly even science.

\ast\astCognaptus: Automate the Present, Incubate the Future.\ast\ast :::


  1. Jonathan Bragg et al., “AstaBench: Rigorous Benchmarking of AI Agents with a Scientific Research Suite,” arXiv:2510.21652, https://arxiv.org/pdf/2510.21652↩︎