A guided route through prerequisites, notation, code, and demos.
Start from a path, predict the demo, then ask the companion to repair the exact gap.
Start foundationsDomain Atlas
Every domain is a route into the same learning loop: intuition, math, code, interactive evidence, and AI-assisted repair when the idea gets slippery.
Reader Lenses
Start from a path, predict the demo, then ask the companion to repair the exact gap.
Start foundationsUse concept pages as small, testable models before jumping back to papers or experiments.
Inspect a bridgeUse the same page as a lecture spine: intuition first, then math, code, and manipulation.
Open a lessonChoose By Need
Start with the mathematical object, then watch it become a model behavior.
ResearcherInspect the mechanism fast.Jump to assumptions, failure regimes, and executable witnesses before returning to papers.
ProfessorFind a lecture spine.Use domains as teachable arcs with demos, derivation checkpoints, and next questions.
01 / Foundations
Start here when notation, geometry, probability, or optimization is the blocker.
Vectors, matrices, and linear maps: the language of representations, optimization, and modern deep learning.
Best when you want to read, run, and manipulate the idea in one sitting.
Rates of change and accumulation. Calculus is the language behind gradients, optimization, continuous-time dynamics, and why backprop works as efficiently as it does.
Best when you want to read, run, and manipulate the idea in one sitting.
How we train models: gradients, learning rates, curvature, and the practical tricks that make deep nets converge.
Best when you want to read, run, and manipulate the idea in one sitting.
Uncertainty made precise: events, random variables, expectations, and the distributions that models learn.
Best when you want to read, run, and manipulate the idea in one sitting.
How we measure information and mismatch between distributions: entropy, cross-entropy, KL divergence, mutual information, and why they appear everywhere in ML.
Best when you want to read, run, and manipulate the idea in one sitting.
02 / Model Mechanics
Move here once the primitives are clear enough to explain a network component.
The sequence model backbone: tokenization, self-attention, positional encodings, and the transformer block that powers modern LLMs.
Best when you want to read, run, and manipulate the idea in one sitting.
Embeddings and the geometry of meaning: similarity, normalization, contrastive objectives, and why vector spaces become usable interfaces for models.
Best when you want to read, run, and manipulate the idea in one sitting.
How models generate: likelihood, latent variables, diffusion/score models, flows, and the training tricks that make sampling work.
Best when you want to read, run, and manipulate the idea in one sitting.
03 / Systems & Practice
Use this band when correctness, latency, memory, and serving constraints matter.
How loss and capability change with parameters, data, and compute; how to allocate a training budget; and why some abilities appear suddenly at scale.
Best when you want to read, run, and manipulate the idea in one sitting.
How we make models cheaper to train and serve: quantization, distillation, low-rank adapters, sparsity, and the memory/latency tradeoffs that dominate real deployments.
Best when you want to read, run, and manipulate the idea in one sitting.
How models run in production: prefill vs decode, KV cache memory, batching and scheduling, and the techniques that make latency and throughput practical.
Best when you want to read, run, and manipulate the idea in one sitting.
04 / Frontier Bridges
Use these bridges when the same mathematics reappears as alignment, interpretability, or causal structure.
The classical supervised-learning spine: models, losses, generalization, evaluation, and the experiment habits that make modern AI results trustworthy.
Best when you want to read, run, and manipulate the idea in one sitting.
How we shape model behavior: preference learning, reward modeling, KL-regularized fine-tuning, and the failure modes that appear when you optimize the wrong thing.
Best when you want to read, run, and manipulate the idea in one sitting.
The engineering discipline around trustworthy model use: evaluation pipelines, dataset and model versioning, monitoring, drift, reproducibility, and operational tradeoffs.
Best when you want to read, run, and manipulate the idea in one sitting.