AlphaFold is an artificial intelligence system developed by DeepMind that solves the decades-old protein-folding problem by predicting a protein's 3D structure from its linear amino acid sequence. The system leverages a novel neural network architecture, including the Evoformer block, which processes Multiple Sequence Alignments (MSAs) and pairwise residue relationships to extract evolutionary and spatial constraints. AlphaFold2, the landmark version, achieved groundbreaking results in the CASP14 competition, producing models competitive with experimental methods like X-ray crystallography and cryo-EM.
Glossary
AlphaFold

What is AlphaFold?
AlphaFold is a deep learning system that predicts a protein's three-dimensional structure directly from its amino acid sequence with atomic accuracy, representing a fundamental breakthrough in computational biology.
The architecture operates through a two-stage process: the Evoformer exchanges information between MSA and pairwise representations, and the Structure Module iteratively refines a 3D coordinate set using Invariant Point Attention (IPA) to ensure SE(3) equivariance. The system outputs per-residue confidence scores called pLDDT and a Predicted Aligned Error (PAE) matrix, enabling researchers to assess local and global model reliability without experimental validation. Its predictions have been made freely available through the AlphaFold Protein Structure Database, covering the entire human proteome and millions of other proteins.
Key Features of AlphaFold
AlphaFold's breakthrough in protein structure prediction rests on several integrated deep learning innovations that process evolutionary information and output atomic coordinates with calibrated confidence metrics.
Evoformer: The Core Processing Block
The Evoformer is the central neural network module that ingests a Multiple Sequence Alignment (MSA) and a pairwise residue representation. It exchanges information between these two tracks using novel attention mechanisms, allowing the model to reason about evolutionary correlations and spatial proximity simultaneously. This block identifies which residues are likely to be in contact based on residue coevolution patterns, effectively inferring a protein's folded topology before any 3D coordinates are generated.
Structure Module & SE(3) Equivariance
The Structure Module takes the abstract representations from the Evoformer and produces an explicit 3D structure. It represents each residue as a geometric frame—a rotation and translation—and iteratively refines these frames. A key innovation is Invariant Point Attention (IPA), which operates on 3D point clouds in a way that is SE(3) equivariant: rotating or translating the input coordinates results in an identically transformed output. This ensures the model respects the fundamental symmetries of physical space without needing to learn them from data.
Recycling: Iterative Refinement
AlphaFold2 employs a recycling mechanism where the model's initial predictions are fed back as input for a subsequent pass. This iterative process allows the network to refine its predictions over multiple cycles, progressively resolving structural details. The outputs from the final Structure Module iteration are used as the refined input for the next full pass through the Evoformer, enabling the model to correct initial errors and converge on a more accurate structure. This is typically performed three times, with most gains occurring in the first recycle.
Confidence Metrics: pLDDT & PAE
AlphaFold outputs two critical per-residue and pairwise confidence metrics. The Predicted Local Distance Difference Test (pLDDT) scores each residue from 0 to 100, estimating how well the local structure matches an experimental reference. Residues with pLDDT > 90 are considered high-accuracy. The Predicted Aligned Error (PAE) estimates the expected positional error between any two residues. A low PAE between domains indicates a confident relative orientation, while high PAE suggests flexibility or uncertainty. These metrics are essential for determining which parts of a prediction are trustworthy for downstream applications like drug design.
End-to-End Training from Sequence to Structure
Unlike previous methods that relied on separate, hand-crafted stages, AlphaFold2 is trained end-to-end. The entire pipeline—from MSA processing and Evoformer reasoning to Structure Module coordinate generation—is a single differentiable model. This allows gradients to flow from the final 3D coordinate loss back through every component, enabling the network to learn optimal internal representations for the singular task of structure prediction. The model was trained on structures from the Protein Data Bank (PDB) and achieved groundbreaking results in the CASP14 blind assessment, reaching a median GDT_TS score competitive with experimental methods.
Open-Source Ecosystem & AlphaFold DB
DeepMind released the AlphaFold2 source code and model parameters under an open-source license, catalyzing an explosion of research. They also partnered with the European Bioinformatics Institute to create the AlphaFold Protein Structure Database, which contains over 200 million predicted structures covering nearly every known protein sequence. This resource has democratized access to high-quality structural models, enabling researchers worldwide to investigate protein function, disease mechanisms, and drug targets without needing experimental structures. The ecosystem now includes derivatives like AlphaFold-Multimer for complex prediction and ColabFold for accessible cloud-based execution.
Frequently Asked Questions
Clear, technically precise answers to the most common questions about DeepMind's breakthrough protein structure prediction system, its underlying mechanisms, and its impact on computational biology.
AlphaFold is a deep learning system developed by Google DeepMind that predicts a protein's three-dimensional structure directly from its amino acid sequence with atomic accuracy. It works by processing a Multiple Sequence Alignment (MSA) of evolutionarily related proteins through a novel architecture called the Evoformer, which exchanges information between sequence-based and pairwise residue representations. The core innovation is Invariant Point Attention (IPA), a mechanism in the Structure Module that iteratively refines a 3D protein backbone while maintaining SE(3) equivariance—meaning predictions transform consistently under rotation and translation. The system outputs per-residue coordinates along with confidence metrics like pLDDT and PAE, enabling researchers to assess which regions of the prediction are reliable. AlphaFold2, the landmark version, achieved median GDT_TS scores exceeding 90 in the CASP14 blind assessment, effectively solving the single-chain protein folding problem for most globular proteins.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Master the foundational terminology surrounding AlphaFold to understand its architecture, validation, and impact on structural biology.
Multiple Sequence Alignment (MSA)
A foundational input to AlphaFold. MSA is a computational alignment of three or more biological sequences to identify regions of similarity. These conserved patterns allow the model to infer evolutionary constraints and residue coevolution, which are critical for accurate structure prediction.
Evoformer
The novel neural network block at the heart of AlphaFold2. The Evoformer processes the MSA representation and the pair representation simultaneously, exchanging information between them to refine the model's understanding of residue interactions. It operates without explicit 3D coordinates initially, focusing purely on sequence and evolutionary data.
Structure Module
The final component of the AlphaFold2 architecture that translates abstract representations into explicit 3D coordinates. It uses Invariant Point Attention (IPA) to iteratively update a set of residue frames (rotations and translations), ensuring the predicted structure is consistent regardless of its global orientation in space.
Predicted Local Distance Difference Test (pLDDT)
A per-residue confidence metric output by AlphaFold, scaled from 0 to 100. It estimates the local accuracy of the prediction based on the model's internal assessment. Regions with pLDDT > 90 are considered very high confidence, while pLDDT < 50 often indicate intrinsically disordered regions and should be treated with caution.
Predicted Aligned Error (PAE)
A 2D plot estimating the expected positional error between any two residues in the predicted structure. Unlike pLDDT, PAE assesses global confidence and domain packing. A low PAE between two domains indicates high confidence in their relative orientation, making it essential for evaluating quaternary structure predictions.
CASP (Critical Assessment of Structure Prediction)
The biennial community-wide experiment that provided the blind assessment proving AlphaFold's dominance. In CASP14 (2020), AlphaFold2 achieved a median Global Distance Test (GDT_TS) score of 92.4, effectively solving the protein folding problem at an experimental-resolution level for single domains.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us