What Changed — A Temporary Capacity Boost
Anthropic has announced a two-week promotion where Claude's usage limits are doubled during off-peak hours. This is a temporary operational change, not a permanent feature update or model change. The goal is to provide more capacity for users during lower-traffic periods.
What It Means For You — More Code, Less Queue
For Claude Code users, this directly translates to increased ability to process larger codebases, run more complex refactoring sessions, or handle batch operations without hitting rate limits. If you've ever been throttled mid-task or had to split a large analysis into multiple sessions, this window is your chance to push through that work more efficiently.
Off-peak hours typically align with nights and weekends in Anthropic's primary regions (North America). While the exact hours aren't specified in the source, similar promotions from other AI providers usually define off-peak as 10 PM to 8 AM local time and all day Saturday/Sunday. You'll need to test or watch for official communication from Anthropic to confirm the exact schedule.
How To Take Advantage — Plan Your Heavy Lifting
Audit Your Backlog: Look at your project tasks. Identify the most token-intensive work: major refactors, large-scale test generation, database schema migrations, or documentation of entire modules. These are your priority for the off-peak window.
Schedule Batch Jobs: If you use Claude Code for repetitive tasks—like generating boilerplate for multiple components, writing unit tests for an entire service, or converting code styles—group them into a single off-peak session.
Prepare Your Context: To maximize the doubled limits, have your
CLAUDE.mdfile, relevant code files, and a clear task description ready before you start an off-peak session. Wasting tokens on setup eats into your bonus capacity.Consider Automation: If you have scripts or workflows that call the Claude API (
claude codecommands), consider scheduling them via a cron job or task scheduler to run automatically during the off-peak window.
This promotion runs for two weeks. Use it to tackle the coding problems you've been putting off due to scale.

