Why are Claude Code users hitting their limits so fast?
SUMMARY
Yes, Claude Code users are hitting their limits unusually fast, but the strongest evidence points to heavier Claude Code workloads, newer model behavior and occasional metering bugs rather than a simple hidden quota cut.
The biggest misunderstanding is measuring Claude Code in prompts or minutes. One instruction can now trigger a long chain of repository searches, file reads, tool calls, edits, test runs and reasoning steps, so four prompts can consume vastly more model work than four normal chat messages.
Claude Code itself has become more autonomous. Anthropic's own research found that the longest-running Claude Code turns nearly doubled in duration over a few months, which means users can touch the keyboard less while Claude consumes more of the allowance in the background.
The 1-million-token context window makes this more pronounced. It lets Claude carry huge repositories, logs, instructions and earlier decisions for longer, but it also lets a session become extremely heavy before compaction forces it to shrink.
Fable 5.1 is particularly aggressive on usage. It combines a 1M context window, always-on adaptive thinking and high default effort, and Anthropic explicitly warns that Fable models consume weekly limits faster than other Claude models.
Max users also face a Fable-specific ceiling: only up to half of the normal weekly subscription allowance can be spent on Fable models. A Fable-heavy workflow can therefore hit its practical model ceiling while the account still has non-Fable capacity left.
Newer Claude models also count the same material differently. Anthropic says Claude 4.7 and newer models produce roughly 30% more tokens on average under the newer tokenizer, so comparisons with older Claude Code sessions already start from a higher token baseline.
Long sessions can become progressively more expensive, especially when prompt-cache reuse stops working cleanly after a break. The visible user message may be tiny, but Claude may have to rebuild or carry a very large conversation behind it.
Parallelism changes the economics again. Subagents and simultaneous Claude Code sessions save human time by doing several inference workloads at once, but that can make one hour of wall-clock work consume several agents' worth of subscription capacity.
There is also a genuine bug category. Repeated GitHub reports describe abrupt jumps, lockouts that disagreed with the usage dashboard and cases where credential refreshes immediately fixed apparently exhausted sessions, so normal token economics cannot explain every incident.
The practical conclusion is that Claude Code's limits have not simply become smaller. Claude Code has become much better at spending them, and power users running Fable 5.1 at high effort inside huge, parallelized sessions can burn through Max surprisingly fast even when the advertised five-hour allowance has not been quietly reduced.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Are Claude Code users really hitting their limits faster now?
Yes. Claude Code users are currently reporting unusually fast usage burn often enough, across different models and different releases, that we should treat it as a real recurring problem rather than a few isolated complaints.
The newest examples appeared almost immediately after Fable 5.1 reached Claude Code. In the current ClaudeAI release discussion, one Max 20x user said a couple of Opus 5 prompts and a couple of Fable 5.1 prompts were enough to reach the five-hour limit. Another Max 20x user posted a usage screenshot after roughly 30 minutes with Fable 5.1 and reported that 36% of the weekly allowance had already disappeared.
Those figures are user reports, so 36% in 30 minutes should not be treated as a representative benchmark. What makes the reports interesting is the history behind them.
Claude Code's GitHub tracker shows similar complaints months before Fable 5.1 existed. A February report linked suddenly higher consumption to larger system prompts and auto-memory. In March, a Max user reported hitting a five-hour limit in under 30 minutes with Opus 4.6 despite previously running agents for two or three hours. A May report said one comparable coding session had gone from consuming roughly 12% of the weekly allowance to about 25%. During July and August, other users reported abrupt jumps, premature lockouts and disagreements between the usage dashboard and Claude Code itself.
So this is a repeated pattern with several possible causes. Fable 5.1 has made the discussion louder this week, but Claude Code usage complaints clearly did not begin with Fable.
Did Anthropic secretly cut Claude Code's limits?
There is no good evidence today that Anthropic simply slashed Claude Code's advertised limits across the board.
Anthropic publicly moved in the opposite direction earlier this year. It announced that Claude Code's five-hour limits would double for Pro, Max, Team and seat-based Enterprise users, while the previous peak-hour reduction for Pro and Max subscribers would disappear.
That does not mean every user gets the same practical amount of coding time. Anthropic's Max documentation still says that usage depends on factors such as model choice, conversation length and workload, and that additional weekly, monthly, model or feature limits can apply.
It also means anecdotes comparing “how long Max lasted before” with “how long Max lasts now” need some care. A subscription allowance is measured against model usage, not hours spent sitting at the computer.
The sharper criticism is predictability. Users can burn through an allowance much faster than the Max 5x or Max 20x branding intuitively suggests, even though the headline five-hour capacity itself was increased.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →What does a Claude Code usage limit actually measure?
Claude Code limits effectively measure how much model work a user consumes, so counting prompts is a poor way to estimate how close someone should be to the limit.
Anthropic's current Help Center says usage varies with conversation length and complexity, the Claude model being used, selected effort level, features and tools. Claude activity across the web app, Desktop and Claude Code can also draw from the same subscription allowance.
That is why “I only asked Claude three things” tells us almost nothing.
A short question about one function may require one small response. Another prompt such as “find the bug, inspect the repository, fix it and run the tests” can make Claude search directories, read files, call tools, inspect logs, edit code, rerun commands and reconsider the result several times.
To the developer, that is one task.
To the usage system, it can represent many model calls operating on a substantial amount of context.
This gap between human-visible work and model-visible work is the first big reason Claude Code limits feel smaller than users expect.
Has Claude Code itself become more usage-hungry?
Yes. Claude Code is currently capable of doing considerably more autonomous work inside a single turn, and Anthropic's own research shows that long-running turns have become much longer.
Anthropic analyzed millions of Claude Code and API interactions earlier this year and found that, among the longest-running Claude Code sessions, the amount of time Claude worked before stopping had nearly doubled in roughly three months. At the 99.9th percentile, turn duration moved from under 25 minutes to more than 45 minutes.
The interesting part is that the increase happened fairly smoothly rather than jumping only when a new model appeared. Anthropic suggested that users were trusting Claude with more ambitious tasks while the product itself was getting better at continuing autonomously.
That gives us a useful aggregate behind the anecdotes.
Claude Code users are increasingly asking an agent to keep working rather than alternating one short request with one short answer. More autonomous work usually means more searches, more file reads, more tool results, more reasoning and more chances for the model to continue.
A five-hour usage bucket can therefore disappear faster even while the developer touches the keyboard less often. That is a strange experience the first time it happens.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Can one Claude Code prompt really burn a large chunk of the limit?
Absolutely. One Claude Code prompt can now unfold into a long agent loop, so the number of prompts a user types has almost no fixed relationship with the usage consumed.
Imagine asking Claude Code to fix a failing authentication flow.
Claude might first search for the relevant route, read the authentication middleware, inspect tests, check package versions and open configuration files. It may then run the failing tests, receive a large error log, inspect another file, modify the implementation and run the tests again.
If the change creates a second failure, the loop continues.
The user still remembers typing one instruction.
Claude has performed a chain of inference steps, and later steps may carry much of the information collected earlier in the task.
This is why current limit complaints can sound so extreme when users describe them in prompts or minutes. “Four prompts in 30 minutes” can hide dramatically more compute than the same phrase would have meant in a normal chatbot.
Is Claude Code's 1M context window making limits worse?
The 1-million-token context window can make Claude Code usage rise much faster when sessions become huge, because Claude is now allowed to carry far more material before the conversation has to be compacted.
A larger context window is genuinely useful. Claude can keep more source code, instructions, command outputs and earlier decisions available at once.
The downside is easy to miss: capacity and efficiency are different things.
With a smaller context window, a bloated session reaches its ceiling earlier and Claude Code has to compact or discard information. A 1M-token model can keep accumulating context for much longer.
That gives developers smoother long-running sessions, but it also creates the possibility of working with hundreds of thousands of tokens of history.
Anthropic's own usage guidance tells users to clear unrelated conversations, manage files and avoid carrying unnecessary context for exactly this reason.
Persistent setup adds to the baseline as well. CLAUDE.md instructions, memory, invoked skills, tool definitions and relevant MCP configuration all occupy context when Claude needs them. Claude Code has improved MCP handling by loading many tool definitions only when required, so MCP overhead is less crude than it used to be, but heavily configured environments can still start with much more context than a bare installation.
A 1M window is therefore a capability upgrade with a real usage trade-off. Developers who treat it as permission to keep one endless session can pay heavily for that convenience.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Why does the same Claude Code session get more expensive as it grows?
A long Claude Code session can become progressively heavier because later turns may have to work with far more accumulated information than earlier ones.
Suppose a task begins with 20,000 useful tokens in context.
After Claude reads files, receives test output and discusses several implementation attempts, the useful context might become 100,000 tokens.
Keep the session alive across more work and it can grow much further.
The user's next instruction might still contain three words: “run tests again.”
Yet Claude is no longer answering those words in the same environment it had at the beginning. It has a much larger working history available.
Prompt caching makes repeated context far cheaper than processing everything from scratch, so a large context does not automatically mean every turn pays full input cost. Still, a huge session gives Claude much more material to maintain, and anything that breaks efficient reuse becomes increasingly expensive.
That is why /clear between unrelated jobs and /compact around sensible task boundaries can make such a large difference. They shrink the amount of history future turns need to carry.
Is Fable 5.1 especially hard on Claude Code limits?
Yes. Fable 5.1 is currently one of the easiest ways to burn Claude Code capacity quickly because Anthropic designed it for demanding, long-horizon work and explicitly recommends Opus 5 first for most workloads.
Anthropic describes Fable 5.1 as its model for demanding reasoning and long-running agentic work. It carries a 1M-token context window, adaptive thinking that is always active and a default effort level of high.
Its public API economics show how compute-heavy the model is. Fable 5.1 costs $10 per million normal input tokens and $50 per million output tokens. Opus 5 costs $5 and $25. Sonnet 5 costs $2 and $10.
Subscription limits are not published as a simple conversion from API dollars, so we cannot say that Fable uses exactly twice as much Max allowance as Opus for every token.
Anthropic does, however, explicitly warn Max users that Fable models “use [weekly limits] faster than other Claude models.” That wording is unusually direct.
Fable 5.1 also arrived with high effort as the default. Anthropic's model-specific guidance says effort is the main control for balancing intelligence, latency and cost, and recommends testing medium or low when the extra reasoning is unnecessary.
A user who selects Fable 5.1 for ordinary coding and leaves it on high is choosing Anthropic's most demanding general-purpose coding model at a relatively expensive operating point. There is no mystery there.
| Claude model | Normal API input / MTok | API output / MTok | Context |
|---|---|---|---|
| Sonnet 5 | $2 | $10 | 1M |
| Opus 5 | $5 | $25 | 1M |
| Fable 5.1 | $10 | $50 | 1M |
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Does Fable 5.1 have a separate weekly limit on Max?
Yes. Max users can currently spend only up to half of their weekly subscription allowance on Fable models, which makes Fable-heavy Claude Code workflows hit a practical ceiling earlier.
Anthropic's freshly updated support documentation is explicit about this.
On Max plans and eligible premium Team or Enterprise seats, Fable 5 and Fable 5.1 are included in the subscription. Fable usage draws from the normal weekly allowance, but only up to 50% of that weekly allowance can be spent on Fable models at no extra charge.
That does not create an extra 50% of capacity.
If the weekly plan allowance were represented as 100 units, at most 50 of those units could come from Fable. Usage on Opus, Sonnet and other included models still draws from the same 100-unit pool.
Once the Fable ceiling is reached, a Max user can switch to another Claude model and use whatever normal capacity remains, or continue Fable through paid usage credits.
This explains why someone can say “Fable is already capped” while their overall Claude week has not reached 100%.
| Max weekly allowance example | Units |
|---|---|
| Total weekly allowance | 100 |
| Maximum included Fable usage | 50 |
| Extra weekly capacity created by Fable allowance | 0 |
| Possible remaining non-Fable capacity after Fable reaches 50 | 50 |
Did newer Claude models start counting the same code as more tokens?
Yes. Claude 4.7 and newer models tokenize the same text differently, and Anthropic says the newer tokenizer produces roughly 30% more tokens on average.
This is one of the clearest measurable changes behind the broader limit discussion.
Anthropic's current pricing documentation says the exact difference depends on the content and workload, but roughly 30% is its published estimate.
So a codebase or prompt that would have represented around 100,000 tokens under an older tokenizer might land around 130,000 tokens under the newer one, although any specific repository can differ.
That change affects billing and usage because the newer token counts are the ones Anthropic uses.
Thirty percent by itself cannot explain every report of someone apparently consuming several times their old usage. It does mean that comparisons with older Claude versions already start from a different token baseline before we even consider larger contexts, longer agent loops or higher effort.
Those mechanisms can then stack.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Is Claude Code's high effort setting quietly burning more usage?
Yes. Higher effort can directly increase Claude Code usage because it lets Claude spend more tokens reasoning and making tool calls, even when the visible final answer does not look dramatically longer.
Anthropic's effort documentation makes this unusually clear.
Effort affects thinking, normal response text, tool calls and function arguments. Anthropic even notes that lowering effort can make Claude call fewer tools.
Fable 5.1 currently defaults to high, and Anthropic advises users to retest all effort levels rather than assuming that “high” or “medium” behaves like the same setting on an earlier model.
There is a particularly useful recommendation in the Fable 5.1 documentation: medium can roughly match Fable 5 on some workloads while costing less. At low effort, Anthropic says Fable 5.1 can sometimes remain competitive with smaller Claude models on cost per completed task.
That makes permanent high, xhigh or max usage hard to justify for routine work unless the developer has actually tested whether the extra effort improves results.
Effort works better as a gear than as a permanent identity for the model.
Why can Claude Code suddenly burn usage after a break?
A large Claude Code session can become much more expensive after its prompt cache stops being reusable, because Claude may need to rebuild a substantial amount of context.
Prompt caching is what makes long Claude sessions economically possible.
For Fable 5.1, Anthropic's API prices show just how large the difference can be. Normal input costs $10 per million tokens, while a cache hit costs only $0.25 per million. A one-hour cache write costs $20 per million.
Those prices do not tell us exactly how Anthropic translates a subscription session into Max percentages, but they show the underlying compute difference between reusing context and recreating it.
This is why a seemingly harmless “continue” can occasionally coincide with a surprisingly large jump.
The new user message may be tiny. The expensive part can be restoring the large conversation behind it.
Cache behavior also helps explain why usage can feel inconsistent across sessions that look similar from the outside. One session may keep reusing a cheap warm prefix. Another may have to rebuild much more of it.
| Fable 5.1 input operation | Public API price / MTok | Versus normal input |
|---|---|---|
| Cache hit / refresh | $0.25 | 0.025x |
| Normal input | $10 | 1x |
| 5-minute cache write | $12.50 | 1.25x |
| 1-hour cache write | $20 | 2x |
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Can subagents make Claude Code limits disappear much faster?
Yes. Claude Code subagents and parallel agents can multiply consumption because several Claude workers can be doing model work while the user experiences them as one job.
Subagents are useful precisely because they can take a messy investigation out of the main context.
A worker can search a repository, inspect logs or research one part of a problem and return a compressed result to the parent agent. That can prevent the main conversation from filling with thousands of irrelevant tokens.
The worker still needs its own inference.
If a lead Claude session delegates several independent jobs, multiple model contexts and tool loops now exist. Running separate Claude Code sessions at the same time creates the same basic effect.
This is becoming more relevant as people use Claude Code less like an autocomplete tool and more like an orchestration layer.
Parallelism saves human time by spending more machine work at once.
For a user constrained by a five-hour or weekly subscription bucket, that trade can be brutal: one hour of wall-clock time can contain several hours' worth of serial agent work.
Is Max 20x really twenty times as much Claude Code?
Max 20x gives much more Claude capacity than Pro, but it does not guarantee twenty times as many coding hours, twenty times as many prompts or twenty times as many completed tasks.
Anthropic describes Max 20x as offering 20 times more usage per session than Pro.
The problem is the word “usage.”
A developer using Sonnet for small, clean tasks consumes a different amount of model work per minute from someone running Fable 5.1 at high effort in a huge repository with several subagents.
Both can be Max 20x users.
Their wall-clock endurance can be nowhere close.
Weekly limits add another constraint on top of the five-hour bucket, while Fable has the model-specific restriction discussed above. Claude usage on other product surfaces can also contribute to the same subscription limits.
This is where the “20x” label becomes frustrating. People naturally translate it into an amount of working time, while Anthropic is selling a larger usage allowance.
Those two ideas were closer together when interactions were short. They diverge much more once a single prompt can launch a long-running coding agent.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Are some Claude Code limit problems actually bugs?
Yes. Some Claude Code lockouts clearly look like metering or enforcement bugs, so token economics cannot explain every report.
The GitHub tracker contains several concrete cases where the numbers do not line up.
One July report described weekly usage jumping from roughly 35% to a block in about 12 minutes.
Another user reported Claude Code showing a session bucket briefly at 100% and then refreshing to 0%, while the same account still worked elsewhere. The user said generating a fresh OAuth credential immediately fixed the lockout.
An August report concerned non-interactive Claude Code runs stopping with a session-limit message even though the Claude usage screen had recently shown 0% usage and little or no agent work appeared to have happened.
Earlier duplicate reports also described users receiving rate-limit or usage-limit errors while dashboards still showed plenty of capacity.
These reports do not prove that Anthropic's entire metering system is wrong. GitHub issues are user-submitted bug reports, and some can ultimately have configuration-specific explanations.
But the pattern is strong enough to keep a real “bug” category in the diagnosis.
If Claude Code claims the limit is exhausted while /usage or the account dashboard shows something radically different, telling the user to shorten the conversation misses the problem.
What actually saves the most Claude Code usage today?
The biggest savings come from keeping contexts smaller, matching model and effort to the difficulty of the job, and avoiding parallel agents when speed is less important than conserving the subscription allowance.
The easiest habit is starting a fresh Claude Code session when the previous task is genuinely finished.
Developers often keep one conversation alive because Claude remembers all the decisions they already made. That feels convenient until unrelated source files, old test output and abandoned approaches remain attached to every later step.
For work that really does belong together, compaction is more sensible than clearing everything. The aim is to preserve decisions while dropping the bulky path used to reach them.
Model selection deserves more attention now too. Anthropic itself recommends Opus 5 for most workloads and positions Fable 5.1 for cases where Opus at higher effort still falls short. Using Fable for every rename, package update and obvious bug fix wastes the model's strongest capability on work that cheaper inference can already solve.
The same applies to effort. High is currently the default on the frontier models, but medium or low can make far more sense for routine coding.
Subagents should earn their keep. If a worker prevents a giant search from contaminating the main context, it can improve overall efficiency. Spawning several agents merely because Claude can run them in parallel trades subscription capacity for wall-clock speed.
The best Claude Code workflow now is less about minimizing tokens at all costs and more about spending expensive inference where it actually removes difficult engineering work.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →So why are Claude Code users hitting their limits so fast?
Claude Code users are hitting their limits quickly because each minute of Claude Code can now contain much more model work than users intuitively expect, and the newest Claude features have widened that gap.
We found no convincing evidence of a simple recent across-the-board quota cut that explains the phenomenon.
The stronger explanation comes from several changes happening together.
Claude Code turns are becoming longer and more autonomous; Anthropic's own large-scale analysis measured the longest turns nearly doubling over a few months. Current models can carry 1M tokens of context. Claude 4.7 and newer models count roughly 30% more tokens for equivalent text. Fable 5.1 combines a 1M window with always-on adaptive thinking and high default effort, while Anthropic explicitly says Fable consumes weekly limits faster than other models. Subagents can add several independent inference workloads to what feels like one task. Huge cached conversations are cheap when reuse works well and potentially much heavier when substantial context has to be rebuilt.
We also have enough GitHub evidence to say that genuine metering and lockout bugs occasionally sit on top of those normal usage mechanics.
That combination explains the apparent contradiction at the heart of Claude Code right now. Anthropic has increased headline capacity, yet some power users still feel that Max disappears faster than before.
Claude Code simply does much more work per turn than it used to.
For light coding, that may barely matter. For someone running Fable 5.1 at high effort, keeping enormous sessions alive and delegating work to several agents, a Max allowance can disappear surprisingly fast even without any hidden reduction.
So the complaints are mostly justified, but the popular explanation is too simple. Claude Code's limits have not merely become smaller. Claude Code has become much better at consuming them.
OUR METHODOLOGY
The central difficulty in this analysis is straightforward: users can see their Claude Code allowance disappearing quickly, but that observation does not tell us why. We therefore broke the question into separate dimensions—headline plan limits, model choice, context growth, tokenizer changes, effort, caching, subagents and possible metering failures—and assessed each one on its own before combining the evidence.
We prioritized recent first-party Anthropic material for anything that describes how Claude Code is supposed to work. That includes Anthropic's Max-plan documentation, usage-limit guidance, Claude Code model and context guidance, Fable 5.1 documentation, pricing, effort controls, memory, MCP behavior, subagents and Anthropic's own research on agent autonomy.
We used first-hand GitHub reports differently. They are evidence that users repeatedly observed abrupt consumption changes, premature lockouts or mismatches between Claude Code and the usage dashboard; they are not treated as authoritative documentation of Anthropic's internal metering. We gave more weight to patterns that appeared across different months, models, plan tiers and releases than to any one dramatic screenshot or percentage claim.
We also kept documented mechanics separate from inference. Public API pricing is useful for showing how different Fable, Opus, Sonnet and prompt-cache operations are economically, but Anthropic does not publish a formula that converts API dollars or tokens into Max subscription percentages. We therefore use pricing as an operating-cost comparison, not as a hidden Max-allocation calculator.
The same rule applies to historical comparisons. We use Anthropic's roughly 30% tokenizer change, its published Fable weekly restriction and its autonomy research as concrete changes that can raise usage pressure, but none of those is asked to explain every complaint by itself. The conclusion comes from the combination: heavier autonomous turns, larger contexts, more expensive model settings, parallel work and a smaller set of credible metering anomalies.
Key first-party sources include Anthropic's announcement on higher Claude Code limits, Anthropic's current Max-plan documentation, Anthropic's usage and length-limit guidance, Claude Code model, usage and limit guidance, the Fable model subscription rules, the Fable 5.1 model documentation, Anthropic's pricing and tokenizer documentation, the effort documentation, Anthropic's research on agent autonomy, Claude Code memory documentation, Claude Code MCP documentation, and Claude Code subagent documentation.
The first-hand reports used to test the real-world pattern include the February auto-memory and system-prompt usage report, the March Opus 4.6 Max report, the May before-and-after weekly-usage comparison, the July abrupt lockout report, the July usage-bucket and OAuth credential report, and the August Max 20x transcript-versus-meter report.
Get the biggest database of
profitable internet businesses
We mapped 300+ proven digital businesses so you can skip the blind trial and error. For each one, you get the site, the revenue numbers, the distribution strategy, the repeatable patterns, and ideas to recreate the model in a different niche, channel, or angle.
Get the full database →Related blog posts
- Can Grok Bot run Claude Code and Codex for you?
- What can you build with Claude’s new computer use that people will pay for?
- Is Claude Fable 5.1 actually cheaper to use?
- Is Claude Max 20x really 20x?
- Claude Max vs Codex Pro: which 20x plan is actually better?
Who wrote this?
STEAL WHAT WORKS TEAM
We study profitable internet businesses, take them apart, and write down what actually works: pricing, distribution, growth, packaging. We turn 300+ proven examples into a database so founders can stop testing random ideas and start from proof. Explore the database →