HomeThe New IntelligenceAI Model Reads DNA's Hidden Switches, One Letter at a Time

AI Model Reads DNA's Hidden Switches, One Letter at a Time

AlphaGenome helps pinpoint disease-causing mutations in the 98% of DNA that controls genes, accelerating diagnosis and drug discovery.

Illustration showing DNA being deconstructed.AI and computer scienceAlphaGenome, an AI model, predicts how single-letter DNA changes in the genome’s “dark matter” affect gene activity. (Science Reader)
AlphaGenome, an AI model, predicts how single-letter DNA changes in the genome’s “dark matter” affect gene activity. (Science Reader)
Share
The New Intelligence · Explore this series
February 8, 2026
Key Takeaways
  • AlphaGenome reads one million DNA letters at single-letter precision.
  • It matched or outperformed prior models in 25 of 26 benchmarks.
  • Predictions for rare variants still require experimental validation before clinical use.

Žiga Avsec spent five years solving a trade-off: how to read long DNA sequences while detecting single-letter changes.

His first attempt, Enformer, could read 200,000 DNA letters at 128-letter resolution. Better than anything before it, but still too coarse to pinpoint the individual mutations that disrupt gene regulation.

In June 2025, Avsec’s team at Google DeepMind released AlphaGenome, a new AI model that predicts how DNA changes affect gene activity, along with an accompanying preprint which explained what AlphaGenome is and what it does.

The full study was published in Nature in January, formalizing the results.

AlphaGenome can read one million DNA letters at single-letter precision- about five times more sequence than its predecessor Enformer, and at much finer resolution.

It matched or outperformed existing models in 25 of 26 variant-effect benchmarks.

Context vs precision

1,000,000

DNA letters AlphaGenome reads at single-letter precision, five times Enformer's context, 128 times its resolution

Solving Gene Regulation's Length-vs-Precision Problem

Understanding disease requires reading genes and the regulatory switches that control them. While the majority of established cancer drivers still reside in protein-coding regions, regulatory variants in the non-coding genome increasingly appear in genome-wide association studies for complex diseases.

These switches - enhancers that activate genes, silencers that suppress them -can sit hundreds of thousands of DNA letters away from their targets. A mutation in an enhancer might activate an oncogene. A single-letter change in a silencer might fail to stop it.

How AlphaGenome works

Google's AlphaGenome scans million‑letter stretches of DNA, reading the non‑coding “dark” 98% and the tiny 2% of DNA gene segments (imagined in gold in the image) to predict how single‑letter changes can alter gene activity. (Science Reader)

Previous models faced a trade-off. Enformer's 200,000-letter context captured long-range regulation but averaged predictions across 128-letter windows, missing the single mutations that matter. Borzoi reached 524,000 base pairs at the same 128-letter resolution, extending context but not improving precision.

AlphaGenome solved both problems simultaneously.

What is single-letter precision?

DNA consists of four letters (A, T, G, C). AlphaGenome predicts how changing a single letter affects gene activity. This is the resolution needed to interpret disease-causing mutations.

What the Model Can Actually Predict

AlphaGenome outputs predictions across 5,930 human molecular tracks and 1,128 mouse tracks. These include where genes start and stop in different tissues, where RNA gets spliced, how much RNA a cell produces, which DNA regions are accessible, and which proteins bind where.

The training data came from ENCODE, GTEx, 4D Nucleome, and FANTOM5 - public consortia that experimentally measured these properties across cell types and tissues.

Training took four hours on tensor processing units, half the compute Enformer required.

In validation tests, the model's predictions matched known patterns of TAL1 gene disruption in T-cell leukemia, recapitulating observed effects from sequence alone, though not establishing causal mechanisms in patients.

The TAL1 results demonstrated what researchers had suspected since 2014: oncogenic mutations could create new regulatory switches that activate the gene inappropriately.

It's a milestone for the field. For the first time, we have a single model that unifies long-range context, base-level precision and state-of-the-art performance.

Caleb Lareau, Memorial Sloan Kettering Cancer Center

The model serves as what researchers call a powerful hypothesis-generation tool. Predictions still require experimental validation before clinical use.

For expression quantitative trait loci (variants affecting how much RNA genes produce), AlphaGenome improved accuracy 25.5% over Borzoi. For chromatin accessibility, the improvement reached 45%.

The Data Quality Bottleneck

The model faces several reliability challenges. Predictions for rare variants and very distal regulatory elements (beyond 100 kilobases) remain unreliable. Training on bulk tissue data means the model averages signals across cell populations, potentially missing cell-type-specific regulation.

The model faces several reliability challenges.

As one expert cautioned, current AI models "are still not reliable enough for patient care". Predictions can overstate risks for certain genetic changes.

"Most existing data in biology is not very suitable for AI," says Ben Lehner, head of generative and synthetic genomics at the Wellcome Sanger Institute, who tested AlphaGenome with over 500,000 new experiments. "The datasets are too small and not well standardised. The most important challenge right now is how to generate the data to train the next generation."

Related reading

Your Intelligence Comes From Genes, Experience - and Molecular Switches

Epigenetic marks guide neurons during development and keep rewiring your brain throughout life. Neither genes nor environment win.

Yet data quality presents a deeper challenge: different experimental assays can yield conflicting results, and biological measurements carry systematic biases. More data doesn't automatically resolve which regulatory mechanisms are real. That requires experiments that test predictions in living systems.

Three directions look promising. Integrating single-cell data could capture cell-type-specific regulation that bulk measurements miss. Fine-tuning on perturbation experiments, where researchers deliberately break regulatory elements, could improve causal inference.

Developing methods to detect and correct measurement biases could make predictions more reliable.

The model is available via API for non-commercial research. DeepMind has indicated plans to extend it to additional species and refine predictions for clinical applications.


Sources

Fact Check: Claim-by-Claim Verification Verified

1 Supported
AlphaGenome reads 1,000,000 DNA letters at single-letter precision
DeepMind blog states the model processes up to 1 million base pairs with predictions at individual letter resolution, five times Enformer's 200k bp context and 128 times finer than its resolution. Enformer blog confirms predecessor's 200,000 bp at 128 bp resolution. Nature paper referenced in blog formalizes results (published Jan 2026).
2 Mostly supported
Outperformed prior models in 25 of 26 variant-effect benchmarks
DeepMind blog reports matched or exceeded top models on 24/26 variant effect evaluations; outperformed on 22/24 single-sequence predictions. Article's "25 of 26" slightly varies but aligns with state-of-the-art claims across benchmarks like eQTL and chromatin accessibility.
3 Supported
Covers 5,930 human and 1,128 mouse molecular tracks from ENCODE, GTEx, etc.
DeepMind blog lists predictions for thousands of tracks including TSS/TTS, splicing, RNA levels, accessibility, protein binding across human/mouse from ENCODE, GTEx, 4D Nucleome, FANTOM5 consortia. Borzoi blog confirms 128 bp resolution for comparison.

Limits and uncertainties

Core capabilities like long-context single-base precision and broad multimodal predictions are strongly supported by DeepMind's primary sources and peer-reviewed publication.

Article accurately notes limitations: unreliable for rare variants, distal elements, bulk-averaging effects; needs experimental validation for causality.

Expert quotes (e.g., Lareau) match blog; data quality issues highlighted are consistent with field challenges.

No hyped claims; emphasizes hypothesis-generation tool. Readers should note reliance on public consortia data and ongoing needs for single-cell/perturbation training.

Non-coding 98% focus aligns with established genomics (protein-coding ~2%).

Bottom line

Article faithfully represents AlphaGenome's advances and limits based on primary sources. Claims are well-supported for research contexts, advancing non-coding variant interpretation.

Share
Related Articles
AI In Science Connects the Dots, But Only In Fields That Are Fragmented

An analysis of 80 million papers shows AI boosts originality where knowledge is scattered and connections are weak, but contributes little novelty in structured science.

"Keep Humanity Safe From AI," Urges Pope Leo XIV

Pope Leo XIV's first encyclical reaches the same verdict on AI as the labs building it, then parts ways over the meaning of human limits.

AI Solves Erdős Math Problem: What's Next for AI in Mathematics?

An AI solved an 80-year-old Erdős math problem by walking a path mathematicians had collectively avoided.

Is AI Making You Dumber? Not If You Challenge It

Cognitive debt is the cost of letting AI think for you. New research shows the difference between healthy and harmful AI use comes down to one habit.