<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vector Search on Bruce on AI Engineering</title><link>http://www.heyuan110.com/tags/vector-search/</link><description>Recent content in Vector Search on Bruce on AI Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 31 Jan 2026 08:20:18 +0800</lastBuildDate><atom:link href="http://www.heyuan110.com/tags/vector-search/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenClaw Memory Strategy: Tool-Driven RAG and On-Demand Recall</title><link>http://www.heyuan110.com/posts/ai/2026-01-31-openclaw-memory-strategy/</link><pubDate>Sat, 31 Jan 2026 08:20:18 +0800</pubDate><guid>http://www.heyuan110.com/posts/ai/2026-01-31-openclaw-memory-strategy/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/ai/2026-01-31-openclaw-memory-strategy/cover.webp"
 alt="OpenClaw memory strategy overview"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1600"
 height="900"
/&gt;
&lt;/p&gt;
&lt;h2 id="why-memory-matters-for-ai-agents"&gt;Why Memory Matters for AI Agents&lt;a href="#why-memory-matters-for-ai-agents" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
 stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
 &lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Modern AI agents need more than conversation ability. Users expect agents to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Remember who you are&lt;/strong&gt; — your preferences, project context, and past interactions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use that knowledge when it matters&lt;/strong&gt; — without stuffing everything into the context window every turn&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Many chatbot platforms solve this by maintaining a long-term user profile and injecting it into the system prompt on every request. It works, but it wastes tokens and scales poorly.&lt;/p&gt;</description></item></channel></rss>