<?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: Michael Manley</title>
    <description>The latest articles on DEV Community by Michael Manley (@michael_manley).</description>
    <link>https://dev.to/michael_manley</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%2F3976633%2F6c5217f3-21c8-4c2f-886c-aee24804eb68.png</url>
      <title>DEV Community: Michael Manley</title>
      <link>https://dev.to/michael_manley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michael_manley"/>
    <language>en</language>
    <item>
      <title>Stop sending every AI coding request to the expensive model</title>
      <dc:creator>Michael Manley</dc:creator>
      <pubDate>Wed, 10 Jun 2026 00:50:15 +0000</pubDate>
      <link>https://dev.to/michael_manley/stop-sending-every-ai-coding-request-to-the-expensive-model-33g</link>
      <guid>https://dev.to/michael_manley/stop-sending-every-ai-coding-request-to-the-expensive-model-33g</guid>
      <description>&lt;p&gt;AI coding tools are powerful.&lt;/p&gt;

&lt;p&gt;But they’re also wasteful.&lt;/p&gt;

&lt;p&gt;A tiny helper-function question does not need Claude Sonnet.&lt;/p&gt;

&lt;p&gt;A huge architecture review probably does.&lt;/p&gt;

&lt;p&gt;That gap costs money.&lt;/p&gt;

&lt;p&gt;So I built Badgr Auto.&lt;/p&gt;

&lt;p&gt;It’s a local OpenAI-compatible proxy that routes each AI coding request to the cheapest model that can handle it.&lt;/p&gt;

&lt;p&gt;Point your coding tool at:&lt;br&gt;
&lt;a href="http://localhost:8787/v1" rel="noopener noreferrer"&gt;http://localhost:8787/v1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Badgr Auto can route between:&lt;br&gt;
local models&lt;br&gt;
cheaper OSS cloud models&lt;br&gt;
premium models&lt;/p&gt;

&lt;p&gt;So instead of paying premium prices for every request, you can use:&lt;br&gt;
local for small tasks&lt;br&gt;
OSS cloud for normal coding work&lt;br&gt;
premium only when it actually matters&lt;/p&gt;

&lt;p&gt;It also tracks:&lt;br&gt;
actual cloud spend&lt;br&gt;
which route was used&lt;br&gt;
fallback events&lt;br&gt;
tokens safely removed&lt;br&gt;
estimated savings vs premium models&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;br&gt;
stop wasting premium tokens on cheap tasks.&lt;/p&gt;

&lt;p&gt;First launch is small:&lt;br&gt;
small task → local&lt;br&gt;
normal task → cheaper cloud&lt;br&gt;
hard task → premium&lt;br&gt;
provider fails → fallback&lt;br&gt;
duplicate code → safely removed&lt;br&gt;
receipts → clear spend trail&lt;/p&gt;

&lt;p&gt;AI coding is only going to get more expensive if every agent step goes to the top model.&lt;/p&gt;

&lt;p&gt;Badgr Auto is my attempt to make AI coding cheaper without making it worse.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>openclaw</category>
      <category>claude</category>
      <category>chatgpt</category>
    </item>
  </channel>
</rss>
