Alpha fold
AlphaFold3 how it works latest developments 2024 2025
AlphaFold database impact biology medicine drug discovery
AlphaFold protein structure prediction
| Component | Role |
|---|---|
| Multiple Sequence Alignment (MSA) | Collects evolutionary relatives of the target protein — co-evolving residues reveal structural contacts |
| Evoformer | A transformer-based module that jointly processes the MSA and pairwise residue-distance representations |
| Structure Module | Converts the pair-representation into actual 3D atom coordinates using equivariant attention |
| Recycling | The predicted structure is fed back as input and refined iteratively (typically 3 cycles) |
Recent review: Krokidis et al. (2025) — AlphaFold3: An Overview of Applications and Performance Insights [PMID: 40332289]
https://alphafold.ebi.ac.uk/api/prediction/{UniProt_ID}
| Tool | What it does |
|---|---|
| RoseTTAFold (David Baker/UW) | Open-source AlphaFold2 alternative |
| ESMFold (Meta AI) | Language model-based, extremely fast, no MSA needed |
| ProteinMPNN | Inverse folding — designs sequences for a target structure |
| RFdiffusion | Diffusion model for de novo protein design |
| Chai-1 | Competitor to AlphaFold3, fully open-source |
| Boltz-1 | Open-source biomolecular complex predictor |
Newer update in alphafold
AlphaFold updates new features 2025
AlphaFold latest update 2025 2026 new features DeepMind
AlphaFold3 protein structure prediction 2025 2026
| What changed | Details |
|---|---|
| Alignment with UniProt 2025_03 | Structural coverage updated to match the latest UniProt release |
| Redesigned entry page | Completely new interface — better usability and structural interpretation |
| Interactive 3D viewer | Annotations integrated directly into the viewer |
| Dedicated domain & summary tabs | Easier navigation of functional regions |
| Isoform coverage | Now includes protein isoforms (not just canonical sequences) |
| MSA availability | Underlying multiple sequence alignments are now accessible |
| New APIs | Updated programmatic access via website, FTP, Google Cloud |
| Update | When | Significance |
|---|---|---|
| AF3 source code open release | Late 2024 | Community can now optimize and build on AF3 |
| AFDB 2025 redesign (UniProt 2025_03) | Jan 2026 | Isoforms, new UI, integrated MSAs, new APIs |
| CASP16 independent AF3 benchmark | Jan 2026 | First external validation — confirms strengths and limitations |
| AF3 dominates easy monomer targets | CASP16 | Near-perfect single-domain prediction |
| AF3 ligand/nucleic acid still imperfect | CASP16 | Active area of improvement |
i want difference between alphafold 1 vs 2 vs 3
| Feature | AlphaFold 1 (AF1) | AlphaFold 2 (AF2) | AlphaFold 3 (AF3) |
|---|---|---|---|
| Released | 2018 (CASP13) | 2021 (CASP14 + Nature paper) | May 2024 |
| Developer | Google DeepMind | Google DeepMind | DeepMind + Isomorphic Labs |
| CASP rank | 1st place (CASP13) | 1st place (CASP14) — dominant | 1st place (CASP16) |
| Core architecture | Gradient boosting + CNNs | Evoformer transformer + Structure Module | Evoformer + Diffusion model |
| Scope | Proteins only | Proteins only | Proteins, DNA, RNA, ligands, ions |
| Accuracy | ~60 GDT (competitive for 2018) | ~90+ GDT — near-experimental | Matches/exceeds AF2 for proteins; extends to biomolecular complexes |
| Open source | No | Yes (July 2021, GitHub) | Partial → full source released late 2024 |
| Capability | AF2 | AF3 |
|---|---|---|
| Single protein structure | ✅ | ✅ (slightly better) |
| Protein–protein complexes | ✅ (via Multimer) | ✅ (native, improved) |
| Protein–DNA/RNA | ❌ | ✅ |
| Protein–small molecule (docking) | ❌ | ✅ |
| Post-translational modifications | ❌ | ✅ |
| Metal ions / cofactors | ❌ | ✅ |
| Confidence (pLDDT) | ✅ | ✅ (improved) |
| Conformational diversity | ❌ | Partial (diffusion samples multiple poses) |
AF1 (2018)
MSA → CNN → Distance map → Energy minimization → 3D structure
(two disconnected stages)
AF2 (2021)
MSA + Pair representation → Evoformer → Structure Module → 3D Cα coords
(end-to-end, one unified system)
AF3 (2024)
MSA + Pair representation → Evoformer → Diffusion Model → Full-atom 3D coords
(unified across ALL molecule types)
| Dimension | AF1 | AF2 | AF3 |
|---|---|---|---|
| Scientific impact | Proof of concept | Nobel Prize (2024) — solved folding | Extends to drug discovery, genomics |
| Database | None | 200M+ structures (AFDB, EMBL-EBI) | AFDB updated 2025; new web server |
| Drug discovery use | None | Target ID, virtual screening | Docking, ligand binding, epitope design |
| Open access | No | Yes (GitHub + AFDB) | Source code open (late 2024) |
| Community tools built on it | None | ColabFold, OpenFold, ESMFold, RoseTTAFold | Chai-1, Boltz-1 (open-source AF3 alternatives) |