Zero-Mem: Zero-Token Memory Operations for LLM Agents
Posted by theanonymousone 2 days ago
Comments
Comment by langs 1 day ago
This aligns with the "zero tokens" approach described in this paper. :)
I tested it on the LoCoMo used in this paper, and also LongMemEval, both achieved SOTA results.
Comment by kolinko 17 hours ago
Some custom kernels and I was able to find all the relevant paragraphs with full force of qwen reasoning within 0.3s, and with a summary round within 0.7s.
Downside - required 200GB ram/vram ;) A few GBs for model and most of it for caching kvs.
Comment by marak830 1 day ago
Once this(Zero-mem) passes it's peer review, I may have to see if my system can handle something similar instead/in addition.
I'm quite excited to see growth in these different ways of eliminating token's.
Long winded aside, @langs, have you published your work on this?
Comment by langs 1 day ago
Using attention for retrieval was inspired by a comment I saw in here long time ago: Prediction and retrieval are two sides of the same coin; to predict better, you must retrieve more accurately.
I'm still working on the improvement of algorithms, my tests shows the performance and accuracy will be improved a lot in the next release.
Comment by nthypes 1 day ago
Comment by langs 1 day ago
Comment by k__ 1 day ago
Hrm.
Comment by torginus 1 day ago
Comment by elij 1 day ago
Comment by jackdawed 1 day ago
Comment by k__ 1 day ago
Comment by myshapeprotocol 1 day ago
Comment by jkwang 1 day ago
Comment by russlan 2 days ago
I would still want a harder benchmark around mutation and contradiction. If an entity changes attributes across sessions, can the graph and temporal hierarchy preserve both states, surface the conflict, and show which trace justified the answer? The 57.6% time reduction is compelling, but for production agents I would measure unsupported-answer rate and evidence recall under stale, conflicting, and adversarial traces. Encoder compute and index-maintenance cost should also sit beside token cost; otherwise "zero-token" risks being read as "free."
Comment by runtime_lens 1 day ago