0 cumulative citations
View corpus contextAI agents can execute many end-to-end computational-biology analyses but remain far from reliable: the best models reproduce about 48% of published artifacts, struggle on very large datasets and long multi-step pipelines, and the highest performers are often cheaper and more token-efficient than poorer models.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Artificial intelligence (AI) promises to accelerate biological research by automating computational analyses. Yet the ability of AI agents to carry out computational biology at the scale of complete research studies has not been systematically evaluated. Here we introduce BixBench3, a benchmark that measures the capacity of AI agents to process raw biological data through to scientific results. We designed BixBench3 tasks to mirror the delegation of work from a scientist to an agent: the scientist chooses the research question and high-level methods, then delegates implementation of all analyses to the agent. In each task, an agent receives a research objective, methodological guidance, and raw data derived from a published scientific study, and must execute a sequence of analyses to achieve the research objective. The data artifacts resulting from these analyses - such as peak call matrices or differential expression tables - are programmatically graded against the corresponding artifacts generated and reported in the original study. Across 20 BixBench3 tasks encompassing the generation of 138 unique artifacts, we find that 13 frontier models achieve scores ranging from 0.00 for Gemini 3.1 Flash Lite to 0.48 for GPT 5.6 Sol. Agents perform worse on tasks with larger raw datasets (0.36 on tasks with <100 GB versus 0.10 on tasks with >100 GB) and on analyses requiring more sequential steps (0.36 at 1-2 steps vs 0.24 at 3+). On average, agents use 6.8 hours, 102 million tokens, and $43 to complete each task, with the longest attempts consuming 24 hours, 1.07 billion tokens, and $525. Notably, the highest-scoring agents used fewer tokens and were cheaper than less performant options. These results reveal that LLMs vary substantially in their ability to (1) execute multiple sequential analysis steps coherently, (2) manage large quantities of raw data, and (3) work across scientific domains.
Summary
Main Finding
BixBench3 evaluates whether LLM-based agents can execute end-to-end, research-study–scale computational-biology analyses from raw data to published-style artifacts. Across 20 real-study tasks (138 graded artifacts), frontier models reproduced at best ~48% of requested artifacts closely enough to preserve their main scientific interpretation. Performance, cost, and token/runtime usage vary widely across models, with clear trade-offs: some models achieve near-top accuracy at substantially lower cost and token usage than others, while large raw datasets and long multi-step analysis chains substantially reduce agent success.
Key Points
- Benchmark scope and scale
- 20 tasks drawn from published computational-biology studies spanning 17 assay types and 9 domains.
- 138 graded artifacts (56 depth-1, 44 depth-2, 38 depth-3+); average raw input per task = 67 GB (range 7–241 GB).
- 260 completed model runs and 1,794 model–artifact evaluations across 13 modern LLMs.
- Top-line performance
- Best model: GPT 5.6 Sol (mean task score 0.48). Other high performers: Kimi K3 (0.47), GLM 5.2 (0.46), Claude Opus 4.8 (0.46).
- Worst reported in the set: Gemini 3.1 Flash Lite (0.00).
- Artifact pass rates by depth (averaged across models): depth-1 = 0.30, depth-2 = 0.44, depth-3+ = 0.24.
- Data scale and analysis depth effects
- Tasks with >100 GB raw input: mean score ≈ 0.10; tasks <50 GB: ≈ 0.37.
- Performance degrades with longer dependency chains (depth 3+ artifacts are hardest).
- Cost, tokens, and runtime
- Mean per-task consumption: 102 million tokens, 6.8 hours wall time, 695 model turns.
- Mean cost per task ≈ $43, but model costs varied 367× (min ≈ $0.35, max ≈ $129.14 observed).
- Longest single attempts reached 24 hours, 1.07 billion tokens, and $525.
- Higher cost/longer runs did not guarantee higher accuracy; a Pareto frontier of cost–performance/efficiency exists (some cheaper models are near-optimal).
- Failure modes and diagnostics
- An LLM judge annotated failure modes per run; total failure-tag counts strongly negatively correlated with task score (Spearman ρ = −0.92).
- Common failure modes associated with low scores: premature termination, repetitive retry loops, environment setup failures, incomplete data outputs, and synthetic/placeholder outputs.
- Benchmark constraints
- Tasks prescribe methods and outputs (the agent executes methods; the benchmark does not test autonomous selection of research questions or methods).
- Programmatic grading compares produced artifacts to published artifacts; pass threshold was calibrated by domain experts (artifact score ≥ 0.80 considered preserving main interpretation).
Data & Methods
- Task construction
- Each task prompt included: workspace instructions, the research objective (question + raw/reference data), method guidance (tools, parameters, contrasts, filters mirroring the paper), and exact required output file paths/formats.
- Tasks represent the original paper’s analysis DAG; agent outputs graded at artifact level and averaged to task scores.
- Runtime environment
- Agents executed in Docker on Google Cloud n2-standard-32 VMs (32 vCPUs, 128 GB RAM), 500 GB boot disk, no GPU; 24-hour wall-clock cap; no fixed token limit.
- Preinstalled scientific stack (Python/R/Java/etc.); agents could install additional software during runs.
- Network access controlled via an allowlist and an access-request tool.
- Models and evaluation
- 13 frontier LLMs evaluated (names reported in paper; top models listed above).
- Programmatic artifact scoring compared agent outputs to published study artifacts; binary pass based on expert-calibrated threshold (0.80).
- An automatic judge (LLM) assigned failure-mode tags to runs from a pre-defined set.
- Key quantitative metrics reported
- 20 tasks, 138 artifacts, 260 runs, 1,794 artifact evaluations.
- Average tokens per task: 102M; average time: 6.8 hours; average cost ≈ $43.
- Model-specific variability in cost and cache-hit effects (example: GLM 5.2 observed higher cost due to lower cache hit rate; authors reported a cache-adjusted estimate).
Implications for AI Economics
- Cost–performance trade-offs and procurement
- Buyers should evaluate models on cost-per-artifact and cost-per-task, not only top-line accuracy. Several models (e.g., Kimi K3) provide near-top performance at materially lower cost.
- Cache behavior and deployment routing materially affect realized costs (observed in GLM 5.2). Procurement should include metrics for cache hit rates and provider routing.
- Labor substitution and productivity
- Agents can automate substantial portions of complex data-analysis pipelines (reproducing many downstream artifacts), implying potential reductions in researcher time for prescribed analyses.
- However, median success is far from complete automation: human oversight is still required for method choice, error recovery, and interpretation—so economic value is greatest for augmenting, accelerating, or parallelizing analysis work rather than fully replacing skilled researchers.
- Capital and infrastructure economics
- Large raw data sizes sharply reduce agent effectiveness, implying returns to investing in (a) models with better long-context/large-data handling, and (b) specialized compute infrastructure (data staging, optimized I/O, model–tool co-location) to reduce effective latency/token usage.
- Firms and labs should assess whether to adopt general-purpose LLMs or invest in domain-specific agents/pipelines: specialized stacks may reduce tokens/runtime and improve reliability.
- Pricing models and incentives
- The finding that maximal performance does not require maximal spend suggests pricing strategies and tiered SLAs can be effective: mid-tier models may hit sweet spots for marginal productivity.
- Vendors that expose predictable cost metrics (tokens, cacheability, real-world pass rates) will be easier to economically evaluate.
- R&D and investment priorities
- Investments that improve long-context coherence, error recovery, and multi-step planning will likely yield outsized economic benefits for research automation.
- Benchmarking frameworks like BixBench3 are valuable procurement tools—enabling buyers to measure real-world task performance, not just benchmark scores on isolated analyses.
- Risk and hidden costs
- Failure modes (premature termination, placeholders, setup faults) imply hidden verification and remediation costs; economic models should include expected human verification hours and potential costs of incorrect scientific outputs.
- Because BixBench3 requires prescribed methods, current agent capabilities are better at execution than at scientific decision-making—economic value is thus contingent on the quality of human-led experimental design.
Summary takeaway: LLM-based agents are approaching practical utility for executing multi-step computational-biology analyses, but partial coverage, sensitivity to data scale/depth, and heterogeneous cost-efficiency mean buyers and labs must treat deployment as an optimization problem (choose models/pipelines that best trade cost, speed, and reliability) and continue to budget for human oversight and infrastructure investments.
Assessment
Claims (9)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Across 20 BixBench3 tasks containing 138 unique graded artifacts, 13 frontier LLMs achieved overall scores ranging from 0.00 to 0.48. Output Quality | mixed | Overall artifact-reproduction performance on computational-biology research tasks |
Reading fidelity
high
Study strength
medium
|
n=13
scores ranging from 0.00 to 0.48
|
| GPT 5.6 Sol was the highest-scoring model, reproducing 48% of requested artifacts closely enough to preserve their principal biological meaning. Output Quality | positive | Artifact-level scientific and biological interpretation fidelity |
Reading fidelity
high
Study strength
medium
|
n=20
48% of requested artifacts
|
| Agents performed substantially worse on tasks with more than 100 GB of raw input data, scoring 0.10 on average versus 0.34 for 50–100 GB tasks and 0.37 for tasks with less than 50 GB. Output Quality | negative | Task score based on successful reproduction of graded computational-biology artifacts |
Reading fidelity
high
Study strength
medium
|
n=20
0.10 for >100 GB versus 0.37 for <50 GB
|
| Performance was lower for artifacts requiring at least three analysis steps from the raw data than for depth-1 or depth-2 artifacts: mean binary pass scores were 0.24, 0.30, and 0.44, respectively. Output Quality | negative | Binary artifact pass rate by position in the analysis dependency chain |
Reading fidelity
high
Study strength
medium
|
n=138
0.24 at depth 3+ versus 0.30 at depth 1 and 0.44 at depth 2
|
| A typical BixBench3 task attempt consumed 102 million tokens, 6.8 hours, and 695 model turns. Organizational Efficiency | negative | Computational and time resources required to complete a benchmark task |
Reading fidelity
high
Study strength
medium
|
n=260
102 million tokens, 6.8 hours, and 695 model turns per task
|
| The average cost per BixBench3 task varied by a factor of 367 across models, from $0.35 to $129.14. Organizational Efficiency | mixed | Monetary cost of completing a computational-biology benchmark task |
Reading fidelity
high
Study strength
medium
|
n=13
367-fold difference; $0.35 minimum and $129.14 maximum per task
|
| Higher performance did not require greater computational expenditure: models scoring at least 0.40 used 28–179 million tokens, while models scoring below 0.40 used 8–285 million tokens. Organizational Efficiency | null_result | Relationship between benchmark performance and token/model-turn expenditure |
Reading fidelity
high
Study strength
medium
|
n=13
28–179M tokens for models scoring ≥0.40 versus 8–285M tokens for models scoring <0.40
|
| The number of failure-mode tags was strongly negatively correlated with mean task score across models. Error Rate | negative | Failure-mode frequency and benchmark task score |
Reading fidelity
high
Study strength
low
|
n=13
Spearman ρ = −0.92, p = 9.9 × 10−6
|
| Premature termination and repetitive retry loops were approximately 2.0-fold and 2.2-fold more common, respectively, in the lowest task-score quantile than across all attempts. Error Rate | negative | Frequency of agent failure modes during task execution |
Reading fidelity
high
Study strength
low
|
n=260
approximately 2.0-fold and 2.2-fold enrichment
|