<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:webfeeds="http://webfeeds.org/rss/1.0">
  <channel>
    <title>Rafał Araszkiewicz — Blog</title>
    <link>https://arasz.me/blog</link>
    <description>Engineering notes, project updates, and technical deep-dives from Rafał Araszkiewicz — Senior .NET / AWS / AI Engineer.</description>
    <language>en</language>
    <lastBuildDate>Sat, 01 Aug 2026 19:35:12 GMT</lastBuildDate>
    <atom:link href="https://arasz.me/rss.xml" rel="self" type="application/rss+xml"/>
    <image>
      <url>https://arasz.me/favicon.svg</url>
      <title>Rafał Araszkiewicz — Blog</title>
      <link>https://arasz.me/blog</link>
    </image>
    <webfeeds:icon>https://arasz.me/favicon.svg</webfeeds:icon>
    <webfeeds:logo>https://arasz.me/og-image.png</webfeeds:logo>
    <webfeeds:accentColor>#00d4ff</webfeeds:accentColor>
    <item>
      <title>The Skills I Gave My Coding Agent</title>
      <link>https://arasz.me/blog/ai-badger-skills</link>
      <guid isPermaLink="false">https://arasz.me/blog/ai-badger-skills</guid>
      <pubDate>Sat, 01 Aug 2026 08:30:00 GMT</pubDate>
      <dc:creator>Rafał Araszkiewicz</dc:creator>
      <description>A tour of the skills my agent framework ships — what each one is for, what it actually does to your repo, and the situation that makes you reach for it. Starting with the one I open almost every day.</description>
      <content:encoded><![CDATA[<p>A tour of the skills my agent framework ships — what each one is for, what it actually does to your repo, and the situation that makes you reach for it. Starting with the one I open almost every day.</p>]]></content:encoded>
      <category>AI</category>
      <category>Agents</category>
      <category>ai-badger</category>
      <category>Claude Code</category>
      <category>Developer Tooling</category>
      <category>Skills</category>
    </item>
    <item>
      <title>The Bill Said Delegate. So I Made It the Default.</title>
      <link>https://arasz.me/blog/teaching-agents-to-delegate</link>
      <guid isPermaLink="false">https://arasz.me/blog/teaching-agents-to-delegate</guid>
      <pubDate>Fri, 31 Jul 2026 14:00:00 GMT</pubDate>
      <dc:creator>Rafał Araszkiewicz</dc:creator>
      <description>Part 2 measured a month of AI agent costs. This is what I changed because of it: my agent framework now picks the right model for each job, refuses hand-offs that name no model, and has a new team-lead role whose only job is routing work.</description>
      <content:encoded><![CDATA[<p>Part 2 measured a month of AI agent costs. This is what I changed because of it: my agent framework now picks the right model for each job, refuses hand-offs that name no model, and has a new team-lead role whose only job is routing work.</p>]]></content:encoded>
      <category>AI</category>
      <category>Agents</category>
      <category>ai-badger</category>
      <category>Cost</category>
      <category>Claude Code</category>
      <category>Delegation</category>
    </item>
    <item>
      <title>What AI Coding Agents Actually Cost, Part 2: A Full Month of Data</title>
      <link>https://arasz.me/blog/agent-cost-part-2</link>
      <guid isPermaLink="false">https://arasz.me/blog/agent-cost-part-2</guid>
      <pubDate>Fri, 31 Jul 2026 08:30:00 GMT</pubDate>
      <dc:creator>Rafał Araszkiewicz</dc:creator>
      <description>Part 1 compared three agents over two weeks. Part 2 reads 24 days of ccusage data off one machine — $10,453 in API-equivalent estimates, 97.81% cache reads, and the kinds of sessions that actually raise the bill.</description>
      <content:encoded><![CDATA[<p>Part 1 compared three agents over two weeks. Part 2 reads 24 days of ccusage data off one machine — $10,453 in API-equivalent estimates, 97.81% cache reads, and the kinds of sessions that actually raise the bill.</p>]]></content:encoded>
      <category>AI</category>
      <category>Claude Code</category>
      <category>Hermes</category>
      <category>Cost</category>
      <category>ccusage</category>
      <category>Agents</category>
      <category>Data</category>
      <category>ai-badger</category>
    </item>
    <item>
      <title>code-review-graph: When Your AI Agent Needs a Map of Your Codebase</title>
      <link>https://arasz.me/blog/code-review-graph-review</link>
      <guid isPermaLink="false">https://arasz.me/blog/code-review-graph-review</guid>
      <pubDate>Sun, 26 Jul 2026 10:00:00 GMT</pubDate>
      <dc:creator>Rafał Araszkiewicz</dc:creator>
      <description>A practical look at code-review-graph — how it builds a structural knowledge graph of your codebase, what it actually found in two real projects, and whether the token savings are real.</description>
      <content:encoded><![CDATA[<p>A practical look at code-review-graph — how it builds a structural knowledge graph of your codebase, what it actually found in two real projects, and whether the token savings are real.</p>]]></content:encoded>
      <category>AI</category>
      <category>Agents</category>
      <category>Code Review</category>
      <category>MCP</category>
      <category>Developer Tools</category>
      <category>Knowledge Graph</category>
      <category>Tree-sitter</category>
    </item>
    <item>
      <title>What AI Coding Agents Actually Cost: Real Usage Data Across 3 Agents</title>
      <link>https://arasz.me/blog/agent-cost-comparison</link>
      <guid isPermaLink="false">https://arasz.me/blog/agent-cost-comparison</guid>
      <pubDate>Thu, 23 Jul 2026 09:00:00 GMT</pubDate>
      <dc:creator>Rafał Araszkiewicz</dc:creator>
      <description>Data-driven comparison of Claude Code, Hermes Agent (via OpenRouter), and GitHub Copilot with real token usage, cost breakdowns, and the 80/20 strategy.</description>
      <content:encoded><![CDATA[<p>Data-driven comparison of Claude Code, Hermes Agent (via OpenRouter), and GitHub Copilot with real token usage, cost breakdowns, and the 80/20 strategy.</p>]]></content:encoded>
      <category>AI</category>
      <category>Claude Code</category>
      <category>Hermes</category>
      <category>OpenRouter</category>
      <category>Copilot</category>
      <category>Cost</category>
      <category>Agents</category>
    </item>
    <item>
      <title>Hermes Agent: A Developer-First AI Agent with Deep Integration Hooks</title>
      <link>https://arasz.me/blog/hermes-agent-review</link>
      <guid isPermaLink="false">https://arasz.me/blog/hermes-agent-review</guid>
      <pubDate>Wed, 15 Jul 2026 08:30:00 GMT</pubDate>
      <dc:creator>Rafał Araszkiewicz</dc:creator>
      <description>A practical review of Hermes Agent — how it compares to Claude Code, its hook system for prompt customization, token-friendly skill design, and why it pairs well with ai-badger.</description>
      <content:encoded><![CDATA[<p>A practical review of Hermes Agent — how it compares to Claude Code, its hook system for prompt customization, token-friendly skill design, and why it pairs well with ai-badger.</p>]]></content:encoded>
      <category>Hermes</category>
      <category>AI</category>
      <category>Agents</category>
      <category>Claude Code</category>
      <category>Developer Tools</category>
    </item>
    <item>
      <title>Introducing ai-badger: A Portable Agent Framework for the Multi-Agent Era</title>
      <link>https://arasz.me/blog/introducing-ai-badger</link>
      <guid isPermaLink="false">https://arasz.me/blog/introducing-ai-badger</guid>
      <pubDate>Fri, 24 Jul 2026 08:30:00 GMT</pubDate>
      <dc:creator>Rafał Araszkiewicz</dc:creator>
      <description>What ai-badger is, how the stack×feature catalog model works, and why portable agent knowledge matters when you run Claude Code, Hermes, Copilot, and Junie side by side.</description>
      <content:encoded><![CDATA[<p>What ai-badger is, how the stack×feature catalog model works, and why portable agent knowledge matters when you run Claude Code, Hermes, Copilot, and Junie side by side.</p>]]></content:encoded>
      <category>AI</category>
      <category>Agents</category>
      <category>Open Source</category>
      <category>Developer Tooling</category>
      <category>Claude Code</category>
      <category>Hermes</category>
      <category>Copilot</category>
    </item>
  </channel>
</rss>