PMPrzemek Marzecinsovantica.hashnode.dev·2d ago · 10 min readFive things to check your agent memory store againstAn agent-memory bug can look nothing like one. It looks like confidence: the agent remembers an old address, keeps a preference the user changed months ago, or retrieves a fact that should have expire22K
PMPrzemek Marzecinsovantica.hashnode.dev·6d ago · 8 min readA LongMemEval-S number you can reproduceWe held off on posting a benchmark for a long time. Not because we didn't have runs - because most memory benchmarks you read are a number with no way to check it. A blog says "X%", and you have no id00
PMPrzemek Marzecinsovantica.hashnode.dev·Aug 24 · 9 min readWhat our coverage number did not protectEngrava's test suite had 3,845 tests and 94.22% line coverage. There was more test code in the repository than production code. By every number we had, the thing was well tested. Then we ran a mutatio00
PMPrzemek Marzecinsovantica.hashnode.dev·Aug 22 · 3 min readEngrava 0.5.0: a first-class MCP serverEngrava 0.5.0 pulls the MCP server out of the library. Install engrava now and you get the memory library and nothing else. The server ships separately, as engrava-mcp. The two were never really the s00
PMPrzemek Marzecinsovantica.hashnode.dev·Jul 20 · 5 min readAction Records: Memory for Things an Agent DidMost agent memory examples start with facts: a user preference, a summary, a document chunk, a note extracted from a conversation. Those are useful, but they leave out a large part of what an agent ac00