ESM-2, PepMLM, and EVOLVEpro — method, logic, and evidence
Simple Explainer Guide
Bits in Bio Journal Club · June 2026 · Nature Biotechnology & Science
Foundation
ESM-2
Protein language model 250M sequences · 15B params
→
De novo generation
PepMLM
Peptide binders from sequence alone
+
Active optimisation
EVOLVEpro
Improve existing proteins with guided experiments
Background
Why these tools, why now?
Two persistent problems in protein engineering motivate this pair of papers.
Problem 1 — Undruggable targets
Many clinically relevant proteins — transcription factors, fusion oncoproteins, mutant huntingtin — are intrinsically disordered: no stable tertiary structure, no binding pocket, no template for structure-based design. Conventional drug discovery fails here.
Problem 2 — “Good enough” tools
Many protein tools (compact CRISPR nucleases, mRNA synthesis enzymes) work in principle but are held back by insufficient activity or immunogenicity. Sequence space is too large to screen exhaustively.
Both papers use ESM-2 as a starting point — but in opposite ways. PepMLM uses it to generate. EVOLVEpro uses it as a coordinate system. They address different problem classes.
Part 1
ESM-2 — the shared foundation
ESM-2 (Meta AI) is a protein language model trained on ~250 million sequences using masked language modelling (MLM): tokens are randomly hidden and the model is trained to predict them from context. The largest version has 15 billion parameters. No structural or functional labels are used — the training signal is the sequence itself.
Masked language modelling — how ESM-2 trains
Masked residues (dark blue) are predicted from context. After 250M sequences the model learns chemical and evolutionary compatibility at each position without any structural labels.
Two outputs — why the distinction matters
Fitness scores
Per-residue amino acid probabilities. High probability = evolution has consistently preserved that residue. Used by PepMLM's generation head.
⚠ Does NOT reliably predict engineering activity (see EVOLVEpro)
Embeddings
Fixed-length vector from the model's hidden layers. Encodes where a sequence sits in learned protein space — a coordinate system for all possible sequences.
✓ Used by EVOLVEpro as a geometric map for the random forest
Embedding analogy
A map of all proteins in sequence space. Evolution has densely populated certain regions (functional families) and left others nearly empty. Embeddings are the coordinates of a sequence on that map. Two proteins sharing 30% sequence identity but similar function will have nearby embeddings.
Part 2 — PepMLM
PepMLM — peptide binders from sequence alone
Chen, Quinn, Dumas, Peng et al. · Nature Biotechnology, 2025
PepMLM fine-tunes ESM-2 (650M) to reconstruct peptide binders from target sequence context — without structural input at any stage. The core use case is disordered targets where structure-based tools cannot operate.
Training strategy
Training data: 10,000 known peptide–protein pairs (PepNN + Propedia). Each pair is concatenated as one sequence — target first, peptide at the end. The entire peptide region is masked. The model is trained to reconstruct the binder from target context alone.
PepMLM — training vs. inference
Benchmarking (computational)
Head-to-head with RFdiffusion (Baker lab) — current structure-based benchmark. Scored by AlphaFold-Multimer ipTM. One peptide generated per target.
PepMLM hit rate
38%
vs 29% RFdiffusion (Fig. 1d)
Stricter threshold
49%
vs 34% RFdiffusion (Fig. 1d)
Training pairs
10K
PepNN + Propedia
Caveat: ipTM is a structural plausibility estimate, not a binding assay. For disordered targets, AlphaFold-Multimer predictions are unreliable. The experimental data below are the more meaningful test.
Experimental validation
1. Binding — NCAM1 (ELISA)
All 4 PepMLM peptides showed concentration-dependent binding response against recombinant NCAM1 down to ~60 nM (Fig. 2a). Best peptide statistically distinct from BSA, polyG, IgG controls at 30 nM (P = 0.0051, Fig. 2b). RFdiffusion peptides for the same target showed substantially weaker signal.
Fig. 2a, 2b
ELISA: PepMLM peptides vs. NCAM1 (concentration-dependent signal) vs. three control proteins (flat lines). All 4 peptides active at ~60 nM; best peptide statistically significant over BSA at 30 nM (P = 0.0051).
2. Targeted degradation — mutant huntingtin in patient cells
Ubiquibody (uAb)
PepMLM peptide fused to an E3 ubiquitin ligase. Peptide confers target specificity; E3 component ubiquitylates the bound protein, routing it to 26S proteasomal degradation. Analogous to a PROTAC with a peptide targeting moiety.
Target: mutant huntingtin (mHTT), an IDP with polyglutamine expansion >36 repeats. Cells: TruHD fibroblasts (patient-derived, Q43/Q17 CAG configuration — clinically pathological repeat length, not an overexpression model).
uAb constructs tested
5/5
All significantly reduced mHTT in TruHD cells (Fig. 3c, 3d)
Viral phosphoprotein hit rate
~63%
Nipah, Hendra, HMPV (Fig. 4a–c)
HMPV near-complete clearance
4
HMPV_12/_15/_18/_19 in live-virus infection (Fig. 4d)
Fig. 3c, 3d
Western blot + densitometry of mHTT in TruHD cells. All 5 uAb constructs: statistically significant reduction vs. non-targeting control. mHTT is an IDP with no approved direct degrader.
Fig. 4a–c, 4d
~63% hit rate across uAb screens for Nipah, Hendra, HMPV phosphoproteins. Fig. 4d: immunofluorescence in live HMPV-infected cells — HMPV_12/_15/_18/_19 show near-complete loss of phosphoprotein signal vs. control.
Caveats
Training distribution: PepNN and Propedia derive from crystal structures. ESM-2 was trained predominantly on structured proteins. PepMLM has a strong structural prior even though no structure is required at inference. Generalisation to IDP targets is not guaranteed (Supplementary Fig. S6).
Pharmacokinetics: Designed peptides are linear sequences — susceptible to proteolysis, low cell permeability. No chemical modifications incorporated.
Part 3 — EVOLVEpro
EVOLVEpro — guided protein optimisation
Jiang, Yan, Di Bernardo et al. · Science, 2025
Given a functional protein and a quantitative activity assay, improve performance with a small number of experimental measurements.
The fitness–activity divergence
Key finding
For nearly every protein tested, ESM-2 fitness scores were weakly or negatively correlated with experimentally measured engineering activity (Figs. 2I, 3F, 4G, 5H). The mutations ESM-2 rates as most natural are often not the ones that improve performance.
Interpretation: ESM-2's training signal is the distribution of sequences that natural selection maintained. Evolutionary fitness reflects reproductive success. Engineering goals — editing efficiency at a human locus, dsRNA contamination in a manufacturing process — have never been selection pressures. The embedding retains value as a geometric structure; the fitness score is not a reliable proxy for engineering goals.
Architecture and loop
EVOLVEpro — active learning loop
ESM-2: frozen — provides embeddings only, not fitness scores. Random forest: updated every round from experimental data. Success rate tracks the fraction of tested variants that improve on the current best.
Results — PsaCas12f (compact CRISPR nuclease)
PsaCas12f (~529 aa) fits in a single AAV vector alongside its guide RNA — SpCas9 (~1,368 aa) does not. Four rounds of optimisation using an indel assay at RNF2 in HEK293 cells.
epPsaCas12f (I178A/K333V/K454P)
>50%
indels at RNF2 (Fig. 2B)
Mean across 10 targets
23.3%
±16.7% (Fig. 2C) — best of 8 compact nucleases tested
Best single mutant K333V
>40%
indels at RNF2 (Fig. 2B)
Fig. 2B, 2C
Fig. 2B: indel frequencies for single mutants and triple mutant. K333V >40%; epPsaCas12f >50%; non-additive improvement. Fig. 2C: benchmark across 10 genomic targets — epPsaCas12f highest at nearly all.
In vivo: epPsaCas12f + guide RNA co-packaged in single AAV, injected into mice targeting PCSK9 in liver. Blood PCSK9 fell to ~50% of baseline by day 14 (Fig. 2F). Single-vector AAV delivery not achievable with SpCas9.
Fig. 2F
Blood PCSK9 levels in mice over 14 days post tail-vein AAV injection. Progressive fall to ~50% baseline. On-target editing confirmed by liver amplicon sequencing.
Results — T7 RNA polymerase (epT7)
T7 RNAP synthesises therapeutic mRNA in vitro. Problem: dsRNA contamination activates RIG-I/MDA5, driving reactogenicity. Six rounds optimised translation output, dsRNA contamination, and mRNA quality score simultaneously.
Translation (epT7 vs. WT)
~57×
Fig. 5C — across 6 mRNA sequences (Fig. 5D)
Immunogenicity reduction
~515×
IFN-β (IFNB1) qPCR in BJ fibroblasts (Fig. 5C) — cell-based, not clinical
Key mutation (round 4)
E643G
Near DNA template binding site — novel target region (Fig. 5F)
Fig. 5C, 5F
Round-by-round improvement. E643G emergence in round 4 drives the main step-change. Final epT7 (T3M/G47A/E643G): ~57× translation, ~515× immunogenicity reduction. Fig. 5F: E643G near DNA template binding site — not previously targeted for engineering.
Calibration: 515× immunogenicity is measured as IFN-β (IFNB1) production by qPCR in BJ fibroblasts, 24 h post-transfection — a cell-based readout. Clinical immunogenicity involves patient immune context, dosing schedule, and delivery formulation. (A separate dsRNA ELISA, Fig. 6F, quantifies dsRNA byproduct directly: ~1.5% for WT vs ~0.2% for epT7.)
In vivo: Luciferase mRNA (epT7 vs. WT T7) in LNPs, injected in mice; the LNPs traffic to the liver. Hepatic bioluminescence at 24 h: ~10× higher for epT7-produced mRNA (Fig. 6H).
Fig. 6H
Bioluminescent imaging 24 h post-injection. epT7 mRNA → ~10× higher signal vs. WT T7 mRNA. In vitro translation improvement confirmed in vivo.
Results — REGN10987 antibody
Chosen because prior computational tools had failed to improve it. Five rounds produced 63% improvement in binding affinity (IC50 = 11.9 nM, Fig. 1E). Used primarily to demonstrate the active learning success rate trajectory (Fig. 1C): ~9% round 1 → ~54% round 5.
Fig. 1C, 1E
Fig. 1C: success rate per round rising from ~9% to ~54%. Confirms the model is learning a predictive signal. Fig. 1E: IC50 convergence to 11.9 nM over 5 rounds.
Caveats
Assay requirement: Requires a quantitative assay runnable at ~16 variants/round. Not feasible for assays requiring animal experiments, long differentiation protocols, or primary human cells.
In vivo translation: All in vivo data from standard murine models. Standard immune-competent mice do not fully recapitulate human innate immune responses to dsRNA.
Comparison
Side by side
Dimension
PepMLM
EVOLVEpro
Problem type
De novo peptide generation for a novel target
Optimising an existing functional protein
ESM-2 usage
MLM generation head — fills masked binder from target context
Structural training prior; linear peptides have poor PK
Requires fast quantitative assay; murine in vivo data only
Chainable?
In principle. Bottleneck: developing a quantitative assay for the PepMLM-generated binder before EVOLVEpro can take over. Feasible for some targets; not trivially composable.
What does the ESM-2 embedding contribute to EVOLVEpro if fitness scores are misleading?
The embedding is not the same as the fitness score. The embedding encodes positional and contextual relationships across the full sequence — it tells the random forest which variants are geometrically nearby in protein space. This provides a smoothness assumption: similar sequences in embedding space are likely to have similar activities. Without the embedding, the random forest operates in raw sequence space with no such structure. The embedding does not indicate which direction to move; it establishes that the activity surface is probably locally continuous, making interpolation feasible with few training points.
Insights & Takeaways
What these papers contribute
PepMLM repurposes the MLM objective for conditional binder generation
The model is ESM-2 with a different training setup: target protein + fully masked peptide are concatenated, and the model is trained to reconstruct the binder from target context alone. This means the standard masked language modelling objective — designed for sequence completion — is used to learn a conditional relationship between a target sequence and its binders. No structural input, no task-specific architecture change. The novelty is in the training framing, not the model itself.
EVOLVEpro's main finding: ESM-2 fitness scores do not predict engineering activity
Across five proteins evolved in the wet lab, the variants ESM-2 rates as most evolutionarily plausible were weakly or negatively correlated with measured activity (Figs. 2I, 3F, 4G, 5H). The reason is straightforward: ESM-2 learned what natural selection has preserved across species. Engineering goals — editing efficiency at a specific human genomic locus, dsRNA output during in vitro transcription — have never been selection pressures. The paper is the first to demonstrate this divergence experimentally across multiple protein classes.
Distinction
ESM-2 embeddings (hidden-state vectors encoding sequence relationships) and ESM-2 fitness scores (output probabilities reflecting evolutionary conservation) are not interchangeable. EVOLVEpro uses embeddings as a coordinate system for a task-specific regressor. It does not use fitness scores to rank variants, and explicitly shows that doing so would mislead the optimisation.
The uAb format applies targeted degradation to proteins with no known structure
Targeted protein degraders (PROTACs, molecular glues) require a ligand for the target. For intrinsically disordered proteins, no such ligand exists. Fusing a PepMLM-designed peptide to an E3 ubiquitin ligase creates a targeting construct that doesn't depend on a known binding pocket or 3D structure. The 5/5 degradation result in TruHD patient cells is the first demonstration of this approach for mHTT specifically, though the generalisability to other IDP targets is not yet established.
EVOLVEpro nominates mutations outside the rational design search space
E643G in T7 RNAP is located near the DNA template binding site, a region not previously targeted for T7 engineering. The model arrived at this position by round 3 and converged on it after exploring the residue multiple times in round 4. This position would not have been a high-priority candidate from structural inspection alone. The same pattern holds for the PsaCas12f triple mutant: the combination I178A/K333V/K454P produces higher activity than any of the three mutations individually, an interaction that cannot be predicted additively.
Active learning vs. random sampling
2×
5 rounds × 16 variants (80 measurements) matches pre-training on 160 randomly sampled variants in the DMS benchmark (Fig. 1C).
What the embedding encodes
Sequence geometry
Which variants are neighbours in protein space — not which variants are better. The regressor learns the activity landscape on top of that geometry from experimental data.
Critical Eye
Where the evidence is incomplete
PepMLM: the computational hit rate is measured on structured targets only
The 38% hit rate (vs. 29% for RFdiffusion, Fig. 1d) is calculated on 203 test targets, all drawn from structural databases. None are intrinsically disordered. AlphaFold-Multimer — used to score predicted binding — is not reliable for disordered proteins, so there is no computational benchmark for IDP targets. The 38% figure and the IDP wet lab results are therefore measuring different things. The computational number says nothing about how the model performs on the use case that motivated the paper.
Note: the IDP wet lab claim rests on 5 constructs for mHTT and a phosphoprotein screen across three viruses. That is the actual evidence base for IDP performance — not the headline hit rate.
The 5/5 Huntington's result — control is sound; the caveat is scale
Five uAb constructs reduced mHTT in TruHD cells. The negative control is a polyG–uAb: a polyglycine peptide fused to the same E3 ligase domain (paper Fig. 3 legend and Methods). Because it carries the identical E3 component but no real targeting sequence, it does control for E3-ligase-driven non-specific degradation — it is exactly the non-targeting control needed to show the PepMLM peptide is load-bearing. The real limits are scale (five constructs, one IDP target) and that degradation is doxycycline-induced in a patient fibroblast line rather than a neuronal model. Replication on a second, structurally unrelated IDP would strengthen the generality claim more than any additional control.
HMPV phosphoprotein clearance is not the same as antiviral activity
Fig. 4d shows reduced phosphoprotein immunofluorescence signal in HMPV-infected cells treated with four uAb constructs. This confirms the uAb can degrade the phosphoprotein in the context of active infection, but it does not show whether viral replication was reduced. Measuring antiviral activity requires a direct virology readout: plaque reduction, viral titre (TCID50), or quantitative PCR for viral genomic RNA.
EVOLVEpro's DMS benchmark uses a favourable protein set
The 12 DMS datasets used for in silico benchmarking are all from published, well-characterised proteins. Proteins that have published DMS data tend to be tractable — they express well, give clean activity readouts, and have been studied enough to generate comprehensive mutational data. The benchmark may not reflect how EVOLVEpro performs on proteins that are harder to characterise, have nosier activity landscapes, or belong to families not represented in the DMS panel.
The 515× T7 immunogenicity reduction is from a single cell-based assay
Measured by IFNB1 qPCR in BJ fibroblasts at 24 hours post-transfection. IFNB1 is one interferon-stimulated gene. BJ fibroblasts respond to dsRNA via RIG-I/MDA5, but are not a standard innate immune model — primary PBMCs or monocyte-derived dendritic cells would be more relevant. The 24-hour window may not capture the full kinetics of the response. The figure is consistent with the mechanistic expectation but is a single assay readout in one cell type.
Multi-objective T7 optimisation: the trade-off surface is not reported
EVOLVEpro optimised T7 RNAP for translation output, dsRNA contamination, and mRNA quality score simultaneously. E643G improved all three, so no trade-off arose in this case. The paper does not report whether other variants in the optimisation trajectory showed trade-offs between objectives — for example, variants with higher translation but more dsRNA. For future applications where engineering objectives conflict, the behaviour of the framework under those conditions is not characterised.
Assay noise tolerance is not reported
EVOLVEpro is parameterised around ~16 measurements per round. The paper does not assess how performance degrades when assay noise is high. Before applying the framework to a new protein, it is worth establishing the coefficient of variation (CV) of the intended assay and whether that level of noise is compatible with learning a meaningful activity signal from 16 variants per round.
Glossary
Key terms
Protein language model (PLM)
Transformer trained on protein sequence databases using MLM. Learns statistical patterns of amino acid co-occurrence without structural labels.
Masked language modelling (MLM)
Training objective: randomly mask input tokens, train the model to predict them from context. Self-supervised — the sequence provides its own training signal.
ESM-2
Meta AI protein language model. 650M–15B parameters. Trained on ~250M sequences. Produces fitness scores (per-residue probabilities) and embeddings (hidden-state vectors).
Embedding
Fixed-length vector from the model's hidden layers. Encodes learned sequence relationships. Geometrically similar embeddings correspond to evolutionarily or biochemically similar sequences.
Fitness score (PLM context)
ESM-2 pseudo-log-likelihood: log probability of each residue when masked and predicted from context. Reflects evolutionary conservation; does not reliably predict engineering activity.
Intrinsically disordered protein (IDP)
Protein lacking stable tertiary structure under physiological conditions. No fixed conformation = no defined binding pocket = inaccessible to structure-based drug design.
Ubiquibody (uAb)
PepMLM peptide fused to an E3 ubiquitin ligase. Peptide confers target specificity; E3 component ubiquitylates the bound protein, routing it to 26S proteasomal degradation.
Active learning
ML paradigm in which the model selects which data points to label next, maximising information gain per experiment. Contrasts with random sampling or fully pre-labelled datasets.
Random forest
Ensemble of decision trees trained on bootstrapped data samples. Predictions averaged across trees. Effective for moderate-sized noisy datasets with non-linear relationships.
ipTM (AlphaFold-Multimer)
Interface predicted TM-score: confidence metric for predicted protein–protein interface quality. Used as a computational proxy for binding plausibility; not equivalent to an experimental Kd or IC50.
AAV
Adeno-associated virus. In vivo gene delivery vector; packaging capacity ~4.7 kb. SpCas9 + guide RNA exceeds this; epPsaCas12f does not, enabling single-vector delivery.
dsRNA
Double-stranded RNA byproduct of T7 RNAP synthesis. Recognised by RIG-I and MDA5 innate immune sensors. Drives reactogenicity in mRNA therapeutics; reduced ~515× in epT7.
PCSK9
Hepatic gene regulating LDL receptor turnover. Established cholesterol-lowering target. Used as in vivo CRISPR validation target — blood levels measurable by ELISA, providing a quantitative in vivo readout.
TruHD fibroblasts
Patient-derived fibroblasts from a Huntington's disease patient with Q43/Q17 CAG repeat configuration. Clinically pathological repeat length, not an artificial overexpression model.