Skip to main content

3 posts tagged with "concepts"

View All Tags

Your agent's failures are its most valuable memory, and almost nobody stores them

· 7 min read

Everyone building agent memory is building the same thing: remember what worked, remember what was decided, remember who prefers tabs. Useful. But the expensive amnesia is not forgetting successes. It is forgetting failures.

An agent that forgets a success re-derives it in a few hundred tokens. An agent that forgets a failure re-attempts it: the refactor that broke prod, the "obvious cleanup" that was load-bearing, the dependency upgrade that was abandoned twice for the same reason. You pay for the same dead end every time a fresh session walks into it confidently.

Agreement is not evidence: shipping origin-bound corroboration

· 5 min read

Here is a trap every agent memory system walks toward sooner or later: an item that keeps showing up starts to feel true. Five sessions all "remember" the same fact, so the fact must be solid. Promote it. Trust it more.

We wanted that feature. Independent re-observation should strengthen a memory — that is how evidence works everywhere else. But before building it we went looking for the ways it breaks, and what we found changed the design, the release, and one security assumption we had been living with. All of it shipped today in v0.22.0.

Verbatim vs. inferred: the trust class your agent's memory needs

· 5 min read

Your agent opens a session and tells you what you decided last time. Some of that is a quote. Some of it is the model's summary of a quote. Some of it is a conclusion the model drew at 2am from a session it was already losing track of.

All three arrive in the same font, in the same confident tone, with no way to tell them apart. That is the actual problem with agent memory, and it is not solved by remembering more.