We've updated our Privacy Policy to make it clearer how we use your personal data. We use cookies to provide you with a better experience. You can read our Cookie Policy here.

Advertisement

AlphaFold and the Protein Structure Prediction Revolution: What It Can and Can't Do for Your Research

AI-generated researcher viewing a protein structure model on a laboratory monitor.
Credit: AI-generated image created using Google Gemini (2026).
Read time: 9 minutes

AlphaFold protein structure prediction turned a five-decade-old open problem in structural biology into a routine computational task, placing a predicted three-dimensional model for nearly every cataloged protein within reach of any researcher. Newer systems, including AlphaFold3, ESMFold, and RoseTTAFold, have extended that capability to complexes, nucleic acids, and small molecules. Knowing where these predictions are reliable, and where they are not, is now a core skill for structural biologists, biochemists, and drug discovery researchers alike.

Key takeaways

  • AlphaFold2 solved the long-standing protein folding problem by predicting atomic-level structures with accuracy competitive with experimental methods in most tested cases.
  • AlphaFold3 extends prediction to complexes involving proteins, nucleic acids, small molecules, and modified residues using a diffusion-based architecture rather than AlphaFold2's structure module.
  • ESMFold and RoseTTAFold offer alternative approaches, trading some accuracy or requiring different inputs in exchange for speed or independence from multiple sequence alignments.
  • The predicted local-distance difference test (pLDDT) score indicates per-residue confidence, but a high score reflects local structural certainty, not biological or functional correctness.
  • Tools such as the AlphaFold Protein Structure Database and ColabFold make predictions and custom modeling accessible without requiring in-house computational infrastructure.

AlphaFold protein structure prediction and the 50-year folding problem

Predicting the three-dimensional shape a protein adopts from its amino acid sequence alone had been an unresolved challenge in structural biology for more than 50 years before AlphaFold2's release. Experimental methods such as X-ray crystallography and cryo-electron microscopy had determined structures for only a small fraction of known protein sequences, since each structure could take months or years of painstaking laboratory work to resolve. That gap between sequence knowledge and structural knowledge limited how quickly researchers could connect a gene or protein of interest to a testable hypothesis about its function.


AlphaFold2 closed much of that gap by winning the 14th Critical Assessment of protein Structure Prediction (CASP), a biennial blind test in which research groups predict structures that have been solved experimentally but not yet published. In that competition, AlphaFold2's predictions matched the solved experimental structures closely enough to be judged correct in most cases, a result well ahead of every other method entered that year. The result was widely described at the time as resolving the protein folding problem for the majority of single-chain proteins.


The practical consequence for working researchers was immediate. Rather than requesting a structure from a specialist lab and waiting months, a scientist studying an understudied protein could retrieve or generate a credible structural model in minutes, then use it to guide hypotheses about binding sites, mutations, or protein-protein interactions that would previously have required an experimental structure as a starting point.


That shift did not eliminate the value of experimental structural biology, but it changed where experimental effort gets allocated. Crystallography and cryo-electron microscopy time, both of which remain scarce and expensive, can now be directed toward the proteins and conformational states where a computational prediction is least reliable, rather than spread evenly across every target of interest.

AlphaFold2 vs AlphaFold3: How protein structure prediction evolved

AlphaFold2 builds its predictions from a multiple sequence alignment (MSA), a collection of evolutionarily related sequences gathered from public sequence databases. The model uses this alignment, together with any available structural templates, to construct a pairwise representation of how residues in the protein relate to one another, then refines that representation through a neural network component called the Evoformer before generating explicit three-dimensional coordinates.


AlphaFold3 represents a substantial architectural departure. Rather than relying on AlphaFold2's structure module, which operates on amino-acid-specific frames and side-chain torsion angles, AlphaFold3 uses a diffusion-based approach that predicts raw atom coordinates directly. This change lets the model handle a far wider range of chemical entities within a single framework, including nucleic acids, ions, and small-molecule ligands, and its developers reported that it outperforms specialized docking tools for protein-ligand interactions and improves on AlphaFold-Multimer version 2.3 specifically for antibody-antigen interfaces.


That broader scope makes AlphaFold3 particularly relevant to researchers working on biomolecular complexes rather than isolated protein chains. A drug discovery scientist studying a protein-ligand interaction, or a structural biologist modeling a protein bound to DNA, now has a single tool that can attempt a joint prediction of the full assembly rather than stitching together separate predictions for each component.

ESMFold and RoseTTAFold in the AI structural biology landscape

ESMFold takes a fundamentally different approach from AlphaFold2 and AlphaFold3 by predicting structure directly from a single sequence, with no multiple sequence alignment step required. The model is built on a large protein language model, part of the broader shift toward large language models in biology. Its developers reported that scaling to 15 billion parameters caused detailed structural information to emerge, even though the network was trained on sequence data alone, with no structural labels provided at any point. That sequence-only design made it practical to predict structures for more than 600 million metagenomic protein sequences in the ESM Metagenomic Atlas, a scale that would have been computationally expensive to reach with alignment-dependent methods.


RoseTTAFold, developed independently at the University of Washington, reproduced many of AlphaFold2's core ideas using a three-track neural network that reasons jointly over sequence, residue-residue interactions, and three-dimensional coordinates. Its developers reported accuracy approaching that of AlphaFold in the same CASP14 assessment, and the same three-track network was also shown to generate accurate models of protein-protein complexes directly from sequence.


Choosing among these tools depends on the research question at hand. AlphaFold2 and RoseTTAFold generally deliver the highest accuracy for well-characterized protein families where a rich MSA is available, while ESMFold trades some accuracy for speed and independence from alignment databases, making it well suited to large-scale screening of poorly characterized or metagenomic sequences. AlphaFold3 is the more appropriate choice whenever the research question involves a complex rather than an isolated chain.


None of these tools operates in isolation from the others in a typical research pipeline. A structural biologist studying a novel bacterial enzyme, for example, might run ESMFold first for a quick initial look, confirm the result with a full AlphaFold2 prediction once an MSA can be assembled, and reserve AlphaFold3 for the specific question of how that enzyme binds its substrate. New entrants continue to join the protein structure prediction AI field at a fast pace, but the underlying decision points have stayed consistent across successive generations of tools: accuracy, speed, and the type of molecule being modeled.


Table 1: A qualitative comparison of structure prediction tools by primary strength and typical use case.

Tool

Core approach

Best suited for

Key limitation

AlphaFold2

MSA-based Evoformer and structure module

High-accuracy single-chain prediction with strong homology

Requires MSA construction and template search

AlphaFold3

Diffusion-based prediction of complexes

Protein-ligand, protein-nucleic acid, and antibody complexes

Can hallucinate structure in disordered regions

ESMFold

Single-sequence protein language model

Fast, large-scale, or metagenomic screening

Somewhat lower accuracy without alignment information

RoseTTAFold

Three-track network over sequence, contacts, and structure

Protein complexes from sequence alone

Similar MSA dependence to AlphaFold2

AlphaFold protein structure prediction reliability and pLDDT scores

Every AlphaFold prediction ships with a per-residue pLDDT confidence score, scaled from 0100. Regions with a pLDDT above 90 are generally accurate enough for applications that depend on precise detail, such as characterizing a binding site, while regions between 7090 represent a generally reliable backbone. Regions scoring between 5070 fall into a gray zone that calls for extra scrutiny before use, and scores below 50 indicate disorder rather than a genuine modeling failure.

AI-generated comparison of high- and low-confidence pLDDT protein structure regions.

Figure 1: A two-panel comparison of a high-confidence globular domain against a low-confidence disordered region, annotated with their respective pLDDT score bands. Credit: AI-generated image created using Google Gemini (2026).


A high pLDDT score answers a narrower question than many researchers assume. It indicates that the model is confident in the local geometry of that region relative to its immediate surroundings, not that the protein performs a particular function, binds a particular partner, or exists in that conformation under physiological conditions. Multidomain proteins add a further wrinkle: two domains can each carry a high pLDDT individually while the model remains highly uncertain about their relative orientation, a distinction captured by a separate metric called the predicted aligned error rather than by pLDDT alone.


AlphaFold and its successors also carry limitations that confidence scores do not fully capture. All of these models are trained to reproduce structures deposited in the Protein Data Bank, so multidomain conformational states not represented in that experimental record, transient conformations, and dynamic behavior in solution generally fall outside what any single static prediction can show. AlphaFold3's developers have also noted that its diffusion-based architecture can occasionally generate plausible-looking structure in genuinely disordered regions, a failure mode distinct from simply reporting low confidence there.


A predicted structure is a strong hypothesis about likely geometry, not a substitute for experimental validation when a research decision depends on getting that geometry exactly right. Reading pLDDT and predicted aligned error together, rather than relying on either metric alone, gives a more complete picture of where a specific prediction can be trusted.

Advertisement

AlphaFold protein structure prediction tools: The database and ColabFold

For most research questions involving a protein already cataloged in UniProt, the fastest path to an AlphaFold protein structure prediction is the AlphaFold Protein Structure Database, a public resource built jointly by Google DeepMind and the European Bioinformatics Institute. The database launched in 2021 with structures for 21 model-organism proteomes and has since expanded by orders of magnitude, with each entry searchable by gene name, protein name, or UniProt accession and downloadable alongside its confidence metrics.


For sequences that are not yet in the database, or for custom complexes and multimers, ColabFold offers a practical route to running AlphaFold2 or RoseTTAFold without dedicated computing infrastructure. By replacing the standard homology search with a much faster sequence-search method, predictions run roughly fivefold faster than the original AlphaFold2 pipeline while matching its accuracy on independent benchmark targets, making it accessible through a browser-based notebook that does not require a dedicated graphics processing unit.


Both routes lower the practical barrier to entry that once made structure prediction a specialist activity. A graduate researcher with no computational biology background can retrieve a database entry or run a ColabFold notebook in an afternoon, a task that would have required a dedicated bioinformatics collaborator only a few years earlier.


A short framework helps match the right tool to a given research question before committing computational time:

  1. Check the AlphaFold Protein Structure Database first if the protein of interest is a single chain already cataloged in UniProt, since a precomputed prediction may already exist.
  2. Use ColabFold or a local AlphaFold2 installation for custom complexes, multimers, or sequences not yet in the database.
  3. Choose AlphaFold3 specifically when the question involves a protein bound to a nucleic acid, small molecule, or antibody, rather than an isolated chain.
  4. Consider ESMFold for large batches of sequences, particularly metagenomic or otherwise poorly characterized proteins, where speed matters more than maximum accuracy.
  5. Treat every prediction as a hypothesis, checking pLDDT and predicted aligned error scores before relying on any region for a downstream research decision.


Protein language models such as ESM2, which predict function from sequence rather than structure, extract functional and evolutionary signal from sequence data without ever generating a three-dimensional model, making them a useful complementary step before committing resources to full structure prediction. A newer category of generative design tools takes the opposite direction, engineering novel protein sequences to a functional specification rather than predicting or classifying an existing one, and represents one of the fastest-moving extensions of this broader structural biology toolkit.

AlphaFold protein structure prediction: Matching confidence to decisions

AlphaFold protein structure prediction has moved from a research curiosity to standard infrastructure across structural biology, biochemistry, and drug discovery, and the tools built around it now cover single chains, complexes, and metagenomic-scale screening. That shift is one part of a much larger move toward AI and data science methods across nearly every stage of the research pipeline, and the practical skill for any researcher is matching the right tool and the right level of scrutiny to the specific question being asked.


A predicted structure with a high pLDDT score in the relevant region is a reasonable basis for many downstream decisions, from designing a mutagenesis experiment to prioritizing a docking target. When a decision carries high stakes, such as advancing a therapeutic candidate or publishing a mechanistic claim, cross-checking the prediction against experimental data, orthogonal computational methods, or a structural biology collaborator remains the more defensible path forward.


This content includes text that has been created with the assistance of generative AI and has undergone editorial review before publishing. Technology Networks' AI policy can be found here.

Google News Preferred Source Add Technology Networks as a preferred Google source to see more of our trusted coverage.