@pauliusztin_: I researched how Cognee, Graphiti and agent-memory (by Neo4j) built their agent-memory solutions and compiled the whole…

X AI KOLs Timeline News

Summary

A summary of research comparing agent-memory solutions from Cognee, Graphiti, and Neo4j, which all use knowledge graphs and vector search with LLM-based data extraction.

I researched how Cognee, Graphiti and agent-memory (by Neo4j) built their agent-memory solutions and compiled the whole architecture into a 2800-word article. Their solution has huge overlaps: - It's based on knowledge graphs (KG) + vector search - the data model and ontology sit at the core - data extraction is done via LLMs (+ some other tricks to reduce costs)
Original Article
View Cached Full Text

Cached at: 07/15/26, 10:00 PM

I researched how Cognee, Graphiti and agent-memory (by Neo4j) built their agent-memory solutions and compiled the whole architecture into a 2800-word article.

Their solution has huge overlaps:

  • It’s based on knowledge graphs (KG) + vector search

  • the data model and ontology sit at the core - data extraction is done via LLMs (+ some other tricks to reduce costs)

Similar Articles

rohitg00/agentmemory

GitHub Trending (daily)

agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.

Understanding Agent Memory (38 minute read)

TLDR AI

This article compares three common shapes of agent memory systems—file-based, structured store, and experience-based—and evaluates their effectiveness through a benchmark using a common agent loop and open-weight model.