← Reddit

Anyone Else Notice Claude Code Getting SLOWER 🐢?

Reddit · Effective-Eye-9928 · July 2, 2026
A user reported experiencing consistently slow performance with Claude Code via terminal applications on both an M4 Mac Studio with 64GB RAM and a new M5 MacBook Pro, despite optimization efforts and testing across all available models. In testing, Claude Code required 55 seconds or more to complete a simple analytics report task that manual methods accomplished in approximately 8 seconds. The slowness remained unresolved despite adjustments to settings and memory files.

Detailed Analysis

A Reddit thread in r/ClaudeAI has surfaced a recurring complaint among Claude Code users: the tool feels noticeably slower than it used to, even for simple tasks. The original poster, running a well-provisioned M4 Mac Studio with 64GB of RAM, describes testing multiple Opus model tiers—including higher-compute "xHigh" and "Max" reasoning settings—and finding all of them sluggish compared to manually executing the same task by hand. In one concrete example, the user compares pulling a 30-day Google Analytics 4 report manually (roughly 8 seconds) versus asking Claude Code to do it (55+ seconds across all model variants tested). Notably, the user reports the same slowness persists even after upgrading to a new MacBook Pro M5 and testing with the newest Opus model release, ruling out hardware or version-specific explanations.

This complaint touches on a persistent tension in agentic coding tools: the tradeoff between reasoning depth and response latency. Claude Code, like other agentic AI coding assistants, doesn't simply generate a single completion—it often performs multi-step reasoning, tool calls, file system checks, and iterative verification before returning a result. Higher-effort reasoning modes (like "xHigh" or "Max") are explicitly designed to trade speed for more thorough, accurate outputs, which makes sense for complex refactoring or debugging tasks but can feel like overkill for trivial, well-defined operations like pulling an API report. The frustration here is less about raw model speed and more about the mismatch between task complexity and the computational effort the system chooses to apply—a UX and orchestration challenge as much as a raw performance one.

The broader significance of this thread lies in what it reveals about user expectations as agentic coding tools mature. Early excitement about AI coding assistants centered on capability—could the model write correct code at all? As these tools have grown more capable and are integrated into daily professional workflows (the poster mentions onboarding a new team member and needing quick analytics turnaround), users increasingly judge them against the baseline of "how fast could I do this myself," not just "could a human do this without AI." This is a meaningful shift: it signals that for routine, well-understood tasks, users want near-instant execution, while reserving deeper reasoning modes for genuinely hard problems. Tools that don't intelligently scale effort to task complexity risk frustrating power users even as they remain impressive on harder benchmarks.

This pattern also reflects a broader industry-wide challenge facing Anthropic, OpenAI, and other labs building agentic systems: latency and cost scale with reasoning depth, and as models are asked to operate with more autonomy (calling APIs, managing files, chaining multi-step operations), the perceived responsiveness of the system becomes a competitive differentiator, not just an implementation detail. Complaints like this one—especially from technically sophisticated users comparing hand execution to AI-assisted execution—often serve as informal signals to model providers about where routing logic, default reasoning budgets, or caching strategies need tuning. As agentic coding tools compete for developer trust and daily-driver status, solving the "right-sized effort" problem will likely become as important as raw benchmark performance in determining which platforms win adoption.

Read original article →