Claude Pro User Reports 5-Hour Usage Window Burned on Single Prompt with No Output

A Reddit user /u/TaleOfACat reports a frustrating experience with Claude Pro: a single prompt consumed their entire 5-hour usage window (100%), yet the model returned no usable output. Instead of delivering code, Claude entered what the user calls “project architect mode” — outputting paragraphs like “surveyed project scope” and “architected comprehensive redesign” with no final file. The model then hit its own internal limit and prompted the user to send a “continue” message to proceed.
The user acknowledges that tokens are consumed as generation starts, but argues that as a paying user, this is a broken experience. Key complaints:
- Burning an entire usage window on internal “planning” that produces no deliverable.
- Encouraging another “continue” message after the usage is already drained.
- Lack of a goodwill adjustment or safety mechanism when the model clearly fails to deliver the requested output.
The post reflects a common pain point for Claude Pro users: the unpredictability of token consumption when the model engages in extensive internal reasoning without producing a final result. The user suggests that the product should at minimum avoid consuming the window on non-deliverable text and not prompt additional messages after draining the usage.
📖 Read the full source: r/ClaudeAI
👀 See Also

Anthropic API Billing Bug: Sonnet Model Charged at Opus Rates
A user discovered that the Anthropic API is incorrectly billing the claude-sonnet-4-6 model at Opus pricing rates, despite returning the correct model string. The bug was identified through analysis of raw event data showing a cost discrepancy.

Fine-tuned Qwen3 Small Models Outperform Frontier LLMs on Specific Tasks at Lower Cost
Distilled Qwen3 models (0.6B to 8B parameters) matched or beat frontier API models like GPT-5, Gemini, and Claude on 6 out of 9 tasks including function calling and Text2SQL, with cost as low as $3 per million requests versus $378 for comparable performance.

Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills
Claude Code Engineer released three updates: the AskUserQuestion tool now supports markdown snippets for diagrams and code examples, a new HTTP hook handler allows hooks to post to HTTP endpoints, and two new skills have been added.

Local Qwen 3.6 vs Frontier Models on a Coding Primitive: Single-File HTML Canvas Driving Animation
A Reddit user pitted local Qwen 3.6 quants against frontier models (Claude, Gemini, GPT, Kimi) on a dense single-file HTML canvas driving animation task. The local Qwen 3.6-27B Q4_K_M delivered more natural motion and layering than some frontier outputs.