[Max20] 200k context window makes complex project workflows unusable — 1M context urgently needed for Max20 subscribers
Problem
I'm a Claude Code Max20 subscriber running a complex, long-running software project with multiple AI agents, ADO pipelines, and Azure infrastructure. Over time, the working relationship with Claude Code has required a structured onboarding system to ensure Claude has sufficient project context before acting — without it, Claude makes destructive mistakes (wrong pipelines triggered, wrong work items modified, architectural decisions ignored).
The vicious cycle:
- Onboarding is necessary to prevent errors → it consumes 60–75% of the 200k context window
- After onboarding, barely 50k tokens remain for actual work
- Claude Code reaches its context limit mid-session and compacts, losing critical state
- Without onboarding context, Claude reverts to making the same destructive errors
Measurable productivity collapse
A few weeks ago, a typical working day looked like this:
| Phase | Time |
|---|---|
| Onboarding + session setup | 1–2 h |
| Valuable development work | 10–12 h |
Today, the same day looks like this:
| Phase | Time |
|---|---|
| Onboarding + session setup | 1–2 h |
| Error recovery caused by context loss | 2–3 h |
| Actual development (on a good day) | 1–2 h |
This is not a gradual degradation — it is a collapse. The 200k context limit has created an endless error loop with a minimal window for actual progress.
Consequence
I am not evaluating alternatives — I have been forced to start building a parallel infrastructure with DeepSeek V4 Pro, because continued collaboration with Claude Code is no longer viable under these conditions. This is not a preference. It is a direct consequence of hitting a hard architectural limit with no workaround available to me as a Max20 subscriber.
What makes this urgent
The beta header anthropic-beta: context-1m-2025-08-07 already appears in Claude Code's system output — suggesting 1M context is technically available and being tested. However, there is no way for Max20 subscribers to activate this for interactive CLI sessions. The header works for direct API calls via SDK, but not for Claude Code's interactive context window.
Request
- Enable 1M context for Claude Code Max20 subscribers — this is the plan tier specifically designed for heavy, professional use
- If not immediately possible: provide a settings.json flag or opt-in mechanism to activate the
context-1m-2025-08-07beta for CLI sessions - Clarify the roadmap and timeline for larger context windows in Claude Code subscriptions
Environment
- Plan: Claude Code Max20
- Model:
claude-sonnet-4-6 - Platform: Windows 11, Claude Code CLI
- Current context limit: 200k tokens (confirmed via
/context) - Beta visible in system:
anthropic-beta: context-1m-2025-08-07
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗