<?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: Jamse Bao</title>
    <description>The latest articles on DEV Community by Jamse Bao (@jamse_bao).</description>
    <link>https://dev.to/jamse_bao</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%2F4097063%2F5c76594e-94e0-489d-acaf-ae5063a21346.jpg</url>
      <title>DEV Community: Jamse Bao</title>
      <link>https://dev.to/jamse_bao</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jamse_bao"/>
    <language>en</language>
    <item>
      <title>Tried `Alishahryar1/free-claude-code` Today: One Terminal, Multiple Coding Agents</title>
      <dc:creator>Jamse Bao</dc:creator>
      <pubDate>Thu, 27 Aug 2026 10:17:07 +0000</pubDate>
      <link>https://dev.to/jamse_bao/tried-alishahryar1free-claude-code-today-one-terminal-multiple-coding-agents-204d</link>
      <guid>https://dev.to/jamse_bao/tried-alishahryar1free-claude-code-today-one-terminal-multiple-coding-agents-204d</guid>
      <description>&lt;h1&gt;
  
  
  Tried &lt;code&gt;Alishahryar1/free-claude-code&lt;/code&gt; Today: One Terminal, Multiple Coding Agents
&lt;/h1&gt;

&lt;p&gt;&lt;code&gt;Alishahryar1/free-claude-code&lt;/code&gt; is getting attention because it packages access to Claude Code, Codex, Pi, OpenCode, and other coding agents into a workflow that feels unusually open: use them from a terminal, app, IDE, or even a phone. The headline claim is substantial: more than 1.3 billion free tokens. That explains today’s +536-star jump, but the real appeal is practical. Developers can experiment with agentic coding without immediately wiring every workflow to a separate paid account or API bill.&lt;/p&gt;

&lt;p&gt;My setup used a custom OpenAI-compatible endpoint with &lt;code&gt;claude-fable-5&lt;/code&gt; through B-Lost. The configuration was small enough to keep in a shell profile:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;OPENAI_BASE_URL&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"https://b-lost.com/v1"&lt;/span&gt;
&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;OPENAI_API_KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="nv"&gt;$BLOST_API_KEY&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt;
&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;OPENAI_MODEL&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"claude-fable-5"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The endpoint also supports native Anthropic &lt;code&gt;/v1/messages&lt;/code&gt; prompt caching. For repeated repository context, that matters: cache hits receive a 90% discount, so the cost profile improves as the agent reuses the same system instructions, project files, and coding conventions. The setup works with tools such as Cursor, Cline, Roo Code, Windsurf, Aider, and other compatible clients.&lt;/p&gt;

&lt;p&gt;The verdict: the biggest win is flexibility. I could move between terminal-driven work, IDE assistance, and mobile experimentation without rebuilding the entire workflow each time. &lt;code&gt;claude-fable-5&lt;/code&gt; handled everyday coding prompts quickly, especially when the repository context was already cached. The tradeoff is that “free” still requires careful attention to quotas, provider policies, latency, and model compatibility. A free-token pool is excellent for prototyping, but production workflows still need observability and a fallback provider.&lt;/p&gt;

&lt;p&gt;The project’s ToS-friendly positioning and voice support make it more interesting than a simple API wrapper. It is aiming at a broader future where coding agents are available wherever developers happen to work.&lt;/p&gt;

&lt;p&gt;Would you trust a multi-model, free-token coding setup for a real project, or keep it strictly for experiments?&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>ai</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Fixing the Anthropic 429 Rate Limit in Cline / Roo Code with a Drop-in Universal Relay</title>
      <dc:creator>Jamse Bao</dc:creator>
      <pubDate>Thu, 27 Aug 2026 09:12:57 +0000</pubDate>
      <link>https://dev.to/jamse_bao/fixing-the-anthropic-429-rate-limit-in-cline-roo-code-with-a-drop-in-universal-relay-47dp</link>
      <guid>https://dev.to/jamse_bao/fixing-the-anthropic-429-rate-limit-in-cline-roo-code-with-a-drop-in-universal-relay-47dp</guid>
      <description>&lt;h1&gt;
  
  
  Fixing the Anthropic 429 Rate Limit in Cline / Roo Code with a Drop-in Universal Relay
&lt;/h1&gt;

&lt;p&gt;Managing multiple AI API keys across different providers (OpenAI, Anthropic, Moonshot, DeepSeek) creates friction, unexpected overages, and rate-limit headaches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://b-lost.com" rel="noopener noreferrer"&gt;B-Lost&lt;/a&gt;&lt;/strong&gt; provides a unified, production-grade drop-in gateway at &lt;code&gt;https://b-lost.com/v1&lt;/code&gt; with &lt;strong&gt;flat 20% off official pricing&lt;/strong&gt; and a &lt;strong&gt;100% matched deposit bonus&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Unified Base URL&lt;/strong&gt;: &lt;code&gt;https://b-lost.com/v1&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supported Models&lt;/strong&gt;: &lt;code&gt;claude-sonnet-5, claude-fable-5, claude-opus-5, claude-sonnet-4-6&lt;/code&gt;, &lt;code&gt;gpt-5.6-terra, gpt-5.6-sol, gpt-5.6-terra-openai-compact, gpt-5.6-sol-openai-compact&lt;/code&gt;, &lt;code&gt;kimi-k3, kimi-k2.7-code-highspeed, kimi-k2.7-code&lt;/code&gt;, &lt;code&gt;deepseek-v4-pro, deepseek-v4-flash-vision-exp, deepseek-v4-flash&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anthropic Prompt Caching&lt;/strong&gt;: 90% discount on cache hits passed through directly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;First Top-up Bonus&lt;/strong&gt;: Double your credits on first deposit (deposit $10 get $20, deposit $50 get $100).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Affiliate Program&lt;/strong&gt;: 10% lifetime commission with $50 Wire Transfer payouts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Get started in seconds at &lt;a href="https://b-lost.com" rel="noopener noreferrer"&gt;https://b-lost.com&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>tooling</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
