AgentFold Uses AI Agents for Autonomous Protein Folding Model Design

Mingquan Liu, Jiangyu Chen, Hanqun Cao, Xujun Zhang, Pengsen Ma, Xiangru Tang, Shuting Jin, Zhuo Yang, Tianfan Fu, Fang Wu, Xiangxiang Zeng· August 28, 2026 View original

Key takeaways

  • Scientific LLM agents can autonomously improve complex machine learning systems through code changes.
  • AgentFold is a multi-agent framework for closed-loop protein folding model design.
  • It proposes hypotheses, implements code, evaluates variants, and learns from outcomes.
  • AgentFold significantly improves model performance and reveals empirical design patterns.

Who benefits

BiotechnologyPharmaceuticalsMaterials ScienceAI/ML ResearchDrug Discovery

Summary

AgentFold, a multi-agent framework, autonomously improves protein folding models by formulating development as a closed-loop search over executable code variants. It proposes hypotheses, implements code changes, evaluates variants, and analyzes outcomes, demonstrating significant improvements over baselines.

While scientific large language model (LLM) agents have shown promise in tasks like literature review and tool use, their ability to autonomously enhance complex scientific machine learning systems, particularly through executable code modifications and computationally intensive validation, has been less clear. This research investigates this capability within the domain of protein folding, a field requiring coordinated architectural changes, multi-objective evaluation, and deep domain interpretation. The proposed solution is AgentFold, a multi-agent framework that conceptualizes protein folding model development as a closed-loop search process over various executable code configurations. Starting from an existing model like ESMFold, AgentFold operates by generating hypotheses, implementing and debugging code-level adjustments, evaluating the performance of these modified model variants, and then analyzing the experimental results. Both successful and unsuccessful interventions are stored in a structured memory for future learning. AgentFold employs an MCTS-style policy to efficiently allocate computational resources across promising search branches. In experiments on an engineering-scale protein-folding codebase, AgentFold explored approximately 80 model variants, utilizing substantial GPU-hours and LLM tokens. It achieved a 7.5% improvement in lDDT over independent Codex proposals and outperformed a random-search control under the same computational budget. The intervention traces also revealed recurring design patterns, such as the effectiveness of early, soft priors and gated refinement for stable gains.

Why it matters

For professionals in biotechnology, pharmaceuticals, and AI research, AgentFold represents a significant step towards autonomous scientific discovery and engineering, potentially accelerating the development of new drugs and materials by automating complex model design.

How to implement this in your domain

  1. 1Explore applying multi-agent frameworks to automate complex scientific or engineering design tasks in your domain.
  2. 2Investigate how LLM agents can be leveraged for hypothesis generation, code modification, and experimental evaluation in your R&D pipelines.
  3. 3Develop structured memory systems for agents to learn from both successful and failed interventions.
  4. 4Consider MCTS-style policies for efficient resource allocation in autonomous search processes for model optimization.

Original post by Mingquan Liu, Jiangyu Chen, Hanqun Cao, Xujun Zhang, Pengsen Ma, Xiangru Tang, Shuting Jin, Zhuo Yang, Tianfan Fu, Fang Wu, Xiangxiang Zeng

"arXiv:2608.26747v1 Announce Type: new Abstract: Scientific LLM agents have shown promise in literature reasoning, tool use, and experiment planning, but it remains unclear whether they can autonomously improve large, tightly coupled scientific machine-learning systems through exe…"

View on X

Originally posted by Mingquan Liu, Jiangyu Chen, Hanqun Cao, Xujun Zhang, Pengsen Ma, Xiangru Tang, Shuting Jin, Zhuo Yang, Tianfan Fu, Fang Wu, Xiangxiang Zeng on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Emotional Preferences Regulate Goal Priorities in Reinforcement Learning Agents

This paper proposes a computational framework where higher-level goals autonomously generate state-dependent emotional preferences to regulate the priorities of competing lower-level objectives in reinforcement learning agents. It demonstrates how this emergent preference function exhibits contextual priority switching and improves performance over fixed-preference strategies in multi-objective exploration environments.

Shiqi Liu, Yihua Tan, Hu Fu, Guanyu QiAug 28, 2026
AI Engineering & DevToolsAI Research

New Framework Unifies Task Detection and Adaptation for Continual Learning

This paper proposes FiUni, a Fisher-guided unified framework for task-free continual learning in LLMs that combines batch-level task detection with parameter-efficient adaptation. FiUni uses Fisher information matrix (FIM) properties to dynamically determine whether to reuse, expand, or create new low-rank adaptation (LoRA) subspaces, effectively mitigating catastrophic forgetting without explicit task boundaries.

Dezheng Han, Anbang Zhang, Zhihao Zhu, Shuaishuai GuoAug 28, 2026
AI Engineering & DevToolsAI Research

Soft EMG Interface Enables Machine Learning-Powered Silent Speech Recognition

This paper introduces a soft, active electromyography (EMG) interface worn on the hand that enables word-level silent speech recognition (SSR) using machine learning. The device acquires stable EMG signals from a fingertip electrode near the lips, achieving 97.2% accuracy on a 30-word vocabulary and demonstrating real-time drone control in noisy environments.

Yuta Kurotaki, Shusuke Yamakoshi, Reitaro Yoshida, Yutaka Isoda, Tamami Takano, Yuji Isano, Yusuke Miyake, Kentaro Kuribayashi, Hiroki OtaAug 28, 2026