Learning Paths
Recommended sequences through the curriculum based on your goals.
Foundation Path
Best for engineers new to AI. Covers the essentials before branching out.
- LLM Fundamentals → understand tokens, models, and API basics
- Prompt Engineering → master prompting techniques and tool calling
- RAG → build your first retrieval-augmented generation system
- Testing & Evaluation → learn to measure and improve AI systems
Agent Builder Path
For engineers focused on building autonomous AI systems.
- LLM Fundamentals + Prompt Engineering (prerequisites)
- AI Agents → tool calling, ReAct, multi-agent systems
- AI Memory → conversation and entity memory for agents
- Model Context Protocol → standardized tool integration
Production Engineer Path
For engineers deploying AI systems at scale.
- LLM Fundamentals + Prompt Engineering (prerequisites)
- LLM Gateways → routing, caching, and cost management
- AI Observability → tracing, metrics, and monitoring
- Testing & Evaluation → automated quality assurance
Full Stack AI Path
Complete the entire curriculum in recommended order.
1️⃣
Phase 1: Foundations
LLM Fundamentals → Prompt Engineering → RAG
2️⃣
Phase 2: Agents
AI Agents → MCP → AI Memory
3️⃣
Phase 3: Production
Gateways → Observability → Testing
4️⃣
Phase 4: Tooling
Developer Tools → Agentic Coding