<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Memory-Systems on emsenn.net</title>
    <link>https://emsenn.net/tags/memory-systems/</link>
    <description>Recent content in Memory-Systems on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 04 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/memory-systems/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenClaw Continuous Learning and Behavioral Evolution</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-continuous-learning-and-behavioral-evolution/</link>
      <pubDate>Sat, 04 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/texts/openclaw-continuous-learning-and-behavioral-evolution/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;&lt;a href=&#34;#overview&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Overview&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw achieves continuous learning and behavioral evolution through a three-layer architecture that persists knowledge across sessions, enables agents to autonomously extend capabilities, and filters learning opportunities through managed input gating. Unlike stateless chatbots that reset after each conversation, OpenClaw agents accumulate durable context, self-modify through skill creation, and evolve their decision boundaries through policy mechanisms.&lt;/p&gt;&#xA;&lt;h2 id=&#34;memory-persistence-layer&#34;&gt;&lt;a href=&#34;#memory-persistence-layer&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Memory Persistence Layer&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;OpenClaw treats memory as the primary mechanism for accumulation across sessions. The &lt;a href=&#34;./openclaw-memory.md&#34; class=&#34;link-internal&#34;&gt;memory system&lt;/a&gt; is Markdown-based and file-first, making it auditable and portable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenClaw Memory</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-memory/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/openclaw-memory/</guid>
      <description>&lt;p&gt;OpenClaw memory is the Markdown-based memory layer in an OpenClaw&#xA;workspace. Its source of truth is written files on disk rather than&#xA;session-local model state.&lt;/p&gt;&#xA;&lt;h2 id=&#34;structure&#34;&gt;&lt;a href=&#34;#structure&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Structure&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official memory docs describe two default durable layers:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;MEMORY.md&lt;/code&gt; for curated long-term memory&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;memory/YYYY-MM-DD.md&lt;/code&gt; for dated logs and running context&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Memory search tools are provided by the active memory plugin, but the&#xA;files remain primary. Search augments retrieval; it does not replace&#xA;the underlying Markdown record.&lt;/p&gt;</description>
    </item>
    <item>
      <title>QMD</title>
      <link>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/qmd/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/tech/domains/computing/domains/artificial-intelligence/domains/agents/terms/qmd/</guid>
      <description>&lt;p&gt;QMD is a local-first search sidecar that OpenClaw can use as an&#xA;experimental memory backend. In this mode, Markdown remains the source&#xA;of truth while OpenClaw shells out to QMD for retrieval.&lt;/p&gt;&#xA;&lt;h2 id=&#34;role&#34;&gt;&lt;a href=&#34;#role&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Role&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The official memory docs describe QMD as combining BM25, vectors, and&#xA;reranking over local Markdown-backed memory. OpenClaw can opt into it&#xA;with &lt;code&gt;memory.backend = &amp;quot;qmd&amp;quot;&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;scope&#34;&gt;&lt;a href=&#34;#scope&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Scope&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;QMD is not OpenClaw&amp;rsquo;s canonical memory store. It is a retrieval layer&#xA;that sits on top of files such as &lt;code&gt;MEMORY.md&lt;/code&gt; and &lt;code&gt;memory/YYYY-MM-DD.md&lt;/code&gt;&#xA;to improve search and recall.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
