RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
  1. >
  2. Home
  3. /Frontier
  4. /Memory systems
Frontier zone · Memory systems

The memory-systems frontier

The agent-memory category is in active competition. Mem0 and Letta represent opposite architectural choices — implicit consolidation vs OS-style explicit management — both with real adoption. Graphiti reached 1.0 in early 2026; Mem0g took the multi-hop benchmark lead at 68.4% LLM Score. Pair with /systems/agent-memory for the protocol-engineering depth and /maps/memory-frameworks-2026 for the full ecosystem view.

ℹWhat changed in memory this cycle
  • Mem0g (graph variant) took the multi-hop agent-memory benchmark lead at 68.4% LLM Score in April — empirical evidence on the graph side for multi-hop tasks.
  • Letta v0.7 shipped genuinely usable explicit-memory hierarchy in April — the OS-style abstraction is now production-quality, not research-quality.
  • Graphiti reached 1.0 with stable Neo4j integration. The OSS counterpart to Zep is now production- ready for teams that want full local control.
ExplodingMemory system
★ 28k+4k/30d
Mem0

The drop-in agent-memory default. Mem0g (graph variant) took the multi-hop agent-memory benchmark lead at 68.4% LLM Score in April 2026 — the flat-vector vs graph-memory architectural debate now has clear empirical evidence on the graph side for multi-hop tasks.

Architecture: Vector retrieval + implicit consolidation; Mem0g variant adds graph reasoning. 20-line config integration; the friction-minimum memory framework.

GitHub ↗·See operational review
ExplodingGraph memory
★ 9k+2k/30d
Graphiti

Reached 1.0 in early 2026 with stable Neo4j integration and a polished agent-memory API. The OSS counterpart to Zep is now production-ready for teams that want full local control over graph memory without the hosted-service dependency.

Architecture: Temporal knowledge graph over Neo4j. Multi-hop reasoning over consolidated agent memory; the right pick when 'what did Bob decide three sessions ago and why' is the shape of question.

GitHub ↗·See operational review
RisingMemory system
★ 17k+2k/30d
Letta

OS-style explicit agent memory. v0.7 (April 2026) shipped genuinely usable explicit-memory hierarchy — the architectural opposite of Mem0's implicit consolidation. Pick Letta when deterministic memory state matters and the agent needs to reason about its own memory.

Architecture: Working memory + archival memory + explicit paging. The agent itself decides when to archive, compress, evict — different abstraction from vector-similarity-only memory frameworks.

GitHub ↗·See operational review
RisingVector database
★ 24k+2k/30d
Qdrant

Production single-node vector DB. Best ops surface in the category; PQ quantization makes it the right pick for storage-constrained deployments. Standard upgrade path from LanceDB when single-workspace scale crosses ~500K vectors.

GitHub ↗·See operational review
RisingVector database
★ 10k+1k/30d
LanceDB

The embedded-first vector store. Single-folder Arrow files; no server process to firewall. Default for offline / single-process deployments; scales further than Chroma before needing a server. The right vector backend for the /stacks/offline-rag-workstation recipe.

GitHub ↗·See operational review
RisingMemory system
★ 4k+380/30d
Zep

Hosted temporal-knowledge-graph memory product. Strongest API in the category for hosted scenarios; the OSS core lives but the canonical experience is the cloud product. Pick Zep when cross-machine continuity + multi-hop reasoning matter more than full local control.

GitHub ↗·See operational review

Going deeper

  • /systems/agent-memory — vector vs graph vs OS-style memory at protocol-engineering depth.
  • /maps/memory-frameworks-2026 — six-zone landscape view.
  • /stacks/memory-enabled-agent — the canonical memory-enabled deployment recipe.