<?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: Nithesh Kumar</title>
    <description>The latest articles on DEV Community by Nithesh Kumar (@nithesh_kumar_29e891f1294).</description>
    <link>https://dev.to/nithesh_kumar_29e891f1294</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%2F3979995%2Fda515440-ec4c-4808-aaa1-e9547b97e42e.png</url>
      <title>DEV Community: Nithesh Kumar</title>
      <link>https://dev.to/nithesh_kumar_29e891f1294</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nithesh_kumar_29e891f1294"/>
    <language>en</language>
    <item>
      <title>I discovered a problem that existing AI memory systems don't solve</title>
      <dc:creator>Nithesh Kumar</dc:creator>
      <pubDate>Thu, 11 Jun 2026 18:21:15 +0000</pubDate>
      <link>https://dev.to/nithesh_kumar_29e891f1294/i-discovered-a-problem-that-existing-ai-memory-systems-dont-solve-1a6p</link>
      <guid>https://dev.to/nithesh_kumar_29e891f1294/i-discovered-a-problem-that-existing-ai-memory-systems-dont-solve-1a6p</guid>
      <description>&lt;p&gt;Memory Firewall is still under active development, and I'm looking for developers, researchers, and AI enthusiasts who find this problem interesting.&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/NitheshK4" rel="noopener noreferrer"&gt;
        NitheshK4
      &lt;/a&gt; / &lt;a href="https://github.com/NitheshK4/memory-firewall" rel="noopener noreferrer"&gt;
        memory-firewall
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A secure gateway and policy engine for AI agent memory. Intercepts, inspects, and sanitizes read/write loops to prevent prompt injection and memory poisoning.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Memory Firewall&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Memory Firewall is a runnable MVP for defending long-term memory in AI agents
It intercepts memory writes and memory retrievals, scores them for risk, records
provenance, checks contradictions, and quarantines suspicious content before it
can silently corrupt future agent behavior.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;What is included&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;FastAPI service for memory ingestion, retrieval, review, and health checks&lt;/li&gt;
&lt;li&gt;LangGraph-based write and read firewall flows&lt;/li&gt;
&lt;li&gt;Typed schemas for claims, provenance, verdicts, and stored memories&lt;/li&gt;
&lt;li&gt;In-memory repository for zero-friction local demos&lt;/li&gt;
&lt;li&gt;Docker Compose scaffold for Postgres and Neo4j expansion&lt;/li&gt;
&lt;li&gt;Streamlit dashboard for quarantine review&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Project Structure&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;
&lt;pre class="notranslate"&gt;&lt;code&gt;memory-firewall/
├── apps/
│   ├── api/
│   │   ├── app/
│   │   │   ├── main.py
│   │   │   ├── config.py
│   │   │   ├── deps.py
│   │   │   ├── routers/
│   │   │   │   ├── memories.py
│   │   │   │   ├── retrieval.py
│   │   │   │   ├── policies.py
│   │   │   │   ├── review.py
│   │   │   │   ├──&lt;/code&gt;&lt;/pre&gt;…&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/NitheshK4/memory-firewall" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Ways you can contribute:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;⭐ Star the repository to support the project&lt;/li&gt;
&lt;li&gt;🍴 Fork the project and experiment with new ideas&lt;/li&gt;
&lt;li&gt;🐛 Open issues for bugs, improvements, or research discussions&lt;/li&gt;
&lt;li&gt;🔧 Submit pull requests for features, fixes, or optimizations&lt;/li&gt;
&lt;li&gt;💡 Share suggestions on memory governance, trust scoring, and memory security&lt;/li&gt;
&lt;li&gt;📢 Share the project with others interested in AI agents and AI safety&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether it's a small improvement or a major feature, every contribution helps move the project forward.&lt;/p&gt;

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