Agents can remember facts, but still forget how to do the job
No_Advertising2536 · reddit · 2026-07-21
Agent memory is often good at storing facts, but poor at storing how to do the job. This thread argues that procedural memory is the missing layer: workflows should be versioned, updated after failures, and pruned using failure history rather than success counts alone.
It cites a recent Zhejiang University + Alibaba paper, Memp (arXiv:2508.06433), which builds procedural memory from agents’ past trajectories and tests it on GPT-4o, Claude Sonnet, and Qwen. The key takeaway is that failures are the signal: the strongest mechanism was reflecting on failed runs to revise the stored procedure.
The author then lays out three production lessons:
- Session recall and workflow learning are different problems.
- Procedures need version history, not overwrites.
- A procedure that never failed is not yet trustworthy.
The uncomfortable implication is that static instruction files like CLAUDE.md or AGENTS.md rot unless humans notice failures and rewrite them.
Related event: Industry Discusses Procedural Memory for AI Agents(2 posts)→
More from coding & agent
- GPT-6 Astra beats Factorio with enemies in 44 in-game hours at ~$4,500 API cost — liminal_bardo · 2026-09-11
- Investment Analyst Asks How to Build a Claude-Based Diligence Agent Stack — Careless_Tie2286 · 2026-09-11
- How Do You Catch Behavioral Regressions in LLM Agents Between Releases? — Beautiful_Belt_601 · 2026-09-11
- Treating agents like 50 First Dates: a 3-layer context system so every conversation doesn't start from zero — evielync · 2026-09-11
- Running the Firefox MCP on Android via Termux, ngrok, and mcp-proxy — Nervous-Strain7544 · 2026-09-11
- Run Firefox MCP on Android: Termux + ngrok tunnel tutorial — Nervous-Strain7544 · 2026-09-11