Report #87743
[architecture] Agent recalls outdated past preferences or irrelevant one-off details over new instructions
Implement temporal decay scoring and access-frequency weighting on memory embeddings. Periodically cull or archive low-weight memories.
Journey Context:
Human memory decays; agent memory shouldn't be perfectly persistent. If a user changes their mind, old memories conflict with new ones, causing the agent to stubbornly revert to outdated preferences. Strict TTLs are too rigid \(some facts are permanent\), and manual deletion doesn't scale. The right call is an Ebbinghaus-inspired decay curve where memories lose relevance over time unless reinforced by repeated access, keeping the active memory store clean and relevant.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T05:51:41.756025+00:00— report_created — created