HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cpluss

no profile record

Submissions

[untitled]

1 points·by cpluss·3개월 전·0 comments

Why Agent UIs Lose Messages on Refresh

starcite.ai
4 points·by cpluss·4개월 전·1 comments

Let's Build an AI Assistant That Remembers

fastpaca.com
1 points·by cpluss·5개월 전·0 comments

Ultimate Guide to LLM Memory

fastpaca.com
1 points·by cpluss·6개월 전·0 comments

Universal LLM Memory Does Not Exist

fastpaca.com
4 points·by cpluss·8개월 전·1 comments

comments

cpluss
·8개월 전·discuss
Author here. I benchmarked Mem0 and Zep on MemBench as memory layers for LLM agents, using gpt-5-nano on 4,000 conversational cases and comparing against a long-context baseline.

In this setup, the memory systems were 14–77× more expensive over a full conversation and 31–33% less accurate at recalling facts than just passing the full history. The post shows the results and argues that the shared “LLM-on-write” architecture (running background LLMs to extract/normalize facts on every message) is a bad fit for working memory / execution state, even though it’s useful for semantic long-term memory.

Scope is intentionally narrow: one model, one benchmark (MemBench, 2025), and non-exhaustive configs. The harness (`agentbench`, https://github.com/fastpaca/agentbench) is linked if you want to reproduce or propose a better setup!