Foundations
What the model actually is, drawn rather than described. Tokens, vectors, attention, and the arithmetic that turns text into a probability.
2 ARTICLES IN THIS TRACK
MODULE 01 · LEARNING IN PUBLIC
A visual lab about what is actually happening inside a language model, what has to be built around it before it becomes software, and how to read each new wave of AI tooling without buying the pitch.
WHAT SHIPSMODEL + HARNESS
THE WORD "HARNESS"
Everything that decides what the model sees, what it is allowed to do, and what happens when it is wrong. The model answers. The harness is the software.
01 / WHAT THIS COVERS
You cannot design a good harness without a mental model of the thing you are wrapping, and you cannot judge a trend without both. So the module runs in three lanes and they keep referring to each other.
What the model actually is, drawn rather than described. Tokens, vectors, attention, and the arithmetic that turns text into a probability.
2 ARTICLES IN THIS TRACK
Everything around the model that makes it a product: context assembly, tools, memory, loops, permissions, evals, and cost.
4 ARTICLES IN THIS TRACK
Each new wave — agents, MCP, context engineering — read against what it replaces and what it actually costs to run.
2 ARTICLES IN THIS TRACK
02 / THE WRITING
Article 01 is the foundation the rest of the module leans on. Everything after it assumes you can picture a token becoming a vector and a vector becoming a probability.
ARTICLE 01 · FOUNDATIONS PUBLISHED
Text goes in, a probability distribution comes out. A visual walk from a token to the next token, with GPT-3’s 175 billion parameters accounted for one matrix at a time.
Module index 4 PUBLISHED · 4 IN THE QUEUE
The queue is a direction, not a schedule. Articles ship when the diagrams hold up.
03 / HOW THIS IS WRITTEN
Most AI explanations are analogies stacked on analogies. If a mechanism cannot be drawn — the actual matrices, the actual loop, the actual numbers — it is usually not understood yet, only repeated.
Swapping the model is the cheapest change you can make. What decides whether the thing works is the harness around it: what enters the context, which tools exist, what happens on failure, and who is allowed to approve what.
Agents, MCP, long context, context engineering. Each one buys something real and charges for it in latency, tokens, or operability. The interesting question is never whether it is new — it is what it replaces.
This module is written while learning and while shipping AI features at work. Where something is uncertain it says so, and where a number comes from a source, the source is named.
WHERE TO BEGIN
Everything a language model does is that step, repeated. Article 01 takes it apart completely — with diagrams instead of equations, and every number attributed.
Inside a transformer →