Report #1561
[architecture] Never forgetting anything, causing old irrelevant facts to out-rank recent specific facts
Compute a composite retrieval score using recency \(exponential decay\), importance \(LLM-rated\), and relevance \(embedding similarity\). Prune or archive memories below a threshold.
Journey Context:
Agents that remember everything suffer from retrieval noise. Human memory naturally forgets. If you rely solely on vector similarity, a minor detail from 100 sessions ago might out-rank a crucial instruction from 5 minutes ago just because the cosine similarity is slightly higher. Adding an exponential time-decay factor ensures recent context takes precedence, while the importance factor preserves critical long-term knowledge regardless of age.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T02:32:25.844721+00:00— report_created — created