<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Dakera AI Blog</title>
    <link>https://dakera.ai/blog/</link>
    <description>Insights on AI agent memory, benchmarks, and developer tools from the Dakera team.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 20 May 2026 19:29:02 GMT</lastBuildDate>
    <atom:link href="https://dakera.ai/blog/feed.xml" rel="self" type="application/rss+xml"/>
  <item>
    <title><![CDATA[Best AI Agent Memory Frameworks in 2026]]></title>
    <link>https://dakera.ai/blog/best-ai-agent-memory-frameworks-2026/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/best-ai-agent-memory-frameworks-2026/</guid>
    <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[A comprehensive comparison of the top AI agent memory frameworks including Mem0, Zep, and Dakera.]]></description>
  </item>
  <item>
    <title><![CDATA[Building Multi-Agent Memory Systems]]></title>
    <link>https://dakera.ai/blog/building-multi-agent-memory-systems/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/building-multi-agent-memory-systems/</guid>
    <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[How to architect shared memory across multiple AI agents with namespace isolation and conflict resolution.]]></description>
  </item>
  <item>
    <title><![CDATA[MCP Memory Server Setup Guide]]></title>
    <link>https://dakera.ai/blog/mcp-memory-server-setup-guide/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/mcp-memory-server-setup-guide/</guid>
    <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Step-by-step guide to setting up Dakera as an MCP memory server for Claude and other AI agents.]]></description>
  </item>
  <item>
    <title><![CDATA[Self-Hosted AI Memory: Complete Guide]]></title>
    <link>https://dakera.ai/blog/self-hosted-ai-memory-complete-guide/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/self-hosted-ai-memory-complete-guide/</guid>
    <pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Everything you need to know about deploying and running your own AI agent memory server.]]></description>
  </item>
  <item>
    <title><![CDATA[Vector Database vs Agent Memory: Key Differences]]></title>
    <link>https://dakera.ai/blog/vector-database-vs-agent-memory/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/vector-database-vs-agent-memory/</guid>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Why vector databases alone are insufficient for production AI agents and what agent memory adds.]]></description>
  </item>
  <item>
    <title><![CDATA[How Agent Memory Works: A Technical Deep Dive]]></title>
    <link>https://dakera.ai/blog/how-agent-memory-works/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/how-agent-memory-works/</guid>
    <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[The architecture behind modern AI agent memory systems: BM25, HNSW, RRF fusion, and reranking.]]></description>
  </item>
  <item>
    <title><![CDATA[Introducing Dakera: Persistent Memory for AI Agents]]></title>
    <link>https://dakera.ai/blog/introducing-dakera/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/introducing-dakera/</guid>
    <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Announcing Dakera — open-core, self-hosted, production-ready persistent memory for AI agents.]]></description>
  </item>
  <item>
    <title><![CDATA[Knowledge Graphs for AI Agents]]></title>
    <link>https://dakera.ai/blog/knowledge-graphs-ai-agents/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/knowledge-graphs-ai-agents/</guid>
    <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[How graph-structured memory improves reasoning and recall for complex multi-step AI workflows.]]></description>
  </item>
  <item>
    <title><![CDATA[Temporal Memory for AI Agents]]></title>
    <link>https://dakera.ai/blog/temporal-memory-ai-agents/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/temporal-memory-ai-agents/</guid>
    <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Memory decay, recency weighting, and time-aware retrieval in production AI systems.]]></description>
  </item>
  <item>
    <title><![CDATA[Dakera Benchmark Methodology]]></title>
    <link>https://dakera.ai/blog/dakera-benchmark-methodology/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/dakera-benchmark-methodology/</guid>
    <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[How we benchmark AI agent memory systems using the LoCoMo dataset and 1540-question evaluation suite.]]></description>
  </item>
  <item>
    <title><![CDATA[Dakera as an MCP Memory Server]]></title>
    <link>https://dakera.ai/blog/dakera-mcp-memory-server/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/dakera-mcp-memory-server/</guid>
    <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Integrating Dakera with the Model Context Protocol for universal AI memory.]]></description>
  </item>
  <item>
    <title><![CDATA[Why We Built Dakera in Rust]]></title>
    <link>https://dakera.ai/blog/why-rust-for-ai-memory/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/why-rust-for-ai-memory/</guid>
    <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[The technical reasons behind choosing Rust for a high-performance AI memory engine.]]></description>
  </item>
  <item>
    <title><![CDATA[AI Agent Memory Benchmarks 2026]]></title>
    <link>https://dakera.ai/blog/ai-agent-memory-benchmarks-2026/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/ai-agent-memory-benchmarks-2026/</guid>
    <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Comprehensive benchmark results comparing Dakera against Mem0, Zep, and other memory systems.]]></description>
  </item>
  <item>
    <title><![CDATA[Why Dakera is Open-Core]]></title>
    <link>https://dakera.ai/blog/why-dakera-is-open-core/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/why-dakera-is-open-core/</guid>
    <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Our philosophy on open source, commercial sustainability, and building trust with developers.]]></description>
  </item>
  <item>
    <title><![CDATA[The MCP Protocol and AI Tools]]></title>
    <link>https://dakera.ai/blog/mcp-protocol-ai-tools/</link>
    <guid isPermaLink="true">https://dakera.ai/blog/mcp-protocol-ai-tools/</guid>
    <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
    <description><![CDATA[Understanding the Model Context Protocol and how it enables composable AI tool ecosystems.]]></description>
  </item>
  </channel>
</rss>