Step 01 — Get Set Up
Install Claude Desktop App and an AI-native IDE. Set up your development environment. No prior AI experience needed. Prerequisites only — this step gets you ready to build.
Step 02 — AI ≠ Chatbot
The most important distinction in AI: a chatbot answers questions; an agent takes action. Understand why most people use AI at 5% of its capability. Learn the problem that agents solve and why the shift from chat to action changes everything.
Step 03 — How LLMs Actually Work
Interactive deep-dive into the engine: tokenization, context windows, attention mechanisms, and prediction flow. You'll use a live tokenizer, visualize attention heatmaps, and understand why LLMs hallucinate (and how to prevent it). "Understand the engine before you drive it."
Step 04 — The 6 Agentic Capabilities
What separates an agent from a chatbot? Six capabilities:
- Chain reasoning — Multi-step logical thinking
- Use tools — Connect to APIs, databases, file systems
- Self-correct — Detect and fix errors autonomously
- Orchestrate — Coordinate multiple sub-tasks
- Operate autonomously — Run without constant human input
- Make decisions — Choose between options with incomplete information
Step 05 — Practice Prompting
Interactive before/after exercises showing the impact of prompt quality on output quality. Build prompting intuition through 20+ exercises across different use cases. Use the Prompt Lab to practice with ready-to-use templates organized by job function.
Step 06 — Build a Website (First Capstone)
Your first real project: use AI to build and deploy a personal website in 30 minutes. Real code. Real hosting. Real deployment. This isn't a tutorial — it's proof that you can ship with AI as your co-builder.
Step 07 — RAG Explained
Retrieval-Augmented Generation solves AI's biggest weakness: hallucination. Learn how RAG works through 12 side-by-side comparisons (with RAG vs. without). Build a chunking pipeline. Use the decision tree to know when RAG is the right tool. Peter's own AI chatbot at staas.fund runs on RAG with 2,000+ embedded documents.
Step 08 — MCP & Tool Use
How agents connect to the real world. Model Context Protocol (MCP) gives AI agents hands: email, databases, file systems, browsers, APIs. Watch tool-use flows in action, then build your own tool definition. This is where AI stops being a toy and starts being infrastructure.
Step 09 — Agent Teams & Subagents
Orchestrate multiple AI agents working in parallel. Design custom agents with specific roles and capabilities. Master 8 prompt patterns for multi-agent coordination. This is the architecture behind Peter's Council of Dogelord — 4 agents, each with a specialty, coordinating through structured communication.
Step 10 — Build 6 Agents (Final Capstone)
Hands-on capstone: build one agent for each of the six core capabilities from Step 04. By the end, you have a working multi-agent system you designed, built, and tested yourself. This is your certification artifact.