Claude Code 用戶面臨超乎預期的使用限制,官方已針對此問題進行調查並提出優化建議
Claude Code 用戶面臨超乎預期的使用限制,官方已針對此問題進行調查並提出優化建議。
Claude Code 近期因頻繁觸發使用限制引發使用者不滿,官方坦承此為糟糕的使用體驗,並針對導致「token」消耗過快的原因進行了調查與修復。
問題成因與調查
官方調查指出,導致使用者體驗不佳的主因並非計費錯誤,而是以下因素:
- 尖峰時段的限制更為嚴格。
- 1M context window 的對話區段規模擴大,導致消耗增加。
- 官方已修復部分程式錯誤,並導入效率優化與產品內彈出視窗,以減少大型 prompt 快取未命中(cache misses)的情況。
優化使用建議
為了緩解「token」消耗過快,官方建議使用者採取以下策略:
- 優先使用「 Sonnet 4.6 」作為 Pro 預設模型,因「Opus」的消耗速度約為其兩倍。
- 在不需要深度推理時,降低努力程度(effort level)或關閉擴展思考(extended thinking)。
- 避免恢復閒置約一小時的大型對話,建議重新開始。
- 透過設定環境變數
CLAUDE_CODE_AUTO_COMPACT_WINDOW=200000來限制 context window 大小。
後續行動
官方正持續推動效率改進,並呼籲使用者確保更新至最新版本。若小型對話仍出現不合理的消耗,建議使用 /feedback 指令回報,以便官方進行深入調查。
We're aware people are hitting usage limits in Claude Code way faster than expected. Actively investigating, will share more when we have an update!
— Lydia Hallie ✨ (@lydiahallie) March 30, 2026
Thank you to everyone who spent time sending us feedback and reports. We've investigated and we're sorry this has been a bad experience.
— Lydia Hallie ✨ (@lydiahallie) April 2, 2026
Here's what we found: https://t.co/WnaMXROIxE
Peak-hour limits are tighter and 1M-context sessions got bigger, that's most of what you're feeling. We fixed a few bugs along the way, but none were over-charging you.
— Lydia Hallie ✨ (@lydiahallie) April 2, 2026
We also rolled out efficiency fixes and added popups in-product to help avoid large prompt cache misses
Digging into reports, most of the fastest burn came down to a few token-heavy patterns. Some tips:
— Lydia Hallie ✨ (@lydiahallie) April 2, 2026
• Sonnet 4.6 is the better default on Pro. Opus burns roughly twice as fast. Switch at session start.
• Lower the effort level or turn off extended thinking when you don't need…
