<?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: mightbesaad</title>
    <description>The latest articles on DEV Community by mightbesaad (@mightbesaad).</description>
    <link>https://dev.to/mightbesaad</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3968849%2F07e5fdcb-bf63-4117-a716-4a202f415a99.jpg</url>
      <title>DEV Community: mightbesaad</title>
      <link>https://dev.to/mightbesaad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mightbesaad"/>
    <language>en</language>
    <item>
      <title>Howdy. I built budget controls for AI agents, does this solve a problem you actually have?</title>
      <dc:creator>mightbesaad</dc:creator>
      <pubDate>Fri, 05 Jun 2026 21:21:35 +0000</pubDate>
      <link>https://dev.to/mightbesaad/howdy-i-built-budget-controls-for-ai-agents-does-this-solve-a-problem-you-actually-have-16dj</link>
      <guid>https://dev.to/mightbesaad/howdy-i-built-budget-controls-for-ai-agents-does-this-solve-a-problem-you-actually-have-16dj</guid>
      <description>&lt;p&gt;been building AI agent infrastructure for the past few months. The two things that kept biting me —&lt;br&gt;
  and kept coming up when I talked to other devs building agents — were runaway costs and agents doing&lt;br&gt;
  irreversible things without asking first.&lt;/p&gt;

&lt;p&gt;So I built gvnr: an open-source MCP server that gives agents per-agent spend caps (hard-stop before a&lt;br&gt;
  call if the budget's gone) and a human approval gate (agent asks, you get a mobile link, you approve or&lt;br&gt;
  deny, agent waits). Both work as plain REST calls or MCP tools — no platform to adopt, no SDK.&lt;/p&gt;

&lt;p&gt;It's live. You can get an API key in one curl command and try the approval gate for free (it doesn't burn&lt;br&gt;
  the trial ops). Source is at &lt;a href="https://github.com/mightbesaad/gvnr" rel="noopener noreferrer"&gt;github.com/mightbesaad/gvnr&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here's what I genuinely want to know from devs building in this space:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does the spend-cap shape match how you think about cost control, or do you manage that somewhere else
entirely?&lt;/li&gt;
&lt;li&gt;Is the approval gate useful if it's email-only and single-approver, or does that make it a toy?&lt;/li&gt;
&lt;li&gt;What flag would stop you from wiring this into an agent you actually run?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not fishing for encouragement — if this is solving the wrong problem, or solving it the wrong way, I'd&lt;br&gt;
  rather know now.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>mcp</category>
    </item>
  </channel>
</rss>
