
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Articles by Dan Orlando</title>
      <link>https://danorlando.com/blog</link>
      <description>How-to&#39;s, discoveries and other useful nuggets fit for developer consumption.</description>
      <language>en-us</language>
      <managingEditor>undefined (Dan Orlando)</managingEditor>
      <webMaster>undefined (Dan Orlando)</webMaster>
      <lastBuildDate>Tue, 05 May 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://danorlando.com/tags/agentmemory/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://danorlando.com/blog/genai/goal-oriented-memory</guid>
    <title>Goal-Oriented Memory: Backward Chaining for Long-Horizon Agents</title>
    <link>https://danorlando.com/blog/genai/goal-oriented-memory</link>
    <description>Your vector store has the right answer stored. Your agent still gets it wrong. The failure is in retrieval logic that fetches topically similar content instead of logically relevant facts. Backward chaining, a technique from 1970s Prolog theorem provers, closes a 21-point accuracy gap on multi-hop memory benchmarks without touching your storage layer.</description>
    <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
    <author>undefined (Dan Orlando)</author>
    <category>generativeai</category><category>agenticai</category><category>agentmemory</category><category>architecture</category><category>systemdesign</category>
  </item>

  <item>
    <guid>https://danorlando.com/blog/genai/recall-vs-learn</guid>
    <title>The Recall vs. Learn Distinction: Why Your Agent Forgets Everything You Taught It</title>
    <link>https://danorlando.com/blog/genai/recall-vs-learn</link>
    <description>Your agent can surface any conversation from six months ago verbatim, yet it is still making the same mistakes it made then. Recall and learning are architecturally distinct, and most agent memory systems only build the former. Removing memory from an agent hurts performance more than swapping the underlying LLM. You&#39;re probably investing in the wrong layer.</description>
    <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
    <author>undefined (Dan Orlando)</author>
    <category>generativeai</category><category>agenticai</category><category>agentmemory</category>
  </item>

    </channel>
  </rss>
