Stacks/ mixed-coding-stack
Mixed US × CN Coding Stack
Chinese models for volume, Claude for the critical ten percent — one workflow that routes tasks by stakes, not by habit.
observed by @whysanesandersVerified 2026-08-19
$49/mo
$19/mo
difficulty: advanced
# Mixed US × CN Coding Stack $49/mo studio · $19/mo shoestring · difficulty: advanced Shoestring tradeoff: Kimi Code membership plus free Aider. No Claude tiebreaker, no OpenRouter A/B. When Kimi fails twice you wait, or you pay the $20 you skipped. | Tool | Pricing | | --- | --- | | [Kimi Code](https://www.kimi.com/code) | CLI is free/MIT; hosted coding membership ~$19–$39/mo depending on region; API billed separately at Kimi API rates (K3 $3/$15 per 1M) | | [Claude Code](https://docs.anthropic.com/en/docs/claude-code) | included in Claude Pro $20/mo ($17/mo yearly) and Max 5x $100 / Max 20x $200; shares the plan usage pool; extra usage at API rates | | [OpenRouter](https://openrouter.ai) | pay-per-token pass-through plus a small fee | | [Aider](https://aider.chat) | free, open source; bring your own API key | via https://noemium.com/stacks/mixed-coding-stack/
Shoestring tradeoff. Kimi Code membership plus free Aider. No Claude tiebreaker, no OpenRouter A/B. When Kimi fails twice you wait, or you pay the $20 you skipped.
The components — what each one costs
Kimi CodeCLI is free/MIT; hosted coding membership ~$19–$39/mo depending on region; API billed separately at Kimi API rates (K3 $3/$15 per 1M)
Claude Codeincluded in Claude Pro $20/mo ($17/mo yearly) and Max 5x $100 / Max 20x $200; shares the plan usage pool; extra usage at API rates
OpenRouterpay-per-token pass-through plus a small fee
Aiderfree, open source; bring your own API key- Total$49/mo
Why this stack exists
The honest 2026 answer to “which coding model” is “both ecosystems”. Chinese models carry everyday volume at a fraction of the price; Claude still owns the hardest long-horizon work. Routing between them is a skill — this stack is the setup that makes it routine.
The recipe
- Volume driver: Kimi Code (~$19–39/mo). Features, refactors, test writing — K3 handles the daily 90% at CN prices. This is where your keystrokes live.
- Tiebreaker seat: Claude Code (Claude Pro $20/mo). Reserve it for what Kimi fails twice on: subtle concurrency bugs, huge cross-module refactors, the task you’ll be paged about. One seat is enough.
- One key for everything: OpenRouter (~$10/mo). A/B the same prompt across K3, GLM-5.2, Opus 5 and GPT-5.6 before you commit to an answer — and it’s the fallback pipe when any single vendor has a bad day.
- Free glue: Aider (BYOK). Point it at OpenRouter or DeepSeek keys for scripted, git-native edits in CI — free tool, wholesale tokens.
- Route by stakes, write it down. A one-line rule in
AGENTS.md— “CN models for features and chores, Claude for production-critical” — keeps the whole team (and the agents) consistent. - Same prompt, both worlds. Keep prompts vendor-neutral: spec, repo slice, acceptance test. If a prompt only works on one model, it’s a crutch, not a prompt.
- Review cross-vendor. Let Claude review Kimi’s diff on anything critical. The ecosystems make different mistakes — the second opinion is nearly free and catches real bugs.
What you pay
- Kimi Code — hosted membership, ~$19/mo. The daily volume driver at Chinese-line prices; pick the low end of the regional range for individual use.
- Claude Code — included in Claude Pro, $20/mo. One seat reserved for the hardest 10% of tasks; Pro is the minimum subscription that unlocks it.
- OpenRouter — pay-as-you-go, ~$10/mo. A/B prompts across vendors and a fallback pipe; the small markup beats maintaining five direct API accounts.
- Aider — free, open source, $0/mo. Git-native glue for CI and scripted edits; bring your own OpenRouter or DeepSeek key for the model cost.
When this breaks down
Two ecosystems means two billing dashboards, two failure modes and occasionally two answers. If the routing overhead exceeds the savings (tiny teams, low volume), pick the Chinese stack or the American stack and be done. Regulated code stays on the American stack, full stop.