Report #7713
[architecture] Agent remembers every interaction equally forever, causing stale context to pollute future generations
Implement a time-weighted decay score for memories. Combine semantic similarity with a recency score \(e.g., exponential decay\) during retrieval.
Journey Context:
Human memory forgets; agents shouldn't remember that a user liked a specific restaurant 3 years ago with the same weight as yesterday. Pure semantic search surfaces ancient, irrelevant facts just because they match the query. Time-weighting ensures recent, relevant context wins, while older context naturally fades unless explicitly reinforced.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T03:36:25.286511+00:00— report_created — created