<?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: schultzbehrnt9-jpg</title>
    <description>The latest articles on DEV Community by schultzbehrnt9-jpg (@grunzai).</description>
    <link>https://dev.to/grunzai</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%2F4143087%2F5df5f5ea-6300-42ff-ba8d-ed40de739c2f.png</url>
      <title>DEV Community: schultzbehrnt9-jpg</title>
      <link>https://dev.to/grunzai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/grunzai"/>
    <language>en</language>
    <item>
      <title>i got tired of AI subscriptions, so i built a coding agent that runs obliterated open models</title>
      <dc:creator>schultzbehrnt9-jpg</dc:creator>
      <pubDate>Fri, 25 Sep 2026 14:21:46 +0000</pubDate>
      <link>https://dev.to/grunzai/i-got-tired-of-ai-subscriptions-so-i-built-a-coding-agent-that-runs-obliterated-open-models-31fa</link>
      <guid>https://dev.to/grunzai/i-got-tired-of-ai-subscriptions-so-i-built-a-coding-agent-that-runs-obliterated-open-models-31fa</guid>
      <description>&lt;p&gt;every ai coding tool i used had the same two problems: a monthly bill that never stops, and a usage cap or a refusal right when i actually needed the thing. so i built grunz. no subscription, no account, running on open weight models with the refusal training stripped out.&lt;/p&gt;

&lt;h2&gt;
  
  
  what it is
&lt;/h2&gt;

&lt;p&gt;grunz is a native app for mac, windows and linux that works like claude code. you give it a goal and it plans, writes and edits files across the whole repo, runs commands, watches the output, fixes itself, and hands you the finished thing. it also does cited web research and makes images. one app instead of five tabs. there's a chat only version in the browser at grunzai.com/app if you just want to talk to the models.&lt;/p&gt;

&lt;h2&gt;
  
  
  the part that's different
&lt;/h2&gt;

&lt;p&gt;no subscription, no seats, no account. a new device gets a small free balance so you can try it. because the models are open weight and abliterated, there are no weekly caps and no "i can't help with that."&lt;/p&gt;

&lt;h2&gt;
  
  
  under the hood
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;a tool loop with ~50 tools: read/write/edit files, shell, dev servers, a headless chrome browser, image generation, mcp servers, subagents&lt;/li&gt;
&lt;li&gt;a plan mode that proposes before it touches anything&lt;/li&gt;
&lt;li&gt;a permissions dial: ask before every change, auto accept edits, or full auto&lt;/li&gt;
&lt;li&gt;a model picker&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  privacy
&lt;/h2&gt;

&lt;p&gt;the wallet is anonymous and lives on your device. messages, prompts and files aren't stored.&lt;/p&gt;

&lt;p&gt;if you've been looking for a claude code style agent that isn't a subscription, go look: &lt;strong&gt;&lt;a href="https://grunzai.com" rel="noopener noreferrer"&gt;https://grunzai.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;i'm the founder. i genuinely want feedback on the agent loop. roast it.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>agents</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
