<?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: Apostolos Dedeloudis</title>
    <description>The latest articles on DEV Community by Apostolos Dedeloudis (@apostolos_dedeloudis).</description>
    <link>https://dev.to/apostolos_dedeloudis</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%2F3834462%2F53d43793-c25d-40c6-bee7-a8a3c6435ff3.jpg</url>
      <title>DEV Community: Apostolos Dedeloudis</title>
      <link>https://dev.to/apostolos_dedeloudis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/apostolos_dedeloudis"/>
    <language>en</language>
    <item>
      <title>I burned $250 in tokens on day one with OpenClaw. Here's why.</title>
      <dc:creator>Apostolos Dedeloudis</dc:creator>
      <pubDate>Fri, 20 Mar 2026 01:25:17 +0000</pubDate>
      <link>https://dev.to/apostolos_dedeloudis/i-burned-250-in-tokens-on-day-one-with-openclaw-heres-why-mmb</link>
      <guid>https://dev.to/apostolos_dedeloudis/i-burned-250-in-tokens-on-day-one-with-openclaw-heres-why-mmb</guid>
      <description>&lt;p&gt;No production traffic. No customers. Just me testing a few simple workflows.&lt;/p&gt;

&lt;p&gt;The culprit wasn't one big request. It was four things compounding:&lt;br&gt;
&lt;strong&gt;Context creep.&lt;/strong&gt; I kept adding "just one more thing" to prompts such as prior decisions, more context and more detail. Each run got bigger without feeling bigger.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tool output bloat.&lt;/strong&gt; Logs, diffs, API responses flowing straight into the next step. Output becomes input becomes output. It adds up fast.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scheduled job overhead.&lt;/strong&gt; Cron jobs re-establishing a large prompt footprint on every run. Not catastrophic — just quietly expensive, repeatedly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Duplicate triggers.&lt;/strong&gt; A couple of retries running the same bloated job twice.&lt;/p&gt;

&lt;p&gt;The fix was kinda boring: smaller context windows, trim tool outputs aggressively, fresh session boundaries on scheduled jobs, and, most importantly, stop using the most expensive model by default for everything.&lt;/p&gt;

&lt;p&gt;That last one alone cut most of the cost.&lt;/p&gt;

&lt;p&gt;After a while I got bored of switching models and decided to turn this into a research opportunity. I published &lt;a href="https://github.com/agentlifylabs/RoBC/tree/main" rel="noopener noreferrer"&gt;RoBC&lt;/a&gt; on Github and then   trained it and put it into prod on &lt;a href="https://clawpane.co" rel="noopener noreferrer"&gt;clawpane.co&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Let me know if you check the repo out or if you need help with your AI spending.&lt;/p&gt;

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