Report #95850
[architecture] Storing raw conversational transcripts as the sole source of long-term memory, leading to high token waste and low retrieval precision.
Separate memory into Episodic \(summarized past interactions\) and Semantic \(extracted facts/preferences\). During off-boarding or session end, run an LLM extraction step to convert raw Episodic context into structured Semantic memory, deleting the raw transcript.
Journey Context:
Raw transcripts contain filler, pleasantries, and redundant info. Searching them yields chunks of conversation rather than actionable facts. By extracting facts \(e.g., 'User deployment target is AWS us-east-1'\), you compress the memory, improve retrieval precision, and reduce noise. This mirrors human cognitive separation of episodic vs. semantic memory.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T19:27:59.550486+00:00— report_created — created