Paving the way for agents in biology
Anthropic says biology agents need better data infrastructure. A case study found deterministic retrieval made sequence lookup far more reliable.
Intelligence analysis by GPT-5.4 Mini
The piece argues that biological data systems were built for humans, not agents, and that this mismatch is holding back scientific AI. In tests on NCBI Virus, model agents were inconsistent until a deterministic tool layer was added, which pushed accuracy to nearly 100%.
The article says biology AI is like a smart driver in a city with tiny, confusing streets. Even a great driver gets lost without clear roads, so scientists need better maps and tools that let AI fetch the right data every time.
Analysis
The core argument
Anthropic’s Laura Luebbert argues that biology needs infrastructure designed for agents. The problem is not only whether a model can reason about a task, but whether it can reliably move through the messy systems where biological data actually lives.
Why biology is harder than coding
The article contrasts biological workflows with software workflows. Coding agents benefit from standardized tools, version control, APIs, and clear validation signals. Biological data is described as fragmented, brittle, and full of inconsistent conventions, which makes retrieval and validation much harder. Small mistakes can also have large consequences, such as pulling data from the wrong genome build or mixing incompatible record types.
The case study
Luebbert and her team tested several scientific research agents, including Claude, Biomni, Edison Analysis, and GPT, on a practical retrieval task: pulling sequence data from NCBI Virus, a database used in virology work such as surveillance and diagnostic assay development. The models did not consistently reach the accuracy needed for reliable dataset construction. When the team added gget virus, a deterministic retrieval layer, accuracy rose to nearly 100%.
The takeaway
The article’s larger point is that scientific agents need deterministic execution layers if they are going to be trusted for real workflows. Biology databases, in the author’s view, should be designed with agents in mind as scaled users. The piece treats this as an infrastructure problem: if the roads are narrow and inconsistent, even a strong agent cannot get where it needs to go reliably.
Key points
- Biology data infrastructure is often brittle, heterogeneous, and hard for agents to navigate.
- Anthropic tested multiple research agents on sequence retrieval from NCBI Virus.
- The models were inconsistent until a deterministic layer, `gget virus`, was added.
- With that tool layer, accuracy rose to nearly 100% in the case study.
- The article argues that scientific agents need infrastructure designed for them, not just stronger models.
If biological databases become more agent-friendly, scientists could use AI more reliably for outbreak response, drug design, and biological modeling. Deterministic tools could make agent workflows stable enough to support real scientific work instead of just demos.
If the infrastructure stays fragmented, biological agents may keep making subtle but serious mistakes when they retrieve data. That would limit trust, slow adoption, and keep the hardest scientific workflows dependent on humans clicking through brittle systems.



