Dev Tools · 1h ago
No-LLM memory layer trades accuracy for cost and privacy
RE-call, a memory system that never calls an LLM, stores raw conversation turns instead of distilled summaries. On the BEAM benchmark, it scores 0.408 on temporal reasoning versus Mem0's 0.567, because it can't disambiguate multiple date instances. The trade-off avoids LLM API costs and keeps data local, appealing for privacy-sensitive or high-volume use cases.
Meridian48 take
The benchmark comparison is honest about RE-call's weaknesses, but the reranking flag omission leaves a significant performance question unanswered.
Read the full reporting
The memory layer that never calls an LLM: what that buys, and what it costs →
DEV Community
memory-layerllm-alternative