CellForge: Agentic Design of Virtual Cell Models
Xiangru Tang, Zhuoyun Yu, Jiapeng Chen, Yan Cui, Daniel Shao, Weixu Wang, Fang Wu, Yuchen Zhuang, Wenqi Shi, Zhi Huang, Arman Cohan, Xihong Lin, Fabian Theis, Smita Krishnaswamy, Mark Gerstein
TL;DR
CellForge introduces a fully autonomous, multi-agent framework to design and implement executable neural architectures for single-cell perturbation prediction. By coupling Task Analysis, Design Module with graph-based expert collaboration, and Experiment Execution for end-to-end code generation and validation, it demonstrates competitive predictive performance across six Perturb-seq datasets and reveals novel architectural motifs such as trajectory-aware encoders and perturbation diffusion. The work emphasizes knowledge-grounded retrieval, rigorous task formulations, and automated biological and methodological validation, marking a paradigm shift toward autonomous scientific method development in computational biology. Collectively, CellForge demonstrates that collaborative agentic design can produce high-quality, executable methods that outperform or match human-designed baselines while offering interpretability through its novel components and evaluation framework.
Abstract
Virtual cell modeling aims to predict cellular responses to diverse perturbations but faces challenges from biological complexity, multimodal data heterogeneity, and the need for interdisciplinary expertise. We introduce CellForge, a multi-agent framework that autonomously designs and synthesizes neural network architectures tailored to specific single-cell datasets and perturbation tasks. Given raw multi-omics data and task descriptions, CellForge discovers candidate architectures through collaborative reasoning among specialized agents, then generates executable implementations. Our core contribution is the framework itself: showing that multi-agent collaboration mechanisms - rather than manual human design or single-LLM prompting - can autonomously produce executable, high-quality computational methods. This approach goes beyond conventional hyperparameter tuning by enabling entirely new architectural components such as trajectory-aware encoders and perturbation diffusion modules to emerge from agentic deliberation. We evaluate CellForge on six datasets spanning gene knockouts, drug treatments, and cytokine stimulations across multiple modalities (scRNA-seq, scATAC-seq, CITE-seq). The results demonstrate that the models generated by CellForge are highly competitive with established baselines, while revealing systematic patterns of architectural innovation. CellForge highlights the scientific value of multi-agent frameworks: collaboration among specialized agents enables genuine methodological innovation and executable solutions that single agents or human experts cannot achieve. This represents a paradigm shift toward autonomous scientific method development in computational biology. Code is available at https://github.com/gersteinlab/CellForge.
