All learning paths
Course outline
Advanced
Ship production agentic systems, train/customize models, secure them, observe them, and run modern inference
14-16 weeks
Self-paced
67
Lessons
12
Modules
1
Advanced Transformer Concepts
5 lessons
1Multi-head attention: following several relationships
22 min
2Residual connections and normalization: keeping deep models trainable
20 min
3Tokenization algorithms: how a vocabulary is built
23 min
4Scaling laws: spending a training budget wisely
22 min
5Reading the scaling-laws paper without overclaiming
22 min
2
Modern Architectures
5 lessons
1Llama architecture: reading a model configuration
21 min
2Mistral and Mixtral: dense models and selected experts
22 min
3Reading the LLaMA paper: efficiency, evidence, and limits
21 min
4FlashAttention: faster attention by moving less data
24 min
5Rotary position embeddings: making distance affect attention
23 min
3
Foundation Model Training
5 lessons
4
Fine-Tuning Techniques
6 lessons
1Transfer learning: start with the right kind of change
20 min
2Fine-tuning: teach a behavior you can measure
24 min
3LoRA: learning a small update to a large model
24 min
4QLoRA: adapting a model while storing its base weights compactly
30 min
5Reading the LoRA paper: what low rank does and does not show
22 min
6Choosing an adaptation method by the constraint you face
21 min
5
Advanced Fine-Tuning
6 lessons
1Instruction tuning: write examples that teach the right response
23 min
2RLHF: learning from preferences without confusing reward with truth
25 min
3DPO: learning which response to prefer
28 min
4Reading InstructGPT: helpfulness is measured, not assumed
23 min
5Project: adapt a workshop assistant and prove what changed
40 min
6Distillation and synthetic data: learn from a teacher, then verify
24 min
6
AI Agents & Autonomous Systems
9 lessons
1ReAct: alternate between a decision and new evidence
24 min
2Reading ReAct: what actions add to a language-model experiment
22 min
3Tool calling: a proposal becomes an action only after validation
24 min
4Multiple agents: divide work only when the boundary helps
23 min
5Project: build a research assistant that can show its evidence
38 min
6A2A: exchanging tasks between agent services
23 min
7Agent memory and planning: remember facts without freezing mistakes
24 min
8Reliable agent loops: make progress recoverable
25 min
9Human review: pause at the decision that matters
24 min
7
Advanced RAG & Context
7 lessons
1Advanced chunking: preserve the evidence a question needs
30 min
2Hybrid retrieval and reranking: find broadly, choose carefully
24 min
3Query expansion: search for the same need in different words
22 min
4Context compression: remove repetition, preserve the conditions
23 min
5Project: ship a document assistant with reliable evidence
42 min
6GraphRAG: retrieve relationships without treating them as unquestionable facts
25 min
7Evaluating RAG: separate finding evidence from using it
28 min
8
Optimization & Deployment
8 lessons
1Quantization: smaller numbers, measured tradeoffs
23 min
2Model serving: make speed and capacity visible
24 min
3Caching: reuse work without reusing the wrong answer
24 min
4Cost optimization: spend less per useful result
23 min
5Observability: explain a slow or wrong answer from its trace
24 min
6Model gateways: route requests without losing the contract
24 min
7Speculative decoding: check several proposed tokens at once
26 min
8On-device inference: make the whole workload fit
24 min
9
Cutting-Edge Topics
7 lessons
1Mixture of experts: capacity, routing, and the cost of imbalance
25 min
2Long context: test whether the model uses what it can receive
25 min
3Multimodal models: connect images, audio, and text without guessing
25 min
4Computer-use agents: observe, act, and verify the result
24 min
5What comes next: evaluate a new claim without chasing hype
23 min
6Reasoning budgets: spend extra computation where it helps
24 min
7Realtime voice: manage turns, interruptions, and tool results
24 min
10
Production Agentic Systems
5 lessons
1AutoGen: understand AgentChat and plan a supported migration
27 min
2Agent orchestration: choose a control flow you can explain
26 min
3Production MCP servers: expose a small contract and enforce it
28 min
4Agent evaluation: check the outcome and the route taken
27 min
5Project: build a recoverable evidence-to-draft pipeline
45 min
11
Security, Safety & Risk
3 lessons
12
Research Paper Roadmap
1 lessons