Index  ·  The Series Map

The LLM Knowledge Map How language models work, and how to build with them — twelve notes in two tiers

Index · LLM Foundations & LLM Systems

Two layers of understanding. Tier 2 — Systems is the applied layer: how to build, evaluate, and deploy AI systems. Tier 1 — Foundations is the substrate beneath it: how the model itself works. Not everyone needs both — so start with the path that matches who you are and what you're trying to do.

Where should I start?

Pick the reader you most resemble. Each path is ordered, and notes what you can safely skip.

The domain specialist

You work in a field — energy & batteries, law, medicine, finance — and you want to apply or evaluate LLMs in it. You don't need to derive the math.

Recommended path
  1. Evaluation Pipelines — how to tell if it actually works
  2. Safety & Alignment — what can go wrong in deployment
  3. Retrieval (RAG) — grounding the model in your own data
  4. Model Adaptation — when to specialize a model
  5. Foundations · Context — just enough to see why retrieval is needed

Skip for now: most of Tier 1 (tokenization internals, attention math, pretraining, scaling) — useful background, not required to use or judge a system.

The builder / engineer

You're shipping LLM features and want to build well — enough machinery to make good architectural calls, plus the practical disciplines.

Recommended path
  1. Foundations · Tokenization & Embeddings
  2. Foundations · Transformer & Attention
  3. Foundations · Sampling & Decoding  +  Context
  4. Retrieval, Inference, Evaluation
  5. Agents & Adaptation as your product needs them

Optional: Pretraining and Scaling Laws — valuable context, but rarely load-bearing for application work.

The researcher / deep learner

You want to understand the machinery end to end — the why beneath the how, in order.

Recommended path
  1. All of Tier 1 in sequence: 010203040506
  2. Then the Tier 2 disciplines, which build on it — starting with Evaluation and Adaptation

Skip nothing: the foundations are written to be read as a chain, each setting up the next.

The leader / decision-maker

You fund, direct, or vet AI work and want intuition, not internals — enough to set strategy and ask vendors the right questions.

Recommended path
  1. Evaluation Pipelines — how quality is actually measured
  2. Safety & Alignment — the risk surface
  3. Model Adaptation — build vs. buy vs. fine-tune
  4. Foundations · Scaling Laws — why capability and cost track size

Skip for now: the rest of Tier 1 — architecture and training details below your decision altitude.

How the two tiers relate

The applied disciplines all rest on the same foundations. You can work productively in the top layer while treating the bottom as background — but every discipline ultimately stands on it.

TIER 2 — SYSTEMS · the applied layer (build · evaluate · deploy) Evaluationdoes it work? Retrievaloutside knowledge Adaptationspecialize it Agentsplan & act Inferenceserve it fast Safetykeep it safe ▲ every discipline is built on ▼ TIER 1 — FOUNDATIONS · the substrate (how the model itself works) Tokenization& embeddings Transformer& attention Pretrainingnext-token Scaling laws& emergence Sampling& decoding Contextlong-range text → vectors → attention → trained weights → scaled → decoded → within a window
DIAGRAM — Specialists and leaders mostly live in the top layer; builders dip into the parts of the substrate that affect their choices; researchers read the whole stack bottom-up.

The full roadmap

All twelve notes. Tags show who each is most for — tap any card to open it.

Tier 2 Systems — the applied layer build · evaluate · deploy
Tier 1 Foundations — the substrate how the model itself works · optional for many
Specialist applies / evaluates LLMs in a domain Builder ships LLM features Researcher wants the full machinery Leader decides & directs Everyone foundational for all readers