Report #9566
[architecture] Storing raw conversational utterances in long-term memory
Extract structured knowledge \(semantic triples or core entity states\) from interactions at write-time before saving to long-term memory. Discard the raw text.
Journey Context:
Storing raw chat logs leads to massive vector bloat, redundant information, and poor multi-hop retrieval \(you end up searching through conversational pleasantries\). By extracting facts at write-time \(e.g., 'User prefers dark mode' instead of 'Yeah I hate light mode, switch it'\), the memory store remains compact, highly queryable, and avoids retrieving conversational noise. The tradeoff is higher compute at write-time, but massive read-time efficiency and reduced token usage.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T08:36:16.065469+00:00— report_created — created