Protein Design and Engineering

Published

July 7, 2026

Protein design inverts the structure-prediction problem. Instead of asking what shape a sequence adopts, design asks which sequence (or scaffold, or assembly) satisfies a target constraint. The current stack combines diffusion-based backbone generation, sequence design with inverse folding, multimodal generative models that handle structure and sequence jointly, and active-learning loops that use experiments to steer the next round. The 2024 Nobel Prize in Chemistry recognized this work alongside structure prediction. None of it removes the validation campaign at the bench: what changes is the rate at which design hypotheses can be produced and triaged.

Learning Objectives

Use this chapter to:

  • Design protein backbones, sequences, binders, enzymes, and functional proteins that can be built and tested experimentally.
  • A design is not a result until expression, folding, binding, activity, stability, and specificity are measured in the intended context.

Prerequisites: Protein Structure Prediction recommended; Foundation Models for Biology for the ESM-3, ProGen2, and EvoDiff sections.

Summary: Design protein backbones, sequences, binders, enzymes, and functional proteins that can be built and tested experimentally. Backbone generation and sequence design are now credible for selected tasks; general function design remains far harder than producing plausible structures.

Key point: A design is not a result until expression, folding, binding, activity, stability, and specificity are measured in the intended context. Open question: whether designs keep working across target classes after expression, function, specificity, and developability are measured.

Bottom line: Protein design connects structure prediction to therapeutics, enzymes, synthetic biology, vaccines, biomaterials, and autonomous design-build-test loops.

Field Guide

What is this field trying to solve? Design protein backbones, sequences, binders, enzymes, and functional proteins that can be built and tested experimentally.

What is the core idea? A design is not a result until expression, folding, binding, activity, stability, and specificity are measured in the intended context.

What is the current state of the field? Backbone generation and sequence design are now credible for selected tasks; general function design remains far harder than producing plausible structures.

What do we know, and what remains open? Known reference points include RFdiffusion, ProteinMPNN, LigandMPNN, ESM3, Chroma, ProGen2, EvoDiff, EVOLVEpro, COMPSS, Rosetta, PDB, ProteinGym, and wet-lab design campaigns. What remains open is whether designs keep working across target classes after expression, function, specificity, and developability are measured.

Why does this matter? Protein design connects structure prediction to therapeutics, enzymes, synthetic biology, vaccines, biomaterials, and autonomous design-build-test loops.


Introduction

The 2024 Nobel Prize in Chemistry recognised computational protein design alongside structure prediction. David Baker received the Prize for two decades of work that produced first Rosetta (Leaver-Fay et al., 2011) and then a deep-learning stack: RFdiffusion (Watson et al., 2023), ProteinMPNN (Dauparas et al., 2022), LigandMPNN (Dauparas et al., 2025), and RFantibody (Bennett et al., 2026): that has changed the unit economics of de novo protein engineering.

The change is real but easy to overstate. AI protein design has produced experimentally validated binders, miniproteins, enzymes, and antibodies at rates that would have been implausible a decade ago. AI protein design has not produced general functional design from natural-language prompts, reliable design of complex multi-domain biologics without iteration, or removal of the developability and immunogenicity steps that follow any biologic candidate from bench to clinic.

The chapter is organised around four questions a working researcher asks:

  1. Which generative system should I use for this design task?
  2. What does the published evidence actually support?
  3. What experimental validation does a designed candidate require?
  4. Where do current systems still fail predictably?

What is demonstrated?

Backbone generation: RFdiffusion

RFdiffusion (Watson et al., 2023) is a denoising diffusion model fine-tuned from RoseTTAFold weights. It generates three-dimensional protein backbones conditioned on user-specified constraints: motif scaffolding (place a functional motif within a generated scaffold), symmetric oligomer design, binder design against a target surface, and unconditional generation.

The Nature paper reported experimental validation across several categories: monomeric protein design, oligomer design, motif scaffolding for therapeutically relevant motifs, and binder design against multiple targets. Success rates were modest in absolute terms but high relative to prior baselines, and the system has since become a community standard. The code is open source and the model weights are freely available; this is one reason RFdiffusion-derived work has propagated rapidly.

What RFdiffusion does not do: predict sequences. It produces a backbone without final amino-acid identities; sequence design is a separate downstream step.

Sequence design: ProteinMPNN and LigandMPNN

ProteinMPNN (Dauparas et al., 2022) is a graph neural network that designs amino-acid sequences for a fixed backbone. Trained on PDB structures, it predicts the residue at each position conditioned on the surrounding backbone geometry and (optionally) the identities of neighbouring residues. The Science paper reported sequence-recovery rates and experimental success across diverse design tasks, and ProteinMPNN became the de facto inverse-folding standard.

LigandMPNN (Dauparas et al., 2025) is the 2025 Nature Methods successor that extends ProteinMPNN to handle atomic ligand context: small molecules, metals, nucleic acids, and modified residues. For any design task where the binding chemistry matters at the side-chain level, LigandMPNN is now the appropriate sequence-design step.

The composition pattern is straightforward: RFdiffusion → ProteinMPNN (for protein-only contexts) or RFdiffusion → LigandMPNN (for ligand-aware design). Both sequence-design steps emit calibrated likelihoods that can be used as triage scores before ordering protein synthesis.

Joint and language-model approaches

Several systems generate sequence and structure jointly or skip explicit structure altogether:

  • Chroma (Ingraham et al., 2023) is a programmable generative model for protein space that supports conditioning on symmetry, shape, sub-structure, and natural-language-like constraints. The Nature paper demonstrated experimental expression of generated designs.
  • ESM3 (Hayes et al., 2025) from EvolutionaryScale is a multimodal protein language model that models sequence, structure, and function tokens in one architecture. The Science paper included experimental validation of esmGFP, a designed green fluorescent protein with substantial sequence divergence from natural GFPs.
  • ProGen2 (Nijkamp et al., 2023) is an autoregressive protein language model with the same scaling story as natural-language LMs, useful for sequence-only generation conditioned on functional family.
  • EvoDiff (Alamdari et al., 2023, preprint) applies diffusion directly to amino-acid sequences without an explicit structural step, useful for evolutionary-scale generation tasks. Preprint as of this writing.
  • ProteinGenerator (Lisanza et al., 2024) uses RoseTTAFold sequence-space diffusion for multistate and functional design. Its practical contribution is conditioning sequence generation on structural and functional constraints, including experimentally guided design settings.
  • AlphaProteo (Zambaldi et al., 2024, preprint) is DeepMind’s reported binder generator. Hit rates in the preprint are notably high; the work is unpublished, the code is unreleased, and external reproducibility is not yet established. Treat as a preprint with the corresponding evidence weight.

The general capability claim is established: large generative models can produce sequences that fold and function. The boundary conditions, which tasks, which targets, which success rates under independent reproduction, are still being mapped.

Experimental calibration and active learning

The highest-value design loop uses wet-lab data to steer the next round. COMPSS showed that computational filters for generated enzymes become more useful when calibrated against experimental activity rather than treated as universal in-silico scores (Johnson et al., 2024). EVOLVEpro used protein language embeddings and few-shot active learning to guide protein activity optimization across RNA production, genome-editing, and antibody-binding tasks (Jiang et al., 2025).

These papers sharpen the operational rule: AI protein design is strongest when the model proposes, the assay measures, and the next model round learns from measured failures. A design pipeline that lacks experimental feedback is a generator, not an engineering system.

Antibody-specific design: RFantibody

Antibody design is its own subfield because the immunoglobulin fold, the hypervariable loop structure, and the affinity-maturation history make antibodies systematically different from general proteins. Generic protein-design systems are weak on antibody loops.

RFantibody (Bennett et al., 2026) extends RFdiffusion to antibody scaffolds and reports atomically accurate de novo antibody designs validated by experimental binding and structural characterisation. The Nature paper supersedes the earlier bioRxiv preprint and is the current peer-reviewed reference for AI-enabled antibody design.

Complementary systems for antibody-specific tasks (not de novo design):

For developability, immunogenicity prediction, and manufacturability, see the Antibody and Biologic Design chapter; design quality and developability are different evaluations and require different evidence.

Evidence anchor summary

Evidence Anchor What It Supports Practical Constraint
RFdiffusion De novo backbone generation under constraints Backbone only; sequence is a separate step
ProteinMPNN Inverse-folding sequence design for any backbone Quality depends on backbone realism
LigandMPNN Ligand- and modification-aware sequence design Extends ProteinMPNN; supersede for ligand-aware tasks
Chroma Programmable joint structure-and-sequence generation Conditioning interface differs from RFdiffusion stack
ESM3 Multi-modal sequence + structure + function generation Compute scale; reported esmGFP validation but generalisation under external reproduction is still being mapped
ProGen2 Autoregressive sequence generation, family-conditioned Sequence-only; structural realism is downstream
EvoDiff Sequence-space diffusion at evolutionary scale Preprint; no peer-reviewed venue at this writing
ProteinGenerator Sequence-space diffusion with structural and functional conditioning Task-specific validation determines value
EVOLVEpro Few-shot active learning for activity optimization Requires a measurable assay and round-by-round experimental data
COMPSS Calibration of computational filters for generated enzymes In-silico scores alone are insufficient
RFantibody De novo antibody design, experimentally validated Antibody-specific; not a general design tool
AlphaProteo Reported strong binder generation Restricted release; code unavailable; cite as preprint

What is theoretical?

Several capabilities are plausible given current methods but not yet routine.

Natural-language design specification. A pipeline that takes “design a thermostable, low-immunogenicity binder to PD-1 that does not aggregate at 100 mg/mL” and produces a candidate set would compose existing systems with structured specification languages and developability scorers. Components exist; integration at production quality does not.

Reliable enzyme design. Enzymes require precise active-site geometry, catalytic mechanism, and substrate access. Backbone design plus inverse folding produces candidates; the fraction that show measurable catalytic activity remains low and highly target-dependent. The community has produced individual successes (de novo retro-aldol, Diels-Alder, Kemp eliminase work going back to Baker-lab studies in the 2000s and 2010s) but no general design recipe.

The early enzyme-design record is the right calibration point. Computationally designed retro-aldolases and Kemp eliminases demonstrated that active-site geometry can be designed into new scaffolds, but the reported catalysts required experimental screening and optimization and did not establish a general recipe for arbitrary enzymatic function (Jiang et al., 2008; Röthlisberger et al., 2008).

Allosteric and switchable proteins. Conformational-cycle proteins (kinases, GPCRs, transporters) require sequence designs that adopt multiple states. Current generative systems predict one geometry; the design of an explicit conformational landscape is an open problem.

Cell-context design. Proteins that depend on cellular context, including localisation, post-translational modification, and regulation, are often designed in cell-free biophysical assays. The cellular-fidelity gap remains.

Closed-loop autonomous design. Coupling generative design, automated DNA synthesis, robotic expression and characterisation, and a model that updates from each round (covered in detail in Self-Driving Laboratories and Agentic Science Workflows) is feasible at limited scale. Production deployment that meaningfully accelerates real programs is still emerging.

What is beyond current capability?

A few framing claims are not supported by current evidence.

General-purpose functional design. A prompt-to-protein pipeline that reliably produces active, manufacturable, low-immunogenicity biologics for arbitrary therapeutic targets without iterative assay cycles is not demonstrated. The recipe-of-recipes for biological function does not exist.

Removal of developability and immunogenicity steps. AI design produces candidates faster; it does not produce candidates that are pre-cleared for aggregation, viscosity, polyspecificity, or T-cell epitopes. These steps remain mandatory for any therapeutic programme. AI tools help triage; they do not replace experimental characterisation.

Reliable design across all protein families. Designed proteins have systematically different biophysical properties from natural ones (different stability distributions, different aggregation behaviour, lower immunogenicity in some cases, higher in others). Some families (small globular folds, helical bundles) work well; others (membrane proteins, intrinsically disordered regions, large complex assemblies) remain weak.

The general rule: a design system that promises any of these without reporting independent experimental hit rates is making a claim that the current state of the field does not support.

What would make this more promising?

Protein-design claims become more promising with denominator-complete reports from independent teams across target classes: candidates generated, ordered, expressed, purified, folded, active, specific, stable, and developable. Stronger evidence would show closed-loop design outperforming expert and directed-evolution baselines under matched experimental budgets, not only producing attractive in-silico scores. Therapeutic claims would need manufacturability, immunogenicity, formulation, and pharmacology evidence tied to the same candidates that succeeded in the primary assay.

What should researchers, biotech teams, funders, and program leaders do with this?

For working researchers running a design programme:

  • Compose the stack. RFdiffusion for backbones → ProteinMPNN or LigandMPNN for sequences → AlphaFold 2/3 or Boltz / Chai for in-silico structural triage. For antibody work, use RFantibody for de novo and IgFold or AlphaFold 3 for structure prediction of natural antibodies.
  • Filter in silico before bench work. Per-residue pLDDT distribution, sequence recovery against natural homologs, predicted developability scores, basic biophysical filters (charge, hydrophobicity, predicted solubility). The cost of expressing and characterising candidates dominates; aggressive in-silico filtering is well-paid effort.
  • Define success as an assay result. A designed protein that scores well on every in-silico metric and does not bind in the assay is not a successful design; it is a failed in-silico-to-bench transfer. Report assay results, not scores.
  • Build the negative set. Designs that fail teach as much as designs that succeed. Track and analyse failure modes (no expression, no fold, no binding, off-target binding, aggregation, low stability) so each round biases the next.
  • Use developability tools as triage, not validation. Predicted immunogenicity (NetMHC-class predictors), aggregation propensity (SAP, AggreScan), polyspecificity scores: useful for ranking, not for clearance. Therapeutic candidates need experimental developability work regardless.
  • Watch for restricted releases. AlphaProteo’s reported hit rates are notable; the absence of open code and independent reproduction limits how much weight to put on the numbers. Treat as a preprint until the field reproduces the claims.
  • Cross-check with structure prediction. Predicted designs benefit from the confidence-interpretation discipline: pLDDT, PAE, ipTM: applied the same way as for natural proteins.
  • Document everything before bench work. Sequence, scaffold specification, generation parameters, in-silico scores, software version, training data range. Designed-protein reproducibility lives in those records.