heading · body

YouTube

He won a Nobel here for AlphaFold. Then he left. - John Jumper

Machine Learning Street Talk published 2026-06-22 added 2026-06-24 score 9/10
ai machine-learning biology protein-folding alphafold deepmind science nobel-prize deep-learning
watch on youtube → view transcript

ELI5 / TLDR

Proteins are the tiny machines that do almost everything inside your cells. Each one starts life as a long chain of chemical beads, then folds itself into a specific 3D shape — and that shape is the whole point. For seventy years, figuring out the shape of a single protein could take a scientist a year and a hundred thousand dollars. John Jumper led the DeepMind team that built AlphaFold, an AI that does it in five minutes, and then gave away the predicted shapes of 200 million proteins for free. It won him a share of the 2024 Nobel Prize in Chemistry. In this interview he is unusually honest about what the machine actually does — predict one kind of measurement very well — and what it does not do, which is “understand biology.”

The Full Story

Why protein shapes were the holy grail

Your DNA is an instruction manual. One of the main things it instructs the cell to build is proteins. Think of a protein as a rope made of 20 different kinds of beads (the beads are amino acids; people write them with letters of the alphabet). The cell threads the rope one bead at a time, following the DNA recipe — three letters of DNA per bead.

Then something strange happens. The rope folds itself up.

It twists, it curls, it folds up into a really kind of compact and interesting shape… And the analogy I always kind of like to say is it’s like you have an IKEA bookshelf, and you open the box and it builds itself.

That final folded shape is everything. It decides what the protein grabs onto, what chemistry it performs, and whether it works at all. When a protein folds wrong, you sometimes get disease. So biologists desperately wanted to know shapes. The problem: reading DNA got easy and cheap, but seeing a protein’s shape stayed brutally hard. The standard method involved growing the protein into a crystal (which can take years and often just fails), then firing X-rays at it from a machine the size of a small town. As Jumper puts it, getting the shape of one protein was a worthy PhD project — roughly a year of work, maybe $100,000, for a single answer.

What AlphaFold actually did

AlphaFold takes the bead sequence as input and predicts the folded shape — to within about the width of a single atom, accurate enough to rival some lab experiments, in five to ten minutes instead of a year. Then DeepMind did the generous thing: instead of hoarding it, they ran it on essentially every known protein and released a public database of 200 million predicted structures. Today over three million people in 190+ countries use it.

Jumper is careful — almost stubborn — about not overselling this. AlphaFold does not cure disease and is not a model of the living cell. It predicts the result of one specific experiment.

We are not trying to tell you everything. We are not a model of the entire cell. We are a predictor of this experiment that you did all the time and took you a year.

He frames the limit with a famous old joke. A factory’s key machine breaks; a technician walks in, turns one screw a quarter-turn, and it roars back to life. His bill is $10,000. Outraged, they ask why. “Knowing what to turn.” AlphaFold tells you the shape of the machine. Knowing which screw to turn to cure a disease — that is the expensive part, and it is still mostly unsolved.

How scientists actually use it

The shape is a starting point, not an answer. The most common pattern is to pair AlphaFold with a real experiment. A lab technique called cryo-electron microscopy gives you a blurry blob of a protein (researchers used to call it “blobology”). AlphaFold gives you a crisp atomic shape. Drop the crisp shape into the blob and, if it fits, you have both confirmation and detail you couldn’t get either way alone.

He tells one lovely detective story. A barely-studied human protein called Midnolin seemed to be involved in recycling other proteins, but nobody knew how. The team ran AlphaFold on Midnolin paired with ~500 proteins it seemed to affect. In about 40% they saw the same striking pattern: a piece of the target protein trapped between two arms of Midnolin, “grabbing it like clamps.” They went to the lab, removed the clamped spot, and the recycling stopped — confirming the mechanism. In one stubborn case the protein still got recycled, so they looked again, found AlphaFold had flagged a second clamp site, removed that too, and the recycling vanished entirely. A mechanism nobody understood, cracked open by predictions plus follow-up experiments.

AlphaFold 3, released about a year ago, widened the lens from proteins alone to what Jumper calls “the protein cinematic universe” — proteins together with drugs, fatty molecules, and other partners. Crucially, you can now ask where a candidate drug sticks to a protein, which AlphaFold 2 simply couldn’t answer.

Predict, control, understand — and why he won’t say “understand”

Jumper draws a sharp three-way distinction. Predict is knowing what a measurement will read. Control is making the measurement come out the value you want. Understand is rarer:

Understand means that I have such a small collection of facts that you will predict… with facts that I can communicate to another human. In kind of this compact fits on an index card.

His point: AlphaFold predicts, and helps you control, but it does not hand you understanding. Humans still have to do that part by studying the artifact — now with 200 million structures to stare at instead of 200,000.

The architecture, and the myth he keeps trying to kill

This is where Jumper pushes back on his own field. AlphaFold 2 was widely celebrated as a triumph of “equivariance” — a fashionable idea in geometric deep learning about respecting the symmetries of 3D space (rotate the protein, the prediction should rotate with it). Jumper finds this maddening, because his own team carefully tested it.

Removing the invariant, the equivariance, cost about two points… it contributed two and a half out of 30. And I thought that would put it to bed. And it didn’t even put it to bed at all.

People latched onto the buzzword and ignored the thing he thinks actually mattered: a loss function his team invented called FAPE (frame-aligned point error), which essentially asks, “standing on each part of the protein, where is everything else?” His broader lesson is anti-hype. A system like AlphaFold isn’t one or two home runs; it’s “18 doubles” — many medium-sized ideas stacking into something transformative. A reviewer called the paper “six or seven papers worth of ideas,” and he agrees.

He extends the same skepticism to labels. Calling AlphaFold 3 “a diffusion model” (the technique behind AI image generators) is technically true but misleading. An image diffusion model starts with colored blobs and decides what they mean at the end. AlphaFold 3 is the reverse: a huge non-diffusion “trunk” figures out the overall structure first — the very thing that is hardest — and the diffusion step just cleans up local details. Same word, opposite behavior.

The empirical creed, and a jab at the “bitter lesson”

Jumper’s working philosophy is ruthless trial and error:

You come up with hypotheses… you try it, you measure, nine times out of 10 you find out you’re wrong. If you’re wrong nine times out of 10 you’re a very successful machine learner, you’re incredibly productive.

His team once deleted a chunk of the network — convolutional layers, no replacement — and the model got more accurate. In machine learning, removing parameters and improving is supposed to be impossible; the layers were apparently teaching it the wrong instincts.

This leads to his disagreement with the “bitter lesson” — the popular claim that hand-built domain knowledge always loses to raw scale and data.

I don’t really love the bitter lesson as people try and apply it. In fact, AlphaFold 2 is the opposite of that.

His nuance: AlphaFold’s data is essentially finite (there are only so many known structures), so clever architecture mattered enormously. The proof: a rival lab retrained the AlphaFold 2 design on just 1% of the data and still beat the original AlphaFold 1. The architecture was worth a clean 100x in data. But — and he’s careful here — even language models are now hitting a data ceiling (the internet is finite), so the lesson isn’t “ignore scale,” it’s “have humility about which knowledge you bake into code versus let the data teach.”

The human coda

The episode ends with Emmanuel Nee, a structural biologist in Africa working on malaria and antibiotic-resistant infections. A protein structure that defeated him for four or five years he solved in two or three months once AlphaFold existed. He’s now training 100 African scientists a year, aiming for 1,000 over the decade. Days after filming, Jumper announced he is leaving DeepMind for Anthropic — a notable move, since AlphaFold was a hand-engineered specialist, not a general model like Claude or Gemini.

Key Takeaways

  • A protein is a chain of amino acids (20 types) built bead-by-bead from DNA — three DNA letters code for one amino acid. After being built, it folds itself into a 3D shape, and that shape determines its entire function.
  • Reading DNA is cheap and easy; determining one protein’s 3D structure experimentally took ~1 year and ~$100,000 via crystallization plus synchrotron X-rays — and often failed.
  • AlphaFold predicts structure from sequence to roughly atomic-radius accuracy in 5–10 minutes. DeepMind released 200 million predicted structures publicly; 3M+ users in 190+ countries.
  • AlphaFold predicts the result of a specific experiment. It is explicitly NOT a model of the cell and does not “cure disease” — knowing a shape is far from knowing which intervention works (“knowing what to turn”).
  • Common real-world use: combine AlphaFold’s atomic-detail prediction with a blurry cryo-EM “blob” experiment — the shape that fits the blob gives both confirmation and detail neither method gives alone.
  • AlphaFold 3 (2024) extended from proteins-only to proteins plus drugs, ligands, and other molecules, enabling questions like “where does this drug bind?” that AlphaFold 2 couldn’t answer.
  • Jumper’s predict/control/understand distinction: AI gives prediction and control; “understanding” means facts compact enough to fit on an index card and communicate — humans must still do that part.
  • The celebrated “equivariance / geometric deep learning” contribution to AlphaFold 2 was minor in ablation tests (~2.5 of 30 points). The team’s underrated invention was the FAPE loss function (frame-aligned point error).
  • AlphaFold 2 architecture was worth ~100x in data: a lab retrained it on 1% of the dataset and still beat AlphaFold 1.
  • AlphaFold 2 starts from “black hole initialization” (all atoms stacked on top of each other) with no geometric input; geometry emerges in the middle layers, solving local structure first and large-scale structure last.
  • Calling AlphaFold 3 “a diffusion model” is misleading — unlike image diffusion (blobs first, meaning last), its non-diffusion trunk solves the hard global structure first; diffusion only fills in local detail.
  • Jumper’s empirical creed: hypothesize, test, be wrong 9 times out of 10 — that’s productive ML. The team once deleted network layers (fewer parameters) and accuracy improved.
  • His take on the “bitter lesson”: with finite data, hand-engineered domain knowledge can dominate raw scale — but humility is needed about what goes in code vs. what data teaches.
  • Open problem he names: external “memory harnesses” (notes, retrieval, reminders) help LLMs on long tasks, but we don’t yet know how to distill those abilities back into the network’s weights.

Claude’s Take

This is one of the better AI interviews because the subject keeps refusing the interviewer’s grander framings. Tim Scarfe (MLST) reaches repeatedly for “understanding,” “intelligence,” “AGI,” and Jumper keeps pulling the conversation back to what is actually measurable. That tension is the value. The single most useful idea here is his predict/control/understand triad — a clean, portable way to think about what any modern AI system gives you, which is usually the first two and almost never the third.

The equivariance debunking is the kind of thing you only hear from a practitioner with nothing left to prove. The field built a tidy story (“AlphaFold won because of symmetry-respecting math”), and the man who ran the ablations is telling you it was worth 2.5 points out of 30 while the real workhorse — a loss function nobody mentions — gets no credit. That’s a genuinely useful lesson about how science mythology forms around legible buzzwords rather than the unglamorous things that did the work. “Eighteen doubles, not two home runs” is a good mental model for any complex system.

I’m docking nothing for substance but noting the obvious: this is a friendly interview, not an interrogation, and there’s a Notion ad wedged into the middle. The biology is real, the humility is real, and the architecture talk gets satisfyingly into the weeds without becoming impenetrable. Nine. It earns it by being specific where most AI content is vague, and by a Nobel laureate spending most of his airtime explaining what his prize-winning system cannot do.

Further Reading

  • The CASP competition — the biennial blind test of protein structure prediction where AlphaFold 2 stunned the field in 2020; the benchmark that defined “solved.”
  • AlphaFold 2 Nature paper (Jumper et al., 2021) — the original; its supplement contains the layer-by-layer “movies” of structure refinement he references.
  • AlphaFold 3 (2024) — the extension to ligands, drugs, and nucleic acids.
  • The AlQuraishi lab retraining study — the work showing AlphaFold 2 trained on 1% of the data still beats AlphaFold 1 (the “100x in data” claim).
  • Rich Sutton, “The Bitter Lesson” (2019) — the essay Jumper pushes back on; worth reading to understand the disagreement.
  • David Baker’s protein design work — shared the other half of the 2024 Chemistry Nobel; the “build new proteins” counterpart to AlphaFold’s “read existing ones.”