Users report rate limit errors with Claude Fable 5 on Azure Foundry
Users are experiencing 429 rate limit errors when using Claude Fable 5 via Azure Foundry with Claude Code. The error message indicates a limit of 10,000,000 output tokens per minute for the specific organization. The issue has persisted for at least two days as of July 12, 2026.
Entities
Related
User seeks tips to avoid rate limits on Claude Max5
A Reddit user reports hitting rate limits on Anthropic's Claude Max5 within 1.5 hours of use in a 5-hour window. They describe a workflow using Fable Ultracode/Opus 4.8 High for planning and Opus 4.8 for execution, seeking community advice to reduce token consumption.
Users report Claude Code workflows fail due to lack of quota awareness
A developer on Reddit reports that Claude Code repeatedly launches large workflows without checking remaining API usage, causing them to fail partway through. The user suggests adding a capacity check upfront or a capacity-aware mode that limits agent spawning based on available quota.
Users report Claude subagent freezing and usage limit reset issues on MacOS
On July 11, 2026, multiple users reported problems with Anthropic's Claude on MacOS: Sonnet subagents spawned by Opus 4.6 freeze after starting tasks, and the usage limit UI shows reset but messages cannot be sent. Users suspect server-side issues not reflected on claude.ai.
Developer reports Claude performance degrades beyond 500K tokens, uses handover files to reset context
A developer working on a large C# plugin reports that Claude becomes increasingly unreliable after 500K tokens of context, with performance degrading significantly by 800-900K tokens. To work around this, they manually create a handover.md file summarizing the project state and start a new session, asking Claude to re-read key files. The post questions whether this is common practice and whether tools exist to automate the process.
Users report Claude Code consuming excessive usage due to large context bug
Multiple users report that Claude Code consumes 20-40% of their usage allowance per session due to a bug that sends 300k+ message contexts even on fresh sessions. One user lost significant paid usage before realizing the issue. Another user describes a layered configuration setup with CLAUDE.md and AGENTS.md files, and a cleanup that removed ~700MB of empty content but still faced model selection inefficiencies.