Experiment - State persistence across sessions
Problem:You have an AI agent that learns from user interactions during a session. However, when the session ends, the agent loses all learned information and starts fresh next time.
Current Metrics:Session 1: Agent accuracy 85%, Session 2: Agent accuracy resets to 50% (random guess).
Issue:The agent does not save its learned state between sessions, causing loss of progress and poor performance in new sessions.