← Reddit

60 t/s on Claude Code feels painfully slow. How do you deal with it?

Reddit · VlaadislavKr · June 19, 2026
Recent throughput benchmarks reveal significant performance gaps between AI models, with Claude Opus at 60 tokens per second lagging behind competitors like Gemini 3.5 Flash (~284 t/s) and GPT-5.5 (~90 t/s). A developer using Claude Code daily reported that while the output quality meets expectations, the slower generation speed disrupts workflow and focus. The developer sought strategies from other Claude Code users for managing productivity with the reduced throughput.

Detailed Analysis

A Reddit thread in r/Anthropic highlights a growing tension in the AI coding assistant market: the tradeoff between output quality and inference speed, specifically as it relates to Anthropic's Claude models within the Claude Code environment. The original poster reports throughput benchmarks showing a stark divergence across frontier models — Gemini 3.5 Flash at approximately 284 tokens per second, GPT-5.5 at roughly 90 tokens per second, and Claude 4.6 (both Sonnet and Opus variants) at around 60 tokens per second. Having migrated from GPT-based tooling to Claude's Opus model for agentic coding tasks, the poster acknowledges clear quality advantages but describes the speed reduction as disruptive to developer workflow, a phenomenon commonly referred to as "flow state" interruption in productivity literature.

The throughput gap described in the post is not incidental — it reflects fundamental architectural and infrastructure tradeoffs that Anthropic has made in prioritizing model capability and reliability over raw generation speed. Claude's larger, more deliberative models, particularly Opus-tier variants, are designed for complex multi-step reasoning tasks, making them well-suited for agentic coding environments like Claude Code where accuracy, instruction-following, and long-context coherence matter more than millisecond responsiveness. The 60 t/s figure, while slower than competitors, still represents meaningful real-world output for most coding tasks, and the poster's own admission that "the quality is definitely there" underscores that the speed complaint is primarily a psychological and ergonomic one rather than a functional limitation.

The broader context here touches on the emerging competitive dynamics of AI-assisted software development. Gemini Flash's 284 t/s throughput reflects Google's strategic emphasis on speed and cost efficiency — particularly for high-frequency, lighter-weight use cases — while GPT-5.5's middle-ground position at 90 t/s suggests OpenAI is attempting to balance both dimensions. Anthropic, by contrast, has positioned Claude Code as a premium agentic coding product where the model is expected to execute longer, more autonomous task chains. In that context, absolute tokens-per-second is a less relevant metric than the quality of each token produced and the reliability of multi-turn agentic behavior across complex codebases.

The developer community's reaction to this tradeoff illuminates a maturing conversation about what "performance" means in AI tooling. For autocomplete-style or rapid iterative feedback use cases, speed is paramount. For agentic workflows — where a model might be autonomously writing, testing, and refactoring code across dozens of files — thoughtful, high-quality output with fewer errors is far more valuable than sheer throughput. The Reddit thread's framing of the problem as a workflow management issue (context-switching while the model runs) is itself evidence that the use case has evolved beyond simple prompt-response interaction into something closer to asynchronous delegation, a paradigm shift that favors Anthropic's architectural bets even if it frustrates users accustomed to faster, shallower models.

This discussion arrives at a critical juncture for the agentic AI market, as developers begin to internalize that different models are optimized for fundamentally different task profiles. Anthropic's challenge is not necessarily to close the raw speed gap with Gemini Flash — a model built for different use cases — but to ensure that Claude Code's infrastructure delivers Claude's ceiling-level quality consistently and that latency improvements, whether through speculative decoding, distillation, or infrastructure scaling, keep pace with user expectations. The thread ultimately reflects a healthy signal for Anthropic: users are choosing Claude for quality despite the speed penalty, which validates the company's differentiation strategy, but also suggests that even modest throughput improvements could significantly reduce friction and cement long-term developer loyalty in an increasingly crowded market.

Read original article →