Report #62129
[architecture] Agent saves every trivial interaction to long-term memory causing retrieval noise
Use an LLM-as-a-judge step to assign an 'importance' score \(e.g., 1-10\) to an observation at ingestion time. Only persist memories above a configurable threshold, and use the score as a multiplier during retrieval.
Journey Context:
If an agent remembers 'User said ok', it pollutes the vector space with low-signal data, making it harder to retrieve high-signal facts like 'User prefers dark mode'. By scoring importance at ingestion, the agent filters out noise, keeping the retrieval pool highly relevant. The importance score also helps during retrieval: a highly important old memory can outrank a trivial recent one.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T10:46:14.661344+00:00— report_created — created