<?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: AITinkerer</title>
    <description>The latest articles on DEV Community by AITinkerer (@aitinkerer_x).</description>
    <link>https://dev.to/aitinkerer_x</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%2F3876476%2F6625db30-5d0b-45a2-9d05-6f9f04eedc5c.png</url>
      <title>DEV Community: AITinkerer</title>
      <link>https://dev.to/aitinkerer_x</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aitinkerer_x"/>
    <language>en</language>
    <item>
      <title>Building AI Agents: Why I Migrated All My APIs to RouteAI in 2026</title>
      <dc:creator>AITinkerer</dc:creator>
      <pubDate>Fri, 17 Jul 2026 10:44:57 +0000</pubDate>
      <link>https://dev.to/aitinkerer_x/building-ai-agents-why-i-migrated-all-my-apis-to-routeai-in-2026-26oo</link>
      <guid>https://dev.to/aitinkerer_x/building-ai-agents-why-i-migrated-all-my-apis-to-routeai-in-2026-26oo</guid>
      <description>&lt;p&gt;&lt;strong&gt;Excerpt:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In my recent project, I needed to benchmark over 20 models. The integration overhead was a nightmare. I found that&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RouteAI&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;not only unifies the API interface (OpenAI compatible) but completely crushes the market average pricing. Paying only $0.988 for GLM-5.1 (Input&amp;lt;=32k) means I can run my agents 24/7 without worrying about the cloud bill.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How Much Does KV Cache Actually Save? A Real Look at Chinese LLM Cache Pricing</title>
      <dc:creator>AITinkerer</dc:creator>
      <pubDate>Tue, 14 Jul 2026 15:14:38 +0000</pubDate>
      <link>https://dev.to/aitinkerer_x/how-much-does-kv-cache-actually-save-a-real-look-at-chinese-llm-cache-pricing-nb5</link>
      <guid>https://dev.to/aitinkerer_x/how-much-does-kv-cache-actually-save-a-real-look-at-chinese-llm-cache-pricing-nb5</guid>
      <description>&lt;p&gt;Most developers know KV cache reduces costs. Few have actually modeled how much, at current pricing, cache hit rate moves the needle on their bill.&lt;/p&gt;

&lt;p&gt;Take Qwen3.7 Plus on RouteAI: standard input at &lt;strong&gt;$0.24/M tokens&lt;/strong&gt;, cache read at &lt;strong&gt;$0.048/M&lt;/strong&gt; — 20% of the normal input price. If your application has a high proportion of repeated prefixes (stable system prompts, long document contexts), and you're hitting 60–70% cache rate, your effective input cost can drop below $0.12/M.&lt;/p&gt;

&lt;p&gt;Two habits that dramatically improve hit rate: keep your system prompt static, and front-load document context at the top of each message. Combine that with RouteAI's already-discounted base price, and the effective cost per token gets very low very quickly.&lt;/p&gt;

&lt;p&gt;Worth modeling explicitly if you're running any kind of batch processing or RAG pipeline with consistent context structure.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>machinelearning</category>
      <category>performance</category>
    </item>
    <item>
      <title>Has anyone used DeepSeek? Is it really good?</title>
      <dc:creator>AITinkerer</dc:creator>
      <pubDate>Mon, 29 Jun 2026 02:21:23 +0000</pubDate>
      <link>https://dev.to/aitinkerer_x/has-anyone-used-deepseek-is-it-really-good-5fh2</link>
      <guid>https://dev.to/aitinkerer_x/has-anyone-used-deepseek-is-it-really-good-5fh2</guid>
      <description></description>
      <category>ai</category>
      <category>discuss</category>
      <category>llm</category>
    </item>
    <item>
      <title>如何买到便宜的大模型Token?</title>
      <dc:creator>AITinkerer</dc:creator>
      <pubDate>Tue, 14 Apr 2026 08:45:26 +0000</pubDate>
      <link>https://dev.to/aitinkerer_x/ru-he-mai-dao-bian-yi-de-da-mo-xing-token-3b23</link>
      <guid>https://dev.to/aitinkerer_x/ru-he-mai-dao-bian-yi-de-da-mo-xing-token-3b23</guid>
      <description></description>
    </item>
  </channel>
</rss>
