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
- Claude Code’s system prompt shrank 80% as Fable works better with lighter prompts — emollick · 2026-07-21
- Using Codex to set up Claude Code because opening a terminal takes one extra click — emollick · 2026-07-21
- An interactive Zarr explainer shows how AI is changing technical education — MaxLenormand · 2026-07-21
- Most people still use Claude like a chatbot, not an agent — heypearlai · 2026-07-21
- A user wants a fully local desktop agent stack for file ops and small scripts — Tonka-Jahari-Pizza · 2026-07-21
- MyClaw adds up to $200 in AI credits to annual plans and swaps 30-day trials — Shruti_0810 · 2026-07-21