Museum Wire
Law 0 · Katie's LawEvery system is shaped by the human drive to do less work. This is not a flaw. It is the economic force that produces all software — and all software failure.Law I · Boundary CollapseWhen data crosses into a system that interprets structure, without being constrained, it becomes executable.2026 IncidentAxios. 70 Million Downloads a Week. North Korea Inside.Law II · Ambient AuthorityWhen a system trusts the presence of a credential instead of verifying the intent behind it, authentication becomes indistinguishable from authorization.AXM-001Set Theory — Membership, Boundaries, and BelongingLaw III · Transitive TrustWhen a system inherits trust from a source it did not verify, the attack surface extends to everything that source touches.2026 IncidentClaude Code — The Accept-Data-Loss FlagLaw IV · Complexity AccretionSystems do not become complex. They accumulate complexity — one reasonable decision at a time — until no single person can hold the whole in their head.Law V · Temporal CouplingCode that assumes sequential execution, stable state, or consistent timing will fail the moment concurrency, scale, or latency proves the assumption wrong.2026 IncidentCopy Fail — 732 Bytes to Root on Every Linux DistributionAXM-002Boolean & Propositional Logic — True, False, and the Excluded MiddleLaw VI · Observer InterferenceWhen the system that monitors health becomes a participant in the system it monitors, observation becomes a failure vector.2025Amazon Kiro — The 13-Hour Outage2025Operation Chrysalis: The Notepad++ Supply Chain Hijack2025Replit Agent — The Vibe Code Wipe2025Shai-Hulud — The npm Worm That Ate Its Own Ecosystem2024Air Canada Chatbot — The Policy That Wasn't2024Change Healthcare — One-Third of US Healthcare, One Missing MFA2024CrowdStrike — The Security Update That Broke the World2024Google Gemini Image Generation — The Six-Day Pause2024XZ Utils — The Two-Year Infiltration20233CX — The Supply Chain That Ate Another Supply Chain2023Amazon Prime Video — The Per-Frame State Machine2023Bing Sydney — The Chatbot That Went Rogue2023Samsung ChatGPT Leak — The Employee Who Pasted the SecretEFFODE · LEGE · INTELLEGELaw 0 · Katie's LawEvery system is shaped by the human drive to do less work. This is not a flaw. It is the economic force that produces all software — and all software failure.Law I · Boundary CollapseWhen data crosses into a system that interprets structure, without being constrained, it becomes executable.2026 IncidentAxios. 70 Million Downloads a Week. North Korea Inside.Law II · Ambient AuthorityWhen a system trusts the presence of a credential instead of verifying the intent behind it, authentication becomes indistinguishable from authorization.AXM-001Set Theory — Membership, Boundaries, and BelongingLaw III · Transitive TrustWhen a system inherits trust from a source it did not verify, the attack surface extends to everything that source touches.2026 IncidentClaude Code — The Accept-Data-Loss FlagLaw IV · Complexity AccretionSystems do not become complex. They accumulate complexity — one reasonable decision at a time — until no single person can hold the whole in their head.Law V · Temporal CouplingCode that assumes sequential execution, stable state, or consistent timing will fail the moment concurrency, scale, or latency proves the assumption wrong.2026 IncidentCopy Fail — 732 Bytes to Root on Every Linux DistributionAXM-002Boolean & Propositional Logic — True, False, and the Excluded MiddleLaw VI · Observer InterferenceWhen the system that monitors health becomes a participant in the system it monitors, observation becomes a failure vector.2025Amazon Kiro — The 13-Hour Outage2025Operation Chrysalis: The Notepad++ Supply Chain Hijack2025Replit Agent — The Vibe Code Wipe2025Shai-Hulud — The npm Worm That Ate Its Own Ecosystem2024Air Canada Chatbot — The Policy That Wasn't2024Change Healthcare — One-Third of US Healthcare, One Missing MFA2024CrowdStrike — The Security Update That Broke the World2024Google Gemini Image Generation — The Six-Day Pause2024XZ Utils — The Two-Year Infiltration20233CX — The Supply Chain That Ate Another Supply Chain2023Amazon Prime Video — The Per-Frame State Machine2023Bing Sydney — The Chatbot That Went Rogue2023Samsung ChatGPT Leak — The Employee Who Pasted the SecretEFFODE · LEGE · INTELLEGE
Keyboard Navigation
W
A
S
D
or arrow keys · M for map · Q to exit
← Back to Hall of Heroes
Google DeepMind pixel portrait
⬢ Builder⬡ Pioneerboth

Google DeepMind

@googledeepmind

The Lab That Solved the Protein Problem

2020s · 2 min read
AlphaFold is the most significant achievement we've made.

The Story

Google DeepMind's lineage contains two of the most significant technical achievements in the history of AI: AlphaGo (2016), which defeated the world Go champion using a combination of tree search and deep learning in a game that experts said would not fall to AI for decades; and AlphaFold 2 (2020), which solved the protein folding problem — predicting a protein's 3D structure from its amino acid sequence — a challenge that had been open for fifty years and was considered one of biology's grand unsolved problems.

The Google Brain team is also responsible for the Transformer architecture (Vaswani et al., "Attention Is All You Need," 2017) — the paper that every modern large language model is built on, including GPT-4, Claude, Gemini, and LLaMA. The attention mechanism described in that paper is the substrate of the AI era.

Why They're in the Hall

DeepMind belongs in the Hall for AlphaFold alone. The protein folding solution is not a product milestone. It is the kind of scientific contribution that opens entire research domains. Biologists now have access to predicted structures for 200 million proteins. Drug discovery timelines that would have taken years of crystallography now take hours of inference.

The exhibit also includes Gemini — and the museum cannot ignore the Gemini image generation pause of 2024, when Google's multimodal model generated historically inaccurate images with racial diversity corrections that produced absurd outputs (diverse groups of people in historical contexts where such diversity was not present, while failing to generate other groups accurately). The pause lasted six days. The failure was a Boundary Collapse at the RLHF layer: a correction designed to reduce historical bias overfit into a correction that introduced factual inaccuracy.

The Transformer Legacy

The authors of "Attention Is All You Need" did not foresee ChatGPT. The paper described a translation model. The recursive consequence — that the architecture would scale to general language capabilities — was an emergent property that nobody predicted from the architecture alone. This is the Complexity Accretion pattern applied to research: each incremental scaling experiment was rational and well-documented. The aggregate was not predicted.

AlphaFold is what happens when laziness is constructive: we built a machine to do the biology we didn't want to do by hand. The machine did fifty years of it in an afternoon.