Report #93333
[frontier] Agents repeat past mistakes and fail to leverage prior successful trajectories in similar situations
Store agent execution traces as episodic memory with vector similarity on state representation plus temporal decay for retrieval
Journey Context:
Document RAG fails for procedural knowledge. Episodic memory stores \(observation, action, result\) tuples from past runs. Retrieval combines semantic similarity on current state with recency bias \(exponential decay\). Key: failure episodes weighted 3x higher than successes to avoid repeating mistakes. Implementation: use vector store with metadata filtering by task type and outcome. Common mistake: storing raw text; actually need structured tuples with embedded state representations. Frontier: hierarchical episodic memory with summary nodes for long-horizon tasks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T15:14:54.913502+00:00— report_created — created