Report #71990
[architecture] Treating memory as an unstructured text dump requiring constant semantic search
Design a 'working memory' schema \(e.g., JSON blocks or structured data classes\) that the agent reads and writes to directly via tool calls during execution, reserving vector search for archival recall.
Journey Context:
If an agent has to do a vector search to remember the user's name or the current task state, latency increases and accuracy drops. Working memory \(like RAM\) should hold the current operational context in a structured format. Archival memory \(like a hard drive\) holds the vast history. Mixing the two leads to slow, error-prone agents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T03:24:54.750623+00:00— report_created — created