Terms  /  Memory & State  /  State Awareness
03 · Memory & State

State Awareness

The system's ability to maintain and use awareness of prior actions within a session. The opposite of State Loss.

State Awareness is the within-session counterpart to Context Continuity. Where Context Continuity is about remembering across sessions, State Awareness is about tracking what has happened in the current session: which files have been created, which functions have been modified, what decisions have been made, and what's left to do. An agent with high State Awareness can give you an accurate status report at any point during a task. An agent without it will lose track of its own work and require constant human supervision.

Example
An agent is 30 turns into a complex refactoring task. The user asks: "What have you done so far?" An agent with high State Awareness responds: "I've refactored 4 of 7 modules. Completed: auth, users, permissions, and logging. Remaining: payments, notifications, and reporting. I renamed 12 functions to match the new convention and updated all internal references. The test suite passes for the completed modules." An agent without State Awareness either guesses, hallucates a status report, or says "I'd need to review the conversation history."

More in Memory & State