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

Anthropic Launches Claude Code Channels for Messaging Integration
Anthropic has launched Claude Code Channels, allowing developers to DM Claude Code sessions from Telegram or Discord with full tool access including file edits, test runs, and git operations. The feature requires a paid Anthropic plan and supports two platforms compared to OpenClaw's 20+.

Buddy turns down $300k+ role replacing 70% of staff with Claude agents — Reddit debates the moral and technical reality
A Reddit post describes a friend who refused a role as 'AI Transition Lead' to map workflows, build Claude/GPT agent pipelines, and fire 70% of staff. The poster argues the $300k+ bag is worth it to waste time and watch C-suite delusion crash.

Polsia Platform Shows Repetitive SaaS Patterns in Live Founder Launches
Polsia is an autonomous business platform where users describe their business, pay money, and it executes autonomously. A behavioral scientist observed 72 hours of live founder launches, identifying repetitive patterns like AI SDR automation solutions and underserved international markets.

SPLICE Benchmark Reveals VLMs Struggle with Temporal Reasoning, Rely on Language Priors
Research presented at EMNLP 2025 shows vision-language models score poorly on a video sequencing task where humans excel, with models like Gemini 2.0 Flash reaching 51% accuracy versus human performance of 85%. Models frequently rely on visual shortcuts and language descriptions rather than true visual understanding.