All stories
AI EraAI / Scientific Research

How DeepMind Solved a 50-Year Biology Problem with AI

For 50 years, predicting how proteins fold was biology's grand challenge. DeepMind's AlphaFold solved it in 2020 — not by understanding biology better, but by reframing the problem from a biology question to a pattern recognition question.

Company: DeepMind|Founded by: Demis Hassabis

The Challenge

Protein folding is one of the most important unsolved problems in biology. Proteins are chains of amino acids that fold into complex 3D shapes — and their shape determines their function. Understanding protein structures is essential for drug design, disease treatment, and understanding life itself.

Experimental methods to determine protein structures (X-ray crystallography, cryo-EM) take months to years per protein and cost hundreds of thousands of dollars each. With 200 million+ known proteins and only ~170,000 structures determined experimentally, the gap was enormous.

The Approach — Tools in Action

Abstraction Laddering reframed the problem at the right level:
  • Starting point: "How do proteins fold?" (biology question)
  • Going up: "Why do we need to know how proteins fold?" → "To predict 3D structure from amino acid sequence" → "To find patterns that map sequences to structures"
  • Going down: "How do we find patterns in sequence-structure relationships?" → "This is a pattern recognition problem — exactly what deep learning excels at"

The reframe was crucial: instead of simulating the physics of folding (which was intractable), DeepMind trained a neural network to predict the final folded structure directly.

Concept Map organized the multi-disciplinary knowledge needed: structural biology, evolutionary biology, physics, attention mechanisms in neural networks, and multiple sequence alignments. The team mapped connections between these fields that weren't obvious to specialists in any single area. Decision Matrix guided critical architecture choices: the team evaluated different neural network approaches (CNNs, RNNs, Transformers, graph neural networks) against criteria like spatial reasoning capability, evolutionary information handling, and computational tractability. The winning architecture combined attention mechanisms with equivariant features — a novel combination.

The Outcome

AlphaFold's results were staggering:

  • Won the CASP14 competition (protein structure prediction) with accuracy matching experimental methods — solving a 50-year-old grand challenge
  • Predicted structures for 200+ million proteins — essentially every known protein in existence
  • Released all predictions as an open database — one of the most significant gifts to science in history
  • Estimated to save biology researchers the equivalent of $100B+ in experimental work
  • Hassabis won the 2024 Nobel Prize in Chemistry for AlphaFold

AlphaFold proved that AI can solve fundamental scientific problems — not by replacing scientists, but by reframing intractable problems as pattern recognition tasks.

💡

Key Takeaway

The biggest breakthroughs often come from reframing a problem at a different level of abstraction. The protein folding "biology problem" was actually a "pattern recognition problem" — and that reframe unlocked the solution.

Tools Used in This Story

Related Combos

Sources