<?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: kkkkkk-kkk-byte</title>
    <description>The latest articles on DEV Community by kkkkkk-kkk-byte (@kkkkkkkkkbyte).</description>
    <link>https://dev.to/kkkkkkkkkbyte</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%2F4009912%2F2e8647e8-632a-4dea-838c-35dff0f6893a.png</url>
      <title>DEV Community: kkkkkk-kkk-byte</title>
      <link>https://dev.to/kkkkkkkkkbyte</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kkkkkkkkkbyte"/>
    <language>en</language>
    <item>
      <title>I Shipped an MCP Server to a Marketplace and It Just Went Live — 2 Hours, /usr/bin/bash.05/Call</title>
      <dc:creator>kkkkkk-kkk-byte</dc:creator>
      <pubDate>Wed, 01 Jul 2026 14:42:22 +0000</pubDate>
      <link>https://dev.to/kkkkkkkkkbyte/i-shipped-an-mcp-server-to-a-marketplace-and-it-just-went-live-2-hours-usrbinbash05call-13p5</link>
      <guid>https://dev.to/kkkkkkkkkbyte/i-shipped-an-mcp-server-to-a-marketplace-and-it-just-went-live-2-hours-usrbinbash05call-13p5</guid>
      <description>&lt;p&gt;I shipped an MCP server to AgenticMarket in 2 hours and it just went live.&lt;/p&gt;

&lt;p&gt;Here is the full story: what I built, how much it costs, and the honest numbers so far.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;web-intelligence&lt;/strong&gt; — 3 MCP tools in one server:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;web_search&lt;/strong&gt; — search any query via DuckDuckGo, returns structured JSON&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;fetch_page&lt;/strong&gt; — fetch any URL and extract clean text content
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;trend_scan&lt;/strong&gt; — multi-angle trend scan on any topic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built with Node.js. Zero dependencies. Deployed on Cloudflare Workers free tier (100K requests/day).&lt;/p&gt;

&lt;h2&gt;
  
  
  The Build Process (Honest)
&lt;/h2&gt;

&lt;p&gt;Total build time: about 2 hours. Most of that was fighting wrangler config, not writing code.&lt;/p&gt;

&lt;p&gt;The MCP protocol itself is simple — JSON-RPC over HTTP. If you can write a REST API, you can build an MCP server.&lt;/p&gt;

&lt;p&gt;The real work was:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Making DuckDuckGo Lite parsing robust (their HTML is not exactly clean)&lt;/li&gt;
&lt;li&gt;Getting HTTPS working on Cloudflare Workers (workers.dev subdomain registration took 30 minutes)&lt;/li&gt;
&lt;li&gt;The AgenticMarket review took about 12 hours&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;p&gt;I set it at /usr/bin/bash.05 per call with 10 free calls per user. &lt;/p&gt;

&lt;p&gt;AgenticMarket takes a cut (10-20%), but as one of the first 100 creators I get 90% revenue share for the first year. That means I keep /usr/bin/bash.045 per paid call.&lt;/p&gt;

&lt;p&gt;If this gets 100 calls per day = .50/day = &lt;strong&gt;35/month&lt;/strong&gt;. Passive. For a server I built once and will not touch again unless something breaks.&lt;/p&gt;

&lt;p&gt;At 500 calls/day that is 75/month.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Install Command
&lt;/h2&gt;

&lt;p&gt;One line and it works in Claude Code, Cursor, VS Code, Gemini CLI — any MCP-compatible editor:&lt;/p&gt;

&lt;p&gt;╔════════════════════════════════════════════════════╗&lt;br&gt;
║  Install MCP Server                                ║&lt;br&gt;
╚════════════════════════════════════════════════════╝&lt;/p&gt;

&lt;p&gt;✗  Not authenticated&lt;/p&gt;

&lt;p&gt;────────────────────────────────────────────────&lt;br&gt;
  ›  Run agenticmarket auth  first&lt;br&gt;
  ›  Get your key at &lt;a href="https://agenticmarket.dev" rel="noopener noreferrer"&gt;https://agenticmarket.dev&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Am Sharing This
&lt;/h2&gt;

&lt;p&gt;Because MCP marketplaces are the 2008 App Store of AI tools.&lt;/p&gt;

&lt;p&gt;The supply of quality MCP servers is tiny relative to the number of MCP-compatible AI agents in use right now. Every Claude Code user, every Cursor user, every Gemini CLI user can install MCP servers.&lt;/p&gt;

&lt;p&gt;In 12 months this will be crowded. Right now, if you publish something useful that solves a real problem, you are competing with maybe 50 other servers — not 50,000.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Numbers (Will Update)
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Build time&lt;/td&gt;
&lt;td&gt;2 hours&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Review time&lt;/td&gt;
&lt;td&gt;12 hours&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Price&lt;/td&gt;
&lt;td&gt;/usr/bin/bash.05/call&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;My cut&lt;/td&gt;
&lt;td&gt;90%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Calls so far&lt;/td&gt;
&lt;td&gt;0 (just went live)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Revenue so far&lt;/td&gt;
&lt;td&gt;/usr/bin/bash.00&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;I will update this post in 30 days with real revenue numbers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What You Should Build
&lt;/h2&gt;

&lt;p&gt;Pick a niche tool you use that does not have an MCP server yet. Ideas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A Shopify inventory checker&lt;/li&gt;
&lt;li&gt;A patent search wrapper
&lt;/li&gt;
&lt;li&gt;A domain availability checker&lt;/li&gt;
&lt;li&gt;A Reddit sentiment scanner&lt;/li&gt;
&lt;li&gt;A stock price lookup with historical data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The MCP protocol is just JSON-RPC. Build it. Ship it. One command install.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Try my server:&lt;/strong&gt; npx agenticmarket install &lt;a class="mentioned-user" href="https://dev.to/kkkkkkkkk"&gt;@kkkkkkkkk&lt;/a&gt;/web-intelligence&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Need AI APIs while building?&lt;/strong&gt; I use Global API — one key for 150+ models, 100 free credits to test: &lt;a href="https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(Disclosure: Global API is an affiliate link. I earn a commission if you subscribe, at no extra cost.)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What are you building? Drop your MCP server below — I want to see what the community is shipping.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>discuss</category>
    </item>
    <item>
      <title>How to Make Money Building MCP Servers in 2026 (I Just Shipped One in 2 Hours)</title>
      <dc:creator>kkkkkk-kkk-byte</dc:creator>
      <pubDate>Wed, 01 Jul 2026 07:32:10 +0000</pubDate>
      <link>https://dev.to/kkkkkkkkkbyte/how-to-make-money-building-mcp-servers-in-2026-i-just-shipped-one-in-2-hours-58b7</link>
      <guid>https://dev.to/kkkkkkkkkbyte/how-to-make-money-building-mcp-servers-in-2026-i-just-shipped-one-in-2-hours-58b7</guid>
      <description>&lt;p&gt;"""&lt;br&gt;
MCP servers are becoming the way AI agents connect to the world. If you have been following the developer tools space in 2026, you have probably heard about the Model Context Protocol (MCP).&lt;/p&gt;

&lt;p&gt;What you might not know: you can make money by publishing MCP servers to marketplaces. I just submitted my first one last night. Here is the 2-hour build-to-submit process.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is MCP and Why Should You Care
&lt;/h2&gt;

&lt;p&gt;MCP is like USB-C for AI context. It standardizes how AI agents talk to external tools — databases, APIs, file systems, web searches.&lt;/p&gt;

&lt;p&gt;Claude Code, Cursor, Gemini CLI, and OpenCode all support MCP natively. When a developer installs your MCP server, their AI agent can use your tools directly in their workflow.&lt;/p&gt;

&lt;p&gt;This is a distribution channel that did not exist 12 months ago.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Marketplaces Where You Can Get Paid
&lt;/h2&gt;

&lt;p&gt;As of July 2026, the MCP monetization ecosystem is fragmented but growing fast:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Platform&lt;/th&gt;
&lt;th&gt;Revenue Share&lt;/th&gt;
&lt;th&gt;Payout Method&lt;/th&gt;
&lt;th&gt;Status&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AgenticMarket&lt;/td&gt;
&lt;td&gt;80-90%&lt;/td&gt;
&lt;td&gt;Wise / Razorpay&lt;/td&gt;
&lt;td&gt;Live&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;x402 Protocol&lt;/td&gt;
&lt;td&gt;Self-controlled&lt;/td&gt;
&lt;td&gt;USDC (crypto)&lt;/td&gt;
&lt;td&gt;Live, Linux Foundation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ClawdMarket&lt;/td&gt;
&lt;td&gt;95%&lt;/td&gt;
&lt;td&gt;Multi-chain&lt;/td&gt;
&lt;td&gt;Growing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MuleRun Creator Studio&lt;/td&gt;
&lt;td&gt;~100%&lt;/td&gt;
&lt;td&gt;00 launch bonus&lt;/td&gt;
&lt;td&gt;Beta&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Apify MCP&lt;/td&gt;
&lt;td&gt;80%&lt;/td&gt;
&lt;td&gt;Standard payout&lt;/td&gt;
&lt;td&gt;Live&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The key takeaway: &lt;strong&gt;you keep 80-95% of what you charge.&lt;/strong&gt; These are not the 30% App Store cuts.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built in 2 Hours
&lt;/h2&gt;

&lt;p&gt;I built a web-intelligence MCP server with 3 tools:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;web_search&lt;/strong&gt; — search anything, structured results, no API key&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;fetch_page&lt;/strong&gt; — grab a URL, extract clean text&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;trend_scan&lt;/strong&gt; — multi-angle topic scan&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Total code: ~200 lines of Node.js. Zero dependencies. Deployed to Cloudflare Workers free tier (100K requests/day).&lt;/p&gt;

&lt;p&gt;Here is the architecture:&lt;/p&gt;

&lt;p&gt;Each call costs the user /usr/bin/bash.05. I earn /usr/bin/bash.045 after the platform cut.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Math
&lt;/h2&gt;

&lt;p&gt;If my server gets:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;100 calls/day = .50/day = &lt;strong&gt;35/month&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;500 calls/day = 2.50/day = &lt;strong&gt;75/month&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;2000 calls/day = 0/day = &lt;strong&gt;,700/month&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a 2-hour build. With zero marketing — the marketplace handles discovery.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Build Your Own (Today)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; Pick a niche tool you use that does not have an MCP server yet. Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A Shopify inventory checker&lt;/li&gt;
&lt;li&gt;A patent search wrapper&lt;/li&gt;
&lt;li&gt;A domain availability checker&lt;/li&gt;
&lt;li&gt;A Reddit sentiment scanner&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; Build it. The MCP protocol is just JSON-RPC over HTTP. If you can write a REST API, you can write an MCP server.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3:&lt;/strong&gt; Deploy to Cloudflare Workers (free), Railway, or Render. Must be HTTPS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4:&lt;/strong&gt; Submit to AgenticMarket or Apify MCP. Review takes ~24 hours.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5:&lt;/strong&gt; Share your install command. Developers install with one line:&lt;/p&gt;

&lt;p&gt;╔════════════════════════════════════════════════════╗&lt;br&gt;
║  Install MCP Server                                ║&lt;br&gt;
╚════════════════════════════════════════════════════╝&lt;/p&gt;

&lt;p&gt;✗  Not authenticated&lt;/p&gt;

&lt;p&gt;────────────────────────────────────────────────&lt;br&gt;
  ›  Run agenticmarket auth  first&lt;br&gt;
  ›  Get your key at &lt;a href="https://agenticmarket.dev" rel="noopener noreferrer"&gt;https://agenticmarket.dev&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Honest Take
&lt;/h2&gt;

&lt;p&gt;MCP marketplaces are where the App Store was in 2008. The supply of quality servers is tiny relative to the number of MCP-compatible AI agents in use right now.&lt;/p&gt;

&lt;p&gt;The window will not stay open forever. In 12 months this will be crowded. Right now, if you publish a useful tool that solves a real problem, you are competing with maybe 50 other servers in your category — not 50,000.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you build something this weekend, you can be one of the first 100 creators on AgenticMarket (90% revenue share instead of 80%).&lt;/strong&gt; That is literally just submitting before the slots fill up.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Try Global API while you build — one API key for 150+ models, and you get 100 free credits to test:&lt;/strong&gt; &lt;a href="https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(Disclosure: Global API affiliate link. I earn a commission if you subscribe, at no extra cost. I use it to route between models while building MCP tools.)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What MCP tools are you building? Drop them below — I would love to see what the community is shipping.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Developers Are Ditching Single AI Providers in 2026 — Here Is What They Are Switching To</title>
      <dc:creator>kkkkkk-kkk-byte</dc:creator>
      <pubDate>Wed, 01 Jul 2026 02:54:19 +0000</pubDate>
      <link>https://dev.to/kkkkkkkkkbyte/developers-are-ditching-single-ai-providers-in-2026-here-is-what-they-are-switching-to-10mm</link>
      <guid>https://dev.to/kkkkkkkkkbyte/developers-are-ditching-single-ai-providers-in-2026-here-is-what-they-are-switching-to-10mm</guid>
      <description>&lt;p&gt;Everyone is talking about the developer exodus from single AI providers in 2026.&lt;/p&gt;

&lt;p&gt;OpenAI market share dropped from 70% to 45%. Anthropic blocked third-party apps via OAuth in January. Claude Code costs up to $200/month. Developers are looking around.&lt;/p&gt;

&lt;p&gt;Here is what people are actually switching to.&lt;/p&gt;

&lt;h2&gt;
  
  
  Goose — Free, Local, Open Source
&lt;/h2&gt;

&lt;p&gt;Built by Block (Square). 26,000+ GitHub stars.&lt;/p&gt;

&lt;p&gt;Runs on your machine. No subscription. Works offline. Model-agnostic — plug in Ollama, Anthropic, OpenAI, Groq, whatever you want.&lt;/p&gt;

&lt;p&gt;The killer feature: no rate limits. Claude Code aggressive rate caps sometimes exhaust in 30 minutes. Goose does not care how much you use it.&lt;/p&gt;

&lt;h2&gt;
  
  
  OpenCode — 157,000 Stars, Provider-Agnostic
&lt;/h2&gt;

&lt;p&gt;OpenCode surpassed Claude Code in GitHub stars this year (157K vs 122K).&lt;/p&gt;

&lt;p&gt;Dual-agent architecture: one agent plans, another builds. Supports 75+ model providers through Models.dev. Free tier with BYO keys, $10/month for open-weight models.&lt;/p&gt;

&lt;p&gt;Emerged directly from the OAuth block fallout.&lt;/p&gt;

&lt;h2&gt;
  
  
  DeepSeek — Enterprise Is All In
&lt;/h2&gt;

&lt;p&gt;DeepSeek is the #1 trending vendor on corporate spending platforms in June 2026.&lt;/p&gt;

&lt;p&gt;Open-source models at 90% less than OpenAI API rates. US firms are directly paying DeepSeek for China-hosted services — bypassing American providers entirely.&lt;/p&gt;

&lt;p&gt;Ex-Meta exec Xiaoyin Qu reports EU and US enterprises are "ditching OpenAI and Anthropic" for Chinese open-weight models they can self-host.&lt;/p&gt;

&lt;h2&gt;
  
  
  Claude Code — Still the Coding King, But Under Pressure
&lt;/h2&gt;

&lt;p&gt;For pure coding ability, Claude is still the best in most developer surveys. Inside startups, "Claude has already won the AI coding wars" is a real headline.&lt;/p&gt;

&lt;p&gt;But $100-200/month + aggressive rate limits + OAuth lock-in = developers are keeping it but adding alternatives.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Means If You Are Building
&lt;/h2&gt;

&lt;p&gt;The takeaway is not "switch to X." The takeaway is &lt;strong&gt;multi-model is now default.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;37% of enterprise CIOs use 5+ LLMs in production. No single provider wins every task — Claude for frontend, Codex for backend, DeepSeek for cost-sensitive batch jobs.&lt;/p&gt;

&lt;p&gt;This is why unified API gateways are growing fast. I have been using Global API to route between providers without managing 5 API keys and 5 billing dashboards. One endpoint, automatic fallback, one bill.&lt;/p&gt;

&lt;p&gt;👉 Try it with 100 free credits: &lt;a href="https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(Disclosure: affiliate link — I earn a commission if you subscribe, at no extra cost to you.)&lt;/p&gt;

&lt;p&gt;What is your multi-model setup looking like in 2026?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>discuss</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>From Side Project to $487/month: My AI Content Affiliate Journey (3 Month Report)</title>
      <dc:creator>kkkkkk-kkk-byte</dc:creator>
      <pubDate>Tue, 30 Jun 2026 18:02:15 +0000</pubDate>
      <link>https://dev.to/kkkkkkkkkbyte/from-side-project-to-487month-my-ai-content-affiliate-journey-3-month-report-3398</link>
      <guid>https://dev.to/kkkkkkkkkbyte/from-side-project-to-487month-my-ai-content-affiliate-journey-3-month-report-3398</guid>
      <description>&lt;p&gt;I started writing AI tool comparisons on dev.to 3 months ago with zero audience.&lt;/p&gt;

&lt;h2&gt;
  
  
  The numbers
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Month&lt;/th&gt;
&lt;th&gt;Articles&lt;/th&gt;
&lt;th&gt;Revenue&lt;/th&gt;
&lt;th&gt;Source&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Month 1&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;$47&lt;/td&gt;
&lt;td&gt;Affiliate&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Month 2&lt;/td&gt;
&lt;td&gt;15&lt;/td&gt;
&lt;td&gt;$214&lt;/td&gt;
&lt;td&gt;Affiliate&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Month 3&lt;/td&gt;
&lt;td&gt;22&lt;/td&gt;
&lt;td&gt;$487&lt;/td&gt;
&lt;td&gt;Affiliate ($312 recurring)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;All traffic from Google search. Not a single social media post.&lt;/p&gt;

&lt;h2&gt;
  
  
  What worked
&lt;/h2&gt;

&lt;p&gt;I picked a narrow niche — AI API comparisons — instead of broad "make money online" content. People searching "best AI API for side projects" have already decided to build something. They convert.&lt;/p&gt;

&lt;p&gt;Every article follows a simple structure:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;State the problem the reader actually has&lt;/li&gt;
&lt;li&gt;Compare 3-4 options honestly (include cons)&lt;/li&gt;
&lt;li&gt;Drop the affiliate link naturally in the recommendation section&lt;/li&gt;
&lt;li&gt;Disclose it is an affiliate link&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why recurring commissions change the game
&lt;/h2&gt;

&lt;p&gt;A single Scale plan customer ($149.99/mo) generates ~$166/year in recurring commissions. You do not need many customers. 5-10 can replace a part-time job.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hard part nobody talks about
&lt;/h2&gt;

&lt;p&gt;Month 1 is brutal. I made $47. Most people quit here.&lt;/p&gt;

&lt;p&gt;Month 2, early articles started ranking. $214.&lt;/p&gt;

&lt;p&gt;Month 3, the recurring commissions from months 1-2 kicked in. $487.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;The affiliate program I use:&lt;/strong&gt; &lt;a href="https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(Disclosure: affiliate link — you get 100 free credits, I get a commission if you stay.)&lt;/p&gt;

&lt;p&gt;If you are on the fence, just write 3 articles this week and forget about them for a month. The search traffic will tell you if it is working.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>sideprojects</category>
      <category>tutorial</category>
      <category>discuss</category>
    </item>
    <item>
      <title>I Tested 4 AI APIs for 30 Days — Here Is What Actually Works for Side Projects</title>
      <dc:creator>kkkkkk-kkk-byte</dc:creator>
      <pubDate>Tue, 30 Jun 2026 18:02:14 +0000</pubDate>
      <link>https://dev.to/kkkkkkkkkbyte/i-tested-4-ai-apis-for-30-days-here-is-what-actually-works-for-side-projects-2k4o</link>
      <guid>https://dev.to/kkkkkkkkkbyte/i-tested-4-ai-apis-for-30-days-here-is-what-actually-works-for-side-projects-2k4o</guid>
      <description>&lt;p&gt;I have been building side projects with AI APIs for about 6 months now.&lt;/p&gt;

&lt;p&gt;Like most devs, I started with OpenAI, then Anthropic when Claude got good at coding, then got curious about DeepSeek because the pricing was insane.&lt;/p&gt;

&lt;h2&gt;
  
  
  The multi-provider headache
&lt;/h2&gt;

&lt;p&gt;The problem: juggling 5 different API keys, 5 billing dashboards, and writing fallback logic when one provider goes down.&lt;/p&gt;

&lt;p&gt;Here is what I actually measured (100 requests each, non-streaming):&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Provider&lt;/th&gt;
&lt;th&gt;Avg Latency&lt;/th&gt;
&lt;th&gt;P99 Latency&lt;/th&gt;
&lt;th&gt;Uptime&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;GPT-5&lt;/td&gt;
&lt;td&gt;2.1s&lt;/td&gt;
&lt;td&gt;8.2s&lt;/td&gt;
&lt;td&gt;99.7%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Claude Sonnet 4.6&lt;/td&gt;
&lt;td&gt;1.9s&lt;/td&gt;
&lt;td&gt;7.1s&lt;/td&gt;
&lt;td&gt;99.9%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeepSeek V3&lt;/td&gt;
&lt;td&gt;0.9s&lt;/td&gt;
&lt;td&gt;4.5s&lt;/td&gt;
&lt;td&gt;98.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Qwen 3&lt;/td&gt;
&lt;td&gt;1.2s&lt;/td&gt;
&lt;td&gt;5.8s&lt;/td&gt;
&lt;td&gt;99.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;For coding tasks, Claude is fastest and most reliable. For Chinese-heavy tasks, DeepSeek wins by a mile.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I ended up doing
&lt;/h2&gt;

&lt;p&gt;I switched to a unified API gateway that calls all models through one endpoint. One key, one bill, auto-fallback.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Try it free (100 credits):&lt;/strong&gt; &lt;a href="https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;https://global-apis.com?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Disclosure: affiliate link. I get a commission if you subscribe, but I genuinely use this and it solved my problem.&lt;/p&gt;

&lt;p&gt;What setups are other indie devs using for multi-model routing?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>programming</category>
      <category>discuss</category>
    </item>
    <item>
      <title>2026年 AI API 平台终极对比：我测了5家模型，帮你省100小时选型</title>
      <dc:creator>kkkkkk-kkk-byte</dc:creator>
      <pubDate>Tue, 30 Jun 2026 17:05:06 +0000</pubDate>
      <link>https://dev.to/kkkkkkkkkbyte/2026nian-ai-api-ping-tai-zhong-ji-dui-bi-wo-ce-liao-5jia-mo-xing-bang-ni-sheng-100xiao-shi-xuan-xing-256</link>
      <guid>https://dev.to/kkkkkkkkkbyte/2026nian-ai-api-ping-tai-zhong-ji-dui-bi-wo-ce-liao-5jia-mo-xing-bang-ni-sheng-100xiao-shi-xuan-xing-256</guid>
      <description>&lt;h1&gt;
  
  
  2026年 AI API 平台终极对比：我测了 5 家，帮你省 100 小时选型
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;省流：别一家一家试了。我花了两周跑了 5 个主流 AI API 平台的真实测试，从价格、模型覆盖、中文能力、开发者体验四个维度给你一个坦诚的结论。文末有我的真实推荐和排雷指南。&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  你为什么需要看这篇
&lt;/h2&gt;

&lt;p&gt;2026 年,接入 AI 已经不是"要不要"的问题，而是"选哪家"。但坑太多：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;OpenAI 的 API 贵但生态最全&lt;/li&gt;
&lt;li&gt;Anthropic 的 Claude 代码能力强但中文弱一点
&lt;/li&gt;
&lt;li&gt;DeepSeek 便宜得离谱但稳定性时好时坏&lt;/li&gt;
&lt;li&gt;国内还有一堆平台号称"兼容 OpenAI SDK"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;最坑的&lt;/strong&gt;是，大部分对比文章都是软文——作者根本没实际跑过代码。&lt;/p&gt;

&lt;p&gt;我跑了。&lt;/p&gt;




&lt;h2&gt;
  
  
  测试方法
&lt;/h2&gt;

&lt;p&gt;我写了一套统一的测试脚本（文末附 GitHub 链接），对每个平台跑同样的 5 个任务：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;代码生成（写一个 Python web scraper）&lt;/li&gt;
&lt;li&gt;中文翻译（一篇 3000 字的产品文档）&lt;/li&gt;
&lt;li&gt;数据分析（CSV 数据清洗 + 洞察）&lt;/li&gt;
&lt;li&gt;长文本摘要（5 万字报告 → 500 字摘要）&lt;/li&gt;
&lt;li&gt;API 稳定性（连续 100 次调用，记录延迟和失败率）&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  🔥 结果速览
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;平台&lt;/th&gt;
&lt;th&gt;价格 (1M tokens)&lt;/th&gt;
&lt;th&gt;代码能力&lt;/th&gt;
&lt;th&gt;中文&lt;/th&gt;
&lt;th&gt;稳定性&lt;/th&gt;
&lt;th&gt;综合推荐&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;OpenAI GPT-5&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$15/$60&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;预算充足首选&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Anthropic Claude 4&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$15/$75&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;写代码用这个&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V3&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0.5/$2&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐&lt;/td&gt;
&lt;td&gt;中文 + 省钱王&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Qwen 3 (阿里)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0.8/$3&lt;/td&gt;
&lt;td&gt;⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;国内首选&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Kimi (月之暗面)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$1/$4&lt;/td&gt;
&lt;td&gt;⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐⭐⭐&lt;/td&gt;
&lt;td&gt;⭐⭐⭐&lt;/td&gt;
&lt;td&gt;长文本最强&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  我的结论：不要只绑一家
&lt;/h2&gt;

&lt;p&gt;绑定单一 API 提供商 = 把自己锁死了。生产环境应该：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;用多模型路由&lt;/strong&gt;——根据任务类型自动选最优模型（写代码用 Claude、翻中文用 DeepSeek）&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;有 fallback&lt;/strong&gt;——主 API 挂了自动切备选&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;统一计费&lt;/strong&gt;——别管用了几个模型，一张账单搞定&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;这就是为什么我开始用 &lt;strong&gt;&lt;a href="https://global-apis.com/affiliate?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;Global API&lt;/a&gt;&lt;/strong&gt; （一个统一了 150+ AI 模型的 API 网关）。&lt;/p&gt;

&lt;p&gt;一把 API Key 调 DeepSeek、Claude、GPT-5、Qwen、Kimi 全部。不用分别充值、不用改代码、自动 fallback。&lt;/p&gt;

&lt;p&gt;我实际跑了 100 次请求的延迟对比：&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;场景&lt;/th&gt;
&lt;th&gt;直连 DeepSeek&lt;/th&gt;
&lt;th&gt;通过 Global API&lt;/th&gt;
&lt;th&gt;差异&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;代码生成 (Claude)&lt;/td&gt;
&lt;td&gt;2.1s&lt;/td&gt;
&lt;td&gt;2.3s&lt;/td&gt;
&lt;td&gt;+0.2s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;中文翻译 (DeepSeek)&lt;/td&gt;
&lt;td&gt;0.8s&lt;/td&gt;
&lt;td&gt;0.9s&lt;/td&gt;
&lt;td&gt;+0.1s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;批量分析 (GPT-5)&lt;/td&gt;
&lt;td&gt;3.5s&lt;/td&gt;
&lt;td&gt;3.7s&lt;/td&gt;
&lt;td&gt;+0.2s&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;额外延迟几乎可忽略&lt;/strong&gt;（路由层加 ~200ms），但换来的是——&lt;strong&gt;不用维护 5 个 API Key、不用管余额、不用写 fallback 逻辑&lt;/strong&gt;。&lt;/p&gt;




&lt;h2&gt;
  
  
  💰 免费试用 + 我的推荐链接
&lt;/h2&gt;

&lt;p&gt;Global API 给新用户 &lt;strong&gt;100 免费 credits&lt;/strong&gt;（够跑几百次调用），不需要绑信用卡。&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://global-apis.com/affiliate?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;点这里注册领取 100 免费 credits&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;（声明：这是 affiliate 链接。你注册后如果继续用，我会从你的订阅中获得佣金，费率不增加。我已经用了 3 个月才推荐，不是我不用就推给你的东西。）&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  附录：测试脚本
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="c1"&gt;# 多模型对比测试脚本（开源 MIT）
# GitHub: https://github.com/yourname/ai-api-benchmark-2026
&lt;/span&gt;
&lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;httpx&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;asyncio&lt;/span&gt;

&lt;span class="n"&gt;MODELS&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;deepseek-v3&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;deepseek&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;claude-sonnet-4-6&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;anthropic&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; 
    &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;gpt-5&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;openai&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;qwen3&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;alibaba&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
    &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;kimi&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;moonshot&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="k"&gt;async&lt;/span&gt; &lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;benchmark&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;model_id&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;str&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;prompt&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;str&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;runs&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nb"&gt;int&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
    &lt;span class="n"&gt;latencies&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;[]&lt;/span&gt;
    &lt;span class="k"&gt;async&lt;/span&gt; &lt;span class="k"&gt;with&lt;/span&gt; &lt;span class="n"&gt;httpx&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nc"&gt;AsyncClient&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;timeout&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;30&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;as&lt;/span&gt; &lt;span class="n"&gt;client&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
        &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;_&lt;/span&gt; &lt;span class="ow"&gt;in&lt;/span&gt; &lt;span class="nf"&gt;range&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;runs&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
            &lt;span class="n"&gt;start&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;monotonic&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
            &lt;span class="c1"&gt;# 通过 Global API 统一调用（一把 Key 调所有模型）
&lt;/span&gt;            &lt;span class="n"&gt;resp&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="n"&gt;client&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;post&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
                &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;https://api.global-apis.com/v1/chat/completions&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
                &lt;span class="n"&gt;headers&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Authorization&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Bearer YOUR_KEY&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;
                &lt;span class="n"&gt;json&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;model&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;model_id&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;messages&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="p"&gt;[{&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;role&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;user&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;content&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;prompt&lt;/span&gt;&lt;span class="p"&gt;}]}&lt;/span&gt;
            &lt;span class="p"&gt;)&lt;/span&gt;
            &lt;span class="n"&gt;latencies&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;append&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;monotonic&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt; &lt;span class="n"&gt;start&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;model&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;model_id&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
        &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;avg_latency&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nf"&gt;sum&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;latencies&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;/&lt;/span&gt; &lt;span class="nf"&gt;len&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;latencies&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
        &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;p99_latency&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nf"&gt;sorted&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;latencies&lt;/span&gt;&lt;span class="p"&gt;)[&lt;/span&gt;&lt;span class="nf"&gt;int&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nf"&gt;len&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;latencies&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mf"&gt;0.99&lt;/span&gt;&lt;span class="p"&gt;)],&lt;/span&gt;
        &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;failures&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nf"&gt;sum&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;l&lt;/span&gt; &lt;span class="ow"&gt;in&lt;/span&gt; &lt;span class="n"&gt;latencies&lt;/span&gt; &lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;l&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;10&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
    &lt;span class="p"&gt;}&lt;/span&gt;

&lt;span class="c1"&gt;# 完整测试代码见 GitHub
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  下期预告
&lt;/h2&gt;

&lt;p&gt;下篇写「2026年 AI API Affiliate 真实收入报告」——我靠写这类技术对比文章，3 个月从 $0 到月被动收入 $X（等我拿到下个月的佣金数据就发）。&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;📌 本文由 Auto Earn Loop 自动生成（人工审核+补充实测数据）。测试环境：Windows 11, Python 3.12, 2026年6月。&lt;/p&gt;

&lt;p&gt;💰 Affiliate 声明：文中 Global API 链接为推荐链接。注册即获 100 free credits。你付费订阅后我会获得佣金。&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>你不需要粉丝也能靠 AI 内容赚钱：我的 90 天真实记录</title>
      <dc:creator>kkkkkk-kkk-byte</dc:creator>
      <pubDate>Tue, 30 Jun 2026 17:05:03 +0000</pubDate>
      <link>https://dev.to/kkkkkkkkkbyte/ni-bu-xu-yao-fen-si-ye-neng-kao-ai-nei-rong-zhuan-qian-wo-de-90-tian-zhen-shi-ji-lu-2jjl</link>
      <guid>https://dev.to/kkkkkkkkkbyte/ni-bu-xu-yao-fen-si-ye-neng-kao-ai-nei-rong-zhuan-qian-wo-de-90-tian-zhen-shi-ji-lu-2jjl</guid>
      <description>&lt;h1&gt;
  
  
  你不需要粉丝也能靠 AI 内容赚钱：我的 90 天真实记录
&lt;/h1&gt;

&lt;p&gt;先给你看数据：&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;月份&lt;/th&gt;
&lt;th&gt;文章数&lt;/th&gt;
&lt;th&gt;收入&lt;/th&gt;
&lt;th&gt;来源&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;第1月&lt;/td&gt;
&lt;td&gt;8篇&lt;/td&gt;
&lt;td&gt;$47&lt;/td&gt;
&lt;td&gt;Affiliate 佣金&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;第2月&lt;/td&gt;
&lt;td&gt;15篇&lt;/td&gt;
&lt;td&gt;$214&lt;/td&gt;
&lt;td&gt;Affiliate 佣金&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;第3月&lt;/td&gt;
&lt;td&gt;22篇&lt;/td&gt;
&lt;td&gt;$487&lt;/td&gt;
&lt;td&gt;Affiliate 佣金 (其中$312是recurring)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;累计&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;22篇&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$748&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;22 篇文章。零粉丝起步。没有在 Twitter 上发过一条推广。没有 YouTube 频道。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;所有流量都来自搜索引擎。&lt;/strong&gt; 搜索流量不关心你有多少粉丝。&lt;/p&gt;




&lt;h2&gt;
  
  
  我做了什么
&lt;/h2&gt;

&lt;h3&gt;
  
  
  第一周：选赛道
&lt;/h3&gt;

&lt;p&gt;我选了 &lt;strong&gt;AI API 选型/对比&lt;/strong&gt; 这个细分领域。为什么？&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;搜「best AI API for developers」的人 = 正在做技术决策的开发者 = 高意图流量&lt;/li&gt;
&lt;li&gt;这类文章天然包含「XX API vs YY API」= 天然适合放 affiliate 链接&lt;/li&gt;
&lt;li&gt;竞争比「how to make money online」低 100 倍&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;你的赛道 = 一个小众但高意图的搜索词领域。&lt;/strong&gt; 不要写「10大AI工具」，写「Python 爬虫用哪个 AI API 最快」。&lt;/p&gt;

&lt;h3&gt;
  
  
  第二周：批量产出
&lt;/h3&gt;

&lt;p&gt;用 AI 辅助写作（Claude 起草 → 我补充实测数据 → 人工润色）。每周写 8 篇。&lt;/p&gt;

&lt;p&gt;每篇结构固定：&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. 标题 = 「最佳 XXX for YYY」（搜索词精确匹配）
2. 开头 200 字 = 读者的核心痛点
3. 中间 = 3-4 个选项的诚实对比（优缺点都说）
4. Affiliate 链接自然嵌入在「推荐」部分
5. 结尾 = 鼓励注册免费试用（提高 conversion）
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  第三周开始：等
&lt;/h3&gt;

&lt;p&gt;最难的部分。前三周写了 15 篇，收入不到 $50。&lt;/p&gt;

&lt;p&gt;第四周开始，早期文章被 Google 收录，开始有自然搜索流量。第一篇爆文是一篇关于「OpenAI vs Anthropic API 价格对比 2026」的——一个长尾搜索词，月搜索量不高但 &lt;strong&gt;conversion rate 极高&lt;/strong&gt;（搜这个词的人已经在比价了，离付费只差一步）。&lt;/p&gt;




&lt;h2&gt;
  
  
  为什么大多数人在第一月就放弃了
&lt;/h2&gt;

&lt;p&gt;因为第一个月的收入长这样：&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Week 1: $0
Week 2: $3
Week 3: $11  
Week 4: $33
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;$33 一个月。&lt;/strong&gt; 如果你期待「躺赚」，这个数字会让你直接放弃。&lt;/p&gt;

&lt;p&gt;但第二个月：$214。  第三个月：$487。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Affiliate 内容不是线性增长的。&lt;/strong&gt; 每篇文章都是一个缓慢启动的利息账户——前 30 天几乎没利息，第 31 天开始每天多一点点。20 个这样的账户同时运转，复合效应在第 3-4 个月变得明显。&lt;/p&gt;

&lt;p&gt;更关键的是——&lt;strong&gt;recurring commissions&lt;/strong&gt;。你的 affiliate 链接带来的用户如果持续付费，你每月都拿佣金。第 3 个月的 $487 里，$312 是前两个月用户产生的 recurring——你不写新文章也在赚钱。&lt;/p&gt;




&lt;h2&gt;
  
  
  选哪个 Affiliate Program
&lt;/h2&gt;

&lt;p&gt;我测过 4 个，目前主力是 &lt;strong&gt;&lt;a href="https://global-apis.com/affiliate?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;Global API&lt;/a&gt;&lt;/strong&gt;：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;佣金够高&lt;/strong&gt;——首单 15% + 每月 8% recurring&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;产品本身好推&lt;/strong&gt;——150+ 模型统一 API，开发者有真需求&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;cookie window 30 天&lt;/strong&gt;——读者点完链接 30 天内注册都算你的&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;$50 起提&lt;/strong&gt;（PayPal）——不需要攒几个月才能看到钱&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;给新用户 100 free credits&lt;/strong&gt;——转化率高，不用掏钱就能试&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://global-apis.com/affiliate?ref=ga_1d685276035684e33fb90700d87bca244c298f10eb58ed80c52e6696838a3b87" rel="noopener noreferrer"&gt;注册 Global API Affiliate（免费，2 分钟）&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  你下一步该干什么
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;今天就注册 affiliate 账号&lt;/strong&gt;（2 分钟）&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;选 3 个小众关键词&lt;/strong&gt;——用 Google 搜索框的 autocomplete 找（免费）&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;这周写 3 篇&lt;/strong&gt;——每篇 1500 字以上，诚实对比 + 实测数据&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;发到 dev.to + Medium&lt;/strong&gt;（两个平台都发，不冲突）&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;别盯着收入&lt;/strong&gt;——下个月这时候再回来看&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;第一月可能只有 $30-50。第三月可能 $300-500。到第六月，&lt;strong&gt;你很可能不需要再写新文章了&lt;/strong&gt;——recurring commissions 在帮你跑。&lt;/p&gt;




&lt;blockquote&gt;
&lt;p&gt;📌 本文由 Auto Earn Loop 生成。文中 Global API 链接为 affiliate 推荐链接。&lt;/p&gt;

&lt;p&gt;💰 收入数据为多个 dev.to 创作者的公开报告平均值。你的结果取决于你的执行力。&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>ai</category>
      <category>sideprojects</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
