Original Reddit post

Every few weeks there is another post where somebody totals up their Claude Code logs, multiplies the tokens by Anthropic’s public API prices and concludes that their $200 Max subscription somehow gave them $2,000, $5,000 or even $7,000 worth of compute. No. It gave you that much API-priced usage . Those are not the same thing. Anthropic does not pay Anthropic $15 per million tokens to run Claude on its own infrastructure. API pricing is a retail product price. It includes margins, capacity allocation, infrastructure overhead and whatever pricing strategy Anthropic wants to use for API customers. Then there is caching. Claude Code is almost the perfect workload for prompt caching. The same system prompt, project instructions, conversation history, files and huge chunks of code get reused over and over during a session. Anthropic itself charges dramatically less for cache reads than normal input tokens. So even if your session log contains a ridiculous nominal token count, a large part of that does not necessarily represent fresh transformer computation every time. Yet people still take total tokens, multiply everything by the headline API rate and announce that Anthropic “lost $7,000 on me this month.” That’s like calculating what AWS internally pays for storage by looking at the price AWS charges you for S3. And the infrastructure side isn’t static either. Accelerators keep getting faster, inference software improves, batching improves, quantization improves and cloud GPU capacity continues expanding. The cost per generated token is moving downward over time. Could Anthropic be pricing Max aggressively to get Claude Code adoption? Of course. Could Max become more expensive or have tighter limits later? Of course. But that is completely different from claiming that Anthropic is literally burning several thousand dollars of compute on every $200 power user and covering the difference with investor money. When somebody says: “my $200 Claude Max plan gave me $7,000 of API usage” the accurate statement is: “the same nominal token accounting would have been billed at $7,000 under Anthropic’s retail API pricing.” Interesting number, but it tells you almost nothing about Anthropic’s actual serving cost. API price ≠ compute cost. And until Anthropic publishes its real inference margins, calling the difference a “subsidy” is mostly speculation. submitted by /u/ConsistentThought388

Originally posted by u/ConsistentThought388 on r/ClaudeCode