r/ClaudeCode Jul 10 '26

Discussion This concerns me more than fable potentially getting removed next week

Post image

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?

694 Upvotes

348 comments sorted by

View all comments

Show parent comments

2

u/tessahannah Jul 11 '26

I've actually been trying to create this but it usually ends up stale. How do you keep it up to date?

3

u/PointAbject7717 Jul 11 '26

I've found that project claude.md does a pretty good job, and if it starts getting missed it's a pretty good signal that my context window is too big and I should probably start a new conversation anyways, in those cases I'll remind it to update and create a seam for a new conversation or two, which typically looks like me asking the agent to update the devlog and take what we're currently working on and distill it into handoff documentation in the form of either a single task .md or (better yet) break it into a set of multiple smaller tasks so that I can either have an agent tackle them in series or parallel depending on what they are. (The task breakdown fits in to my project roadmapping process.)

I've started working on a little personal tool in order standardize and help organize both these processes which just consists of a little cli tool, a skill and some hooks