Claude Code Rate Limits May Be Due to 1M Context Window Overload

Context Window Expansion Causing System Strain
Anthropic recently released Opus 4.6 with a 1 million token context window to all users. Following this release, users have reported two significant issues: degraded long-task performance and increased capacity problems. There was initially no option to opt out of the 1M context model.
The Theory: Inefficient Context Compression
The Reddit user's analysis suggests that Claude Code's context compression system—which summarizes old conversation history to save tokens—isn't aggressive enough for the expanded 1M context window. This means each Claude Code session is likely sending more raw token data per request than necessary. When multiplied across the entire userbase, this creates server overload as users unintentionally send bloated contexts containing unnecessary information.
Impact on Usage Limits
The theory posits that Anthropic's short-term solution has been to lower usage limits to compensate for the increased server load. This explains why limits appear to have shrunk—users are burning through tokens faster per task, not because of intentional limit reductions by Anthropic.
Workaround Identified
Yesterday, Anthropic quietly reintroduced the older, non-1M context model as an option. Users who switched to this model reported noticeably improved stability and slower consumption of their usage limits, supporting the theory about context window inefficiencies.
Recommended Action
For immediate relief from rate limits and stability issues, try switching off the 1M context model. The long-term solution likely requires improved context compression algorithms. Once implemented, this could allow Anthropic to restore previous usage limits.
📖 Read the full source: r/ClaudeAI
👀 See Also

DeepSeek V4 pricing reality check: 178x cheaper cached tokens vs Opus, but capability lag acknowledged
DeepSeek V4 Pro input at $0.145/M tokens vs Claude Opus 4.7 at $5/M (34x cheaper); cache hits at $0.0036/M vs $0.625/M (173x cheaper). Capability is 3-6 months behind GPT-5.4 and Gemini 3.1 Pro.

Anthropic Launches 10 Finance AI Agents for Pitchbooks, KYC, Month-End Close
Anthropic released 10 ready-to-run AI agents for financial services and insurance, covering pitchbook creation, KYC screening, and month-end close, delivered via Claude Cowork, Claude Code, and Managed Agents.

Claude Code Service Outage and Status Page Transparency Issues
Claude Code experienced authentication failures with OAuth API keys expiring daily and 500 errors during reauthorization, while the official status page initially showed no issues despite users reporting problems for at least 45 minutes.

Agora-1: Open Source Multi-Agent World Model for Real-Time Shared Simulation
Odyssey releases Agora-1, a world model that enables up to four agents (human or AI) to share a real-time generated simulation, using GoldenEye as the test environment.