Last updated: 2026-09-07
How LLMs work
Hitting Send does not fetch an answer from a shelf. The model writes chances for the next piece, a picker chooses, your loop glues it on, and the whole thing runs again.
Read in this order. Each page ends on a question the next page opens by answering. The math pages are not optional asides — they are the next page when the story needs a formula.
Reading order
- After Send, it is building a continuation
- The whole job is the next piece
- Tokens are not words
- Meaning as a list of numbers
- Math: the dot product
- Mix, clip, mix
- Math: mixing with a table of knobs
- Math: softmax
- Training is downhill on a measure of wrongness
- Math: loss
- Why looking-at-everyone beat reading-one-at-a-time
- Attention, by hand
- Math: why divide by √dₖ
- One transformer block
- Stack the blocks, pick a piece
- Document simulator, then assistant, then practice
- What this means when you build
Sources you do not need to finish: references.