The fundamentals of machine learning, at the depth you choose.
The ideas that were true in 1990, are true now, and will still be true in 2050 – with the mechanism running live on the page rather than screenshotted onto it.
The ladder
each rung earns the nextPrimer
A gentle on-ramp – Curious mode onlySeven chapters of pure on-ramp – what a model is, how it learns from examples, and why a chatbot is a prediction machine rather than a mind. No equations anywhere.
Foundations
The machinery every model is built fromVectors, matrices, derivatives, gradients, probability and entropy – each one introduced at the moment a machine-learning mechanism needs it, and landing on that mechanism running live.
What a model is, what it means to be wrong, how being-less-wrong becomes a procedure you can run – and why scoring well on the data you trained on proves nothing at all.
From a single artificial neuron to a trained network – what one unit computes, why stacking them buys expressiveness, how backpropagation assigns credit, and what depth actually learns.
Core
Where the pieces become a language modelTokens, embeddings, attention as a data-dependent weighted average, the transformer block, and how a distribution over next tokens becomes text. The mechanism, not the product.