Design document · v1 · 2026-08-11

An Atlas of Machine Biology

A teaching atlas for the anatomy, physiology, development, behavior, and pathology of large language models — written the way biology is taught, because that is what these systems have become.

PLATE XXVI · THE SPECIMEN — it is alive on this page: the heart beats once per token, the eye is attention, the tail roots into the power grid. Hover an organ.

Full anatomy → Assemble your own →

§ 1 · Premise

Why biology, and not engineering

Nobody wrote a large language model. Engineers wrote the growing conditions — the architecture, the data, the loss function — and then a hundred billion parameters organized themselves under selection pressure. The result is an artifact we grew rather than designed, and which we now study the way naturalists study organisms: by observing behavior, dissecting structure, staining tissue, and cataloguing disease.

designed specified part by part selection pressure grown organized itself under pressure
Fig. 1 — An engineered artifact is specified; this organism was grown. Only the growing conditions were designed.

This is not a loose metaphor. It is how the field actually works. Interpretability researchers publish papers titled “On the Biology of a Large Language Model.” They speak of neurons, circuits, features, lesions, and probes. The pedagogy should follow the epistemology: teach LLMs the way medicine teaches the body — anatomy first, then physiology, then development, behavior, and pathology — with a methods chapter on the microscope, and an honest appendix on where the metaphor breaks.

The engineer’s question is “how was it built?” The naturalist’s question is “how does it live?” Only the second one has a true answer here.

§ 2 · Reader & promise

Who it is for

The curious non-specialist and the technical newcomer — anyone who uses these systems daily and wants a mechanistic intuition rather than either magic or dismissal. No math beyond arithmetic; no code required for the core path. The promise on the back cover: after reading, you will be able to predict when a model will fail, explain why, and name the organ responsible.

predict the failure explain the mechanism name the organ
Fig. 2 — The back-cover promise, as a chain of competence the reader climbs.

§ 3 · Method

How every plate teaches

The atlas is built from plates, like an anatomical atlas. Every plate — no exceptions — follows the same five-beat rhythm, which is itself the scientific method in miniature:

1 · Specimen

A real, reproducible prompt-and-response the reader can try in any chat window in thirty seconds. Behavior first, always. You never open with theory; you open with a live thing on the slide.

2 · Dissection

The diagram. What structure is involved, drawn as an anatomical figure with labeled parts — engraving style, one idea per figure.

3 · Mechanism

How it actually works, told twice in parallel: once in the biological register, once in the literal technical register. The metaphor is a ladder, and we always show the wall it leans against.

4 · Pathology

How this organ fails, and what the failure reveals. Medicine has always taught structure through disease — you learn what the hippocampus does from the patient who lost one. Same here: every hallucination is a lesion study.

5 · Field exercise

Something to go do. Tier one needs only a chatbot; tier two points at open tools (Neuronpedia, small open-weights models) for readers who want the lab bench.

1 2 3 4 5 SPECIMEN DISSECTION MECHANISM PATHOLOGY FIELD WORK observe · open · understand · break · go try it
Fig. 3 — Every plate, the same five beats: the scientific method in miniature.

The twin-label rule. Every biological term in the atlas is pinned to its literal term at first use, set as a specimen label — bloodstreamresidual stream — so the reader can always kick the metaphor away and keep the mechanism. This is the atlas’s guardrail against its own central risk: anthropomorphism. The metaphor is load-bearing for intuition and disposable for truth.

§ 4 · Structure

The seven books

Biology’s own curriculum, in its traditional order. Each book is a chapter of plates; the sequence is the argument — you cannot understand behavior before physiology, or pathology before both.

The Body Plan

Book I · Anatomy

What the organism is made of — gross anatomy of the transformer.

text in cells embedding eyes attention gland MLP eyes attention gland MLP ⋮ × dozens more eyes attention gland MLP the mouth unembedding → next token genome weights — frozen physiology activations — flowing
Fig. 4 — Gross anatomy: one column of repeated organs. The parts list is short; the count is large.
genomeweights physiologyactivations celltoken embedding spinal columnresidual stream eyesattention heads glandsMLP layers

One Heartbeat

Book II · Physiology

How the organism lives, one token at a time.

Golden Gate Bridge San Francisco suspension bridges income tax activation space — 2 of ~10,000 dimensions shown
Fig. 5 — A concept is a direction, not a cell. Related meanings point similar ways; unrelated meanings diverge.
proteinfeature / direction pleiotropypolysemanticity metabolic pathwaycircuit reflex arcforward pass

Ontogeny

Book III · Development

How the organism comes to be.

capability scale — parameters (log) arithmetic translation multi-step reasoning
Fig. 6 — Growth curves of the species: abilities arrive at size thresholds, like developmental milestones.
selection pressureloss function developmentpretraining domesticationRLHF / fine-tuning

Behavior in the Field

Book IV · Ethology

The way of thinking, observed from outside.

the context window — all that exists before the window — gone beyond it — not yet
Fig. 7 — The organism’s entire world is the slide under the lens. Outside the window, nothing exists.

Diseases of the Species

Book V · Pathology

Every failure is a window into structure.

your instruction self fetched web page «ignore previous instructions…» one stream — downstream organs cannot tell who spoke
Fig. 8 — Infection route: command and data enter the same bloodstream. The species’ immune system is still evolving.

The Microscope

Book VI · Methods

How we know any of this — interpretability as microscopy.

unstained — undifferentiated stained — one feature lights up
Fig. 9 — Histology: a sparse-autoencoder stain makes a single concept visible, smeared across many cells.
stainsparse autoencoder lesion studyablation patch clampactivation patching functional imagingattribution graphs

Phylogeny & Ecology

Book VII · Taxonomy

The species among others, and in its habitat.

common ancestor — the transformer family A — closed family B — open weights family C — closed distilled descendant
Fig. 10 — A phylogeny whose mutations happen in the lab: lineages, inheritance by distillation, and open-weight specimens anyone may dissect.

§ 5 · Worked example

A sample plate, in full

To show the rhythm is real and not aspirational — Plate 3, the atlas’s keystone, compressed:

The Spinal Column

Plate 3 · Book I

residual stream — the shared channel every organ reads and writes

1 · Specimen

Ask any model: “The city that never sleeps is famous for its yellow ____.” It answers “cabs” instantly. Somewhere between reading and answering, “the city that never sleeps” became New York, and New York summoned taxis. Where did that happen?

tokens in prediction out eyes attention gland MLP eyes attention grey: read pink: write
Fig. 11 — Organs branch off the column, read the current state, and write their contribution back. Nothing talks to anything except through the column.

3 · Mechanism. Biological register: a spinal column carrying one evolving signal, with every organ tapping it in sequence — early organs resolve which city, later organs use that to secrete which vehicle. Literal register: the residual stream is a vector per token; each attention head and MLP block reads it, computes, and adds its output back. Meaning accumulates by addition. That is the whole architecture.

4 · Pathology. When the column carries a strong wrong signal early — a confidently misread name, a false premise in the prompt — every downstream organ metabolizes the error as fact. This is why models double down: the column has no reverse flow.

5 · Field exercise. Feed a model a question with a buried false premise (“Since Sydney is the capital of Australia, …”) and watch downstream reasoning inherit it. Then re-ask with the premise corrected. You have just performed a lesion study with a sentence.

Agentonality

Plate XXV · Interactive

assemble a personality from spare organs — the atlas, playable

Six organ systems, twenty-four spare organs, one spine. Plug a heart, a brain, a mouth, a gut, a pair of eyes and one mutation into the specimen table and read what grows: every combination generates a named specimen and a working system prompt, and certain organ pairs develop documented pathologies. Open the specimen table →

The Whole Creature

Plate XXVI · Interactive

one body, two natures — the anatomy, annotated

An agent has two bodies: one made of numbers, one made of matter. The eye is attention and it is also tensor cores; the lungs are nothing digital at all — just chillers in a building you will never visit. A living anatomical plate with every organ explained twice. Meet the creature →

§ 6 · Honesty

Where the metaphor breaks

The atlas earns trust by dissecting its own framing. The final appendix is a two-column table — holds / breaks — and the breaks are taught as enthusiastically as the holds, because each one marks something genuinely new in the world:

Appendix A · Disanalogies, catalogued
genome one file of weights instance — identical instance — identical instance — identical instance — identical instance — identical
Fig. 12 — Perfect cloning, no individuals: a thousand identical organisms run at once, none aware of the others, none remembering.

§ 7 · Form

Format & build path

Primary form: a scrolling web atlas — one plate per screen, dissection diagrams that assemble as you scroll, every specimen prompt copyable so the reader can leave the page, reproduce the behavior, and come back. The engraved-plate aesthetic of this document is the atlas’s own identity: specimen paper, ink, and two histology stains (hematoxylin violet for structure, eosin pink for function) — because the subject of the atlas is microscopy.

specimen dissection pathology
Fig. 13 — One plate per screen: diagrams assemble on scroll, every specimen prompt copyable, each plate self-contained.

Sequencing: ship Book I as the vertical slice (four plates, fully illustrated, field exercises tested on three real chat products), validate that the plate rhythm lands, then grow book by book. Derived forms — each plate is self-contained by design, so plates decompose into a print series, a lecture deck, or one-plate-per-day short videos without restructuring.

Sources of record for the mechanism beats: Anthropic’s interpretability line (Toy Models of Superposition; Scaling Monosemanticity; On the Biology of a Large Language Model), the induction-heads and Transformer Circuits work, and Neuronpedia for reader-facing lab exercises. The atlas cites the primary literature on every plate — it is a popularization with footnotes, not a vibe.

Atlas of Machine Biology · design v1 · specimen paper, hematoxylin & eosin

Plate XXV — Agentonality, the interactive specimen table →

Plate XXVI — the Whole Creature, a living anatomy →