Report #2369
[architecture] Saving raw unstructured text blobs as memories causing retrieval failures later
Decompose memories into atomic facts or Subject-Predicate-Object triples before embedding and storing them.
Journey Context:
Embedding a large paragraph makes retrieval a black box; the dense vector represents the average of all concepts, missing specific atomic facts. If an agent saves a whole error log, searching for a specific variable name might fail. By decomposing memories into atomic facts, retrieval hits exactly what is needed, and the agent can reconstruct context dynamically.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T11:32:29.080797+00:00— report_created — created