Your learning path
Depending on your background and goals, different next steps make sense:
If you're a high school student
Start with the EMBL-EBI training course (free, online). Read the AlphaFold Nature paper — the introduction and discussion are accessible without deep maths. Join r/bioinformatics for friendly Q&A.
If you're a biology undergrad
Take a structural bioinformatics module if available. Work through the ColabFold tutorial with a protein you're studying in your coursework. Read the Jumper et al. 2021 paper fully.
If you want the deep ML
The Annotated AlphaFold (open-source code walkthroughs) + the Attention Is All You Need transformer paper. Then the full Jumper et al. methods section and supplementary.
If you want to use it in research
EMBL-EBI training + the ColabFold tutorial. Then specific workflows for your question: multimer for complexes, MD integration for dynamics, AlphaMissense for variant interpretation.
Key papers (with plain-English summaries)
The original AlphaFold 2 paper. Describes the full architecture: MSA input, Evoformer, Structure Module with IPA, end-to-end recycling, and training procedure. Also introduces pLDDT and PAE as confidence metrics. The main text is largely accessible; the extensive supplementary methods are where the true technical depth lives. This is the paper to read if you want to understand AF2 fully.
Citation: Jumper, J. et al. Nature 596, 583–589 (2021). DOI: 10.1038/s41586-021-03819-2
Describes the extension of AlphaFold 2 to protein complexes. Introduces paired MSAs (aligning MSAs from different species for multiple chains simultaneously), the paired representation that mixes chain information, and the ipTM metric. Benchmarks on 4,000+ heterodimer complexes from the PDB with temporal split.
Citation: Evans, R. et al. Protein complex prediction with AlphaFold-Multimer. bioRxiv (2021). DOI: 10.1101/2021.10.04.463034
Introduces AlphaFold 3. Key architectural changes: Pairformer replaces Evoformer; diffusion module replaces Structure Module; unified atom-level representation handles all molecular types. Benchmarks show substantial improvement over specialised tools for protein–ligand, protein–DNA, and protein–RNA predictions.
Citation: Abramson, J. et al. Nature 630, 493–500 (2024). DOI: 10.1038/s41586-024-07487-w
Describes ColabFold: how MMseqs2-based MSA search makes the whole pipeline 40–60× faster than the original AlphaFold, making it practical for Colab notebooks. Also introduces a web server. Essential reading if you use ColabFold regularly.
Citation: Mirdita, M. et al. Nature Methods 19, 679–682 (2022). DOI: 10.1038/s41592-022-01488-1
The AlphaMissense paper. Describes fine-tuning AlphaFold to predict missense variant pathogenicity. Classified all 71 million possible human missense variants. The model uses both evolutionary constraints (MSA) and structural context (AlphaFold's pair representation). Validated against ClinVar, gnomAD, and deep mutational scanning datasets.
Citation: Cheng, J. et al. Science 381, eadg7492 (2023). DOI: 10.1126/science.adg7492
The ESMFold paper from Meta AI. Shows that a protein language model (ESM-2, trained on sequences only) can predict structures without any MSA search — orders of magnitude faster than AlphaFold. Used to generate structures for 617 million metagenomic proteins, creating the ESM Metagenomic Atlas.
Citation: Lin, Z. et al. Science 379, 1123–1130 (2023). DOI: 10.1126/science.ade2574
The transformer paper — foundational for understanding the attention mechanism at the heart of AlphaFold. Introduced the query-key-value attention formulation and multi-head attention. If you want to understand why attention works so well for sequence-to-structure mapping, this is the mathematical foundation.
Citation: Vaswani, A. et al. Advances in Neural Information Processing Systems 30 (2017). arXiv:1706.03762
Courses & tutorials
EMBL-EBI Training: AlphaFold
The best starting point for newcomers. Comprehensive, well-structured, free online course from the team that hosts the AlphaFold database. Includes practical exercises with Mol* and the database.
ebi.ac.uk/training ↗PDB-101: Understanding PDB Data
Educational resource from RCSB PDB. Excellent primers on structural biology, molecular visualisation, and how to interpret structural data alongside AlphaFold predictions.
pdb101.rcsb.org ↗ColabFold tutorial
The official ColabFold Colab notebook includes documentation and guidance. Work through it with a protein you care about — hands-on learning is invaluable.
Colab notebook ↗MIT OpenCourseWare: Computational Biology
MIT 6.047 Computational Biology covers the algorithmic foundations. Useful for students who want to understand the broader computational context in which AlphaFold sits.
ocw.mit.edu ↗Video lectures & talks
Lex Fridman Interview: Demis Hassabis
3-hour deep dive with Hassabis covering AlphaFold, the history of DeepMind, and the future of AI in science. Excellent context-setting for non-specialists.
John Jumper's Nobel Lecture (2024)
The official Nobel Prize lecture explaining AlphaFold 2 from its creator. Excellent, accessible, and authoritative. Available on the Nobel Prize YouTube channel.
"AlphaFold2 is here" — Yannic Kilcher
Detailed technical paper walkthrough on YouTube. Kilcher's whiteboard-style explanations are excellent for understanding the architecture if you want the ML perspective.
EMBL-EBI AlphaFold Webinars
Recorded webinars from EMBL-EBI covering practical use of the AlphaFold database, visualisation in Mol* and ChimeraX, and case studies from real researchers.
Tools at a glance
| Tool | Use case | Speed | Cost |
|---|---|---|---|
| AlphaFold DB | Look up pre-computed predictions for known proteins | Instant | Free |
| ColabFold | Custom AF2 predictions, complexes via Multimer | 15–60 min | Free (GPU) |
| AlphaFold Server | AF3 predictions: protein+DNA/RNA/ligand | ~30 min | Free, non-commercial |
| ESMFold | Fast single-chain prediction, no MSA needed | Seconds | Free (API) |
| Boltz-1 | Open-source AF3 equivalent, all molecule types | ~30 min | Free & open |
| Mol* | Browser-based structure visualisation | Instant | Free |
| PyMOL | Publication figures, scripting | Instant | Free (open-source) |
| ChimeraX | Large structures, cryo-EM, PAE visualisation | Instant | Free (academic) |
| GROMACS | Molecular dynamics simulation | Hours–days | Free |
| FoldX | Thermodynamic stability & mutation effects | Minutes | Free (academic) |
| AlphaMissense | Missense variant pathogenicity lookup | Instant (DB) | Free |
Communities
r/bioinformatics (Reddit)
Active community of bioinformaticians at all levels. Good place for AlphaFold questions, software recommendations, and paper discussions.
r/MachineLearning (Reddit)
For the ML side of AlphaFold. Discussion of new preprints, architectures, and the ML-biology interface more broadly.
Rosetta Commons Slack
Active Slack workspace for computational protein science. Includes AlphaFold, RoseTTAFold, protein design channels, and direct access to many researchers in the field.
Twitter/X: #AlphaFold
Follow Demis Hassabis, John Jumper, David Baker, and Martin Steinegger (ColabFold) for updates. The structural biology community is very active on academic Twitter.
What comes next
You've now covered more ground than many professional scientists who use AlphaFold daily. You understand what proteins are and why their shapes matter, why the folding problem was so hard, how AlphaFold's architecture actually works, what the confidence scores mean, what the real-world applications look like, and crucially — what AlphaFold cannot do.
The field is moving at an extraordinary pace. By the time you read this, there will be new papers, new tools, and new capabilities we can't yet anticipate. But the fundamentals you've learned here — the logic of co-evolutionary signals, the role of attention, the meaning of confidence metrics — will remain relevant as a foundation.
The most valuable next step is always the same: try it on a protein you actually care about. Open the AlphaFold database, find a protein relevant to something that interests you, look at the confidence scores, think about what the structure might mean for its function. That hands-on curiosity is what turns knowledge into understanding.
"The ultimate aim is the prediction of protein structure from sequence — without experimental determination. This has been called the most important unsolved problem in biology."
— Christian Anfinsen, 1972 Nobel Prize lecture
It took another 48 years. But it got solved.