<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Gemma on orndorff.dev</title>
    <link>https://orndorff.dev/tags/gemma/</link>
    <description>Recent content in Gemma on orndorff.dev</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 19 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://orndorff.dev/tags/gemma/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Grounding a Fully-Local GraphRAG Agent: An Accuracy Post-Mortem</title>
      <link>https://orndorff.dev/posts/grounding-a-local-graphrag-agent/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://orndorff.dev/posts/grounding-a-local-graphrag-agent/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been building &lt;code&gt;cbi&lt;/code&gt;, a small domain-agnostic GraphRAG CLI: it ingests data
into a DuckDB knowledge graph (vectors via &lt;code&gt;vss&lt;/code&gt;, full-text via &lt;code&gt;fts&lt;/code&gt;, graph
queries via &lt;code&gt;duckpgq&lt;/code&gt;) and exports it as a self-contained, &lt;code&gt;cat&lt;/code&gt;-readable &lt;a href=&#34;https://github.com/GoogleCloudPlatform/knowledge-catalog&#34;&gt;Open
Knowledge Format&lt;/a&gt; bundle —
markdown concept docs plus the database itself.&lt;/p&gt;
&lt;p&gt;The latest piece closes the loop: &lt;code&gt;cbi agent --bundle ./some-bundle&lt;/code&gt; opens a chat
TUI where a &lt;strong&gt;fully local&lt;/strong&gt; agent answers questions about the bundle. No API keys,
no cloud, no embedding server. The whole thing runs on my desk.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How Small Can a Local GraphRAG Agent Go? An E2B-vs-E4B Sweep</title>
      <link>https://orndorff.dev/posts/how-small-can-a-local-graphrag-agent-go/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://orndorff.dev/posts/how-small-can-a-local-graphrag-agent-go/</guid>
      <description>&lt;p&gt;In the &lt;a href=&#34;https://orndorff.dev/posts/grounding-a-local-graphrag-agent/&#34;&gt;last post&lt;/a&gt; I built a fully-local
GraphRAG agent — &lt;code&gt;cbi agent&lt;/code&gt;, answering questions over a DuckDB knowledge graph
with a Gemma model running on an AMD Strix Halo chip — and then turned the
six-question hand-check into a repeatable harness (&lt;code&gt;cbi eval&lt;/code&gt;) that scores answers
deterministically against a ground-truth key.&lt;/p&gt;
&lt;p&gt;A harness invites the obvious question: &lt;strong&gt;how small can the model be before the
whole thing falls apart?&lt;/strong&gt; Smaller means faster and cheaper, and on a local box
that&amp;rsquo;s the difference between snappy and sluggish. So I ran the smallest two Gemma
4 tiers head to head over a real test set and graded every answer.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
