AIToday

Chinese AI models excel at coding tasks, but pricey flagship planning beats cheap claims

Hacker News1h ago
Chinese AI models excel at coding tasks, but pricey flagship planning beats cheap claims

Key takeaway

Chinese AI models are genuinely the cheapest option for execution and code-writing tasks, beating Western alternatives at a 19-to-1 price ratio for identical passing tests. However, the new flagship Chinese reasoning models—Kimi K3 and GLM-5.2—price above or near Western flagships and deliver weaker value per test. The real cost story emerges only when you separate planning (reasoning) from execution (coding), measure cost per verified output rather than per token, and smoke-test models through your own tools before trusting leaderboard rankings.

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  • What happened

    A benchmark test comparing eight frontier AI models on a real CRM database coding task found that Chinese models dominate execution ("typing" code) but lose cost-per-test value as planning models. Kimi K3, Moonshot's new flagship with a million-token context window, costs $3 input / $15 output per million tokens—above Grok and Claude Opus—and its planning run cost 46 cents, thirteen times more than a Western alternative, due to "thinking" tokens billing at full output rate. DeepSeek V4-Pro, the cheaper Chinese option, produced 83 passing tests at $0.65 but was beaten on value by Grok-4.5, an American model.

  • Why it matters

    The "cheap Chinese AI" narrative splits in two directions. For actual code execution, DeepSeek's flash model passed every test this month at near-zero cost—nineteen times cheaper than comparable Western alternatives for identical output. But for planning and reasoning, the newest Chinese flagships price like Western ones without delivering better value. Real-world cost per passing test, not per-token pricing, tells a different story than leaderboards; readers choosing AI tools should measure verified output, not list price.

  • What to watch

    Three hidden costs undermine price-sheet comparisons: (1) reasoning models bill hidden "thinking" tokens at full output rate (Kimi K3's smoke-test calls cost 51 cents total for one-word replies), (2) benchmark-winning models return empty results when driven through standard developer tools like Claude Code CLI because answers arrive wrapped in reasoning blocks the tooling discards, and (3) on cheap aggregator routes, the provider behind a model ID can change mid-day, requiring re-verification per run rather than per month.

In Depth

Moonshot's Kimi K3 landed this week with a million-token context window and the familiar refrain: Chinese models are now the cheapest way to run AI. To test that claim, one developer ran the same real-world job—building a small leads CRM database on Supabase with three tables, security policies, triggers, and seed data—through eight frontier models using identical specifications. The only criteria: passing tests (supabase db reset && supabase test db returns green) or it didn't count.

The key insight was recognizing that an AI coding loop has two distinct roles: a planner reads the spec once and breaks it into tasks, while a doer types through every task and writes actual code. By swapping planners while keeping the same "doer" model constant, the benchmark isolated planning cost separately from execution cost. Kimi K3 emerged as the expensive planning option: at $3 input / $15 output per million tokens, its single planning call cost 46 cents—thirteen times what a cheaper Western alternative (luna) cost—because "thinking" tokens bill at the full $15 output rate. Even smoke-test calls asking for single-word replies ran 51 cents total. Despite writing the most detailed task notes of the entire field, Kimi K3 landed mid-table on cost per passing test.

DeepSeek V4-Pro took the opposite trap: it offered the cheapest plan among reasoning-tier models but produced the thinnest output, generating 43 tests where rivals produced 101. The honest Chinese value pick for planning was DeepSeek V4-Pro at $0.65 with 83 passing tests, yet even that was beaten on value by Grok-4.5, an American model. Claude Opus showed a third trap: lowest bill overall, decent cost per test, but only a third of the coverage—its plan asked for less.

The story flipped entirely on the execution side. When the identical plan was routed through different "doer" models, DeepSeek's flash model passed every gate at prices that round to nothing—nineteen times cheaper than comparable Western alternatives for identical green tests. For the code-writing, test-grinding phase of AI coding, Chinese models delivered genuine cost leadership that was not close.

Three invisible costs explain why price lists and leaderboards tell different stories. First, reasoning models bill for hidden "thinking" tokens at full output rate, creating a gap between advertised and real cost; Kimi K3's smoke tests proved this painfully. Second, several benchmark stars—Kimi K3, GLM-5.2, DeepSeek V4-Pro, and the GPT-5.6 family—top coding leaderboards but return empty results when run through developer tools like the Claude Code CLI, because their answers arrive wrapped in reasoning blocks the tooling discards. A model that returns nothing in your harness costs everything. Third, on cheap aggregator routes, the provider behind a model ID can change mid-day; cheap requires re-verification per run, not per month.

The winning formula from eight rounds of testing: pair a frontier reasoning model for planning (Grok-4.5 or GPT-5.6 luna, both under a dollar all-in) with DeepSeek's flash model for typing everything, using the test gate to keep it honest. That combination produced roughly 100 passing tests for under a pound. The all-premium version of the same run cost $7.41 and produced fewer tests. So Chinese AI is the cheapest for execution—emphatically, 19-to-1 yes—but for planning, the newest Chinese flagships price like Western ones and lose on value. The lesson: buy the roles separately, measure cost per verified output instead of cost per token, and smoke-test through your own tooling before trusting anyone's leaderboard.

Context & Analysis

The benchmark test isolates a critical flaw in how AI pricing and performance are typically compared. Leaderboard rankings and per-token pricing lists obscure the real cost structure of AI coding: a planning phase that reads a spec and breaks it into tasks, followed by execution phases that grind through actual code-writing. By measuring these jobs separately across eight frontier models, the benchmark reveals that Chinese competitive advantage is narrowly situated in execution, not planning. Kimi K3's expensive "thinking" tokens and thin reasoning output from GLM-5.2 undermine the claim that Chinese models are universally cheaper. The true cost winner pairs a Western planning model (Grok-4.5 or GPT-5.6 luna, under a dollar all-in) with DeepSeek's flash model for typing, yielding roughly 100 passing tests for under a pound—outperforming the all-premium version at $7.41 with fewer results.

The hidden costs amplify this disparity. Reasoning models levy full output rates on invisible "thinking" tokens, creating a gap between advertised and actual pricing that leaderboard users never see. More damaging, several benchmark stars fail to work through standard developer tools—the Claude Code CLI filters out reasoning blocks, leaving users with empty returns despite paying for full computation. On cheap aggregator routes, provider identity can shift mid-day under the same model ID, forcing continuous re-verification rather than monthly trust. Together, these traps mean that list-price comparisons and leaderboard rankings mislead: the honest comparison requires smoke-testing each model through your own tooling, measuring cost per verified output (tests passed, not tokens consumed), and separating reasoning from execution before deciding whether a model is truly cheap.

FAQ

Which Chinese model offers the best value for AI coding tasks?
DeepSeek V4-Pro produced 83 passing tests at $0.65 as a planner, which is respectable but beaten on value by Grok-4.5, an American model. For code execution specifically, DeepSeek's flash model is unbeatable—it passed every test at prices that round to nothing, roughly 19 times cheaper than Western alternatives for the same green tests.
Why does Kimi K3 cost more than its list price suggests?
Kimi K3's list price is $3 input / $15 output per million tokens, but its single planning call cost 46 cents because "thinking" tokens bill at the full $15 output rate. Smoke-test calls—each supposed to reply with one word—cost 51 cents total, showing that hidden reasoning tokens create a gap between list price and real price.
What tooling issue affects benchmark-leading models in real-world use?
Kimi K3, GLM-5.2, DeepSeek V4-Pro, and the GPT-5.6 family all top coding leaderboards but return empty results when driven through the Claude Code CLI because their answers arrive wrapped in reasoning blocks the tooling discards. A model that returns nothing in your harness costs everything, not less.

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Discussion

No comments yet. Be the first to share your thoughts!

Log in to join the discussion

Related Articles

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime

1 minute a day. The AI essentials.

200+ sources · Email / LINE / Slack

Get it free →