<?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: Gabriele</title>
    <description>The latest articles on DEV Community by Gabriele (@alzarucco).</description>
    <link>https://dev.to/alzarucco</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%2F4051235%2Fc196fb08-93ed-4c13-b3e8-699ab736f433.jpg</url>
      <title>DEV Community: Gabriele</title>
      <link>https://dev.to/alzarucco</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alzarucco"/>
    <language>en</language>
    <item>
      <title>Has an agent ever burned your budget overnight? How do you guard against it?</title>
      <dc:creator>Gabriele</dc:creator>
      <pubDate>Tue, 28 Jul 2026 11:36:39 +0000</pubDate>
      <link>https://dev.to/alzarucco/has-an-agent-ever-burned-your-budget-overnight-how-do-you-guard-against-it-567c</link>
      <guid>https://dev.to/alzarucco/has-an-agent-ever-burned-your-budget-overnight-how-do-you-guard-against-it-567c</guid>
      <description>&lt;p&gt;I've been building agents for a few months and the failure that scared me wasn't a crash, it was cost. An agent loops, every individual call looks fine, and you find out from the bill.&lt;/p&gt;

&lt;p&gt;So I built a proxy that sits in front of the agent and stops it. Budget cap that cuts mid-stream, but also: it notices when the agent is sending the identical prompt over and over and breaks the loop before the call goes out, and it drops tool calls you've blocked (like delete_*) before they reach your code.&lt;/p&gt;

&lt;p&gt;It's open source, runs locally, no signup: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/gommapane1/SpendGuard" rel="noopener noreferrer"&gt;https://github.com/gommapane1/SpendGuard&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I actually want to know: is this a real problem for you, or am I solving something I only had myself? And if you do guard against it, how?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>automation</category>
      <category>api</category>
    </item>
  </channel>
</rss>
