Table of Contents
In 2024, the Nobel Prize in Chemistry went to David Baker, Demis Hassabis, and John Jumper for their breakthrough contributions to protein structure prediction and design. Hassabis and Jumper represent DeepMind’s AlphaFold team. In the AI research community, almost nobody was surprised.
TL;DR
AlphaFold uses deep learning to solve the “protein folding problem” — given an amino acid sequence, predict the molecule’s actual three-dimensional shape. This problem stumped structural biologists for over 50 years. AlphaFold2’s performance at the 2020 CASP14 competition left every other method in the dust and fundamentally changed the field.
What is the Protein Folding Problem
Proteins are chains of amino acids where sequence determines structure and structure determines function. The problem: between sequence and 3D structure lies an astronomical number of possible folding configurations (Levinthal’s paradox). Experimental methods like X-ray crystallography and cryo-EM are expensive and slow — a single protein can take years to resolve structurally.
Computational methods tried to infer unknown structures from known ones, but accuracy was never close to experimental standards. Before AlphaFold2, the best computational methods scored around 60–70 on GDT (Global Distance Test, where 100 is perfect) for difficult proteins. AlphaFold2 jumped straight to 90+, nearly matching experimental accuracy.
AlphaFold2’s Technical Core
AlphaFold2 isn’t just “dump a sequence into a neural network and see what comes out.” Its architecture is purpose-built for this problem.
Multiple Sequence Alignment (MSA) as input
Evolutionary pressure is a natural compressor of structural information. When proteins across different species are evolutionarily related, amino acids at corresponding positions tend to mutate together (co-evolution). AlphaFold2 treats cross-species sequence alignment matrices as a core input, letting the model infer which residues are spatially close to each other in 3D.
The Evoformer
AlphaFold2’s backbone is the Evoformer — a Transformer stack that alternately updates sequence representations (MSA representation) and residue-pair representations (pair representation). Sequence information updates distance estimates between residue pairs; pair information refines sequence attention patterns. This iterates across 48 layers.
Structure Module
Geometric information extracted from the pair representation feeds into a module that represents each amino acid as a rigid body with a defined orientation, directly outputting atomic coordinates. The entire process is end-to-end differentiable and can be trained directly against experimental structures.
graph LR
A[Amino Acid Sequence] --> B[Multiple Sequence Alignment]
A --> C[Template Search]
B --> D[Evoformer x48]
C --> D
D --> E[Pair Representation]
E --> F[Structure Module]
F --> G[Atomic Coordinates + pLDDT Confidence]
Why This Actually Matters
Drug discovery acceleration: Many drug targets are proteins. Previously, confirming a protein’s structure meant waiting for experimental results. With AlphaFold, researchers get high-confidence structural predictions in minutes, dramatically compressing early-stage drug discovery timelines.
The AlphaFold Database: DeepMind partnered with EMBL-EBI to predict structures for over 200 million proteins spanning nearly every known species — all freely accessible. This effectively multiplied the structural biology knowledge base by orders of magnitude overnight.
From prediction to design: AlphaFold’s successors — RFdiffusion, ProteinMPNN — reverse the problem: design sequences for a target structure. This is David Baker’s core contribution. AI in molecular biology has moved from observer to designer.
Differences from Traditional Methods
| Method | Scope | Accuracy | Time Cost |
|---|---|---|---|
| X-ray crystallography | Most proteins | Highest (atomic-level) | Months to years |
| Cryo-EM | Large complexes | High (sample-dependent) | Weeks to months |
| Homology modeling | Proteins with similar templates | Medium (template-dependent) | Hours |
| AlphaFold2 | Nearly all single-chain proteins | High (pLDDT > 90 reliable) | Minutes to hours |
AlphaFold isn’t replacing experimental methods — it lets researchers quickly screen and prioritize, reserving expensive experiments for the most worthwhile targets.
Summary
AlphaFold winning the Nobel Prize signals not just a model’s success, but the maturity of deep learning as a scientific tool. It proves AI can make genuine breakthroughs on deeply structured scientific problems — not just perception tasks. What to watch next: AlphaFold3’s impact on drug-molecule binding prediction, and whether AI can replicate this success across other biochemical prediction challenges.
References
Answers come from this article only. Click any prompt below or open the chat at the bottom right.
🇺🇸 English
In 2024, the Nobel Prize in Chemistry went to three people: David Baker, Demis Hassabis, and John Jumper. Now, if you follow AI research at all, that last pair — Hassabis and Jumper, the team behind DeepMind's AlphaFold — winning a Nobel? Almost nobody in the field was surprised. And today I want to walk you through why.
So let's start with the puzzle they cracked. It's called the protein folding problem, and it stumped biologists for over fifty years.
Here's the thing about proteins. A protein starts life as a chain of amino acids, strung together in a specific order. But that flat chain doesn't stay flat — it folds up into a complex three-dimensional shape. And that shape? It's everything. The sequence determines the structure, and the structure determines what the protein actually does in your body. A misfold can mean disease.
The problem is figuring out the shape from the sequence. And it turns out the number of ways a single protein could theoretically fold is astronomical — we're talking a number so large that if a protein tried every configuration one by one, it would take longer than the age of the universe. Yet in real life, proteins fold in milliseconds. That contradiction has a name: Levinthal's paradox.
For decades, the reliable way to see a protein's true shape was experimental — techniques like X-ray crystallography or cryo-electron microscopy. And these work, but they're brutally expensive and slow. Resolving the structure of one single protein could take a scientist years of their life. People built entire careers around cracking one molecule.
Computers tried to help. The idea was, if we already know the shape of some proteins, maybe we can infer the shapes of similar unknown ones. But the accuracy just wasn't there. To measure how good a prediction is, the field uses a score called GDT — the Global Distance Test — where 100 means a perfect match with reality. For the hard proteins, the best computational methods were stuck around 60 to 70. Useful-ish, but nowhere near trustworthy.
Then, at a competition in 2020 called CASP14, AlphaFold2 showed up and scored 90 and above. It didn't just win — it made everyone else look like they weren't even trying. That jump, from the 60s to the 90s, is the moment the field changed forever. Ninety-plus is close enough to experimental accuracy that, for many proteins, you can just trust the prediction.
So how does it actually work? Because AlphaFold2 is not just "dump a sequence into a neural network and hope." The architecture is purpose-built, and there are three ideas worth understanding.
The first is the input, and this is genuinely clever. Instead of just feeding in your one protein sequence, AlphaFold2 feeds in many related sequences — the same protein from different species, all lined up together. Why? Because evolution has been running a giant natural experiment for billions of years. When two amino acids in a protein are physically touching in 3D space, they tend to evolve together — if one mutates, the other mutates to compensate, to keep the structure stable. So by looking across species and spotting which positions mutate in sync, the model can infer which parts of the chain are close together in space. Evolution, in a sense, has already encoded the structure. AlphaFold just learned to read it.
The second piece is the engine, called the Evoformer. Think of it as two notebooks that keep talking to each other. One notebook tracks that stack of evolutionary sequences. The other tracks the relationships between every pair of amino acids — roughly, how far apart they are. And these two notebooks keep updating each other, back and forth. What the sequences imply refines the distance estimates; the distances in turn sharpen what the model pays attention to in the sequences. This conversation repeats through 48 layers, each pass getting a little closer to the truth.
The third piece is the Structure Module. Once all that reasoning is done, this part takes over and does the final translation — turning abstract relationships into actual atomic coordinates in 3D space. It treats each amino acid as a little rigid body with its own position and orientation, and places them. And the beautiful part: the whole system, end to end, can be trained directly against real experimental structures. It learns from ground truth.
Okay — so it's an impressive piece of engineering. But why does it actually matter? Three reasons.
First, drug discovery. A huge number of drug targets are proteins, and to design a drug you often need to know the target's shape. Before, that meant waiting on slow, costly experiments. Now researchers get a high-confidence structural prediction in minutes. That compresses the earliest, most uncertain stage of drug development dramatically.
Second — and this one is staggering — the AlphaFold Database. DeepMind teamed up with the European Bioinformatics Institute and predicted the structures of over 200 million proteins. That's nearly every known protein, across nearly every known species. And they gave it away, free, to anyone. Basically overnight, they multiplied the world's structural biology knowledge by orders of magnitude.
Third, the frontier moved from prediction to design. AlphaFold answers "what shape is this sequence?" But its successors — tools like RFdiffusion and ProteinMPNN — flip the question around: tell me the shape you want, and I'll design a brand-new protein sequence that folds into it. That reversal is really David Baker's contribution, and it's why he shares the prize. AI in molecular biology has gone from being an observer to being a designer. We're not just reading life's language anymore — we're starting to write it.
Now, one honest caveat. AlphaFold is not replacing the lab. Let me frame the tradeoffs. X-ray crystallography still gives the highest, atomic-level accuracy — but it can take months to years. Cryo-EM is great for big molecular complexes, high accuracy, but still weeks to months. The older computational approach, homology modeling, is fast — hours — but only medium accuracy and only when a similar template already exists. AlphaFold2 sits in a sweet spot: it covers nearly all single-chain proteins, delivers high accuracy, and runs in minutes to hours. And crucially, it reports its own confidence for every prediction, so you know when to trust it.
The smart way to use it isn't to throw out the experiments — it's to use AlphaFold as a filter. Screen fast and cheap, find the most promising targets, and then spend your expensive lab time only on the ones that truly deserve it.
So let me leave you with the three things that really matter here.
One: AlphaFold solved a fifty-year-old problem by not brute-forcing it, but by reading the structural information that evolution had quietly stored in related sequences across species. The insight was as important as the compute.
Two: this Nobel isn't really about one model winning a contest. It's a signal that deep learning has matured into a genuine scientific instrument — proof that AI can make real breakthroughs on deep, structured scientific problems, not just recognize cats in photos.
And three: the story is already moving past prediction into design and beyond. Watch AlphaFold3, which pushes into how drug molecules actually bind to their targets — and watch whether this same playbook can crack other hard problems across biology and chemistry. Because if it can, 2024 won't be remembered as the finish line. It'll be remembered as the starting gun.
🇹🇼 中文
一段訪談短片裡,有人向 AlphaFold 團隊丟出一個很有意思的問題:會不會出現一座「二階諾貝爾獎」?
先解釋一下什麼叫「二階」。它指的不是 AlphaFold 團隊自己再拿一次獎,而是——另外一位研究者,用 AlphaFold 完成了他自己的突破性研究,然後拿下屬於他的諾貝爾獎。工具本身不會再上台領獎,但它會透過別人的研究,間接促成下一座獎。
我們平常談一項工具或發現的影響力,通常是看它自己得到什麼肯定。可是一個真正基礎、被廣泛採用的工具,它的影響力其實會往下游擴散:它讓別人得以完成原本做不到的研究,而那些研究,可能才是最後被表彰的對象。受訪者在短片裡把這種可能性形容成一個「很有意思的想法」,而他的判斷是——以 AlphaFold 現在的普及程度,這種衍生出來的得獎,並不是天方夜譚。
那憑什麼這麼說?關鍵在一個數字:目前已經有超過三百萬名研究者在使用 AlphaFold。受訪者強調,這些人做的都是非常重要、非常有影響力的工作。而這正是「二階諾貝爾獎」這個想法能成立的前提——當使用者的基數大到這個程度,只要其中有一個人,靠著 AlphaFold 完成了值得諾貝爾等級肯定的研究,這件事就會發生。
換句話說,影響力不再取決於單一團隊自己做了什麼,而是取決於這麼多人,拿它去做了什麼。
短片裡受訪者還提到,John——也就是 AlphaFold 團隊核心成員之一的 John Jumper——也持同樣看法。他說:「我想 John 說得對,這總有一天會發生。」而他對這個前景的評價很直接:那會是非常了不起的一刻。
好,來收個尾。這段對話其實沒有給時間表,也沒有點名任何具體研究,它只是提出了一個框架。我想留三個重點給你。第一,衡量一個工具的份量,看的不只是它自己得到什麼,而是它讓多少人得以走得更遠。第二,三百萬使用者這個規模,正是把「二階諾貝爾獎」從一句玩笑,變成一個受訪者願意認真說「有可能」的預測的關鍵。第三,真正基礎的工具,它的影響力是往下游擴散的——最終被表彰的,可能是站在它肩膀上的那個人。
那麼,下一座諾貝爾獎,會不會就藏在這三百萬人裡面?我們拭目以待。
Tags
Related Articles
AlphaFold: The AI That Solved Biology's 50-Year Problem and Won a Nobel Prize
AlphaFold solved the protein folding problem in 2020 at near-experimental accuracy, earning Demis Hassabis and John Jumper the 2024 Nobel Prize in Chemistry. Its database now contains 200M+ protein structures, actively accelerating drug development and materials science.
Demis Hassabis and DeepMind's Playbook: From Game Boards to Nobel Prizes
DeepMind's core strategy under Demis Hassabis: use game environments (which have clear evaluation functions) to train general reasoning capabilities, then apply the same approach to scientific problems with evaluation functions. AlphaFold, AlphaGeometry, AlphaDev, and GNoME are concrete implementations of this strategy.
Titans: Learning to Memorize at Test Time (Paper Analysis)
Titans introduces a neural memory module that updates itself via gradient descent at inference time, breaking the context-length ceiling of Transformers while staying near-linear in complexity.