Issue
Saved Memory Not Used
A saved memory, preference, instruction, or durable context item exists but does not affect the AI output when it should.
What This Looks Like
The user has a saved memory, preference, instruction, profile detail, workspace setting, or durable context item that should affect the task, but the AI responds as if it does not exist. The output may ignore a saved preference, repeat a previously corrected behavior, ask for information already saved, or fail to apply a durable instruction.
Why It Matters
Saved memory is only useful if it reliably governs the work where it applies. When saved memory exists but is not used, the user cannot tell whether the memory is unavailable, out of scope, overridden, stale, or simply ignored. This makes personalization and continuity hard to trust.
Structural Signal
A durable context object exists, but it does not connect to the current task state. The issue is not ordinary forgetting inside one conversation; it is a failure of saved context to become active when the user reasonably expects it to govern the output.
Common Triggers
- Saved memory is scoped differently than the user expects
- The current task does not expose the memory to the active model context
- Later instructions override the saved preference without making that visible
- The memory is too vague to determine when it should apply
- Product mode, workspace, account, or runtime changes affect memory access
- The user assumes memory is authoritative when it is only advisory
When to Use This Issue
Use this Issue when a saved memory, durable preference, or persistent instruction exists but does not affect the AI response in a situation where it should apply.
When Not to Use This Issue
Do not use this Issue when the user never saved the memory, when the task is intentionally isolated from memory, or when the AI forgets something only stated earlier in the same conversation. Use this Issue when saved durable context fails to govern the current work.
Category
Primary Pattern
Declared Patterns
Persistence Instability
A structural condition where persisted state cannot be stored and restored into an equivalent structure without alteration.
Incomplete Declaration
A structural condition where an element is declared but required attributes, dependencies, or linked definitions are missing.
Reference Instability
A structural condition where references, identifiers, links, or anchors change across equivalent evaluations without a declared cause.
Derived Primary Lenses
Absence Lens
Detects structurally required elements that are missing from the observed structure.
Constraint Sufficiency Lens
Evaluates whether declared constraints are sufficient to eliminate structural degrees of freedom.
Reference Stability Lens
Evaluates whether structural references, identifiers, nodes, and edges remain consistent across execution cycles or comparable states.
Derived Secondary Lenses
Search Intents
- saved memory not used
- AI ignored saved memory
- ChatGPT did not use memory
- saved preference not applied
- AI forgot saved instruction
- memory exists but output ignores it