<?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: gsl0001</title>
    <description>The latest articles on DEV Community by gsl0001 (@gsl0001).</description>
    <link>https://dev.to/gsl0001</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%2F4034584%2F39145368-c702-47e5-a3dd-a4e9f2a947c6.png</url>
      <title>DEV Community: gsl0001</title>
      <link>https://dev.to/gsl0001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gsl0001"/>
    <language>en</language>
    <item>
      <title>Title: Why I gave my coding agent a memory (and how Cortex works)</title>
      <dc:creator>gsl0001</dc:creator>
      <pubDate>Sat, 18 Jul 2026 01:46:13 +0000</pubDate>
      <link>https://dev.to/gsl0001/title-why-i-gave-my-coding-agent-a-memory-and-how-cortex-works-4nnm</link>
      <guid>https://dev.to/gsl0001/title-why-i-gave-my-coding-agent-a-memory-and-how-cortex-works-4nnm</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The problem, concretely. A real session where the agent re-derived or&lt;br&gt;
re-broke something it had already handled. Name the cost: wasted tokens,&lt;br&gt;
wasted time, lost context.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Why existing options didn't fit. Cloud memory = your code leaves the&lt;br&gt;
machine. Bigger context windows = you still pay to re-read everything and&lt;br&gt;
still lose it at session end.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The design. Walk the flow: capture policy (dedup + normalize, drop the&lt;br&gt;
"done!" noise) → typed provenance links → full-text index → ranking engine&lt;br&gt;
that packs recall to a token budget. One SQLite file, one local process.&lt;br&gt;
Drop in the architecture mermaid diagram from the README.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The parts people can see. Dashboard (blocked work first, explained search&lt;br&gt;
scores, graph view). Then Autopilot as the "if you want it" layer — git&lt;br&gt;
worktrees, model routing, the hard off-limits guard as the safety story.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What's next / call for feedback. Be honest that it's early. Link the repo,&lt;br&gt;
invite issues, say which part you most want eyes on (the memory ranking).&lt;br&gt;
&lt;a href="https://github.com/gsl0001/Cortex.git" rel="noopener noreferrer"&gt;git&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
