Next Article in Journal
Proangiogenic and Collagen-Promoting Effects of a 70% Ethanol Extract of Grateloupia angusta in Cutaneous Wound Models
Next Article in Special Issue
Mapping of Phenotype Specific Host–Microbiome Protein–Protein Interaction Networks in Colorectal Cancer Using Deep Learning
Previous Article in Journal
Grapefruit By-Products as a Sustainable Source of Bioaccessible Polyphenols with In Vitro Neuroprotective Potential
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

A Comparative Review of Artificial Intelligence Applications in Small Molecule Versus Peptide Drug Discovery

1
Department of Biomedical Engineering, Southern University of Science and Technology, Shenzhen 518055, China
2
Faculty of Pharmaceutical Sciences, Shenzhen University of Advanced Technology, Shenzhen 518107, China
3
Center For AI-Driven Medical Research, Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen 518055, China
4
Institute of Chemical Sciences and Engineering, École Polytechnique Fédérale de Lausanne, 1015 Lausanne, Switzerland
*
Authors to whom correspondence should be addressed.
Int. J. Mol. Sci. 2026, 27(7), 3142; https://doi.org/10.3390/ijms27073142
Submission received: 14 January 2026 / Revised: 2 February 2026 / Accepted: 2 February 2026 / Published: 30 March 2026
(This article belongs to the Special Issue New Horizons in Structure and AI-Based Drug Design)

Abstract

Traditional drug discovery processes are typically expensive, time-consuming, and have a very high failure rate. Artificial intelligence (AI) is currently reshaping this field in unprecedented ways, promising to significantly improve the efficiency and success rate of drug development. This article systematically compares and analyzes the application of AI for two major drug types: small molecule vs. peptide drugs. It explores their applications in several key stages of drug development, including virtual screening, lead compound optimization, de novo drug design, ADMET (absorption, distribution, metabolism, excretion, and toxicity) property prediction, and chemical synthesis planning. While both drug types benefit from AI-driven approaches, fundamental differences exist in molecular representation, data availability, key challenges, and model adaptability. For small molecule drugs, AI focuses on drug efficacy, synthetic feasibility, and accurate structure–activity relationship prediction. In contrast, for peptide drugs, AI faces more unique biological challenges, such as inherent flexibility, complex biological functions, stability, and immunogenicity. Finally, this article provides a forward-looking perspective on the future of AI-driven drug discovery, highlighting the immense potential of basic models, multimodal integrated systems, and autonomous discovery platforms, which will collectively drive the next wave of precision drug development.

1. Introduction

The traditional drug discovery process is lengthy and arduous due to the long development cycles and extremely high failure rates [1]. It is estimated that bringing a new drug from initial laboratory experiments to final market approval typically takes 10 to 15 years and costs up to $2.8 billion [2]. More importantly, 80% to 90% of drug candidates ultimately fail during clinical trials due to insufficient efficacy or safety concerns. This process heavily relies on the accumulated experience of medicinal chemists, repeated trial-and-error experiments, and a degree of serendipity, leading to low efficiency and difficulty in meeting the growing healthcare needs [3]. In recent years, artificial intelligence (AI), particularly its subfields of machine learning (ML) and deep learning (DL), has become a core driving force for paradigm shifts in this field. The fundamental advantage of AI lies in its ability to process and analyze massive, complex, and multidimensional biological and chemical data, thereby improving the speed and accuracy of drug development at every stage.
The development of AI-driven drug discovery presents unique opportunities and challenges for two main approaches: small molecule drugs and peptide drugs. As shown in Figure 1, small molecule drugs are the cornerstone of the pharmaceutical industry and typically function by interacting with specific “binding sites” on target proteins [4,5]. Peptide drugs, on the other hand, are used for emerging therapies positioned between small molecule drugs and biologics [6]. They have attracted considerable attention due to their high specificity, efficacy, and unique ability to target “undruggable” targets (e.g., targets with large binding pockets and those involved in protein–protein interactions (PPIs)) [7]. The fundamental differences in the physicochemical properties, biological behavior, and mechanisms of action of these two types of drugs necessitate the use of different strategies and models when applying artificial intelligence in their development.
This review aims to provide a comparative evaluation of AI applications in the core stages of drug discovery for both small molecule and peptide modalities, following the logical flow of the discovery process, and to forecast future developments in this rapidly evolving field.

2. Foundational Divergence: Molecular Language and Data Ecosystems

The fundamental differences in AI strategies for small molecule and peptide drug discoveries stem primarily from two factors, the methods used for molecular representation (i.e., the “language” of the molecules) and the available structural data representing different properties, as shown in Figure 2, Table 1 and Table 2. The dominance of specific AI architectures in each modality is not accidental but reflects a co-evolutionary dynamical process where the inherent structural data of the molecules facilitate the development of customized computational tools.
For small molecules, three main representation strategies have been developed. The Simplified Molecular Input Line Entry System (SMILES [8]) provides a compact one-dimensional string format that is compatible with natural language processing [9] (NLP) models built on architectures such as transformers [10]. For example, in pre-trained large language models for chemistry (such as MolFormer [11] or ChemBERTa [12]), SMILES successfully enables the models to learn rich chemical properties, demonstrating excellent performance in downstream tasks such as solubility prediction and toxicity screening. However, SMILES also has significant limitations. First, it is a one-dimensional linear representation method, which inherently struggles to capture the three-dimensional conformational information of molecules. For example, when dealing with drug molecules with complex chiral centers or macrocyclic structures, the SMILES normalization process may lead to the loss of topological information. Second, subtle changes in SMILES strings (such as rearrangement of atom order) can lead to drastic fluctuations in the generated vector space, and this “brittleness” limits its robustness in generative models [13,14].
This non-unique representation syntax and the lack of three-dimensional information have prompted the development of more powerful alternatives, such as Self-Referencing Embedded Strings (SELFIES) [15], designed to consistently generate valid and legitimate molecular structures. Molecular fingerprints represent molecules as binary vectors, such as Extended Connectivity Fingerprints [16] (ECFPs), enabling fast similarity searches but at the cost of information loss. The current state-of-the-art approach is molecular graph representation [17,18], which treats atoms as nodes and chemical bonds as edges, such as graph convolutional neural networks [19] (GCNs) and graph attention networks [20] (GATs). This natural and information-rich format for small molecules serves as an ideal input for [17] GNNs, whose message-passing mechanism allows them to learn complex chemical patterns from the local atomic environment.
Molecular graphs, by directly modeling the connectivity between atoms, maintain the topological invariance of molecules. Regardless of the input order of the nodes, graph neural networks can extract consistent features through a message-passing mechanism, improving the model’s understanding of molecular structures [21]. Computer-aided drug design often needs to predict not only efficacy but also which part of the molecule is effective (e.g., by identifying pharmacophores). Graph neural networks with attention mechanisms (such as GATs) allow the model to assign different weights to different nodes during the encoding of the molecular graph. As demonstrated by the attentive FP model [22], graph-based encoding can visually show the specific atoms or functional groups that the model focuses on, thus providing interpretability for medicinal chemists.
Peptide representation, conversely, is rooted in biology. The most direct format is the one-dimensional amino acid sequence, a natural fit for NLP architectures [23]. There has been a rise of protein language models [24] (PLMs), such as ESM-2 [25], Ankh [26], and ProtTrans [27], and these models are large Transformer models pre-trained on massive databases of unlabeled protein sequences. By statistically learning evolutionary information between sequences, PLMs can generate powerful and informative embedding vectors that implicitly capture the structural and functional context of amino acid sequences without requiring explicit three-dimensional structures or sequence alignments—a key advantage given the relative scarcity of peptide-related data [28]. Systematic evaluations show that medium-sized PLMs typically achieve the best balance between performance and computational efficiency in downstream tasks. While three-dimensional structure remains functionally crucial, the immense conformational flexibility of peptides makes their structural representation a significant computational challenge.
Typically, PLMs perform well for peptide drugs composed of natural amino acids. For peptide drugs containing non-natural amino acids, several methods are employed, such as vocabulary expansion, atomic-level graph representation, and chemical descriptor embedding. Vocabulary expansion is the method closest to the traditional PLM logic. It treats each common non-natural amino acid as a new “token” and adds it to the model’s embedding layer for end-to-end training. A typical example is GPepT (https://huggingface.co/Playingyoyo/GPepT, accessed on 3 January 2026) [29], which creates a vocabulary containing over 17,000 non-canonical elements and uses the “Monomerizer” tool to decompose peptide chains into natural and non-natural amino acids. Because vocabulary expansion struggles to cover unseen structures, graph representation methods have been developed. These methods first represent atoms, then amino acids, and finally the peptide chain, processing the atomic graph of non-natural amino acids using GNNs to obtain the feature vector of the residue, such as PepMNet (https://github.com/danielgarzonotero/PepMNet, accessed on 3 January 2026) [30], which uses a hybrid deep learning architecture, capturing the chemical environment of side-chain atoms at the lower layer and modeling the amino acid sequence at the upper layer. For chemical string representations of peptide drugs, the approach is more similar to small molecule drugs, representing the entire peptide chain using SMILES or the more stable SELFIES strings, such as PeptideMTR (https://github.com/AaronFeller/PeptideMTR, accessed on 3 January 2026) [31], which directly encode peptides containing lipidation, PEGylation, and non-natural amino acids using a k-mer based SMILES tokenization strategy [31]. This approach demonstrates excellent performance for predicting aggregation propensity, tumor homing, membrane permeability, and antimicrobial activity.
These methodological differences stem directly from disparities in data quality and availability. The development in the small molecule field is based on mature, large-scale public benchmark datasets, such as DUDE-Z [32], which are carefully designed with attribute-matched decoy molecules to enable fair algorithm comparisons. Large databases like ChEMBL [33] and BindingDB [34] provide millions of curated quantitative structure–activity relationship [35] (QSAR) data (e.g., IC50, EC50, Kd, Ki), which are ideal for training supervised learning models, such as using EC50 data for a specific target to train a binary classification machine learning model as an initial screening tool to enrich small molecule drug targets that are likely to serve as novel agonists from a large-scale compound library [36]. In contrast, the peptide data landscape is highly fragmented, lacking “gold standard” benchmark datasets. Data are scattered across various specialized databases (e.g., PepBDB [37], SATPdb [38], DBAASP [39]) and primarily comprise raw sequence information, missing mostly functional data. This difference in data type dictates the learning paradigm: the abundance of labeled data allows small molecule AI to primarily develop within the supervised learning domain [40].
For example, the Chemprop (https://github.com/chemprop, accessed on 3 January 2026) model was used in a supervised learning task, training a binary classification model to determine whether a molecule has activity in inhibiting the growth of Escherichia coli. This led to the discovery of Halicin, a novel antibiotic capable of killing multiple drug-resistant bacteria [41].
On the other hand, the scarcity of labeled peptide data leads to the frequent use of transfer learning methods [42], relying on models pre-trained on broader protein sequence datasets. For example, researchers used the LLAMP model to collect a large dataset of 1.7 million peptide sequences to obtain a peptide sequence-optimized ESM-2 model. Using the encoded genomic information from various bacterial species to represent the target species, they finally fine-tuned the peptide sequence-optimized ESM-2 model and integrated the genomic information to create the LLAMP model, which can predict the MIC values of antimicrobial peptides based on peptide sequences and target bacterial species [43].
Table 1. Molecular representation methods for small molecules and peptides.
Table 1. Molecular representation methods for small molecules and peptides.
Representation ModalityDescriptionAdvantageDisadvantageArchitectures
SMILES StringSmall MoleculeEncodes molecular structure as a 1D ASCII stringCompact, easy to store, compatible with NLP modelsNon-unique representation, fragile grammar, loses 3D informationRNN [44], Long Short-Term Memory (LSTM) [45], Transformer
Molecular FingerprintSmall MoleculeBinary vector representing substructure presenceFast computation, suitable for large-scale similarity searchDiscrete, information loss (bit collision), weak similarity encoding abilityClassical ML (RF [46], SVM [47])
Molecular Graph (2D/3D)Small MoleculeGraph structure with atoms as nodes and bonds as edgesMost natural representation, rich information, preserves topological/spatial structureComplex generation, high computational cost for 3D conformationGNN, CNN [48] (3D)
Amino Acid SequencePeptide1D sequence composed of amino acid residuesSimple, intuitive, large data volume, easy to obtainIgnores 3D structure and chemical modifications; similar sequences may have vastly different structures/functionsRNN, LSTM, Transformer
Sequence Embeddings (PLMs)PeptideDense vectors extracted from large-scale protein language modelsCaptures context and evolutionary information, strong representation abilityDepends on the quality and coverage of pre-trained modelsTransformer, MLP [49]
3D StructurePeptide3D coordinates of atoms or residuesDirectly encodes function-related spatial information, high accuracyConformational flexibility leads to difficult representation, extremely high computational cost, data scarcityGNN, SE(3)-Equivariant Networks [50]
Table 2. Key public datasets and benchmarks for small molecules and peptides.
Table 2. Key public datasets and benchmarks for small molecules and peptides.
DatasetModalityDescriptionPrimary UseScale/Scope
DUDE-Z [32]Small MoleculeEnhanced Useful Decoy Set, provides high-quality actives and property-matched decoysBenchmark for structured virtual screeningContains 102 targets, each with actives and 50× decoys
MUV [51]Small MoleculeMaximum Unbiased Validation dataset, aims to minimize analog bias and artificial enrichmentBenchmark for ligand-based and structure-based virtual screeningContains 17 targets, embedding actives within the chemical space of decoys
ChEMBL [33]Small MoleculeLarge public database containing drugs, targets, and their bioactivity dataModel training, QSAR, target discoveryOver 2 million compounds and 15 million activity data points
BindingDB [34]Small MoleculeFocuses on binding affinity data for drug targets and small molecule interactionsModel training (affinity prediction)Contains various affinity data such as Kd, Ki, and IC50
PepBDB [37,38]PeptideCurated database of peptide–protein complex structures from PDBStructure-based peptide design and docking studiesProvides “clean” complex structures for computational research
SATPdb [38]PeptideStructurally annotated therapeutic peptide database, integrates 22 other databasesBrowsing and searching for peptides with specific structures or functionsOver 19,000 unique therapeutic peptide sequences
THPdb [52]PeptideFDA-approved therapeutic peptide and protein databaseResearch on marketed drug propertiesContains sequence, mechanism of action, pharmacokinetics, etc.
DBAASP [39]PeptideDatabase of Antimicrobial Activity and Selectivity of PeptidesResearch and design of antimicrobial peptides (AMPs)Contains a large number of AMP sequences and their activity against different microorganisms

3. AI in Virtual Screening: A Tale of Speed Versus Flexibility

Computational methods are becoming increasingly important in modern drug discovery and have been widely applied in the pharmaceutical industry because computational tools play a crucial role at different stages of drug screening [53]. AI, as a computational tool, has played a significant role in virtual screening, which is one aspect of the drug discovery process. In the field of virtual screening, AI plays two distinct roles in two different forms of drug discovery, depending on the core limitations of each screening method. As shown in Table 2, for small molecule drugs, AI typically acts as an accelerator, aiming to address challenges related to scale and throughput. For peptide drugs, AI acts as an enabler, aiming to directly or indirectly address the fundamental physical problem of flexibility.
Traditional molecular docking software tools, such as AutoDock Vina (https://github.com/ccsb-scripps/AutoDock-Vina/releases, accessed on 3 January 2026) [54] or Glide (https://www.schrodinger.com/platform/products/glide/, accessed on 3 January 2026) [55], are computationally intensive, making screening billions of compound libraries a time-consuming task. AutoDock Vina is open-source, free, fast, and highly stable. Its empirical scoring function has been validated for many cases over a long time period and is suitable for initial large-scale virtual screening. However, its scoring function does not accurately capture complex polar interactions and cannot handle significant induced-fit effects. Glide, on the other hand, provides extremely high pose prediction accuracy through its Standard Precision (SP)/Extra Precision (XP) docking modes. It handles metal ions and water molecules exceptionally well, and it has a comprehensive graphical interface and ecosystem. However, it is commercial software, and its computational resource consumption is higher than Vina, making it unsuitable for screening billions of compounds without cluster support.
The main application of artificial intelligence lies in developing “surrogate models”—that is, training machine learning models to predict the results of classic docking scores at a significantly lower computational cost (Table 3). This facilitates a hierarchical workflow: fast AI models can quickly screen vast compound libraries, narrowing them down to a subset with high potential, which is then subjected to more rigorous traditional docking. This hybrid approach can increase screening speed by 10 to 100 times with virtually no loss of high-scoring compounds. Meanwhile, AI docking tools, by explicitly training on compound and pocket residue information, support the direct generation of reliable ligand–pocket poses, directly challenging traditional docking tools. Frameworks such as NeuralDock (https://github.com/Cromairis/Neuraldock/tree/main) (accessed on 3 January 2026) [56] and KarmaDock (https://github.com/schrojunzhang/KarmaDock, accessed on 3 January 2026) [57] have demonstrated that this principle can be used to screen nearly a billion molecules in less than a day.
NeuralDock [56] boasts extremely fast speed, implicitly handling conformational sampling and directly predicting binding energy, making it ideal for processing ultra-large compound libraries like ZINC. However, its performance is sometimes weaker in terms of the physical plausibility of predicted docking poses (e.g., bond lengths and angles), and it faces challenges in generalizing to novel, unseen binding pockets. KarmaDock [57], on the other hand, integrates three stages: pose generation, refinement, and affinity prediction. Utilizing E(n) equivariant graph neural networks (EGNNs), it maintains high speed while also considering the physical validity of the poses. However, its primary focus is on ligand flexibility, and its performance in simulating large-scale protein conformational changes is limited.
Concurrently, emerging co-folding tools like AlphaFold3 (https://github.com/google-deepmind/alphafold3, accessed on 3 January 2026) [58] and Boltz2 (https://github.com/jwohlwend/boltz, accessed on 3 January 2026) [59] are beginning to bypass traditional docking tools entirely, directly predicting protein–ligand complex structures end-to-end using sequence and SMILES inputs. AlphaFold3 possesses co-folding capabilities; beyond simple docking, it can simultaneously predict proteins, ligands, ions, and nucleic acids with high accuracy in blind docking, even requiring only the sequence. However, it has high inference costs and requires high-performance GPU support, and its performance in predicting ligand chirality and stereochemical constraints is not strong. Boltz-2 [59], on the other hand, is open-source and versatile. It not only predicts structures but also integrates an affinity prediction module, claiming to achieve FEP (free energy perturbation) accuracy while being fast. However, it still has high hardware memory requirements.
For peptide drugs, the challenge lies not in speed, but in feasibility. The large number of rotatable bonds in peptide chains creates a vast conformational space, which classical docking algorithms designed for semi-rigid small molecules cannot effectively sample. Therefore, the performance of these algorithms deteriorates sharply for peptides longer than five amino acids [60]. This is a fundamental physical sampling problem, not a computational throughput issue. The breakthrough with artificial intelligence lies in repurposing AI-driven protein structure prediction models, such as AlphaFold-Multimer (https://github.com/google-deepmind/alphafold, accessed on 3 January 2026) [61] and ESMFold (https://github.com/facebookresearch/esm, accessed on 3 January 2026) [62], for docking tasks. By treating the receptor and peptide as a single polypeptide chain connected by virtual flexible linkers, these tools transform the challenging “flexible docking” problem into a “structure prediction” or “co-folding” problem that the tools are adept at solving. This approach implicitly handles the flexibility of the peptide by predicting its binding conformation in the receptor environment.
AlphaFold-Multimer is specifically trained for predicting multimeric complexes. For short- to medium-sized peptides of up to 20 amino acids, it can often directly “fold” into binding conformations very close to the crystal structure. It also supports blind docking, autonomously searching the protein surface to find the most likely binding site and then fine-tuning the protein side chains based on peptide binding, thus simulating the induced fit effect to some extent. However, it does not directly support non-natural amino acids, and due to the randomness of sampling, it may get stuck in a single potential energy minimum, requiring a change in the degree of random number seed value to force sampling and capture more conformations. ESMFold [62], based on ESM-2, completely eliminates the MSA search step, inferring structure from a single sequence. Therefore, it boasts extreme speed, making it suitable for preliminary topological screening of massive peptide libraries. It also performs more robustly than MSA-based tools for orphan proteins or artificially designed peptides lacking homologous sequence information. However, it is less accurate than AlphaFold-Multimer in predicting fine-grained interactions (such as hydrogen bonds and salt bridges) and is extremely sensitive to interface selection.
Further refinement using methods such as molecular dynamics [63] (MD) simulations can be applied after docking to improve the accuracy of these predictions. MD simulations offer relative physical realism by simulating solvent (water, ion) effects and capturing the flexibility of peptide drug backbones. They are the only reliable method for handling special modifications such as cyclic peptides, non-natural amino acids, and lipopeptides. Combined with Molecular Mechanics/Poisson–Boltzmann Surface Area (MMPBSA) calculations or enhanced sampling techniques [64], they can quantitatively assess binding affinities. Representative tools include Gromacs (https://www.gromacs.org, accessed on 3 January 2026) [65] and Amber (https://ambermd.org/, accessed on 3 January 2026) [66,67]. However, MD simulations are extremely time-consuming, and without an initial conformation, it is almost impossible to observe binding within a limited time using equilibrium MD. MD simulations are also prone to getting stuck in local optima; if the initial docking pose is incorrect, the MD simulation may simply “move around aimlessly” in the wrong location.

4. The Role of AI in Optimizing Structure–Activity Relationship (SAR) Performance During Lead Optimization Tasks

Improving the SAR for small molecules is often a non-linear process. A change in a single atom (such as a methyl or fluorine atom) in a potential small molecule drug can lead to a hundredfold change in activity (the “magic methyl” effect). Optimizing the SAR of small molecule drugs means finding the optimal SAR features within a “steep” energy landscape of ligand–target interaction. The R group is a general symbol for various chemical substituents or functional groups attached to the small molecular backbone. Therefore, the impact of AI on such tasks is typically guided by predicting the effects of minute electronic and steric effects on binding energy, leading to precise substitution of R groups. For example, the generative model REINVENT (https://github.com/MolecularAI/REINVENT4, accessed on 3 January 2026) [68] developed by AstraZeneca in SAR optimization tasks finds the optimal substituent that simultaneously satisfies high activity and low toxicity (such as for hERG) while maintaining key interactions between the parent nucleus and the target (such as hydrogen bonds). REINVENT combines Stack-RNN with reinforcement learning (Policy Gradient) algorithms.
The LSTM networks are specially designed recurrent neural networks for learning long-range dependencies in sequential data. The function is achieved by learning the underlying statistical grammar of SMILES strings. The parameters of LSTM networks (including the trainable weight matrix and bias vector in its four gating units) parameterize the transition probabilities between characters and essentially learn the syntactic probabilities of SMILES strings, while the reinforcement learning [69] (RL) algorithm acts as a “navigator”. When the model generates a molecule with excellent SAR data (predicting a molecule of high activity), the RL algorithm calculates the gradient, the derivative of the reward function with respect to the model parameters. It tells the model in which direction the parameters should be fine-tuned to achieve a higher score (such as higher activity) and updates the LSTM parameters, increasing the probability of sampling a specific character from the predicted multinomial distribution over the SMILES vocabulary. Therefore, an AI model, like REINVENT, based on the LSTM process, revolutionizes traditional SAR research through three key mechanisms. 1. Autonomous exploration (active vs. passive): Unlike traditional models that merely predict the activity of user-provided molecules (passive), REINVENT autonomously generates new chemical structures using an LSTM-based generator (active). 2. Chemical spatial orientation navigation: This model uses reinforcement learning to act as a “navigator” in a multidimensional chemical space. It employs a reward-based feedback loop to move the generated molecular distribution towards “local” regions that satisfy multiple objectives, such as minimizing toxicity while optimizing lipophilicity. 3. Prioritized synthesis recommendations: This targeted convergence approach addresses the uncertainty inherent in traditional drug discovery—that the most promising next step is often unclear—by providing a computationally prioritized list of candidate compounds. This guides researchers to determine “what to synthesize next” with higher statistical confidence.
Another example is the Active Learning FEP+ (https://www.schrodinger.com/platform/products/fep/, accessed on 3 January 2026) [70] tool developed by Schrödinger, which optimizes the SAR of lead compounds by precisely quantifying the change in binding free energy [71] after introducing different substituents (Cl, F, OMe, etc.) at different positions on the molecular scaffold, such as on the benzene ring. The specific algorithm combines GCN and Active Learning algorithms. GCN transforms the molecular structure into graph embedding vectors, capturing the connections between atoms, while Active Learning introduces “uncertainty sampling.” This AI method does not aim to predict the activity of all molecules. Instead, it identifies the molecular structures that are least “understandable” by current SAR models and sends only these molecules for high-precision FEP physical calculations (i.e., rigorous MD simulations based on statistical mechanics). With a very small amount of calculated data, the AI quickly grasps the SAR rules of that specific framework (the model learns that, for example, “adding an electron-withdrawing group at a particular position will increase activity”), thereby rapidly improving the activity for example from micromolar to nanomolar concentration range. However, Active Learning FEP+ has significant limitations. FEP requires molecules with similar core scaffolds. If AL suggests a completely different molecular structure, FEP may fail to establish a reasonable perturbation path, leading to calculation failure. Furthermore, the prediction error of the surrogate model can cause AL to get stuck in a local optimum. If the initial FEP results have systematic biases (e.g., inaccurate receptor parameterization), the model will continuously reinforce these erroneous predictions. Running AL-FEP requires frequent switching between GPU tasks (FEP sampling) and CPU tasks (model training and sampling). The underlying principle of FEP is still classical force fields. If the initial conformation of the protein pocket is incorrect, or if there are errors in the arrangement of key water molecules, the results calculated by AI will also be incorrect [72,73].
For peptide drug SAR optimization, the task is akin to pinpointing conformational SAR features within a vast sequence space. Because a peptide’s SAR is highly dependent on sequence-induced secondary structure changes (such as helix stability), changing a single amino acid not only affects side-chain interactions with the target but can also cause conformational changes of the peptide, which may lead to suppression of binding to the target. The role of AI here is typically to predict the combined impact of point mutations on overall folding stability and target binding interfaces. For example, Meta AI’s protein large language model ESM-2 can be used to determine which amino acid in the peptide sequence can be replaced by maintaining or even improving the peptide’s biophysical stability, ultimately optimizing the SAR. The specific algorithm of the ESM-2 model combines Transformer (Masked Language Modeling [74], MLM) and self-attention algorithms. Using the Transformer’s self-attention mechanism, it captures direct interactions between long-range distant residues in the sequence. By calculating the masked reconstruction probability (the model’s ability to predict a hidden amino acid based on its surrounding sequence context), the algorithm provides a score reflecting the “evolutionary rationality” of the mutation. Mathematically, this is expressed as the log-likelihood score of a mutation. A high score indicates “evolutionary rationality,” meaning the mutation conforms to the conserved patterns seen in millions of years of protein evolution. Thus, the algorithm of this approach predicts whether a certain mutation in the peptide’s amino acid sequence improves or disrupts peptide binding to the target protein.
However, applying ESM-2 to peptide drug optimization has certain limitations. Because ESM-2 is pre-trained using only natural amino acid sequences, its vocabulary is strictly limited to these 20 standard amino acids. Therefore, ESM-2 cannot accurately characterize or predict peptide drugs containing non-natural amino acids. Furthermore, ESM-2 struggles with extremely short peptides [25,75]. In SAR optimization, the properties of very short peptides (e.g., peptides with fewer than five amino acid residues) are significantly affected by terminal group charge and solvent effects. Since the ESM-2 training set primarily consists of long-chain proteins, its performance may be inferior to traditional QSAR models based on physical descriptors when dealing with these short peptides governed by physicochemical rules rather than evolutionary principles [25,76].
Another example is the Uni-Mol (https://github.com/deepmodeling/Uni-Mol, accessed on 3 January 2026) [77] model, which predicts changes in the peptide binding to the target protein after introducing non-natural amino acids (such as phenylalanine derivatives with large side chains) in the peptide sequence. While traditional deep learning is limited by coordinate system orientation, where the same molecule can yield different numerical representations depending on its arbitrary orientation in 3D space, the SE(3) equivariant Transformer can extract rotationally and translationally invariant geometric features. When non-natural amino acids are introduced, the spatial volume and shape of the side chains change. Based on SE(3) equivariant network algorithms, Uni-Mol can accurately capture the changes in local environment fingerprints caused by these changes in the volume of the non-natural amino acid side chains. This allows it to evaluate whether the modifications fill the cavity of the target binding pocket or whether it causes unreasonable atomic clashes. This helps to address the limitations of traditional sequence models, which cannot handle non-natural amino acids (because they are not present in the training data), while also accurately predicting the binding affinity after modification.
Uni-Mol critically depends on the quality of the input 3D conformation. Furthermore, the single Uni-Mol encoder primarily focuses on the structure of the peptide itself. In SAR optimization, if activity changes are caused by induced fit of receptor side chains, a Uni-Mol drug–target interaction (DTI) variant is needed to effectively capture the interactions at the interface. While Uni-Mol performs excellently for short peptides containing 5–15 amino acid residues, the computational cost and memory consumption increase significantly when processing long peptides or mini-proteins exceeding 50 amino acid residues. Unlike ESM-2, which derives evolutionary constraints and functional semantics from massive sequence databases, Uni-Mol aims to learn physicochemical characterizations directly from three-dimensional spatial coordinates. Therefore, Uni-Mol prioritizes geometric and atomic features but may lack the explicit evolutionary context (often referred to as “biological intuition”) inherent in language models. It knows whether a residue is stable in physical space, but it does not know whether that residue is evolutionarily conserved. For naturally derived peptide lead compounds, ignoring evolutionary constraints may lead to the design of sequences that are physically feasible but biologically ineffective.
AI exhibits fundamental differences in its approach for building and utilizing the SAR in drug lead optimization, as depicted in Figure 3. In the optimization of structure–activity relationships of small molecules to the target protein, the core task is to calculate and predict the sensitivity to atomic-level electronic and spatial effects. In contrast, in the optimization of structure–activity relationships of peptide drugs, the core task is to calculate and predict the spatial conformational perturbations caused by sequence mutations of the peptide drug to its binding to the target protein.

5. De Novo Design: Contrasting Philosophies of Property-First vs. Structure-First

Although newly designed generative AI frameworks have led to powerful models like diffusion models, which are a class of generative frameworks that create novel data by learning to reverse a multi-step noising process, the different performances of these tools when applied to the workflow of small molecule and peptide drug design reveal profound conceptual differences, as shown in Figure 4 and Table 4.
The “property-first” concept dominates the development of small molecule drugs. Its main goal is to create novel small molecules that satisfy a range of abstract and often difficult-to-reconcile properties, including high target activity, favorable absorption into the systemic circulation, distribution to target tissues, metabolism, excretion, and toxicity (ADMET) characteristics, and, crucially, synthetic feasibility. This is treated as a multi-objective optimization (MOO) problem [78], with models like MolProphet [79] utilizing methods such as reinforcement learning to explore the high-dimensional property space and find Pareto optimal solutions [80]—a set of candidate molecules representing the best possible trade-offs where no single property can be improved without sacrificing another. This approach acknowledges the inherent conflicts between drug potency, safety, and manufacturability, providing a diverse pool of leads for further optimization. However, small molecule drugs designed using this approach often face another major challenge: the “synthetic feasibility gap”—the difference between computationally “ideal” molecules and those that can actually be synthesized in the laboratory. Simple metrics like SAscore [81] often fail to accurately predict actual synthetic tractability and complexity. Therefore, advanced models like SynFormer [82] have been developed to address this problem, not only for generating molecules but also designing feasible synthesis routes, thus ensuring that synthetic feasibility is a core component of the design process, rather than an afterthought.
Peptide drug design follows a “structure-first” concept, based on the biological principle that “structure determines function”. Its goal is not to optimize abstract property scores but to solve a specific geometric problem: designing a physical three-dimensional molecular structure that can bind to a specific epitope on a target protein. The breakthrough tool in this field is RFdiffusion (https://github.com/RosettaCommons/RFdiffusion, accessed on 3 January 2026) [83], a diffusion model that generates novel and physically plausible protein or peptide scaffolds complementary to the target surface shape. Compared to methods for designing small molecule drugs, the design process is reversed. First, a functional three-dimensional scaffold is generated. Then, sequence design tools such as ProteinMPNN (https://github.com/dauparas/ProteinMPNN, accessed on 3 January 2026) [84] are used to find amino acid sequences that can stably fold into the predetermined scaffold. This paradigm has been successfully extended to designing cyclic peptides using RFpeptides [85], shifting the focus from optimizing numerical scores to creating functional physical entities, a method more aligned with biological intuition and fundamental principles.
The reasons for the differences in the design principles of small molecule drugs and peptide drugs can be analyzed from two perspectives: Firstly, from the fundamental differences in the importance of parameters (the intrinsic reason). Small molecules have relatively simple spatial structures, and the hurdle of functioning as a drug is extremely high, concerning the need to meet stringent requirements for membrane permeability, metabolic stability, and safety [86]. Peptides, on the other hand, have great structural flexibility. Without a stable secondary or tertiary structure, they cannot form an effective binding interface (especially for PPI targets), so their structure is a prerequisite for achieving sufficient affinity [87]. Secondly, the research hotspots and limitations of tools in the AI-driven drug design community (human/technical reasons) are discussed. With the development of AlphaFold2 (https://github.com/google-deepmind/alphafold, accessed on 3 January 2026) [88] and RosettaFold (https://github.com/RosettaCommons/RoseTTAFold, accessed on 3 January 2026) [89], peptide/protein structure prediction has become feasible and highly reliable, and researchers tend to focus on areas supported by advanced tools. Furthermore, there is currently a lack of high-throughput, high-quality peptide ADMET databases [90]. In contrast, the evaluation of small molecule drug-likeness has decades of accumulated experience and mature models.

6. From Bits to Beakers: AI’s Role in Synthesis Planning

The application of AI tools for synthetic route planning clearly reflects the inherent differences in chemical characteristics between two different types of drug synthesis methods, as shown in Figure 5.
In the diverse and non-standardized field of organic small molecule chemistry, AI acts as an explorer, focusing on discovering new synthetic routes. These characteristics contribute to the different synthetic routes. First, the diversity of chemical structures: the small molecule organic chemical space offers immense possibilities, with each target molecule having a distinctly different backbone, functional groups, and stereochemical structure [91]. Second, there is no universal method for chemical synthesis: no single procedure can be applied to all molecules. For example, the method for synthesizing aspirin is completely different from the method for synthesizing paclitaxel [92]. A complex drug molecule may require 10, 20, or even more steps to synthesize, with dozens of possible reaction choices at each step. Therefore, in the field of retrosynthetic analysis, artificial intelligence primarily addresses the question of “how to synthesize?” Learning reaction routes from millions of scientific papers, and just like how AlphaGo [93] calculates chess moves, it can work backward from the target molecule to plan synthetic routes that human chemists might not consider, breaking free from traditional thinking, discovering rare reactions, or utilizing unique bond-breaking methods, thereby finding shorter, more economical, or easier-to-implement synthetic routes. AI models, particularly those based on the Transformer architecture, learn the fundamental principles of organic chemistry in small molecule design by training on large reaction databases (such as USPTO [94] and Reaxys [95]), ultimately enabling retrosynthetic analysis. Platforms like ASKCOS (https://askcos.mit.edu/, accessed on 3 January 2026) [96] and IBM RXN (https://rxn.app.accelerate.science/rxn/, accessed on 3 January 2026) [97] automate this process, providing chemists with multiple feasible synthetic routes for evaluation and selection.
In the standardized and process-driven field of peptide chemical synthesis, AI plays the role of an optimizer and is used to improve existing processes. For most peptide syntheses (especially solid-phase peptide synthesis, SPPS [98]), the core chemical reactions are repetitive and relatively simple: deprotection → washing → coupling → washing. Furthermore, the linear amino acid sequence itself dictates the synthesis order (usually from the C-terminus to the N-terminus), so the synthesis pathway is generally known. However, as the chain length increases, problems such as aggregation, folding, low coupling efficiency, and racemization may occur during synthesis, leading to reduced purity or synthesis failure. Artificial intelligence can address the question of “how to do it better.” It can directly predict suitable coupling reagents, required reaction temperatures, optimal solvent ratios, and reaction times. By training on large amounts of real-world synthesis data from automated platforms, machine learning models can learn the subtle relationships between sequence motifs and synthesis efficiency. The AI model acts like a process control engineer, flagging problematic sequences and providing optimized parameters (e.g., alternative reagents, extended reaction times), thus addressing problems before they even arise. For example, by analyzing sequence characteristics, AI can predict in advance which fragments are prone to aggregation and suggest introducing special protecting groups or “breaking” structures (e.g., pseudoproline [99]) at specific steps. Then, through iterative learning and optimization on the model using a small amount of experimental data, the optimal process conditions can be quickly found, resulting in the highest yield and minimal waste [100].

7. Predicting Biological Function: The Distinct ADMET Challenges

Predicting the ADMET characteristics of drugs reveals another fundamental difference between the two fields, as shown in Table 5. For small molecule drugs, ADMET prediction is primarily a chemical problem, focusing on the intrinsic physicochemical properties of the compound itself. For peptide drugs, however, it is a more complex biological problem, with characteristics depending on the interaction of the molecule with dynamic biological systems.
Because corresponding large public datasets (e.g., Tox21 [101], ClinTox [102], SIDER [103]) and established in vitro assay methods exist, predictions of the ADMET of small molecule drugs often yield good results. These data and methods can be used to train robust QSAR models. The focus of these predictions is on classic pharmacokinetic and toxicological parameters, such as metabolism by hepatic cytochrome P450 (CYP) enzymes [104], blood–brain barrier (BBB) permeability [105], and organ-specific toxicity, such as cardiotoxicity caused by inhibition of the hERG potassium channel [106].
In contrast, predicting the ADMET properties of peptide drugs faces challenges such as data scarcity and the complexity of potential biological interactions. The main metabolic challenge for peptide drugs is not protection against CYP enzymes [107] but rather rapid degradation by proteases; therefore, predicting their protease cleavage sites is crucial for designing stable peptide drugs. Due to their large molecular weight and high polarity, peptide drugs generally have poor cell membrane permeability, making the prediction of transmembrane properties a cutting-edge challenge. The main toxicity issue with peptide drugs is immunogenicity. Addressing immunogenicity involves predicting whether peptide fragments will bind to the highly polymorphic major histocompatibility complex [108] (MHC) molecules in individuals and trigger T-cell-mediated immune responses. This is a complex problem in the field of immune-informatics, and its difficulty is several orders of magnitude higher than predicting the single-target toxicity of small molecule drugs.
This duality is perfectly exemplified in the concept of “drug similarity”. For small molecule drugs, the definition is based on a priori physicochemical rules, such as Lipinski’s rule of five [109]. For peptide drugs, the criteria are more biologically based: proteolytic stability, tissue permeability, and low immunogenicity. These two sets of rules are almost entirely non-overlapping, thus requiring the development of completely different AI models and optimization objectives for the two drug types.
Table 5. Comparison of ADMET prediction challenges and AI methods for small molecules and peptides.
Table 5. Comparison of ADMET prediction challenges and AI methods for small molecules and peptides.
ADMET PredictionSmall MoleculesPeptides
Absorption/
Permeability
Description: Predict oral absorption-related properties, like Caco-2 permeability [110], blood–brain barrier permeability.
Datasets: Caco-2 [110], BBBP [111], etc.
AI Methods: QSAR models (GNN, RF, SVM).
Description: Generally poor permeability; predicting passive diffusion and active transport is a major challenge.
Datasets: Data is scarce, mostly internal or from small literature sets.
AI Methods: Sequence- and structure-based predictive models, still in exploratory stages.
Metabolism/
Stability
Description: Predict whether metabolized or inhibited by CYP450 enzymes.
Datasets: Large public datasets on CYP inhibition/substrates [51,102].
AI Methods: Classification/regression models for CYP subtype specificity.
Description: The main challenge is rapid degradation by proteases, leading to a short half-life.
Datasets: Protease cleavage site databases, but data is limited.
AI Methods: Predict protease cleavage sites to guide sequence modification for enhanced stability.
DistributionDescription: Predict plasma protein binding [112] (PPB) and volume of distribution (Vd).
Datasets: Public PPB datasets [113,114].
AI Methods: QSAR regression models.
Description: Distribution is limited by size and stability; targeted delivery is key.
Datasets: Extremely scarce.
AI Methods: No mature, general predictive models yet.
Toxicity (Specific)Description: Predict hERG potassium channel inhibition (cardiotoxicity), a major cause of drug withdrawal.
Datasets: Large public hERG activity datasets [115,116].
AI Methods: High-precision classification/regression QSAR models.
Description: Generally not a primary toxicity concern for peptides.
Toxicity (Systemic)Description: Not a major consideration for most small molecules (except haptens).Description: The most critical and complex safety risk is immunogenicity; prediction of T-cell/B-cell epitopes.
Datasets: IEDB [117] and other immune epitope databases, but data is complex and HLA genotype-dependent.
AI Methods: Prediction of peptide-MHC binding, a frontier in immunoinformatics.

8. Conclusions and Future Perspective

This review systematically compared the applications of AI in small molecule and peptide drug discovery, revealing that AI is not a one-size-fits-all solution. Its successful application largely depends on adapting to the unique chemical and biological characteristics of the drug type. Fundamental differences in molecular representation and data systems within the AI field have driven the co-development of different model architectures—GNNs for small molecule drugs and pre-trained language models inspired by natural language processing for peptide drugs. These differences permeate the entire drug discovery process, influencing the specific roles of AI in virtual screening (increasing throughput vs. enhancing flexibility), de novo design (optimizing abstract properties vs. constructing physical structures), ADMET prediction (addressing chemical vs. biological problems), and synthesis route planning (exploring synthetic routes vs. optimizing synthesis processes).
Despite significant progress in the application of AI in drug discovery, three major challenges remain. First, in this data-driven era, the lack of high-quality, large-scale, and standardized data remains a major bottleneck, a problem particularly pronounced in the peptide field, especially in predicting complex endpoints such as PPI ADMET properties. Second, the “black box” nature of many deep learning models poses a significant obstacle to trusting the application of the models themselves, highlighting the urgent need for advancements in explainable artificial intelligence [118] (XAI) technologies. Finally, the ultimate measure of success in drug discovery is clinical translation. While many drugs have shown promising preclinical results, the number of AI-designed drugs that successfully pass clinical trials and ultimately reach the market remains very small, highlighting the significant gap between computational predictions and actual therapeutic efficacy [119].
Looking ahead, several key trends are shaping the future of artificial intelligence in drug discovery. The convergence of AI design, automated synthesis, and high-throughput screening is giving rise to autonomous discovery platforms—closed-loop systems capable of automated, iterative design, build, test, and learn cycles. Furthermore, the field of drug discovery is shifting towards basic models, and large models pre-trained on massive multimodal datasets are used to learn the general principles of chemistry and biology. These models can be fine-tuned for various specific downstream tasks, providing more powerful and context-aware solutions. Finally, the field is moving towards multimodal integration, developing models capable of simultaneously processing and learning from multiple data types (e.g., text, sequences, 2D graphs, and 3D structures). Early examples, such as combining chemical and protein language models to predict interactions, foreshadow a future where AI will enable a more comprehensive and accurate understanding of complex biological systems. As AI technologies mature, they are poised to usher in a new era of faster, more cost-effective, and more precise drug development.

Author Contributions

Data curation and investigation, H.L.; resources, H.V. and H.L.; draft writing, H.L.; supervision, H.V. and H.Z.; funding acquisition, H.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded by the Guangdong Basic and Applied Basic Research Foundation (No. 2024B1515120029), the National Natural Science Foundation of China (NSFC, No. 82372269), and the Shenzhen Science and Technology Program (No. KJZD20240903102205008).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

AIArtificial Intelligence
ALActive Learning
MLMachine Learning
DLDeep Learning
ADMETAbsorption, Distribution, Metabolism, Excretion, and Toxicity
PPIProtein–Protein Interaction
SMILESSimplified Molecular Input Line Entry System
GNNGraph Neural Network
PLMProtein Language Model
SASynthetic Accessibility
MOOMulti-Objective Optimization
SPPSSolid-Phase Peptide Synthesis
HTSHigh-Throughput Screening
VSVirtual Screening
SARStructure–Activity Relationship
QSARQuantitative Structure–Activity Relationship
RLReinforcement Learning
LLMLarge Language Model
MDMolecular Dynamics
FEPFree Energy Perturbation
XAIExplainable Artificial Intelligence

References

  1. Niazi, S.K.; Mariam, Z. Artificial intelligence in drug development: Reshaping the therapeutic landscape. Ther. Adv. Drug Saf. 2025, 16, 20420986251321704. [Google Scholar] [CrossRef] [PubMed]
  2. Blau, B.M.; Griffith, T.G.; Whitby, R.J. Pharmaceutical innovation and access to financial markets. PLoS ONE 2022, 17, e0278875. [Google Scholar] [CrossRef] [PubMed]
  3. Kim, H.; Kim, E.; Lee, I.; Bae, B.; Park, M.; Nam, H. Artificial Intelligence in Drug Discovery: A Comprehensive Review of Data-driven and Machine Learning Approaches. Biotechnol. Bioprocess Eng. 2020, 25, 895–930. [Google Scholar] [CrossRef]
  4. Shan, Y.; Mysore, V.P.; Leffler, A.E.; Kim, E.T.; Sagawa, S.; Shaw, D.E. How does a small molecule bind at a cryptic binding site? PLoS Comput. Biol. 2022, 18, e1009817. [Google Scholar] [CrossRef] [PubMed]
  5. Hopkins, A.L.; Groom, C.R. The druggable genome. Nat. Rev. Drug Discov. 2002, 1, 727–730. [Google Scholar] [CrossRef]
  6. Fosgerau, K.; Hoffmann, T. Peptide therapeutics: Current status and future directions. Drug Discov. Today 2015, 20, 122–128. [Google Scholar] [CrossRef]
  7. Muttenthaler, M.; King, G.F.; Adams, D.J.; Alewood, P.F. Trends in peptide drug discovery. Nat. Rev. Drug Discov. 2021, 20, 309–325. [Google Scholar] [CrossRef]
  8. Veselinovic, A.M.; Veselinovic, J.B.; Zivkovic, J.V.; Nikolic, G.M. Application of SMILES Notation Based Optimal Descriptors in Drug Discovery and Design. Curr. Top. Med. Chem. 2015, 15, 1768–1779. [Google Scholar] [CrossRef]
  9. Withers, C.A.; Rufai, A.M.; Venkatesan, A.; Tirunagari, S.; Lobentanzer, S.; Harrison, M.; Zdrazil, B. Natural language processing in drug discovery: Bridging the gap between text and therapeutics with artificial intelligence. Expert. Opin. Drug Discov. 2025, 20, 765–783. [Google Scholar] [CrossRef]
  10. Luong, K.D.; Singh, A. Application of Transformers in Cheminformatics. J. Chem. Inf. Model. 2024, 64, 4392–4409. [Google Scholar] [CrossRef]
  11. Ross, J.; Belgodere, B.; Chenthamarakshan, V.; Padhi, I.; Mroueh, Y.; Das, P. Large-scale chemical language representations capture molecular structure and properties. Nat. Mach. Intell. 2022, 4, 1256–1264. [Google Scholar] [CrossRef]
  12. Chithrananda, S.; Grand, G.; Ramsundar, B. ChemBERTa: Large-Scale Self-Supervised Pretraining for Molecular Property Prediction. arXiv 2020, arXiv:2010.09885. [Google Scholar]
  13. Weininger, D. SMILES, a chemical language and information system. 1. Introduction to methodology and encoding rules. J. Chem. Inf. Comput. Sci. 1988, 28, 31–36. [Google Scholar] [CrossRef]
  14. Gomez-Bombarelli, R.; Wei, J.N.; Duvenaud, D.; Hernandez-Lobato, J.M.; Sanchez-Lengeling, B.; Sheberla, D.; Aguilera-Iparraguirre, J.; Hirzel, T.D.; Adams, R.P.; Aspuru-Guzik, A. Automatic Chemical Design Using a Data-Driven Continuous Representation of Molecules. ACS Cent. Sci. 2018, 4, 268–276. [Google Scholar] [CrossRef]
  15. Lo, A.; Pollice, R.; Nigam, A.; White, A.D.; Krenn, M.; Aspuru-Guzik, A. Recent advances in the self-referencing embedded strings (SELFIES) library. Digit. Discov. 2023, 2, 897–908. [Google Scholar] [CrossRef]
  16. Rogers, D.; Hahn, M. Extended-connectivity fingerprints. J. Chem. Inf. Model. 2010, 50, 742–754. [Google Scholar] [CrossRef] [PubMed]
  17. Zhang, O.; Lin, H.; Zhang, X.; Wang, X.; Wu, Z.; Ye, Q.; Zhao, W.; Wang, J.; Ying, K.; Kang, Y.; et al. Graph Neural Networks in Modern AI-Aided Drug Discovery. Chem. Rev. 2025, 125, 10001–10103. [Google Scholar] [CrossRef] [PubMed]
  18. Carracedo-Reboredo, P.; Linares-Blanco, J.; Rodriguez-Fernandez, N.; Cedron, F.; Novoa, F.J.; Carballal, A.; Maojo, V.; Pazos, A.; Fernandez-Lozano, C. A review on machine learning approaches and trends in drug discovery. Comput. Struct. Biotechnol. J. 2021, 19, 4538–4558. [Google Scholar] [CrossRef]
  19. Zhao, T.; Hu, Y.; Valsdottir, L.R.; Zang, T.; Peng, J. Identifying drug-target interactions based on graph convolutional network and deep neural network. Brief. Bioinform. 2021, 22, 2141–2150. [Google Scholar]
  20. Li, J.; Sun, Q.; Zhang, F.; Yang, B. Meta-structure-based graph attention networks. Neural Netw. 2024, 171, 362–373. [Google Scholar] [CrossRef]
  21. Kearnes, S.; McCloskey, K.; Berndl, M.; Pande, V.; Riley, P. Molecular graph convolutions: Moving beyond fingerprints. J. Comput.-Aided Mol. Des. 2016, 30, 595–608. [Google Scholar] [CrossRef]
  22. Xiong, Z.; Wang, D.; Liu, X.; Zhong, F.; Wan, X.; Li, X.; Li, Z.; Luo, X.; Chen, K.; Jiang, H.; et al. Pushing the Boundaries of Molecular Representation for Drug Discovery with the Graph Attention Mechanism. J. Med. Chem. 2020, 63, 8749–8760. [Google Scholar] [CrossRef]
  23. Jiang, L.; Sun, N.; Zhang, Y.; Yu, X.; Liu, X. Bioactive Peptide Recognition Based on NLP Pre-Train Algorithm. IEEE/ACM Trans. Comput. Biol. Bioinform. 2023, 20, 3809–3819. [Google Scholar] [CrossRef] [PubMed]
  24. Madani, A.; Krause, B.; Greene, E.R.; Subramanian, S.; Mohr, B.P.; Holton, J.M.; Olmos, J.L., Jr.; Xiong, C.; Sun, Z.Z.; Socher, R.; et al. Large language models generate functional protein sequences across diverse families. Nat. Biotechnol. 2023, 41, 1099–1106. [Google Scholar] [CrossRef] [PubMed]
  25. Lin, Z.; Akin, H.; Rao, R.; Hie, B.; Zhu, Z.; Lu, W.; Smetanin, N.; Verkuil, R.; Kabeli, O.; Shmueli, Y.; et al. Evolutionary-scale prediction of atomic-level protein structure with a language model. Science 2023, 379, 1123–1130. [Google Scholar] [CrossRef] [PubMed]
  26. Elnaggar, A.; Essam, H.; Salah-Eldin, W.; Moustafa, W.; Elkerdawy, M.; Rochereau, C.; Rost, B. Ankh: Optimized Protein Language Model Unlocks General-Purpose Modelling. arXiv 2023, arXiv:2301.06568. [Google Scholar] [CrossRef]
  27. Elnaggar, A.; Heinzinger, M.; Dallago, C.; Rihawi, G.; Wang, Y.; Jones, L.; Gibbs, T.; Feher, T.; Angerer, C.; Steinegger, M.; et al. ProtTrans: Towards Cracking the Language of Life’s Code Through Self-Supervised Deep Learning and High Performance Computing. arXiv 2020, arXiv:2007.06225. [Google Scholar]
  28. Agoni, C.; Fernandez-Diaz, R.; Timmons, P.B.; Adelfio, A.; Gomez, H.; Shields, D.C. Molecular Modelling in Bioactive Peptide Discovery and Characterisation. Biomolecules 2025, 15, 524. [Google Scholar] [CrossRef]
  29. Oikawa, Y.; Uzawa, T.; Berenger, F.; Minagawa, N.; Yumoto, A.; Takaku, H.; Tamura, R.; Ito, Y.; Tsuda, K. GPepT: A Foundation Language Model for Peptidomimetics Incorporating Noncanonical Amino Acids. ACS Med. Chem. Lett. 2025, 16, 1670–1675. [Google Scholar] [CrossRef]
  30. Garzon Otero, D.; Akbari, O.; Bilodeau, C. PepMNet: A hybrid deep learning model for predicting peptide properties using hierarchical graph representations. Mol. Syst. Des. Eng. 2025, 10, 205–218. [Google Scholar] [CrossRef]
  31. Feller, A.L.; Secor, M.; Swanson, S.; Wilke, C.O.; Deibler, K. PeptideMTR: Scaling SMILES-Based Language Models for Therapeutic Peptide Engineering. bioRxiv 2026. [Google Scholar] [CrossRef]
  32. Stein, R.M.; Yang, Y.; Balius, T.E.; O’Meara, M.J.; Lyu, J.; Young, J.; Tang, K.; Shoichet, B.K.; Irwin, J.J. Property-Unmatched Decoys in Docking Benchmarks. J. Chem. Inf. Model. 2021, 61, 699–714. [Google Scholar] [CrossRef]
  33. Mutowo, P.; Bento, A.P.; Dedman, N.; Gaulton, A.; Hersey, A.; Lomax, J.; Overington, J.P. A drug target slim: Using gene ontology and gene ontology annotations to navigate protein-ligand target space in ChEMBL. J. Biomed. Semant. 2016, 7, 59. [Google Scholar] [CrossRef]
  34. Gilson, M.K.; Liu, T.; Baitaluk, M.; Nicola, G.; Hwang, L.; Chong, J. BindingDB in 2015: A public database for medicinal chemistry, computational chemistry and systems pharmacology. Nucleic Acids Res. 2016, 44, D1045–D1053. [Google Scholar] [CrossRef] [PubMed]
  35. Kim, M.T.; Wang, W.; Sedykh, A.; Zhu, H. Curating and Preparing High-Throughput Screening Data for Quantitative Structure-Activity Relationship Modeling. Methods Mol. Biol. 2016, 1473, 161–172. [Google Scholar]
  36. Zhang, S.; Wu, C.; Wang, S.; Vogel, H.; Li, Y.; Yuan, S. Discovering Potent and Diverse Agonists for the beta(2)-Adrenergic Receptor via Machine Learning. ACS Pharmacol. Transl. Sci. 2025, 8, 4297–4311. [Google Scholar] [CrossRef] [PubMed]
  37. Wen, Z.; He, J.; Tao, H.; Huang, S.-Y. PepBDB: A comprehensive structural database of biological peptide–protein interactions. Bioinformatics 2018, 35, 175–177. [Google Scholar] [CrossRef] [PubMed]
  38. Singh, S.; Chaudhary, K.; Dhanda, S.K.; Bhalla, S.; Usmani, S.S.; Gautam, A.; Tuknait, A.; Agrawal, P.; Mathur, D.; Raghava, G.P. SATPdb: A database of structurally annotated therapeutic peptides. Nucleic Acids Res. 2016, 44, D1119–D1126. [Google Scholar] [CrossRef]
  39. Pirtskhalava, M.; Amstrong, A.A.; Grigolava, M.; Chubinidze, M.; Alimbarashvili, E.; Vishnepolsky, B.; Gabrielian, A.; Rosenthal, A.; Hurt, D.E.; Tartakovsky, M. DBAASP v3: Database of antimicrobial/cytotoxic activity and structure of peptides as a resource for development of new therapeutics. Nucleic Acids Res. 2021, 49, D288–D297. [Google Scholar] [CrossRef]
  40. Visan, A.I.; Negut, I. Integrating Artificial Intelligence for Drug Discovery in the Context of Revolutionizing Drug Delivery. Life 2024, 14, 233. [Google Scholar] [CrossRef]
  41. Stokes, J.M.; Yang, K.; Swanson, K.; Jin, W.; Cubillos-Ruiz, A.; Donghia, N.M.; MacNair, C.R.; French, S.; Carfrae, L.A.; Bloom-Ackermann, Z.; et al. A Deep Learning Approach to Antibiotic Discovery. Cell 2020, 181, 475–483. [Google Scholar] [CrossRef]
  42. Wang, X.; Gao, C.; Han, P.; Li, X.; Chen, W.; Rodriguez Paton, A.; Wang, S.; Zheng, P. PETrans: De Novo Drug Design with Protein-Specific Encoding Based on Transfer Learning. Int. J. Mol. Sci. 2023, 24, 1146. [Google Scholar] [CrossRef]
  43. Bae, D.; Kim, M.; Seo, J.; Nam, H. AI-guided discovery and optimization of antimicrobial peptides through species-aware language model. Brief. Bioinform. 2025, 26, bbaf343. [Google Scholar] [CrossRef] [PubMed]
  44. Lipton, Z.C.; Berkowitz, J.; Elkan, C. A Critical Review of Recurrent Neural Networks for Sequence Learning. arXiv 2015, arXiv:1506.00019. [Google Scholar] [CrossRef]
  45. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef] [PubMed]
  46. Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
  47. Hearst, M.A.; Dumais, S.T.; Osuna, E.; Platt, J.; Scholkopf, B. Support vector machines. IEEE Intell. Syst. Their Appl. 1998, 13, 18–28. [Google Scholar] [CrossRef]
  48. Li, Z.; Liu, F.; Yang, W.; Peng, S.; Zhou, J. A Survey of Convolutional Neural Networks: Analysis, Applications, and Prospects. IEEE Trans. Neural Netw. Learn. Syst. 2022, 33, 6999–7019. [Google Scholar] [CrossRef]
  49. Taud, H.; Mas, J.F. Multilayer Perceptron (MLP). In Geomatic Approaches for Modeling Land Change Scenarios; Camacho Olmedo, M.T., Paegelow, M., Mas, J.-F., Escobar, F., Eds.; Springer International Publishing: Cham, Switzerland, 2018; pp. 451–455. [Google Scholar]
  50. Hu, J.; Shen, L.; Albanie, S.; Sun, G.; Wu, E. Squeeze-and-Excitation Networks. arXiv 2017, arXiv:1709.01507. [Google Scholar]
  51. Rohrer, S.G.; Baumann, K. Maximum Unbiased Validation (MUV) Data Sets for Virtual Screening Based on PubChem Bioactivity Data. J. Chem. Inf. Model. 2009, 49, 169–184. [Google Scholar] [CrossRef]
  52. Usmani, S.S.; Bedi, G.; Samuel, J.S.; Singh, S.; Kalra, S.; Kumar, P.; Ahuja, A.A.; Sharma, M.; Gautam, A.; Raghava, G.P.S. THPdb: Database of FDA-approved peptide and protein therapeutics. PLoS ONE 2017, 12, e0181748. [Google Scholar] [CrossRef]
  53. Li, H.; Sun, X.; Cui, W.; Xu, M.; Dong, J.; Ekundayo, B.E.; Ni, D.; Rao, Z.; Guo, L.; Stahlberg, H.; et al. Computational drug development for membrane protein targets. Nat. Biotechnol. 2024, 42, 229–242. [Google Scholar] [CrossRef]
  54. Eberhardt, J.; Santos-Martins, D.; Tillack, A.F.; Forli, S. AutoDock Vina 1.2.0: New Docking Methods, Expanded Force Field, and Python Bindings. J. Chem. Inf. Model. 2021, 61, 3891–3898. [Google Scholar] [CrossRef]
  55. Yang, Y.; Yao, K.; Repasky, M.P.; Leswing, K.; Abel, R.; Shoichet, B.K.; Jerome, S.V. Efficient Exploration of Chemical Space with Docking and Deep Learning. J. Chem. Theory Comput. 2021, 17, 7106–7119. [Google Scholar] [CrossRef]
  56. Sha, C.M.; Wang, J.; Dokholyan, N.V. NeuralDock: Rapid and Conformation-Agnostic Docking of Small Molecules. Front. Mol. Biosci. 2022, 9, 867241. [Google Scholar] [CrossRef]
  57. Zhang, X.; Zhang, O.; Shen, C.; Qu, W.; Chen, S.; Cao, H.; Kang, Y.; Wang, Z.; Wang, E.; Zhang, J.; et al. Efficient and accurate large library ligand docking with KarmaDock. Nat. Comput. Sci. 2023, 3, 789–804. [Google Scholar] [CrossRef]
  58. Abramson, J.; Adler, J.; Dunger, J.; Evans, R.; Green, T.; Pritzel, A.; Ronneberger, O.; Willmore, L.; Ballard, A.J.; Bambrick, J.; et al. Accurate structure prediction of biomolecular interactions with AlphaFold 3. Nature 2024, 630, 493–500. [Google Scholar] [CrossRef] [PubMed]
  59. Passaro, S.; Corso, G.; Wohlwend, J.; Reveiz, M.; Thaler, S.; Somnath, V.R.; Getz, N.; Portnoi, T.; Roy, J.; Stark, H.; et al. Boltz-2: Towards Accurate and Efficient Binding Affinity Prediction. bioRxiv 2025. [Google Scholar] [CrossRef]
  60. Zhang, Y.; Sanner, M.F. AutoDock CrankPep: Combining folding and docking to predict protein-peptide complexes. Bioinformatics 2019, 35, 5121–5127. [Google Scholar] [CrossRef] [PubMed]
  61. Omidi, A.; Moller, M.H.; Malhis, N.; Bui, J.M.; Gsponer, J. AlphaFold-Multimer accurately captures interactions and dynamics of intrinsically disordered protein regions. Proc. Natl. Acad. Sci. USA 2024, 121, e2406407121. [Google Scholar] [CrossRef] [PubMed]
  62. Zalewski, M.; Wallner, B.; Kmiecik, S. Protein-Peptide Docking with ESMFold Language Model. J. Chem. Theory Comput. 2025, 21, 2817–2821. [Google Scholar]
  63. Medina, E.; Latham, D.R.; Sanabria, H. Unraveling protein’s structural dynamics: From configurational dynamics to ensemble switching guides functional mesoscale assemblies. Curr. Opin. Struct. Biol. 2021, 66, 129–138. [Google Scholar] [CrossRef]
  64. Wang, C.; Greene, D.; Xiao, L.; Qi, R.; Luo, R. Recent Developments and Applications of the MMPBSA Method. Front. Mol. Biosci. 2017, 4, 87. [Google Scholar] [CrossRef]
  65. Abraham, M.J.; Murtola, T.; Schulz, R.; Páll, S.; Smith, J.C.; Hess, B.; Lindahl, E. GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers. SoftwareX 2015, 1–2, 19–25. [Google Scholar] [CrossRef]
  66. Case, D.A.; Aktulga, H.M.; Belfon, K.; Cerutti, D.S.; Cisneros, G.A.; Cruzeiro, V.W.D.; Forouzesh, N.; Giese, T.J.; Götz, A.W.; Gohlke, H.; et al. AmberTools. J. Chem. Inf. Model. 2023, 63, 6183–6191. [Google Scholar] [CrossRef]
  67. Case, D.A.; Cerutti, D.S.; Cruzeiro, V.W.D.; Darden, T.A.; Duke, R.E.; Ghazimirsaeed, M.; Giambaşu, G.M.; Giese, T.J.; Götz, A.W.; Harris, J.A.; et al. Recent Developments in Amber Biomolecular Simulations. J. Chem. Inf. Model. 2025, 65, 7835–7843. [Google Scholar] [CrossRef]
  68. Loeffler, H.H.; He, J.; Tibo, A.; Janet, J.P.; Voronov, A.; Mervin, L.H.; Engkvist, O. Reinvent 4: Modern AI-driven generative molecule design. J. Cheminform. 2024, 16, 20. [Google Scholar] [CrossRef]
  69. Murphy, K. Reinforcement Learning: An Overview. arXiv 2024, arXiv:2412.05265. [Google Scholar]
  70. Ross, G.A.; Lu, C.; Scarabelli, G.; Albanese, S.K.; Houang, E.; Abel, R.; Harder, E.D.; Wang, L. The maximal and current accuracy of rigorous protein-ligand binding free energy calculations. Commun. Chem. 2023, 6, 222. [Google Scholar] [CrossRef] [PubMed]
  71. de Ruiter, A.; Oostenbrink, C. Advances in the calculation of binding free energies. Curr. Opin. Struct. Biol. 2020, 61, 207–212. [Google Scholar] [CrossRef] [PubMed]
  72. Wang, L.; Wu, Y.; Deng, Y.; Kim, B.; Pierce, L.; Krilov, G.; Lupyan, D.; Robinson, S.; Dahlgren, M.K.; Greenwood, J.; et al. Accurate and reliable prediction of relative ligand binding potency in prospective drug discovery by way of a modern free-energy calculation protocol and force field. J. Am. Chem. Soc. 2015, 137, 2695–2703. [Google Scholar] [CrossRef]
  73. van Pinxteren, D.J.M.; Jespers, W. Integrating Machine Learning into Free Energy Perturbation Workflows. J. Chem. Inf. Model. 2025, 65, 9856–9864. [Google Scholar] [CrossRef]
  74. Tosca, E.M.; Aiello, L.; De Carlo, A.; Magni, P. Pharmacometrics in the Age of Large Language Models: A Vision of the Future. Pharmaceutics 2025, 17, 1274. [Google Scholar] [CrossRef] [PubMed]
  75. Ovchinnikov, S.; Huang, P.S. Structure-based protein design with deep learning. Curr. Opin. Chem. Biol. 2021, 65, 136–144. [Google Scholar] [CrossRef]
  76. Wan, F.; Wong, F.; Collins, J.J.; de la Fuente-Nunez, C. Machine learning for antimicrobial peptide identification and design. Nat. Rev. Bioeng. 2024, 2, 392–407. [Google Scholar] [CrossRef]
  77. Lu, S.; Gao, Z.; He, D.; Zhang, L.; Ke, G. Data-driven quantum chemical property prediction leveraging 3D conformations with Uni-Mol. Nat. Commun. 2024, 15, 7104, Erratum in Nat. Commun. 2024, 15, 8548. [Google Scholar] [CrossRef]
  78. Shin, B.; Park, S.; Bak, J.; Ho, J.C. Controlled Molecule Generator for Optimizing Multiple Chemical Properties. In Proceedings of the Conference on Health, Inference, and Learning, New York, NY, USA, 8–10 April 2021; Volume 2021, pp. 146–153. [Google Scholar]
  79. Yang, K.; Xie, Z.; Li, Z.; Qian, X.; Sun, N.; He, T.; Xu, Z.; Jiang, J.; Mei, Q.; Wang, J.; et al. MolProphet: A One-Stop, General Purpose, and AI-Based Platform for the Early Stages of Drug Discovery. J. Chem. Inf. Model. 2024, 64, 2941–2947. [Google Scholar] [CrossRef]
  80. Nicolaou, C.A.; Kannas, C.; Loizidou, E. Multi-objective optimization methods in de novo drug design. Mini Rev. Med. Chem. 2012, 12, 979–987. [Google Scholar] [CrossRef] [PubMed]
  81. Chen, S.; Jung, Y. Estimating the synthetic accessibility of molecules with building block and reaction-aware SAScore. J. Cheminform 2024, 16, 83. [Google Scholar] [CrossRef]
  82. Gao, W.; Luo, S.; Coley, C.W. Generative AI for navigating synthesizable chemical space. Proc. Natl. Acad. Sci. USA 2025, 122, e2415665122. [Google Scholar] [CrossRef] [PubMed]
  83. Watson, J.L.; Juergens, D.; Bennett, N.R.; Trippe, B.L.; Yim, J.; Eisenach, H.E.; Ahern, W.; Borst, A.J.; Ragotte, R.J.; Milles, L.F.; et al. De novo design of protein structure and function with RFdiffusion. Nature 2023, 620, 1089–1100. [Google Scholar] [CrossRef] [PubMed]
  84. Dauparas, J.; Anishchenko, I.; Bennett, N.; Bai, H.; Ragotte, R.J.; Milles, L.F.; Wicky, B.I.M.; Courbet, A.; de Haas, R.J.; Bethel, N.; et al. Robust deep learning–based protein sequence design using ProteinMPNN. Science 2022, 378, 49–56. [Google Scholar] [CrossRef]
  85. Rettie, S.A.; Juergens, D.; Adebomi, V.; Bueso, Y.F.; Zhao, Q.; Leveille, A.N.; Liu, A.; Bera, A.K.; Wilms, J.A.; Üffing, A.; et al. Accurate de novo design of high-affinity protein-binding macrocycles using deep learning. Nat. Chem. Biol. 2025, 21, 1948–1956. [Google Scholar] [CrossRef]
  86. Lipinski, C.A. Lead- and drug-like compounds: The rule-of-five revolution. Drug Discov. Today Technol. 2004, 1, 337–341. [Google Scholar] [CrossRef] [PubMed]
  87. Lau, J.L.; Dunn, M.K. Therapeutic peptides: Historical perspectives, current development trends, and future directions. Bioorg. Med. Chem. 2018, 26, 2700–2707. [Google Scholar] [CrossRef]
  88. Jumper, J.; Evans, R.; Pritzel, A.; Green, T.; Figurnov, M.; Ronneberger, O.; Tunyasuvunakool, K.; Bates, R.; Zidek, A.; Potapenko, A.; et al. Highly accurate protein structure prediction with AlphaFold. Nature 2021, 596, 583–589. [Google Scholar] [CrossRef]
  89. Baek, M.; DiMaio, F.; Anishchenko, I.; Dauparas, J.; Ovchinnikov, S.; Lee, G.R.; Wang, J.; Cong, Q.; Kinch, L.N.; Schaeffer, R.D.; et al. Accurate prediction of protein structures and interactions using a three-track neural network. Science 2021, 373, 871–876. [Google Scholar] [CrossRef]
  90. Tan, X.; Liu, Q.; Zhou, M.; Fang, Y.; Ouyang, D.; Zeng, W.; Dong, J. pepADMET: A Novel Computational Platform For Systematic ADMET Evaluation of Peptides. J. Chem. Inf. Model. 2026, 66, 936–946. [Google Scholar] [CrossRef]
  91. Chenthamarakshan, V.; Hoffman, S.C.; Owen, C.D.; Lukacik, P.; Strain-Damerell, C.; Fearon, D.; Malla, T.R.; Tumber, A.; Schofield, C.J.; Duyvesteyn, H.M.E.; et al. Accelerating drug target inhibitor discovery with a deep generative foundation model. Sci. Adv. 2023, 9, eadg7865. [Google Scholar] [CrossRef]
  92. Nicolaou, K.C. Organic synthesis: The art and science of replicating the molecules of living nature and creating others like them in the laboratory. Proc. Math. Phys. Eng. Sci. 2014, 470, 20130690. [Google Scholar] [CrossRef] [PubMed]
  93. Zhang, Z. When doctors meet with AlphaGo: Potential application of machine learning to clinical medicine. Ann. Transl. Med. 2016, 4, 125. [Google Scholar] [CrossRef]
  94. Andronov, M.; Voinarovska, V.; Andronova, N.; Wand, M.; Clevert, D.A.; Schmidhuber, J. Reagent prediction with a molecular transformer improves reaction data quality. Chem. Sci. 2023, 14, 3235–3246. [Google Scholar] [CrossRef]
  95. Akhondi, S.A.; Rey, H.; Schworer, M.; Maier, M.; Toomey, J.; Nau, H.; Ilchmann, G.; Sheehan, M.; Irmer, M.; Bobach, C.; et al. Automatic identification of relevant chemical compounds from patents. Database 2019, 2019, baz001. [Google Scholar] [CrossRef]
  96. Tu, Z.; Choure, S.J.; Fong, M.H.; Roh, J.; Levin, I.; Yu, K.; Joung, J.F.; Morgan, N.; Li, S.-C.; Sun, X.; et al. ASKCOS: Open-Source, Data-Driven Synthesis Planning. Acc. Chem. Res. 2025, 58, 1764–1775. [Google Scholar] [CrossRef]
  97. Schwaller, P.; Probst, D.; Vaucher, A.C.; Nair, V.H.; Kreutter, D.; Laino, T.; Reymond, J.-L. Mapping the space of chemical reactions using attention-based neural networks. Nat. Mach. Intell. 2021, 3, 144–152. [Google Scholar] [CrossRef]
  98. Mottola, S.; Bene, A.D.; Mazzarella, V.; Cutolo, R.; Boccino, I.; Merlino, F.; Cosconati, S.; Maro, S.D.; Messere, A. Sustainable Ultrasound-Assisted Solid-Phase peptide synthesis (SUS-SPPS): Less Waste, more efficiency. Ultrason. Sonochem 2025, 114, 107257. [Google Scholar] [CrossRef] [PubMed]
  99. Szaniszlo, S.; Csampai, A.; Horvath, D.; Tomecz, R.; Farkas, V.; Perczel, A. Unveiling the Oxazolidine Character of Pseudoproline Derivatives by Automated Flow Peptide Chemistry. Int. J. Mol. Sci. 2024, 25, 4150. [Google Scholar] [CrossRef] [PubMed]
  100. Shields, B.J.; Stevens, J.; Li, J.; Parasram, M.; Damani, F.; Alvarado, J.I.M.; Janey, J.M.; Adams, R.P.; Doyle, A.G. Bayesian reaction optimization as a tool for chemical synthesis. Nature 2021, 590, 89–96. [Google Scholar] [CrossRef]
  101. Jeong, J.; Kim, D.; Choi, J. Application of ToxCast/Tox21 data for toxicity mechanism-based evaluation and prioritization of environmental chemicals: Perspective and limitations. Toxicol. In Vitro 2022, 84, 105451. [Google Scholar] [CrossRef]
  102. Wu, Z.; Ramsundar, B.; Feinberg, E.N.; Gomes, J.; Geniesse, C.; Pappu, A.S.; Leswing, K.; Pande, V. MoleculeNet: A benchmark for molecular machine learning. Chem. Sci. 2018, 9, 513–530. [Google Scholar] [CrossRef]
  103. Campillos, M.; Kuhn, M.; Gavin, A.C.; Jensen, L.J.; Bork, P. Drug target identification using side-effect similarity. Science 2008, 321, 263–266. [Google Scholar] [CrossRef]
  104. Ferguson, C.S.; Tyndale, R.F. Cytochrome P450 enzymes in the brain: Emerging evidence of biological significance. Trends Pharmacol. Sci. 2011, 32, 708–714. [Google Scholar] [CrossRef]
  105. Roux, G.L.; Jarray, R.; Guyot, A.C.; Pavoni, S.; Costa, N.; Theodoro, F.; Nassor, F.; Pruvost, A.; Tournier, N.; Kiyan, Y.; et al. Proof-of-Concept Study of Drug Brain Permeability Between in Vivo Human Brain and an in Vitro iPSCs-Human Blood-Brain Barrier Model. Sci. Rep. 2019, 9, 16310. [Google Scholar] [CrossRef]
  106. Zitron, E.; Karle, C.A.; Wendt-Nordahl, G.; Kathofer, S.; Zhang, W.; Thomas, D.; Weretka, S.; Kiehn, J. Bertosamil blocks HERG potassium channels in their open and inactivated states. Br. J. Pharmacol. 2002, 137, 221–228. [Google Scholar] [CrossRef] [PubMed]
  107. Manikandan, P.; Nagini, S. Cytochrome P450 Structure, Function and Clinical Significance: A Review. Curr. Drug Targets 2018, 19, 38–54. [Google Scholar] [CrossRef]
  108. Jepson, A.; Banya, W.; Sisay-Joof, F.; Hassan-King, M.; Nunes, C.; Bennett, S.; Whittle, H. Quantification of the relative contribution of major histocompatibility complex (MHC) and non-MHC genes to human immune responses to foreign antigens. Infect. Immun. 1997, 65, 872–876. [Google Scholar] [CrossRef] [PubMed]
  109. Purushotham, U. Enhanced Discussion on Reassessing Lipinski’s Rule of Five in the Era of AI-Driven Drug Discovery. Adv. Pharm. Bull. 2025, 15, 474–476. [Google Scholar] [CrossRef]
  110. O’Hagan, S.; Kell, D.B. The apparent permeabilities of Caco-2 cells to marketed drugs: Magnitude, and independence from both biophysical properties and endogenite similarities. PeerJ 2015, 3, e1405. [Google Scholar] [CrossRef]
  111. Martins, I.F.; Teixeira, A.L.; Pinheiro, L.; Falcao, A.O. A Bayesian approach to in silico blood-brain barrier penetration modeling. J. Chem. Inf. Model. 2012, 52, 1686–1697. [Google Scholar] [CrossRef] [PubMed]
  112. Dehghan Niestanak, V.; Unsworth, L.D. Detailing Protein-Bound Uremic Toxin Interaction Mechanisms with Human Serum Albumin in the Pursuit of Designing Competitive Binders. Int. J. Mol. Sci. 2023, 24, 7452. [Google Scholar] [CrossRef]
  113. Mendez, D.; Gaulton, A.; Bento, A.P.; Chambers, J.; De Veij, M.; Felix, E.; Magarinos, M.P.; Mosquera, J.F.; Mutowo, P.; Nowotka, M.; et al. ChEMBL: Towards direct deposition of bioassay data. Nucleic Acids Res. 2019, 47, D930–D940. [Google Scholar] [CrossRef]
  114. Wishart, D.S.; Feunang, Y.D.; Guo, A.C.; Lo, E.J.; Marcu, A.; Grant, J.R.; Sajed, T.; Johnson, D.; Li, C.; Sayeeda, Z.; et al. DrugBank 5.0: A major update to the DrugBank database for 2018. Nucleic Acids Res. 2018, 46, D1074–D1082. [Google Scholar]
  115. Sato, T.; Yuki, H.; Ogura, K.; Honma, T. Construction of an integrated database for hERG blocking small molecules. PLoS ONE 2018, 13, e0199348. [Google Scholar] [CrossRef]
  116. Karim, A.; Lee, M.; Balle, T.; Sattar, A. CardioTox net: A robust predictor for hERG channel blockade based on deep learning meta-feature ensembles. J. Cheminform. 2021, 13, 60. [Google Scholar] [PubMed]
  117. Mendes, M.; Mahita, J.; Blazeska, N.; Greenbaum, J.; Ha, B.; Wheeler, K.; Wang, J.; Shackelford, D.; Sette, A.; Peters, B. IEDB-3D 2.0: Structural data analysis within the Immune Epitope Database. Protein Sci. 2023, 32, e4605. [Google Scholar]
  118. Mumuni, F.; Mumuni, A. Explainable artificial intelligence (XAI): From inherent explainability to large language models. arXiv 2025, arXiv:2501.09967. [Google Scholar] [CrossRef]
  119. Bender, A.; Cortés-Ciriano, I. Artificial intelligence in drug discovery: What is realistic, what are illusions? Part 1: Ways to make an impact, and why we are not there yet. Drug Discov. Today 2021, 26, 511–524. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Different binding modes between small molecule drugs and peptide drugs. A small molecule drugs (green) usually binds to a well-defined sites in the target proteins (1), whereas a peptide drug (orange) can occupy a large special pocket (2) or modulate protein–protein interaction interfaces (3).
Figure 1. Different binding modes between small molecule drugs and peptide drugs. A small molecule drugs (green) usually binds to a well-defined sites in the target proteins (1), whereas a peptide drug (orange) can occupy a large special pocket (2) or modulate protein–protein interaction interfaces (3).
Ijms 27 03142 g001
Figure 2. Different representations between small molecule drugs and peptide drugs. The left side and blue block: a small molecule drug using caffeine and glucose as an example; the right side and purple block: a peptide drug. A detailed description is given in the article.
Figure 2. Different representations between small molecule drugs and peptide drugs. The left side and blue block: a small molecule drug using caffeine and glucose as an example; the right side and purple block: a peptide drug. A detailed description is given in the article.
Ijms 27 03142 g002
Figure 3. AI demonstrates different advantages for small molecule drugs and peptide drugs. (Left): Schematic representation of binding a small molecule drug to a target protein. AI is used to calculate and predict changes in atomic-level electronic and steric effects in small molecule drugs, in order to achieve lead optimization in SAR studies. (Right): Schematic representation of binding a peptide drug to a target protein. AI is used to calculate and predict the impact of amino acid sequence mutations on the spatial conformation of peptide drugs, thereby achieving lead optimization in terms of SAR.
Figure 3. AI demonstrates different advantages for small molecule drugs and peptide drugs. (Left): Schematic representation of binding a small molecule drug to a target protein. AI is used to calculate and predict changes in atomic-level electronic and steric effects in small molecule drugs, in order to achieve lead optimization in SAR studies. (Right): Schematic representation of binding a peptide drug to a target protein. AI is used to calculate and predict the impact of amino acid sequence mutations on the spatial conformation of peptide drugs, thereby achieving lead optimization in terms of SAR.
Ijms 27 03142 g003
Figure 4. Difference in the generation of small molecule vs. peptide drugs. (Left): For small molecule drug design, “property-first” counts. (Right): For peptide drug design, “structure-first” counts.
Figure 4. Difference in the generation of small molecule vs. peptide drugs. (Left): For small molecule drug design, “property-first” counts. (Right): For peptide drug design, “structure-first” counts.
Ijms 27 03142 g004
Figure 5. AI plays different roles in the synthesis design of two types of drugs. (Left): In the field of small molecule drugs, AI plays the role of an explorer, focusing on discovering new synthesis routes. (Right): For peptide drug synthesis, artificial AI plays the role of an optimizer, improving existing process workflows.
Figure 5. AI plays different roles in the synthesis design of two types of drugs. (Left): In the field of small molecule drugs, AI plays the role of an explorer, focusing on discovering new synthesis routes. (Right): For peptide drug synthesis, artificial AI plays the role of an optimizer, improving existing process workflows.
Ijms 27 03142 g005
Table 3. Representative AI-driven molecular docking tools.
Table 3. Representative AI-driven molecular docking tools.
ModalityRepresentative Tool/MethodCore Problem SolvedAI Role
Small MoleculeAI Surrogate Model (Lean Docking), AlphaFold-LigandThroughput: Accelerating screening of large databasesFast filter/
end-to-end predictor
PeptideAlphaFold-Multimer, ESMFoldFlexibility: Handling the vast conformational space of peptide chainsStructure predictor (transforms docking into a folding problem)
Table 4. Comparison of representative AI-driven de novo design tools.
Table 4. Comparison of representative AI-driven de novo design tools.
ModalityRepresentative Tool/MethodCore Design PhilosophyAI Roles
Small MoleculeMOO frameworks (e.g., MolProphet), SynFormerProperty-First: Balance multiple abstract objectives (activity, ADMET, SA)Multi-property optimizer/
Synthesis pathway planner
PeptideRFdiffusion, RFpeptidesStructure-First: Design a functional 3D backbone that binds a targetStructural architect/Geometric problem solver
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Lin, H.; Vogel, H.; Zhang, H. A Comparative Review of Artificial Intelligence Applications in Small Molecule Versus Peptide Drug Discovery. Int. J. Mol. Sci. 2026, 27, 3142. https://doi.org/10.3390/ijms27073142

AMA Style

Lin H, Vogel H, Zhang H. A Comparative Review of Artificial Intelligence Applications in Small Molecule Versus Peptide Drug Discovery. International Journal of Molecular Sciences. 2026; 27(7):3142. https://doi.org/10.3390/ijms27073142

Chicago/Turabian Style

Lin, Han, Horst Vogel, and Huawei Zhang. 2026. "A Comparative Review of Artificial Intelligence Applications in Small Molecule Versus Peptide Drug Discovery" International Journal of Molecular Sciences 27, no. 7: 3142. https://doi.org/10.3390/ijms27073142

APA Style

Lin, H., Vogel, H., & Zhang, H. (2026). A Comparative Review of Artificial Intelligence Applications in Small Molecule Versus Peptide Drug Discovery. International Journal of Molecular Sciences, 27(7), 3142. https://doi.org/10.3390/ijms27073142

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop