Token Pricing Trap for Studios | Generated by AI

Home 2026.07

Question: Model the token-economics of a 2–3 person AI-native dev studio (charging clients ~100 CNY/1M tokens for “prompt/architecture effort” on mini-programs, websites, apps), then project what happens to this business model as long-horizon agents mature.

Answer:

1. First, the number that kills the “price by token” idea outright.

Sonnet 5 is currently $2/$10 per M tokens (intro, through Aug 2026); real agentic coding sessions run ~70-80% cache hit rate, so blended cost lands around $4/M — ~29 CNY/M tokens raw compute cost. Against a 100 CNY/M client price that’s a 71% gross margin on the token line item alone. Looks great until you check volume:

Project                                Tokens(M)  Rev@100CNY/M   China market rate   Tokens needed to match market
mini-program (template-tier)              5.5         550 CNY        14,000 CNY            140M
mini-program (custom)                    14.0        1,400 CNY       50,000 CNY            500M
marketing site + CMS                     10.0        1,000 CNY       32,500 CNY            325M
cross-platform app (client+backend)      55.0        5,500 CNY      190,000 CNY          1,900M

A real small mini-program build via agent (spec → codegen → debug loop → docs) burns maybe 5-15M tokens. Chinese market rate for the same custom mini-program is typically 20,000 CNY at minimum, sometimes reaching over 100,000 CNY for complex projects. To make 100 CNY/M tokens hit that market price you’d need 140-500M tokens on a project that’s actually a few million. The only way to hit revenue targets is to burn more tokens than the task needs — bloated context, redundant agent loops, over-verbose specs. That’s just the billable-hour trap wearing a token costume: it rewards inefficiency and punishes the engineer who solves it in fewer calls.

Conclusion: don’t price the deliverable in tokens. Use tokens as your internal COGS metric, and price the deliverable at market rate (or a discount to it). Compute is no longer your cost driver — it’s rounding error.

2. What that means for a 2-person studio:

Monthly burn (2 people @ 25k CNY draw + 8k overhead):  58,000 CNY
4 concurrent projects @ 25,000 CNY avg (30-50% below
  traditional agency rates, still market-anchored):   100,000 CNY revenue
Token COGS across all 4 projects:                       1,600 CNY (1.6% of revenue)
Net profit:                                            40,400 CNY/mo  (~40% net margin)

The constraint isn’t typing speed anymore — a traditional shop needed 5-10 devs to run 4 concurrent mini-program/website builds; you need 2 people whose job is architecture, spec quality, and review, because the agent does the typing. That’s the actual arbitrage: same throughput, 1/3 to 1/5 the headcount, near-zero COGS. You can underprice a 50-person outsourcing shop by 30-40% and still clear 40% net margin, because their cost floor is payroll and yours is API calls.

3. The “client deeply joins” partner case:

Since your marginal cost per project is ~1-2% of the fee, the profitable move isn’t maximizing token markup — it’s maximizing deal flow and reducing your own review burden. Two structures work:

4. Long-horizon agent maturity — where the business model actually breaks:

Right now you’re still the bottleneck reviewing every diff. Once agents run multi-day autonomous cycles (spec → build → test → deploy → iterate against real metrics) with only milestone-level human checkpoints:

References:


Back Donate