<?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: Lachlan Allen</title>
    <description>The latest articles on DEV Community by Lachlan Allen (@lachlan2323).</description>
    <link>https://dev.to/lachlan2323</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%2F3767047%2F85a60696-b1e5-4e50-bb80-f847e31b9ae1.png</url>
      <title>DEV Community: Lachlan Allen</title>
      <link>https://dev.to/lachlan2323</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lachlan2323"/>
    <language>en</language>
    <item>
      <title>LLMs have a memory problem. So I built a fix.</title>
      <dc:creator>Lachlan Allen</dc:creator>
      <pubDate>Wed, 11 Feb 2026 19:36:30 +0000</pubDate>
      <link>https://dev.to/lachlan2323/llms-have-a-memory-problem-so-i-built-a-fix-5goc</link>
      <guid>https://dev.to/lachlan2323/llms-have-a-memory-problem-so-i-built-a-fix-5goc</guid>
      <description>&lt;p&gt;The latency is trash. I’m sorry, but you can’t build a fluid voice conversation when your memory layer takes 500ms+ just to fetch a relevant fact. By the time the AI responds, the user has already hung up or started talking again. And the pricing for high-volume retrieval? A joke.&lt;/p&gt;

&lt;p&gt;I got tired of waiting, so I built my own free solution Orthanc.ai.&lt;/p&gt;

&lt;p&gt;It’s a memory layer designed specifically for speed. No bloat, no external API dependancies for the embeddings. It uses optimized local models to handle storage and retrieval instantly.&lt;/p&gt;

&lt;p&gt;I open-sourced the whole thing. Steal the code here: &lt;a href="https://github.com/orthanc-protocol/client-sdk.git" rel="noopener noreferrer"&gt;https://github.com/orthanc-protocol/client-sdk.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want the speed but don't want to manage the servers, I’m giving away free credits for the hosted API/SDK. Hit me up and I'll send you a key or make a quick profile on the website and snag a key. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>memory</category>
      <category>opensource</category>
      <category>database</category>
    </item>
  </channel>
</rss>
