<?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: Kiran Korra</title>
    <description>The latest articles on DEV Community by Kiran Korra (@korrakiran).</description>
    <link>https://dev.to/korrakiran</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%2F3978560%2Fbc7b2450-807e-428b-a46c-75ce2a2f3730.jpg</url>
      <title>DEV Community: Kiran Korra</title>
      <link>https://dev.to/korrakiran</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/korrakiran"/>
    <language>en</language>
    <item>
      <title>I built a persistent memory layer for AI coding agents</title>
      <dc:creator>Kiran Korra</dc:creator>
      <pubDate>Thu, 11 Jun 2026 02:28:38 +0000</pubDate>
      <link>https://dev.to/korrakiran/i-built-a-persistent-memory-layer-for-ai-coding-agents-4eg5</link>
      <guid>https://dev.to/korrakiran/i-built-a-persistent-memory-layer-for-ai-coding-agents-4eg5</guid>
      <description>&lt;p&gt;CLAUDE.md told me the rules. But it never remembered the story.&lt;/p&gt;

&lt;p&gt;When I switched from Claude Code to Antigravity and Codex CLI, I had to re-explain everything every single time — what was built, what decisions were made, where I left off.&lt;/p&gt;

&lt;p&gt;So I built Unimem. It keeps a living memory file for your project that auto-updates as you work. Goals, tasks, architecture decisions, file history — all tracked silently in the background.&lt;/p&gt;

&lt;p&gt;When you switch agents, the new one just reads .unimem/memory.md and continues.&lt;/p&gt;

&lt;p&gt;100% local. No API calls. Nothing leaves your machine.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/korrakiran/unimem" rel="noopener noreferrer"&gt;https://github.com/korrakiran/unimem&lt;/a&gt;&lt;br&gt;
Site: &lt;a href="https://unimem.ports.blog" rel="noopener noreferrer"&gt;https://unimem.ports.blog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious if anyone else has hit this problem.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fex7wcbmgs1kfbu7rdynf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fex7wcbmgs1kfbu7rdynf.png" alt=" " width="799" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cli</category>
      <category>tooling</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
