A case study of evaluating AI agents on a neuroscience data-to-discovery pipeline
Summary
This paper presents an empirical study evaluating general-purpose coding agents on a fly optogenetics data-to-discovery pipeline, finding that while agents can automate individual stages, they struggle with end-to-end tasks requiring scientific judgment and resource management.
View Cached Full Text
Cached at: 06/09/26, 08:52 AM
# A case study of evaluating AI agents on a neuroscience data-to-discovery pipeline Source: [https://arxiv.org/abs/2606.07718](https://arxiv.org/abs/2606.07718) [View PDF](https://arxiv.org/pdf/2606.07718) > Abstract:Agentic AI tools offer a promising path to automating software development bottlenecks in scientific research pipelines, particularly for stages that take domain experts days to months to build, where scientists care about correctness and robustness, not implementation details\. We present an empirical study of general\-purpose coding agents on a fly optogenetics data\-to\-discovery pipeline\. We assess agents on tasks substantially larger than existing benchmarks, datasets orders of magnitude bigger, and evaluation criteria grounded in domain expert standards\. We show that agents can solve several individual pipeline stages, suggesting stage\-level automation is tractable\. By analyzing agents' code iterations, we show that they struggle most when there is not a pre\-defined criterion to iterate on, and they must instead use their scientific judgment to assess their current solution, a key open challenge\. Mirroring scientific practice, they sometimes attempt visual inspection of intermediate outputs for self\-evaluation, but largely fail to interpret what they see or act on it appropriately\. Solving the end\-to\-end pipeline correctly requires stringing together successes across all pipeline stages, and this is beyond agents' current abilities\. We identify challenges largely absent from existing benchmarks, including computational resource management and generalization to large held\-out data collections\. Finally, we distill principles for constructing scientific tasks and rigorous evaluation criteria for open\-ended problems\. ## Submission history From: Kai Horstmann \[[view email](https://arxiv.org/show-email/c7c1c30c/2606.07718)\] **\[v1\]**Fri, 5 Jun 2026 15:38:18 UTC \(7,218 KB\)
Similar Articles
Neurodata Without Boredom: Benchmarking Agentic AI for Data Reuse
This paper benchmarks agentic AI systems on the task of loading, understanding, and reformatting fragmented neuroscience data, finding that while agents perform well on subtasks, they rarely achieve fully error-free end-to-end solutions and human oversight remains necessary.
@AnthropicAI: New Science Blog: Why has AI advanced faster in coding than in biology? To agents, bio databases are like cities built …
Anthropic's science blog argues that AI progress in biology lags behind coding because biological data infrastructure is not designed for agents. A case study shows that adding a deterministic retrieval layer (gget virus) boosts accuracy to nearly 100%.
An Empirical Study of Automating Agent Evaluation
This paper introduces EvalAgent, a system that automates the evaluation of AI agents by encoding domain-specific expertise, addressing the limitations of standard coding assistants in this task. It also presents AgentEvalBench, a benchmark for testing evaluation pipelines, and demonstrates significant improvements in evaluation reliability.
People running coding agents across real repos: what breaks after the agent writes the code?
This article discusses the practical challenges engineering teams face when adopting AI coding agents, such as task safety, context retrieval, output review, and coordination, and proposes a readiness model for evaluation.
AI Coding Agents Can Reproduce Social Science Findings
This paper introduces SocSci-Repro-Bench, a benchmark of 221 tasks to evaluate AI coding agents' ability to reproduce social science findings from original data and code. It finds that frontier agents like Claude Code and Codex can reproduce a large share of results, with Claude substantially outperforming Codex, and that results are not primarily driven by memorization.