<?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: Phúc Phùng</title>
    <description>The latest articles on DEV Community by Phúc Phùng (@phucphungbk).</description>
    <link>https://dev.to/phucphungbk</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4068554%2F3dd22f7a-5bf4-47dd-af97-3c541f2b3171.png</url>
      <title>DEV Community: Phúc Phùng</title>
      <link>https://dev.to/phucphungbk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/phucphungbk"/>
    <language>en</language>
    <item>
      <title>Why I stopped using Vector DBs for AI Memory (and used Git + Markdown instead)</title>
      <dc:creator>Phúc Phùng</dc:creator>
      <pubDate>Sun, 09 Aug 2026 23:42:52 +0000</pubDate>
      <link>https://dev.to/phucphungbk/why-i-stopped-using-vector-dbs-for-ai-memory-and-used-git-markdown-instead-3k86</link>
      <guid>https://dev.to/phucphungbk/why-i-stopped-using-vector-dbs-for-ai-memory-and-used-git-markdown-instead-3k86</guid>
      <description>&lt;p&gt;Hey DEV community! 👋&lt;/p&gt;

&lt;p&gt;Like many of you, I've been heavily experimenting with AI Agents recently. But as a software architect who hates unnecessary overhead, watching the community default to spinning up heavy Vector DBs and complex graph frameworks &lt;em&gt;just&lt;/em&gt; to store conversation context felt like massive over-engineering.&lt;/p&gt;

&lt;p&gt;We often use massive systems to solve small problems. I wanted an AI memory system that is zero-cost, serverless, and completely transparent. So, I built a lean alternative.&lt;/p&gt;

&lt;p&gt;🔥 &lt;strong&gt;Talk is cheap, here is the repo:&lt;/strong&gt; &lt;a href="https://github.com/phucphungbk/lean-ai-memory" rel="noopener noreferrer"&gt;https://github.com/phucphungbk/lean-ai-memory&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  The Lean Approach: Back to Basics
&lt;/h3&gt;

&lt;p&gt;Instead of adding new layers of infrastructure, I looked at what we already have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Git as the Core Engine:&lt;/strong&gt; We already use Git for version control. It turns out it's absolutely perfect for managing conversation history. You can easily track, diff, and rollback an AI's "thought process" just like reverting a bad commit.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Markdown as the Storage Format:&lt;/strong&gt; It’s lightweight, humans can read and debug it instantly, and LLMs parse it perfectly without needing complex embedding pipelines.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Zero-cost &amp;amp; Portable:&lt;/strong&gt; It can be packaged as an independent module and integrated directly into internal automation tools without incurring any DB maintenance costs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why I open-sourced this
&lt;/h3&gt;

&lt;p&gt;I’m sharing this with a completely open mindset. Instead of optimizing it in a silo, I want to see how this framework holds up in the wild. I'm highly anticipating the community bringing their own battle-tested custom rules into the system to push its boundaries.&lt;/p&gt;

&lt;p&gt;I’d love for you guys to clone it, tear the architecture apart, run some tests, and drop your feedback or PRs. &lt;/p&gt;

&lt;p&gt;Let me know what you think in the comments! Happy coding! 🚀&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>ai</category>
      <category>opensource</category>
      <category>git</category>
    </item>
  </channel>
</rss>
