<?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: ylyn</title>
    <description>The latest articles on DEV Community by ylyn (@ylynbuilds).</description>
    <link>https://dev.to/ylynbuilds</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%2F4057875%2F1235dfc4-3ab8-42c2-80f6-f02cac8ed63d.png</url>
      <title>DEV Community: ylyn</title>
      <link>https://dev.to/ylynbuilds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ylynbuilds"/>
    <language>en</language>
    <item>
      <title>Request-path budget auto-stop for AI coding agents (local-first)</title>
      <dc:creator>ylyn</dc:creator>
      <pubDate>Wed, 09 Sep 2026 01:44:32 +0000</pubDate>
      <link>https://dev.to/ylynbuilds/request-path-budget-auto-stop-for-ai-coding-agents-local-first-35j3</link>
      <guid>https://dev.to/ylynbuilds/request-path-budget-auto-stop-for-ai-coding-agents-local-first-35j3</guid>
      <description>&lt;h2&gt;
  
  
  The failure mode
&lt;/h2&gt;

&lt;p&gt;Autonomous coding agents don’t respect your mental budget. By the time the provider dashboard updates, the loop may already have burned the week.&lt;/p&gt;

&lt;h2&gt;
  
  
  What “good” looks like
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Attribution&lt;/strong&gt; — every call labeled with project / agent / model&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Near-real-time visibility&lt;/strong&gt; — burn rate in hours, not billing cycles&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hard limits&lt;/strong&gt; — budgets that can stop further spend, not only alert&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data posture&lt;/strong&gt; — prompt bodies don’t need to leave your network for metering&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What we shipped
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;AI Cost Gate&lt;/strong&gt; — local-first, OpenAI-compatible cost black box:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;attribute spend&lt;/li&gt;
&lt;li&gt;enforce budgets (including HTTP 429 auto-stop)&lt;/li&gt;
&lt;li&gt;self-host via one-time Pro source license&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;→ &lt;a href="https://www.aicostgate.com?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=acg-pro" rel="noopener noreferrer"&gt;https://www.aicostgate.com?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=acg-pro&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Free companions
&lt;/h2&gt;

&lt;p&gt;While building Gate we published free tools many teams use first:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://tools.aicostgate.com/burn" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/burn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tools.aicostgate.com/prices" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/prices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tools.aicostgate.com/prompt-cost" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/prompt-cost&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tools.aicostgate.com/mcp" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/mcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://tools.aicostgate.com/checklist" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/checklist&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Open questions for readers
&lt;/h2&gt;

&lt;p&gt;Would you enable hard-stop in observe-only mode for two weeks first? What break-glass pattern do you want when a budget trips mid-incident?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Unofficial GPT-6 Astra pricing calculator (Standard / Batch / Flex / Fast)</title>
      <dc:creator>ylyn</dc:creator>
      <pubDate>Sat, 05 Sep 2026 08:03:11 +0000</pubDate>
      <link>https://dev.to/ylynbuilds/unofficial-gpt-6-astra-pricing-calculator-standard-batch-flex-fast-4lkn</link>
      <guid>https://dev.to/ylynbuilds/unofficial-gpt-6-astra-pricing-calculator-standard-batch-flex-fast-4lkn</guid>
      <description>&lt;h2&gt;
  
  
  Why
&lt;/h2&gt;

&lt;p&gt;Astra list rates are easy to misread: cache, long-context bands, and Batch/Flex/Fast multipliers change the monthly bill a lot.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I shipped
&lt;/h2&gt;

&lt;p&gt;A free calculator on ACG Tools:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tools.aicostgate.com/astra" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/astra&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Monthly estimate from input/output millions&lt;/li&gt;
&lt;li&gt;Cached-input share&lt;/li&gt;
&lt;li&gt;Standard / Batch (×0.5) / Flex (×0.5) / Fast (×2)&lt;/li&gt;
&lt;li&gt;Toggle for prompts often &amp;gt;272K (whole-request reprice)&lt;/li&gt;
&lt;li&gt;Short API access checklist (subscription ≠ API billing; free tier not supported)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Unofficial — confirm on OpenAI’s pricing page before you budget.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Leaderboard: &lt;a href="https://tools.aicostgate.com/prices" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/prices&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Burn estimator: &lt;a href="https://tools.aicostgate.com/burn" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/burn&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Prompt cost paste tool: &lt;a href="https://tools.aicostgate.com/prompt-cost" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/prompt-cost&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback welcome on missing line items (tool-call fees are omitted on purpose for now).&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>llm</category>
      <category>openai</category>
    </item>
    <item>
      <title>Paste a prompt, see the bill: a free prompt cost calculator for LLM APIs</title>
      <dc:creator>ylyn</dc:creator>
      <pubDate>Wed, 02 Sep 2026 01:56:55 +0000</pubDate>
      <link>https://dev.to/ylynbuilds/paste-a-prompt-see-the-bill-a-free-prompt-cost-calculator-for-llm-apis-19ph</link>
      <guid>https://dev.to/ylynbuilds/paste-a-prompt-see-the-bill-a-free-prompt-cost-calculator-for-llm-apis-19ph</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Before you ship a long system prompt or dump a chat transcript into an agent, it’s hard to answer: “What does this cost per call?”&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;A free tool: paste prompt / transcript → estimated tokens + USD against official model list prices.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://tools.aicostgate.com/prompt-cost" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/prompt-cost&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No signup. Built for people running Cursor / Claude Code / custom agents who care about token spend.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I use it
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Paste the system + user prompt you actually send&lt;/li&gt;
&lt;li&gt;Pick the model&lt;/li&gt;
&lt;li&gt;Sanity-check before wiring it into a loop&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Related free tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pricing leaderboard: &lt;a href="https://tools.aicostgate.com/prices" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/prices&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Monthly agent burn estimator: &lt;a href="https://tools.aicostgate.com/burn" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/burn&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Budget-aware MCP / Cursor templates: &lt;a href="https://tools.aicostgate.com/mcp" rel="noopener noreferrer"&gt;https://tools.aicostgate.com/mcp&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback welcome — especially on tokenizer approximations vs real provider billing.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
