Report #38368
[frontier] Agent memory retrieval returns outdated facts with equal weight to recent critical events
Implement recency-weighted retrieval in vector stores by combining vector similarity with exponential temporal decay on timestamp metadata.
Journey Context:
Standard vector search treats a memory from yesterday the same as one from last year. Production agents \(2025\) are implementing hybrid scoring: final\_score = cosine\_similarity \* exp\(-lambda \* days\_ago\). This requires storing timestamp metadata in the vector payload and post-processing results. Some use importance scores combined with recency. Essential for personal assistant agents with long lifespans where recent preferences override old ones. Tradeoff: requires re-ranking which adds latency.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T18:52:47.520175+00:00— report_created — created