AI Course/week16_memory/reflection.md Course file
reflection.md
week16_memory/reflection.md
Week 16 Reflection: Memory
What's the difference between conversation memory and persistent memory? When would you use each?
Did the agent remember things after restarting? What worked and what didn't?
How is this note system similar to the RAG system from Week 10? How is it different?
What new tool did you add (delete_note, search_notes, or something else)?
What are the limits of storing notes in a JSON file? What would break if you had 10,000 notes?
If you were building a personal assistant that remembers everything about you, what concerns would you have?