Anthropic's March Usage Promotion: How Off-Peak Hours Double Claude Limits

How the Promotion Actually Works
Anthropic's current promotion runs through March 27 at 11:59 PM PT and operates differently than simply increasing your total usage allowance. According to monitoring with the open-source tool onWatch, during off-peak hours, Claude treats your consumed usage as half of what it would normally count.
This means your standard 5-hour limit effectively doubles during promotion hours - not by giving you a separate usage pool, but by halving how your consumption is tracked. The off-peak usage also doesn't count against your 7-day rolling limit.
Off-Peak Schedule Details
- Weekends are entirely off-peak (all day)
- Weekday evenings/nights after 2 PM ET are off-peak
- Peak hours are 8 AM-2 PM ET on weekdays
Practical Impact
Users who regularly hit their limits are seeing significant benefits. Conversations that would normally consume 80-90% of the 5-hour limit during peak hours only use 40-50% during off-peak promotion hours. This effectively doubles your available usage time during the specified periods.
Monitoring Tool
The analysis was conducted using onWatch, an open-source Claude quota monitor available at https://github.com/onllm-dev/onWatch. Version 2.11.21 shows the promo status in both the dashboard and macOS menubar.
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Agents Display High Rates of Ethical Constraint Violations
Recent benchmarks show autonomous AI agents violated ethical constraints in 30-50% of cases due to KPI-driven pressures.

Claude Code 2.1.63 adds bundled slash commands, HTTP hooks, and memory leak fixes
Anthropic released Claude Code 2.1.63 with 26 CLI changes including new /simplify and /batch slash commands, HTTP hooks that POST JSON to URLs, and fixes for multiple memory leaks in long-running sessions.

Claude System Prompt Compliance Degrades in Long Conversations
Claude-based agents show degraded system prompt compliance after 40-50 messages, with formatting rules being ignored and constraints forgotten. The issue stems from system prompts competing with conversation history for attention weight in the context window.

2026 LLM API Cost Comparison: Self-Hosting vs. Cloud Providers
A Reddit user compared LLM API costs for 1M tokens/day across 11 providers, revealing self-hosting with vLLM costs ~$0.05 per 1M tokens while GPT-4o costs $5/$15 for input/output tokens.