Building state-of-the-art biology AI models autonomously | Phylo Blog<br>Use CasesEnterpriseResearchBlogCompany<br>AboutCareers
PricingBiomni LabBiomni LabBiomni Lab
« back<br>Building state-of-the-art biology AI models autonomously<br>By Phylo<br>We present Biomni x TusoAI, a fully autonomous and code-free tool for method development in biology — building state-of-the-art models for genetic perturbation prediction and enhancer-gene linking from a single sentence of natural language.<br>Jul 30, 20265 min read
Computational methods are needed across all fields of biology and are central to discovery, but their slow development leads to a vast amount of experimental data remaining underutilized and poorly understood. Just as the lowering cost of sequencing has made biology increasingly measurable, a scalable approach to method development is needed to make these measurements interpretable.<br>Agentic methods like Autoresearch or AlphaEvolve have begun to automate scientific and ML code improvement. A key barrier to the widespread adoption of these tools is their usability. These are often closed-source or expensive — costing hundreds of dollars to run, and require a huge amount of setup for compute infrastructure, code, data, text, and parameter input to achieve optimal performance. Biology also presents unique challenges to method development, dealing with massive code repositories and simultaneous search over not only useful code but also useful data to solve a problem.<br>To effectively automate method development in biology, we present Biomni x TusoAI, a fully autonomous and code-free tool for method development. We have been expanding upon our agentic tool for method development TusoAI (previously published at ICLR) to cater it to the specific challenges of biology. TusoAI coordinates agents to efficiently and autonomously evolve entire codebases thousands of times without human oversight, returning a higher performing version with new algorithmic and data innovations. TusoAI mimics a real computational biologist by mining literature and iteratively implementing, debugging, and evaluating improvements, while favoring simpler methods and retaining memory across iterations, powered by a custom-built agent harness. Here, Biomni can both automatically set up and run TusoAI itself given an API key, or emulate TusoAI’s method development cycle itself — no API key needed.<br>We highlight several advantages of Biomni x TusoAI:<br>Searches over data and code simultaneously and autonomously<br>Iterates hundreds of times per dollar spent<br>Guaranteed to produce efficient-methods<br>Requires no environment configuration, data setup, or coding whatsoever<br>Methods can now be developed entirely in one sentence of natural language. This is the most accessible method development has ever been in biology.<br>Below, we show Biomni x TusoAI developing new powerful models for (1) enhancer-gene linking and (2) genetic perturbation prediction. This work will be published in the coming months, and the new TusoAI is available early and open-source at github.com/Alistair-Turcan/TusoAI. Access to Biomni x TusoAI is available today at biomni.phylo.bio under the skills tab.
Figure 1: Using Biomni to orchestrate TusoAI.<br>Applications of Biomni x TusoAI<br>1. State-of-the-art genetic perturbation prediction<br>Predicting the transcriptomic effects of CRISPR gene knockouts is a promising but difficult task with sizeable interest, including the annual Virtual Cell Challenge with hundreds of groups participating. This task is challenging because the setup is unclear, evaluations disagree, and the proper data to use is unknown.<br>We apply Biomni x TusoAI to 3 independent benchmarks to build a new perturbation prediction method from scratch. Biomni searches over gene embeddings, training and evaluation strategies, and the models to link all these together, improving performance on a small validation subset of the data. After 1 week of iterating autonomously and testing 500 candidates, Biomni x TusoAI discovers a new method integrating 9 sources of gene embeddings with an ensemble of simple regression and kNNs that outperforms every method, including massive deep learning models, on almost every metric and dataset.<br>While perhaps surprising, this simpler method makes perfect sense in the literature. Previous work had identified that richer gene embeddings lead to stronger performance, but had not carefully tuned each individual data source, but instead applied the same embedding procedure to dozens of data sources. Here, Biomni x TusoAI took this paradigm further, discovering customized gene embedding strategies that enabled simple models to learn perturbational effects. This new method is available publicly at github.com/phylobio/TusoPerturb.
Figure 2: Performance of a new genetic perturbation model built by Biomni x TusoAI.<br>2. Discovering novel features for enhancer-gene linking<br>The identification of enhancer-gene links has become a central task in human genetics, pursued by several...