Claude Max 20x plan as open source subsidy

hiAndrewQuinn2 pts0 comments

Claude Max 20x plan as open source subsidyAndrew Quinn's TILsAdd me on X / Twitter!<br>You can cite this post as a reason if you're shy.<br>It is widely known that the<br>Claude Max 20x plan<br>doesn&rsquo;t buy you just $200 worth of<br>API (Application Programming Interface) credits<br>in a slightly more convenient format. It&rsquo;s closer<br>to &mldr; well, an order of magnitude is what I have<br>heard, but I&rsquo;ve heard other people say it goes up<br>to $5,000–6,000 worth of API credits.1 In any case,<br>it&rsquo;s a lot. What&rsquo;s the catch?<br>Enterprises — not startups, usually —<br>shy away from Claude Max 20x because it has certain<br>data retention properties that they consider<br>too commercially valuable to waive away.2 So<br>instead they either work through the API directly<br>or use something else like<br>GitHub Copilot for Business.<br>In a way we can see this as Anthropic subsidizing<br>all software that is not enterprise and closed<br>source. What works really well for this? Open<br>source software!<br>There are all kinds of reasons why Anthropic might<br>want to subsidize open source specifically, of<br>course. One I find less convincing than you might<br>imagine is the flywheel effect.<br>It is true that more open source in the world<br>means more code to train the next model on, but<br>it&rsquo;s also true that if the majority of this code<br>is being built through Claude Code anyway, then<br>Anthropic already possesses that data stream, and<br>in fact a much richer superset of it: the entire<br>back-and-forth that led to the final product.3<br>I suspect some companies of some sophistication<br>are test-driving a two-tiered strategy here:<br>open-source everything that isn&rsquo;t core to the<br>business but is helpful, so that they can safely<br>develop with the much cheaper Max 20x plan, and<br>then only make actual API calls for the small,<br>truly proprietary or trade-secret-y parts of the<br>org. (I say this making no claims as to whether<br>Anthropic&rsquo;s Terms of Service actually allows this.)4<br>Of course, it may be the case that most code<br>in a private enterprise can&rsquo;t be safely open-sourced<br>to take advantage of this cost<br>optimization. One can dream.<br>The $5,000–6,000 figure is a community estimate based on comparing the Max plan&rsquo;s observed compute allowance against API pricing at Opus-level token rates. The math is fuzzy because rate limits, context windows, and tool-use overhead all affect the effective multiplier — the honest answer is &ldquo;somewhere between 10× and 30×, depending on what you&rsquo;re doing and which model you&rsquo;re calling.&rdquo; That&rsquo;s still a remarkable deal, whether or not you ever actually hit the ceiling. ↩︎

The specific worry is usually some combination of: uncertainty about whether Anthropic trains on Max plan conversations; the absence of enterprise-grade DPA (Data Processing Agreement) provisions in the consumer terms; and legal exposure if confidential customer data or trade secrets ever land in a context window. The irony is that the same concerns apply equally well to the raw API used without proper contractual safeguards — which smaller companies often do anyway, sometimes unknowingly. ↩︎

This is subtler than it first appears. Pre-training on raw code teaches syntax and structural patterns. The conversation stream captures something far more valuable: intent. You can see what the developer wanted, what the model proposed, why the human pushed back, and what the final synthesis looked like. That is closer to labelled reasoning data than raw code, and it arrives essentially for free as a byproduct of the product being used. There is a separate argument that Claude Code already advantages a certain kind of developer — the corollary being that the more extensively developers use it, the richer Anthropic&rsquo;s training signal becomes, flywheel or no flywheel. ↩︎

The equilibrium here is interesting. If Anthropic wanted to close this arbitrage, they could add a commercial-use restriction to the Max plan that does not apply to open source projects. They appear not to have done this — which is itself a signal. Either they have not noticed, they do not care, or they actively want open source to benefit. Given the principal-agent dynamics of AI-assisted enterprise development, deliberate subsidy seems at least as likely as oversight. ↩︎

rsquo open source plan anthropic code

Related Articles