<?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: Jason</title>
    <description>The latest articles on DEV Community by Jason (@shadowesc95).</description>
    <link>https://dev.to/shadowesc95</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%2F4030771%2Fe5f2d87b-1278-4825-840a-86a55ab8ede2.png</url>
      <title>DEV Community: Jason</title>
      <link>https://dev.to/shadowesc95</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shadowesc95"/>
    <language>en</language>
    <item>
      <title>ELI — a local AI assistant where the LLM isn't the source of truth</title>
      <dc:creator>Jason</dc:creator>
      <pubDate>Wed, 15 Jul 2026 16:41:57 +0000</pubDate>
      <link>https://dev.to/shadowesc95/eli-a-local-ai-assistant-where-the-llm-isnt-the-source-of-truth-l5m</link>
      <guid>https://dev.to/shadowesc95/eli-a-local-ai-assistant-where-the-llm-isnt-the-source-of-truth-l5m</guid>
      <description>&lt;p&gt;I ended up building ELI around a pretty simple idea: don't trust the LLM to describe system state.&lt;/p&gt;

&lt;p&gt;So i am looking for some feedback if posible, hopefully this project works for you and helps you out in daily life! So poke holes, ask questions, and get involved if you want to participate!&lt;/p&gt;

&lt;p&gt;At this point it can:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Desktop automation

Read your screen, PDFs and images

Local voice in/out with your own wake word

Layered memory (SQLite + FAISS + knowledge graph)

Generate document-grounded reports with citations

Sandboxed code execution

Local FastAPI/PWA interface you can open from anything on your LAN

MQTT smart-home integration

Runs locally and offline by default
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;It's mostly just been me over the guts of a year, so it's definitely not finished and I'm under no illusion there's plenty I've missed. That's kind of why I'm posting it here, just to get some honest feedback and to see if this project helps people.&lt;/p&gt;

&lt;p&gt;I'd really appreciate people pulling the architecture apart, pointing out bad ideas, suggesting improvements, or just generally trying to break it. I'm especially interested in how other people separate deterministic system state from probabilistic LLM reasoning (if you do at all). One last thing! Check out the readme's, and the documents in /blueprints for a much clearer idea!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ShadowESC95/ELI_v2.0" rel="noopener noreferrer"&gt;https://github.com/ShadowESC95/ELI_v2.0&lt;/a&gt; &lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>programming</category>
      <category>security</category>
    </item>
  </channel>
</rss>
