Anthropic Update on Session Limits
old.reddit.com
Anthropic Update on Session Limits
1–10 of 23 posts
Re: Anthropic Update on Session Limits
#2They aren't far off - they burn a tiny fraction of the cash of OAI and achieve similar ARR despite this - but as they tighten the belt it's inevitable that companies like OAI come in and offer more subsidized (unsustainable) inference to get people to switch. They will inevitably do the same "rug pull".
It'll be interesting to see how this plays out.
Re: Anthropic Update on Session Limits
#3Re: Anthropic Update on Session Limits
#4Re: Anthropic Update on Session Limits
#5IF you arn't planning a local LLm strategy, you're surely tying your lifeline to anchors.
Re: Anthropic Update on Session Limits
#6Re: Anthropic Update on Session Limits
#7I love the interface of Claude Code but with these limits I’d be willing to use Codex. Anyone know if it’s possible to use Claude Code with other provider subscriptions (not API usage costs)?
According to the GLM documentation at least, you can edit you .env (~/.claude/settings.json) with an API key from the GLM Settings page. [0].
{ "env": { "ANTHROPIC_AUTH_TOKEN": "your_zai_api_key", "ANTHROPIC_BASE_URL": "https://api.z.ai/api/anthropic", "API_TIMEOUT_MS": "3000000" } }
Whilst you need to generate an API Key, you are still using the 'GLM Coding Plan' as per 'Methods for Using the GLM Coding Plan in Claude Code' documentation.
Re: Anthropic Update on Session Limits
#8I more and more use Codex, because token usage is a blackbox and I think that we will see the next couple of month the usual three tier model evolving: free, normal, luxury.
2027 will be the year of token regulation by administrations worldwide. Until then take care for being ripped of at the luxury level.
Re: Anthropic Update on Session Limits
#9Same codebase, same sort of prompt, same scale. I was already on the fence. Models like Qwen, Kimi, or GLM5 already go a very long way while being vastly cheaper, and the new openAI models feels equivalent but with higher limits.
This is getting to the point where the right harness makes a bigger difference than the right model. I've been experimenting with some planner-executor-reviewer setup in opencode, and I'm starting to feel like multiple smaller models working together are netting me better results.
Re: Anthropic Update on Session Limits
#10Anthropic is probably the only AI company that is trying to stop absolutely hemorrhaging money and reach profitability and financial sustainability. They aren't far off - they burn a tiny fraction of the cash of OAI and achieve similar ARR despite this - but as they tighten the belt it's inevitable that companies like OAI come in and offer more subsidized (unsustainable) inference to get people to switch. They will i…