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:

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)→

Original post →

More from coding & agent

coding & agent channel →