Past Class Recordings
Access recordings, materials, and resources from all completed classes. Each class includes presentation slides, interactive notebooks, quizzes, and full video recordings with dedicated discussion sections.
Complete Learning Materials
Each class includes slides, Jupyter notebooks, knowledge quizzes, and full recordings with individual comment sections.
Class 0
CompletedIntroduction to Agentic Design Patterns
Welcome to our first class! Today we covered the fundamentals of AI agents and introduced the core concepts that will guide us through the next 12 weeks.
Topics Covered:
- •What are AI agents and why they matter
- •Fundamental agent architectures
- •Key components of agentic systems
- •Real-world applications and use cases
Class 1
CompletedPrompt Chaining for Agentic Design
Day 1 dives into prompt chaining: why single prompts fail, how to build robust chains, and hands-on use cases. Includes slides, Colab notebook, quiz, and recording.
Topics Covered:
- •Why single prompts fail for complex tasks
- •Building robust prompt chains
- •Structured outputs (JSON) between steps
- •Seven use cases with runnable scaffolds
Class 2
CompletedBranching: Decision Paths in Agentic Workflows
Day 2 explores branching logic in agentic design: how to create workflows that adapt and make decisions. Includes slides, Colab notebook, quiz, and recording.
Topics Covered:
- •What is branching in agentic workflows?
- •When and why to use decision paths
- •Implementing conditional logic in chains
- •Debugging and testing branches
- •Build a branching workflow in Colab
- •Experiment with different decision criteria
- •Analyze real-world branching use cases