AI startup Anthropic has been hit with a federal class-action lawsuit accusing the company of misleading consumers regarding the usage limits of its premium Claude Max plans.
According to The Wall Street Journal, Washington D.C. resident Karl Kahn filed the lawsuit, claiming #Anthropic oversold the actual usage capacity of its Max 5x and Max 20x tiers. The complaint alleges that the actual usage caps are opaque and significantly lower than advertised on Anthropic's website.
Anthropic currently offers three paid tiers for individuals. While the basic Claude Pro plan costs $17 per month, the company introduced the Max 5 and Max 20x plans in April 2025, priced at $100 and $200 per month respectively, promising up to 5 and 20 times the usage of the Pro tier.
However, the lawsuit alleges that the delivered usage is far below advertised levels. Kahn upgraded to the Max 20x plan to support his development workflow using Claude Code, but quickly hit weekly limits. In one instance, a single five-hour coding session consumed 15% of his entire weekly allowance. Anthropic has declined to comment on the matter.
Anthropic's stringent rate limits have been a common pain point in developer communities like Reddit. Last July, Anthropic was forced to impose weekly limits on #Claude Code because some users were running the coding agent continuously 24/7 in the background. The fundamental issue lies in the high cost of Token consumption required by LLMs for both input and output operations, especially when running agentic workflows.
[AgentUpdate Depth Analysis] This lawsuit exposes a fundamental structural conflict within the AI Agent ecosystem: the mismatch between flat-rate subscription models and the exponential compute demands of autonomous agents. Unlike static chat interfaces, coding agents like Claude Code or Cursor run continuous loop workflows, self-correcting code, and processing massive codebases, which rapidly drains token budgets. As Anthropic struggles to balance server costs with user expectations, it highlights that "unlimited" or even "high-limit" tiering is economically unsustainable for agentic tasks under current LLM architectures. This case will likely accelerate the industry's shift away from SaaS-style subscriptions toward transparent, utility-based Pay-as-you-go #pricing models, or require users to bring their own API keys to ensure sustainable monetization.