Curriculum
The Learning Path
Start with Fundamentals, then move through the 5 core stages. Open capability or production paths only when your current problem needs them. Prerequisites guide the order without turning the course into a maze.
- 15
- Modules
- 32
- Topics
Start Here
Build the shared mental model for model calls, context windows, retrieval, state, memory, tools, and agents.
4 lessonsCore Path at a Glance
Each stage contains the earlier onesCore Stages
The shortest path from one model request to durable, graph-controlled systems.
5 modules
Core Stages
The shortest path from one model request to durable, graph-controlled systems.
5 modulesPrompt Engineering
Design one clear model request with instructions, examples, constraints, and a realistic success test.
Conversation Engineering
Manage turns, roles, history, summaries, retrieval, and what carries forward between messages.
Response Engineering
Turn stochastic text into typed, validated, repairable responses and safe tool requests.
Loop Engineering
Build bounded model–tool loops with routing, retries, verification, budgets, and explicit exits.
Graph Engineering
Make control flow explicit with typed state, branches, parallel nodes, cycles, subgraphs, and human gates.
Agent Capabilities
Reusable capabilities, interoperability, state, memory, and executable specifications.
3 modules
Agent Capabilities
Reusable capabilities, interoperability, state, memory, and executable specifications.
3 modulesSkills, Plugins & MCP
Distinguish capabilities from packaging, then connect hosts and servers through MCP.
State, Memory & Durability
Separate stateless requests, thread state, checkpoints, durable tasks, and long-term memory.
Spec-Driven Agents
Define goals, capabilities, invariants, states, exits, and verification before implementation.
Production Deep Dives
Serving, retrieval, evaluation, safety, economics, and strategy when you need more depth.
6 modules
Production Deep Dives
Serving, retrieval, evaluation, safety, economics, and strategy when you need more depth.
6 modulesInference & Serving
KV cache, prefill vs. decode, PagedAttention, continuous batching, and caching.
Model Efficiency
Speculative decoding, quantization, and distillation through one bandwidth-and-quality lens.
Retrieval & RAG
Semantic and lexical retrieval, hybrid search, GraphRAG, reranking, freshness, grounding, and evaluation.
Evaluation & Observability
Regression, adversarial, judge, and human evaluations connected to traces and production drift.
Production Safety & Cost
Cost attribution, prompt injection, authorization, isolation, and cache safety.
Strategy & Tradeoffs
Choose adaptation, orchestration, and serving approaches across latency, quality, cost, and reliability.