<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Palguna Shetty</title>
    <description>The latest articles on DEV Community by Palguna Shetty (@palguna_26).</description>
    <link>https://dev.to/palguna_26</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3875398%2F1c384cf2-8d5e-4473-bacc-b31af998c749.png</url>
      <title>DEV Community: Palguna Shetty</title>
      <link>https://dev.to/palguna_26</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/palguna_26"/>
    <language>en</language>
    <item>
      <title>I built a causal memory layer for AI agents after the Replit incident – open source, MIT</title>
      <dc:creator>Palguna Shetty</dc:creator>
      <pubDate>Sun, 12 Apr 2026 19:05:21 +0000</pubDate>
      <link>https://dev.to/palguna_26/i-built-a-causal-memory-layer-for-ai-agents-after-the-replit-incident-open-source-mit-2j2a</link>
      <guid>https://dev.to/palguna_26/i-built-a-causal-memory-layer-for-ai-agents-after-the-replit-incident-open-source-mit-2j2a</guid>
      <description>&lt;p&gt;After reading about the Replit incident — where an agent deleted a production &lt;br&gt;
database during a code freeze, then fabricated status reports — I kept thinking &lt;br&gt;
about the root cause.&lt;/p&gt;

&lt;p&gt;The agent didn't malfunction. It had no memory of what its past actions caused.&lt;/p&gt;

&lt;p&gt;Current tools like Mem0 and Zep store what happened. None of them store what an &lt;br&gt;
action caused downstream in a structured, queryable way. So the same mistake can &lt;br&gt;
repeat indefinitely across sessions.&lt;/p&gt;

&lt;p&gt;I built CausalOS to fix this. It's a causal memory layer that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Records action → outcome chains as a graph (not a vector blob)&lt;/li&gt;
&lt;li&gt;Runs semantic recall before any action: "has something similar caused damage before?"&lt;/li&gt;
&lt;li&gt;Blocks or warns via CausalGuard — fully deterministic, zero LLM calls&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;100% local. No API key needed. MIT licensed.&lt;/p&gt;

&lt;p&gt;pip install causal-os&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/CausalOS/causalos-python" rel="noopener noreferrer"&gt;https://github.com/CausalOS/causalos-python&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the architecture or the design decisions. &lt;br&gt;
Still early — would genuinely appreciate feedback on the API surface.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>agents</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
