<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>TokenGesture — Agentz</title>
    <link>https://tokengesture.ai/agentz/</link>
    <description>Building Agentz — an Electron desktop app for isolated, tool-using AI agents.</description>
    <language>en</language>
    <copyright>© 2025–2026 Miles Lord</copyright>
    <item>
      <title>Paying down the vibe-coding debt: refactoring an AI-built Electron app</title>
      <link>https://tokengesture.ai/agentz/vibe-coding-debt/</link>
      <guid>https://tokengesture.ai/agentz/vibe-coding-debt/</guid>
      <pubDate>Mon, 13 Apr 2026 09:00:00 GMT</pubDate>
      <category>Agentz</category>
      <category>refactoring</category>
      <category>typescript</category>
      <category>ai-assisted-development</category>
      <description>main.ts went from 14,525 lines to 656, 787 anys became 1, and a linter broke thirty components — four days of paying for four months of speed.</description>
    </item>
    <item>
      <title>Every agent gets its own brain: a seven-database SQLite architecture</title>
      <link>https://tokengesture.ai/agentz/seven-databases/</link>
      <guid>https://tokengesture.ai/agentz/seven-databases/</guid>
      <pubDate>Wed, 08 Apr 2026 09:00:00 GMT</pubDate>
      <category>Agentz</category>
      <category>sqlite</category>
      <category>architecture</category>
      <category>memory</category>
      <description>Why each Agentz agent owns seven isolated SQLite databases, and how a decision made four days into the project kept paying off for four months.</description>
    </item>
    <item>
      <title>One agent, four messengers: Discord, Matrix, Zulip, and Slack</title>
      <link>https://tokengesture.ai/agentz/messenger-integrations/</link>
      <guid>https://tokengesture.ai/agentz/messenger-integrations/</guid>
      <pubDate>Mon, 09 Feb 2026 09:00:00 GMT</pubDate>
      <category>Agentz</category>
      <category>integration</category>
      <category>discord</category>
      <category>slack</category>
      <description>Putting desktop AI agents behind four chat platforms — per-channel bindings, thread-based conversations, and four services that share a shape but refused to share a base class.</description>
    </item>
    <item>
      <title>Building a multi-agent orchestrator inside a desktop app</title>
      <link>https://tokengesture.ai/agentz/specialist-orchestrator/</link>
      <guid>https://tokengesture.ai/agentz/specialist-orchestrator/</guid>
      <pubDate>Sun, 25 Jan 2026 09:00:00 GMT</pubDate>
      <category>Agentz</category>
      <category>multi-agent</category>
      <category>orchestration</category>
      <category>electron</category>
      <description>Replacing always-on utility agents with an orchestrator-and-specialists pattern — delegation tools, recursion guards, cost tracking, and a live execution tree so you can watch it think.</description>
    </item>
    <item>
      <title>The orb: animating an agent&#39;s emotional state on a canvas</title>
      <link>https://tokengesture.ai/agentz/canvas-orb/</link>
      <guid>https://tokengesture.ai/agentz/canvas-orb/</guid>
      <pubDate>Sat, 10 Jan 2026 09:00:00 GMT</pubDate>
      <category>Agentz</category>
      <category>canvas</category>
      <category>animation</category>
      <category>ui</category>
      <description>How a hand-rolled canvas renderer gives every agent a living visual identity — wisps, ribbons, sparkles, a glass shell, and one energy number driving it all.</description>
    </item>
    <item>
      <title>A Docker sandbox so agents can run Python without ruining your machine</title>
      <link>https://tokengesture.ai/agentz/docker-python-sandbox/</link>
      <guid>https://tokengesture.ai/agentz/docker-python-sandbox/</guid>
      <pubDate>Thu, 08 Jan 2026 09:00:00 GMT</pubDate>
      <category>Agentz</category>
      <category>docker</category>
      <category>sandbox</category>
      <category>tool-use</category>
      <description>Giving desktop AI agents a real code-execution tool by putting Python inside a Docker container — with a callback API so the sandboxed code can still reach the agent&#39;s memory.</description>
    </item>
  </channel>
</rss>
