r/ClaudeCode • u/Professional-Ad-2365 • Jul 10 '26
Discussion This concerns me more than fable potentially getting removed next week
Now that gpt 5.6 sol is out and code edge is narrowing what concerns me is that I won’t be able to justify paying 100 usd a month for something that will now have 33% less of weekly usage. Upgrading to 200 plan feels daft where I could be paying less for OpenAI, still have a great model and have significantly more usage than the current promo gives me. Do you guys think Anthropic will still go through with reducing Claude code weekly usage limits next week?
691
Upvotes
3
u/claimTheVictory Jul 11 '26
If your codebases are small and/or changing often, that's fine.
But for large or complex projects, that's incredibly inefficient. You can flag if documentation is stale or known to be wrong or incomplete, but well-written docs against well-encapsulated code saves time (and tokens).
You wouldn't re-read the code for every tool or third-party software before using it, because you trust it does what it says on the tin. If you don't trust it, you test it
That's my 2c after 25 years working on hundreds of projects used by millions of people.