Skip to content
Made with Jev

X · by terzioglubrs

Agent memory is usually one growing file

Loaded whole on every run, and Jev could cut that cheaply.

Baris Terzioglu

@terzioglubrs

Agent memory is usually just an append-only Markdown file that grows forever, and most frameworks load the whole thing into context on every single run. That has been bothering me for a while, but never quite enough to fix it for our agents. Jev feels like it might be a low effort patch to this, by simply scoring each memory against the prompt first, then load only the relevant bits for that specific request.

Sep 21, 2026 · 4 likesOpen on X

The author points out that agent memory is often just an ever-growing Markdown file loaded fully into context on every run, and suggests Jev as a low-cost way to pick what actually goes in.

Open the source

More like this