<?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: Ayush Dwivedi</title>
    <description>The latest articles on DEV Community by Ayush Dwivedi (@ayushships).</description>
    <link>https://dev.to/ayushships</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%2F4008460%2Feab9e659-35c2-427e-8eb7-4cf645006d53.png</url>
      <title>DEV Community: Ayush Dwivedi</title>
      <link>https://dev.to/ayushships</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayushships"/>
    <language>en</language>
    <item>
      <title>I accidentally built a production LLM router by running it for 3 months on my own projects</title>
      <dc:creator>Ayush Dwivedi</dc:creator>
      <pubDate>Mon, 29 Jun 2026 15:54:07 +0000</pubDate>
      <link>https://dev.to/ayushships/i-accidentally-built-a-production-llm-router-by-running-it-for-3-months-on-my-own-projects-2kmg</link>
      <guid>https://dev.to/ayushships/i-accidentally-built-a-production-llm-router-by-running-it-for-3-months-on-my-own-projects-2kmg</guid>
      <description>&lt;p&gt;I didn't set out to build an LLM router. Genuinely didn't.&lt;/p&gt;

&lt;p&gt;I was just tired of paying per-token rates every time I tested something. My own projects were burning through API credits doing nothing special, just running experiments, pipelines, small automations. The math didn't make sense anymore.&lt;/p&gt;

&lt;p&gt;So I built a proxy layer in front of multiple providers. Kept it private. Used it myself. Didn't think much of it.&lt;/p&gt;

&lt;p&gt;Three months later I looked at the logs and saw 7 to 8 billion tokens routed through it. That's when I realized this thing was actually production-grade.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's running through it
&lt;/h2&gt;

&lt;p&gt;The model mix I use day to day: Llama 70B, DeepSeek, Qwen3, MiniMax M3, StepFun 3.7 Flash, Cerebras, and a few others. All open source, no GPT-4o, no Claude. If open source models cover your use case, the pricing difference vs per-token billing is significant.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I actually learned
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Provider reliability is not equal.&lt;/strong&gt; Some providers quietly drop requests under load. You won't notice until you're in a late-night run and half your completions are just gone. Failover saved me more times than I expected.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cerebras is genuinely fast.&lt;/strong&gt; I added it half expecting it to be just another provider. Ended up making it the default for anything latency-sensitive. The difference is real.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Routing logic matters more than model selection.&lt;/strong&gt; Just pointing to "the best model" isn't enough. You need fallback chains, timeout handling, and something tracking which providers are actually responding. That's where most of the actual engineering went.&lt;/p&gt;

&lt;h2&gt;
  
  
  Opening it up now
&lt;/h2&gt;

&lt;p&gt;The product is called Janux. I'm opening it up with a founding price for the first 50 users.&lt;/p&gt;

&lt;p&gt;Plans:&lt;br&gt;
$5/month flat&lt;br&gt;
$29/year&lt;br&gt;
BYOK (bring your own key) is completely free&lt;/p&gt;

&lt;p&gt;First month free if you pre-register now.&lt;/p&gt;

&lt;p&gt;Only open source models. If that works for your stack, the pricing is a lot better than paying per token.&lt;/p&gt;

&lt;p&gt;janux.studiotrx.in&lt;/p&gt;

&lt;p&gt;Would genuinely love feedback from anyone building with LLMs seriously. What providers are giving you trouble? What's your current setup?&lt;/p&gt;

</description>
      <category>llm</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
