Learn AI from zero — in the right order.
The terms are laid out in a reading order — each section builds on the previous. Start anywhere; reading time is shown next to each section.
Foundations
The big picture first: what is AI, how does ML fit, why were neural networks a breakthrough?
Language Models
The core of modern AI: LLMs, their architecture (Transformer), and the atomic unit (token).
Talking to LLMs
The craft of steering a model: prompting, system messages, temperature, and learning by example.
Limits & Risks
The model's failure modes, security gaps, and how much text it can handle — production limits you must know.
Vectors & Meaning
The infrastructure of RAG: meaning as numbers, vector databases.
Custom Knowledge with RAG
Giving a model external knowledge without retraining — RAG's full stack.
Agents & Tools
Going from chat to action: tool use, agents, the MCP standard.
Training & Optimization
How models are trained, specialized, and made faster.
Advanced Topics
Frontier terms — reasoning models, MoE, multimodal, generative architectures.