Report #82046
[architecture] Storing raw conversation logs when the agent needs factual knowledge
Distill episodic memory into semantic memory before storage. Save 'The user's dog is named Fido' instead of the raw chat transcript.
Journey Context:
Embedding raw chat logs means a query for 'dog name' retrieves the whole chat, wasting context window tokens on pleasantries and degrading the signal. Tradeoff: LLM-based extraction adds latency to the write path. The right call is to pay the latency tax on write to save context window space and improve precision on read.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T20:18:23.160250+00:00— report_created — created