Courses
Structured, step-by-step courses that take you from your first agent loop to production-grade systems.
Agent Fundamentals
Understand what AI agents actually are — from a single augmented LLM call to composable workflows. The conceptual foundation everything else builds on.
Agent Loop Foundations
From zero to your first production-ready agent loop. Set up your environment, build a loop from scratch in Python, then run it inside the major coding agents.
Loop Engineering
Design the system that prompts the agent for you. The five building blocks — Automations, Worktrees, Skills, Connectors, Sub-agents — plus state, wired into loops that run while you sleep.
Production Agent Loops
Take agent loops to production: extend them with hooks, MCP servers, and multi-agent orchestration, then harden them against timeouts, token blowups, and silent failures.