Course Philosophy and Roadmap

Module 1, Lecture 1.3 | Introduction to Agentic Systems

This lecture explains the design philosophy behind the course and maps out the four-phase progression from foundations through production-ready agents. The central principle is "build it first" — every major agent component (tool registry, context management, memory, retrieval, skills) is built from scratch before any framework is introduced. We walk through what each phase covers, why coding agents serve as the primary running example, what tools you'll use (Python, Anthropic API), and what you'll be able to do by the end: evaluate frameworks, debug agent architectures, and design agents for new domains.

Read the full lecture narrative

Additional Resources