← Reddit

Feedback on Claude Design using Max 20 plan (spoilers: it gobbles tokens, needs work)

Reddit · sonicandfffan · April 19, 2026
Claude Design successfully imported a corporate design philosophy using 40% of weekly token allowance but failed to efficiently complete an 18-slide webinar project, consuming another 40% to produce buggy output and exhausting remaining tokens before fixes could be implemented. The user identified Claude's persistent issues with hierarchical object properties and concluded that excessive token consumption made the tool impractical even for Max 20 plan subscribers.

Detailed Analysis

A Max 20 plan subscriber's hands-on evaluation of Claude Design — Anthropic's recently launched AI-powered design tool — reveals significant friction in real-world usage, particularly around token consumption and persistent layout bug behavior. The user, working toward two concrete deliverables (importing a corporate design philosophy and building an 18-slide webinar), found that each task consumed roughly 40% of their separate weekly allowance. The design philosophy import phase performed reasonably well, producing accurate documentation of corporate style from a repository, screenshots, and example files. The webinar creation phase, however, proved deeply problematic: the first attempt produced a functionally broken slideshow, a hierarchical CSS layout bug required four iterative passes to partially resolve, and the user exhausted their weekly limit before achieving a polished final product.

The core technical failure identified in the review centers on a recurring behavioral pattern in Claude's code generation: a tendency to address layout symptoms in child objects rather than correcting the overriding property in the parent container. In the specific case described, a React-mounted div was not inheriting height correctly from its parent section element, causing visual breakage. This kind of diagnostic error — treating downstream effects rather than upstream causes — is not isolated to Claude Design but reflects a broader architectural limitation in how Claude Code approaches iterative debugging. Each failed fix introduced new regressions, compounding the token expenditure and leaving the user worse off than if they had started with a more targeted intervention. The author notes this pattern as a known liability from their existing Claude Code workflows.

The token consumption problem documented here maps closely to broader complaints among Max 20x subscribers in 2026. Anthropic's Max 20x plan, priced at $200 per month, provides approximately 220,000 tokens per five-hour rolling window — roughly 20 times the Pro plan allocation — yet users across multiple forums report the limit depleting far faster than the pricing implies it should. Claude Design operates on a separate weekly limit, adding an additional constraint that the reviewer appears to have exhausted without completing a single polished project. Research has shown that features like Claude Code and agentic tools consume tokens at dramatically elevated rates due to subagent calls, caching behavior, and large context window usage, and Claude Design likely follows a similar token-intensive architecture given its HTML-based, iterative rendering approach.

The irony highlighted in the review is analytically significant: just two days before Claude Design's launch, the same user successfully completed a comparable design task — a corporate flyer built in HTML — using Claude Code directly against their own repository and a personal "gotcha library" of known display bugs. That workflow was faster, cheaper in token terms, and produced a better result because the user retained direct control over model settings and could inject domain-specific debugging knowledge. Claude Design, by contrast, abstracts away that control in exchange for a friendlier chat-and-design interface, but in doing so removes the very levers that experienced users rely on to manage token efficiency and correct recurring failure modes. This suggests Anthropic's current Claude Design implementation optimizes for approachability over power-user productivity.

The broader implication for Anthropic is that productizing Claude's generative capabilities into fixed-interface tools introduces a quality regression for users who have already developed sophisticated prompting and workflow strategies around the raw API or Claude Code. Claude Design's interface receives genuine praise in the review — the speaker notes were well-styled and the UI showed clear potential — but the combination of aggressive token consumption, unresolved hierarchical layout reasoning gaps, and a weekly limit insufficient to complete a single presentation undermines its value proposition, especially at the Max 20x price point. For Claude Design to fulfill its "game changer" positioning, Anthropic would need to address both the model's parent-child property reasoning in layout contexts and the structural economics of token allocation for agentic design workflows, where multi-pass iteration is not an edge case but an expected part of the creative process.

Read original article →