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.

3
Classes Completed
32
Total Attendees
2
Video Recordings
3
Interactive Notebooks

Class 0

Completed

Introduction to Agentic Design Patterns

📅 September 20, 2025⏱️ 2 hours 15 mins👥 32 attendees

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

Completed

Prompt Chaining for Agentic Design

📅 September 22, 2025⏱️ ~2 hours👥 0 attendees

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

Completed

Branching: Decision Paths in Agentic Workflows

📅 September 24, 2025⏱️ ~2 hours👥 0 attendees

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