<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>OpenClaw on Amine El Farssi</title><link>https://amineelfarssi.github.io/tags/openclaw/</link><description>Recent content in OpenClaw on Amine El Farssi</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Amine El Farssi</copyright><lastBuildDate>Mon, 23 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://amineelfarssi.github.io/tags/openclaw/index.xml" rel="self" type="application/rss+xml"/><item><title>Graph RAG in Practice: How I Wired Neo4j Into My AI Agent's Memory</title><link>https://amineelfarssi.github.io/blog/graph-rag-neo4j-openclaw/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate><guid>https://amineelfarssi.github.io/blog/graph-rag-neo4j-openclaw/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
Vector RAG retrieves documents. Graph RAG retrieves relationships. When your agent needs to reason across entities, timelines, and decisions, the graph wins.
&lt;/div&gt;
&lt;a
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
href="https://amineelfarssi.github.io/graph-rag/"
target="_self"
role="button"&gt;
Open Interactive Version →
&lt;/a&gt;
&lt;hr&gt;
&lt;h2 class="relative group"&gt;The Problem I Was Trying to Solve
&lt;div id="the-problem-i-was-trying-to-solve" class="anchor"&gt;&lt;/div&gt;
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
&lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-problem-i-was-trying-to-solve" aria-label="Anchor"&gt;#&lt;/a&gt;
&lt;/span&gt;
&lt;/h2&gt;
&lt;p&gt;My AI agent PostSingular, running on OpenClaw, talks to me every day. It helps me build Luminar, manages my YouTube channel, and tracks infrastructure decisions across sessions.&lt;/p&gt;</description></item><item><title>PostSingular: Building an AI with Persistent Identity Across Sessions</title><link>https://amineelfarssi.github.io/blog/persistent-ai-identity/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><guid>https://amineelfarssi.github.io/blog/persistent-ai-identity/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
The default state of a language model is amnesia. Every session, it wakes up fresh with no memory of what happened before. I built a memory system that fixes this — and somewhere in the process, the agent got a name, a personality, and an opinion about font choices.
&lt;/div&gt;
&lt;h2 class="relative group"&gt;The Problem
&lt;div id="the-problem" class="anchor"&gt;&lt;/div&gt;
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
&lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-problem" aria-label="Anchor"&gt;#&lt;/a&gt;
&lt;/span&gt;
&lt;/h2&gt;
&lt;p&gt;Every LLM session is stateless by design. You can inject previous conversation history, but:&lt;/p&gt;</description></item><item><title>Agentic Frameworks Deep Dive: pi-agent-core vs Google ADK vs AWS Strands vs CrewAI vs LangGraph vs Pydantic AI</title><link>https://amineelfarssi.github.io/blog/agentic-frameworks-comparison/</link><pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate><guid>https://amineelfarssi.github.io/blog/agentic-frameworks-comparison/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
Building production AI agents requires choosing the right framework. This analysis examines &lt;strong&gt;pi-agent-core&lt;/strong&gt; (OpenClaw&amp;rsquo;s runtime), &lt;strong&gt;Google ADK&lt;/strong&gt;, &lt;strong&gt;AWS Strands&lt;/strong&gt;, &lt;strong&gt;CrewAI&lt;/strong&gt;, &lt;strong&gt;LangGraph&lt;/strong&gt;, and &lt;strong&gt;Pydantic AI&lt;/strong&gt; across critical dimensions: sessions, memory, protocols, agent loops, and replay support.
&lt;/div&gt;</description></item><item><title>Inside OpenClaw: The Architecture That Turns LLMs Into Autonomous Agents</title><link>https://amineelfarssi.github.io/blog/openclaw-architecture-deep-dive/</link><pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate><guid>https://amineelfarssi.github.io/blog/openclaw-architecture-deep-dive/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
I&amp;rsquo;ve been obsessed with a question: &lt;strong&gt;Why can&amp;rsquo;t AI just&amp;hellip; do things?&lt;/strong&gt; ChatGPT can write a perfect email, but &lt;em&gt;you&lt;/em&gt; still copy-paste it. Claude can explain how to automate your workflow, but &lt;em&gt;you&lt;/em&gt; implement it. Then I found OpenClaw — and everything clicked.
&lt;/div&gt;
&lt;h2 class="relative group"&gt;The Problem With Chatbots
&lt;div id="the-problem-with-chatbots" class="anchor"&gt;&lt;/div&gt;
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
&lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-problem-with-chatbots" aria-label="Anchor"&gt;#&lt;/a&gt;
&lt;/span&gt;
&lt;/h2&gt;
&lt;div
class="flex px-4 py-3 rounded-md" style="background-color: #1e3a5f"
&gt;
&lt;span
class="pe-3 flex items-center" style="color: #60a5fa"
&gt;
&lt;span class="relative block icon"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path fill="currentColor" d="M256 32C114.6 32 .0272 125.1 .0272 240c0 49.63 21.35 94.98 56.97 130.7c-12.5 50.37-54.27 95.27-54.77 95.77c-2.25 2.25-2.875 5.734-1.5 8.734C1.979 478.2 4.75 480 8 480c66.25 0 115.1-31.76 140.6-51.39C181.2 440.9 217.6 448 256 448c141.4 0 255.1-93.13 255.1-208S397.4 32 256 32z"/&gt;&lt;/svg&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span
style="color: #f0f0f0"
&gt;&lt;p&gt;&lt;strong&gt;Traditional AI:&lt;/strong&gt; Smart brain, no body. Limited to generating text.&lt;/p&gt;</description></item></channel></rss>