Kumiho: Graph-Native Memory for AI Agents

๐กSOTA agent memory beats Gemini 2x on cognitive benchmarks w/ formal proofs
โก 30-Second TL;DR
What Changed
Formal proof of AGM postulates (K*2-K*6) and Hansson core-retainments
Why It Matters
Provides reliable, versioned memory for AI agents, enabling better handling of beliefs and assets. Outperforms all baselines at low cost (~$14 eval), model-agnostic design boosts scalability.
What To Do Next
Download arXiv:2603.17244v1 and prototype Kumiho's dual-store in your agent pipeline.
๐ง Deep Insight
Web-grounded analysis with 6 cited sources.
๐ Enhanced Key Takeaways
- โขKumiho offers a cloud service at kumiho.io alongside open-source Python SDK, MCP memory plugin, and benchmark suite on GitHub.
- โขDream State is an asynchronous consolidation process that enriches memories by reviewing for staleness, adding semantic tags, creating relationship edges, and deprecating superseded facts overnight.
- โขKumiho includes integrations like an OpenClaw plugin with zero-latency prefetch recall and two-track consolidation (threshold and idle), plus a Claude skill for persistent memory in AI sessions.
๐ Competitor Analysisโธ Show
| Feature | Kumiho | Graphiti (2025) | Mem0 (2025) | A-MEM (2025) | RAG + Vector DB |
|---|---|---|---|---|---|
| Architectural Synthesis & Formal Grounding | Yes (AGM semantics) | Individual components only | Individual components only | Individual components only | No |
| Provenance Tracing | Typed edges, immutable revisions | Not specified | Not specified | Not specified | Not available |
| Contradiction Handling | Dream State resolution | Not specified | Not specified | Not specified | Model-dependent |
| Model Decoupling | Yes, survives swaps | Not specified | Not specified | Not specified | Re-embedding required |
| Benchmarks | LoCoMo 0.565 F1, LoCoMo-Plus 93.3% | Not compared directly | Not compared directly | Not compared directly | Lower retrieval accuracy |
๐ ๏ธ Technical Deep Dive
- โขDual-store model uses Redis for short-term working memory buffer and Neo4j for long-term graph storage.
- โขHybrid retrieval combines fulltext, graph traversal, and vector search; prospective indexing generates LLM-based future-scenario implications at write time.
- โขClient-side LLM reranking improves accuracy (e.g., GPT-4o-mini to GPT-4o boosts from ~88% to 93.3%); Principle 6 stores minimal metadata in cloud graph while keeping raw content local for privacy.
- โขOpenClaw plugin features zero-latency prefetch (parallel recall during response generation), two-track consolidation (threshold: 20 messages; idle: 300s), and creative_recall for versioned agent outputs with krefs.
- โขLocal mode recommended with cloud HTTPS API key option; Dream State uses LLM auth for scheduled maintenance without separate keys.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
๐ Sources (6)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI โ
