Blog
Engineering notes on trustworthy memory for AI agents.
Engineering · June 26, 2026
The correctness contract: what an agent memory layer should guarantee
Recall is a vanity metric. What decides whether an agent is safe to act on its memory is a correctness contract — a short list of guarantees the layer must never break.
ReadEngineering · June 24, 2026
Four reliability failure modes in agent memory layers — reproduced
Most memory libraries are sold on recall. The failure that actually bites in production is silent loss. Four reproduced failure modes, and how to avoid them.
Read