Pepti-Agent: An AI Agent for Peptide Design and Optimization

arXiv cs.CL Papers

Summary

Pepti-Agent is a closed-loop AI framework for therapeutic peptide design that uses MCP tools and an LLM controller to iteratively refine sequences based on multi-property profiles, addressing constraints like solubility, hemolysis, and non-fouling.

arXiv:2606.15422v1 Announce Type: new Abstract: Therapeutic peptides occupy a valuable design space between small molecules and biologics, but their development requires satisfying several competing constraints at once: solubility, hemolytic activity, and nonspecific surface fouling are governed by overlapping sequence features, so improving one property often degrades another. Computational design addresses this by pairing generative models with sequence-based property predictors, iteratively proposing and refining candidates. However, these components are typically wired together as monolithic scripts that are difficult to inspect, extend, or reuse, and they often refine sequences by natural-language reasoning rather than by tracking the evolving multi-property state of each candidate. We present Pepti-Agent, a closed-loop, peptide-specific framework that exposes generation, property prediction, and single-residue mutation as independently inspectable Model Context Protocol (MCP) tools. A large language model controller invokes these tools and consults live predictor output between calls, so refinement is guided by each sequence's current property profile rather than by language reasoning alone. Task-specific PeptideGPT models generate candidates, ProtBERT-based classifiers score solubility, hemolysis, and non-fouling, and two interchangeable mutation operators propose sequence edits. By recording a per-step trace of controller decisions, predictor outputs, and accepted mutations, Pepti-Agent offers a reproducible substrate for benchmarking multi-objective design strategies and for prioritizing candidates for experimental validation.
Original Article
View Cached Full Text

Cached at: 06/16/26, 11:48 AM

# Pepti-Agent: An AI Agent for Peptide Design and Optimization
Source: [https://arxiv.org/abs/2606.15422](https://arxiv.org/abs/2606.15422)
[View PDF](https://arxiv.org/pdf/2606.15422)

> Abstract:Therapeutic peptides occupy a valuable design space between small molecules and biologics, but their development requires satisfying several competing constraints at once: solubility, hemolytic activity, and nonspecific surface fouling are governed by overlapping sequence features, so improving one property often degrades another\. Computational design addresses this by pairing generative models with sequence\-based property predictors, iteratively proposing and refining candidates\. However, these components are typically wired together as monolithic scripts that are difficult to inspect, extend, or reuse, and they often refine sequences by natural\-language reasoning rather than by tracking the evolving multi\-property state of each candidate\. We present Pepti\-Agent, a closed\-loop, peptide\-specific framework that exposes generation, property prediction, and single\-residue mutation as independently inspectable Model Context Protocol \(MCP\) tools\. A large language model controller invokes these tools and consults live predictor output between calls, so refinement is guided by each sequence's current property profile rather than by language reasoning alone\. Task\-specific PeptideGPT models generate candidates, ProtBERT\-based classifiers score solubility, hemolysis, and non\-fouling, and two interchangeable mutation operators propose sequence edits\. By recording a per\-step trace of controller decisions, predictor outputs, and accepted mutations, Pepti\-Agent offers a reproducible substrate for benchmarking multi\-objective design strategies and for prioritizing candidates for experimental validation\.

## Submission history

From: Houxu Chen \[[view email](https://arxiv.org/show-email/2944a172/2606.15422)\] **\[v1\]**Sat, 13 Jun 2026 18:19:21 UTC \(1,122 KB\)

Similar Articles

AI lets chemists design molecules by simply describing them

Reddit r/singularity

EPFL researchers developed Synthegy, an AI framework that uses large language models to guide chemical retrosynthesis and reaction mechanism analysis through natural language instructions, significantly improving strategic planning for chemists.