<?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: Jerry Ballew</title>
    <description>The latest articles on DEV Community by Jerry Ballew (@jerry_ballew_9add5e48965b).</description>
    <link>https://dev.to/jerry_ballew_9add5e48965b</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%2F4027958%2F21c270a5-fe3a-49b0-aa8a-c79ad72d8e61.png</url>
      <title>DEV Community: Jerry Ballew</title>
      <link>https://dev.to/jerry_ballew_9add5e48965b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jerry_ballew_9add5e48965b"/>
    <language>en</language>
    <item>
      <title>I got tired of renting my own AI, so I built one I actually own</title>
      <dc:creator>Jerry Ballew</dc:creator>
      <pubDate>Tue, 14 Jul 2026 02:25:27 +0000</pubDate>
      <link>https://dev.to/jerry_ballew_9add5e48965b/i-got-tired-of-renting-my-own-ai-so-i-built-one-i-actually-own-4n85</link>
      <guid>https://dev.to/jerry_ballew_9add5e48965b/i-got-tired-of-renting-my-own-ai-so-i-built-one-i-actually-own-4n85</guid>
      <description>&lt;p&gt;I spent hundreds of dollars across different AI tools and subscriptions. At the end of it, I owned none of it. Every one of them needed some platform to keep paying just to keep working. What actually bothered me wasn't the cost — it was realizing that without the cloud provider behind it, none of it would run. I never really owned my own AI.&lt;/p&gt;

&lt;p&gt;So I started figuring out how to build something different.&lt;/p&gt;

&lt;p&gt;What I ended up building:&lt;/p&gt;

&lt;p&gt;AI Partner is a desktop app that runs an actual multi-agent AI system entirely on your own machine:&lt;/p&gt;

&lt;p&gt;Four agents (Research, Learning, Memory, Action) that hand off work to each other — you can watch it happen live&lt;br&gt;
Chat with real code fixes: attach a file, describe the bug, apply the fix with one click, automatic backups&lt;br&gt;
An optional Business Coach that remembers your goals across every conversation, notices repetitive manual work and offers to build you a personal tool for it, and can generate a logo/business card/letterhead directly in the chat&lt;br&gt;
Image, video, and music generation&lt;br&gt;
A community marketplace for sharing agents — every submission goes through automated screening plus human review before it's listed&lt;br&gt;
The technical/product decisions I'm most opinionated about:&lt;/p&gt;

&lt;p&gt;One-time payment, not a subscription. This is the entire point of the product, not just a pricing choice — it's a direct answer to the problem that got me here.&lt;br&gt;
Ollama by default, cloud keys optional. The app has to work without any account at all, or the "own it" pitch falls apart.&lt;br&gt;
GitHub PRs as the moderation system for community agents, instead of building a custom review queue. Free code review infrastructure that already exists, and it's transparent — anyone can see the review history.&lt;br&gt;
Where it's at now:&lt;/p&gt;

&lt;p&gt;Just wrapped up 2.0 — a full UI redesign, the Business Coach agent, and the ability for it to build personal tools or generate brand assets on request. Getting ready to actually put it in front of people (this post included).&lt;/p&gt;

&lt;p&gt;Happy to answer anything — architecture, why local-first over cloud, the packaging pipeline, or the honest tradeoffs of building on a local model vs. a hosted API.&lt;br&gt;
&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;a href="https://minister-ballew.github.io/ai-partner-website" rel="noopener noreferrer"&gt;https://minister-ballew.github.io/ai-partner-website&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>python</category>
    </item>
  </channel>
</rss>
