Inside
an LLM
Essential language-model mechanisms become objects you can observe, test, and change.
01-08
Start the courseA progressive path from raw text to the assistant. No AI background required. You don’t need to be a mathematician.
Try it now
Break a sentence.
Type to see the units produced by our teaching tokenizer.35 / 240 characters
A␣model␣receives␣tokens,␣not␣words.
How we learn
Understand it with your hands.
- 01
Manipulate before naming
Start with a concrete example, risk a prediction, then manipulate the mechanism. The explanation makes sense of what you just saw.
- 02
Build without black boxes
Each lesson picks up where the previous one stopped: text, tokens, vectors, context, blocks, prediction, training, then assistant.
- 03
Watch the computation take shape
Tokens, vectors, weights, and probabilities stay visible while you manipulate them.
Index / 08
The learning path
A progressive path from raw text to the assistant. No AI background required. You don’t need to be a mathematician.