Skip to course content
Free generative AI app course

Generative AI Application Development with Python

Module 07

Conversation State and Memory Boundaries

By the end of this module you can manage conversation state deliberately, deciding what to carry forward and what to drop before the context window decides for you.

Units

  1. Unit 07.00: What to carry between turns
  2. Unit 07.01: Trimming before the context window decides
  3. Unit 07.02: One user's history, and keeping it theirs
  4. Unit 07.03: Persisting a conversation responsibly
  5. Unit 07.04: The model's own guess becoming a fact

Module work