Apr 26, 2026
BioClaw: An Agentic Tool Suite for Biological Engineering Workflows
Babita Singh, Drew Dam, Publius Dirac
We present BioClaw, a modular agent framework for biological engineering workflows. We demonstrate it by converting human insulin (UniProt P01308) into validated, expression-ready DNA constructs for E. coli. Starting just from a protein accession, the pipeline retrieves the sequence, optimizes codons, assembles expression cassettes, builds annotated constructs, and runs seven-point validation. The insulin construct passes all checks after one remediation round. BioClaw is built on LangGraph as a two-level state graph with composable nodes, typed state, human-in-the-loop checkpoints, and a full audit trail. The core pipeline is deterministic: an LLM is only invoked as a bounded escalation agent when rule-based remediation fails. New validation checks, pipeline steps, or expression hosts can be added through a repeatable extension pattern without restructuring the graph. We discuss the properties that make this approach well-suited for safety-critical biological workflows and show that composability, auditability, bounded AI agency, and testability emerge naturally from the graph-based architecture.
A very competent combination of existing tools to partially automate a multi-step process. Motivation and presentation are pleasantly clear. Scope is limited: one expression organism, mostly deterministic plasmid structure, etc. From the report, it's not clear how important the non-optimized features are. The demo report is slick, but I wonder how much the results are aided by the chosen demo protein being exceptionally well-studied.
Very interesting approach, from a general bioscience / bioengineering perspective. Unfortunately, it does not directly address biosecurity or biorisk, so I am not qualified to speak to its utility in the more general context.
Cite this work
@misc {
title={
(HckPrj) BioClaw: An Agentic Tool Suite for Biological Engineering Workflows
},
author={
Babita Singh, Drew Dam, Publius Dirac
},
date={
4/26/26
},
organization={Apart Research},
note={Research submission to the research sprint hosted by Apart.},
howpublished={https://apartresearch.com}
}


