← Research

Your Agent's "Memory" Is Not Learning

Persistence and learning are different things. Almost everything sold as agent memory is the first one wearing the second one's clothes. Here's the actual line between them, and the one honest opening it leaves.

Two flows side by side. Loop 1: an outcome is written to a store, retrieved into the prompt, and read by the model, whose weights stay frozen, so the loop returns to the prompt. Loop 2: an outcome feeds the model and changes its weights directly, with no store, so the loop returns to the weights.
Same trigger, different destination: Loop 1 writes to a store and re-reads it (weights frozen); Loop 2 changes the weights themselves.