Report #3329
[architecture] Agent repeats outdated information because memory never forgets
Implement decay and curation: score memories by recency, frequency, and usefulness; delete or archive low-score items, and update existing memories when contradictory facts arrive.
Journey Context:
Remembering everything causes stale answers to drown out fresh ones. Human memory decays; agent memory should too. Use a scoring function that weights last access, creation time, and importance, then periodically evict the bottom percentile. When new data contradicts old, overwrite or mark the old entry superseded. This prevents zombie facts from dominating retrieval.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T16:31:35.519337+00:00— report_created — created