Anthropic ships 1M context window for Claude Opus at no extra cost

Context window expansion for Claude Opus
Anthropic has shipped the 1 million token context window for Claude Opus to all Claude Code users on Max, Team, and Enterprise plans in version 2.1.75. Previously, users had to pay extra usage fees for the 1M window, but it's now included at no additional cost on those plans.
Practical implications
The default context window remains 200k tokens, making the 1M window 5x larger. This capacity translates to approximately:
- ~750k words
- ~75k lines of code
- The entire Harry Potter series
- The full source of a mid-sized open-source project, or several smaller ones (e.g., Express.js + Flask + FastAPI together)
Users report that this changes their workflow significantly. For research tasks, they can now feed more details into context, such as using exa MCP to fetch full web pages into context instead of relying on built-in web fetch summaries.
Benefits and limitations
The expanded context window means:
- No need to compact prompts for bigger tasks that still fit within 1M tokens
- Ability to throw entire projects into context, allowing the model to see all files and dependencies, potentially reducing errors
However, the source notes that 1M tokens doesn't mean 1M tokens of real attention. In practice, only about 50–65% of the window is used effectively, and more context still means more diluted attention.
📖 Read the full source: r/ClaudeAI
👀 See Also

When RLVR Helps Small Fine-Tuned Models: A 12-Dataset Analysis
A controlled experiment tested adding RLVR reinforcement learning on top of 1.7B parameter models fine-tuned with SFT. Results show text generation tasks improved by +2.0 percentage points on average, while structured tasks declined by -0.7pp.

Claude Pro Subscription Bug: Paid Users Stuck on Free Plan
A bug in Claude Pro after using a gift pass leaves accounts stuck on Free despite successful payment and receipts. Anthropic support unresponsive for a week.

China Bars Manus Co-Founders from Leaving Country Amid Meta Deal Review
China has barred two co-founders of AI startup Manus from leaving the country as regulators review whether Meta's $2 billion acquisition violated investment rules. The executives were summoned to Beijing for a meeting with the National Development and Reform Commission this month.

Meta Releases BOxCrete AI Model for Concrete Mix Design
Meta has released Bayesian Optimization for Concrete (BOxCrete), an open-source AI model for designing sustainable concrete mixes using U.S.-produced materials. The model improves on previous versions with better noise robustness and slump prediction capabilities.