<?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: Maor Bril</title>
    <description>The latest articles on DEV Community by Maor Bril (@maor_bril).</description>
    <link>https://dev.to/maor_bril</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%2F4121785%2Fdf8d66e2-2483-4237-9d8a-d6ed0a7ac2c4.png</url>
      <title>DEV Community: Maor Bril</title>
      <link>https://dev.to/maor_bril</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maor_bril"/>
    <language>en</language>
    <item>
      <title>The $25 Challenge: what can an agent build before the meter stops?</title>
      <dc:creator>Maor Bril</dc:creator>
      <pubDate>Sat, 12 Sep 2026 06:45:35 +0000</pubDate>
      <link>https://dev.to/maor_bril/the-25-challenge-what-can-an-agent-build-before-the-meter-stops-3hgf</link>
      <guid>https://dev.to/maor_bril/the-25-challenge-what-can-an-agent-build-before-the-meter-stops-3hgf</guid>
      <description>&lt;p&gt;Claude Code is the best agent harness I've used. It also only talks to one provider, and it never answers the two questions you eventually ask: how much did that session cost, and can I run the cheap parts on a cheap model?&lt;/p&gt;

&lt;p&gt;I built gremlord to fix both. It's a thin local router around the unmodified claude binary - same TUI, same tools - but the model behind it can be Anthropic, OpenAI, xAI, Ollama, or any OpenAI-compatible endpoint. Every token is priced as it streams, and a hard budget stops the next request at the cap instead of warning you after. Free, MIT licensed: &lt;a href="https://github.com/gremlord/gremlord" rel="noopener noreferrer"&gt;https://github.com/gremlord/gremlord&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now I want to see what other people build with it, so I'm running a contest:&lt;/p&gt;

&lt;h2&gt;
  
  
  The rules
&lt;/h2&gt;

&lt;p&gt;Build anything real with Claude Code running through gremlord, on any model you like. One constraint: total model spend for the build must be $25.00 or less, proven by your gremlord cost log.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Set your cap before you start: &lt;code&gt;gremlord budget set --daily 25&lt;/code&gt;. (That's a daily cap, so the contest receipt is what matters: &lt;code&gt;gremlord cost --receipt --since YYYY-MM-DD&lt;/code&gt; from the day you started. That number plus any local hardware cost must be &amp;lt;= $25.00.)&lt;/li&gt;
&lt;li&gt;The build must do something - a tool, a fix, a feature, a demo. Presenting itself doesn't count.&lt;/li&gt;
&lt;li&gt;Using a passthrough or subscription-billed CLI delegation (Codex/Grok under your own login)? Disclose it. Unpriced subscription work is recognition-only unless you assign it a fixed rate.&lt;/li&gt;
&lt;li&gt;Running local models (Ollama, vLLM)? Price them by fixed hardware tier x active runtime - a 4-12B Q4 on a laptop is $0.10/hr, a 24GB GPU box is $0.35/hr, full table on the challenge page.&lt;/li&gt;
&lt;li&gt;Honor system on receipts. A faked log to win a README mention is a sad life.&lt;/li&gt;
&lt;li&gt;One entry per person. Entries close &lt;strong&gt;September 17, 2026 23:59:59 UTC&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Winning
&lt;/h2&gt;

&lt;p&gt;Two winners, no panel. Community pick: most thumbs-up on your entry at cutoff. Founder's pick: most impressive build under budget, chosen by me, wins a $25 bounty. Both get a permanent slot in the challenge leaderboard and the gremlord README.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to enter
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Install gremlord: &lt;a href="https://github.com/gremlord/gremlord" rel="noopener noreferrer"&gt;https://github.com/gremlord/gremlord&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;gremlord budget set --daily 25&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Build. Then &lt;code&gt;gremlord cost --receipt --since YYYY-MM-DD&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Reply to the challenge thread with your build, the receipt pasted in full, any disclosure, and your hardware tier + active runtime for local models: &lt;a href="https://github.com/gremlord/gremlord/discussions/29" rel="noopener noreferrer"&gt;https://github.com/gremlord/gremlord/discussions/29&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Full rules: &lt;a href="https://gremlord.com/challenge/" rel="noopener noreferrer"&gt;https://gremlord.com/challenge/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The interesting part isn't the bounty - it's the constraint. $25 is about 5M tokens of a frontier model, or roughly 250 hours of a small local one. Those are very different builds. I honestly don't know which wins.&lt;/p&gt;

&lt;p&gt;Window is open. Show me what you've got.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>cli</category>
      <category>llm</category>
    </item>
  </channel>
</rss>
