Changes this week

Updated on

Claude Code: reviews and analysis

Anthropic's coding agent: works in your terminal, your IDE and the web.

Affiliate link · no extra cost to you

Our verdict

Our verdict · By Serchai

Claude Code is the reference among coding agents: you describe the task and it works alone on your repository, reading, editing and running until done. Its strength is serious work on real codebases, where the model's judgment and context handling make the difference. It ships inside Claude's paid plans, and the Pro plan's usage limits show on intensive days.

Best for: Developers who want to delegate whole tasks, not just autocomplete lines.

Published on · Updated on

What changed this week

Sweep of

4.0▼ 0.3before 4.3

The five structural axes stay exactly as they were on 3 August: this week's facts weigh on mood, not on the product. The score drops three tenths from the mood block (2.8), which weighs 20%: on 7 August Anthropic confirmed that from 14 August auto mode becomes the default permission setting on Pro, Max and Team, and on 9 August a user opened 49 issues in a single day documenting that safety filters still block legitimate work even in the newest release.

Price: $17Web sentiment: 2.8 / 5

  • down
  • no change
  • down

Down on the latest sweep, but it was moving the other way before: it may be a one-off.

We have tracked it since July 25, 2026: 4 sweeps on record, with the score moving between 4.0 and 4.4. We publish the latest change here; the full series is not published.

What people said this week

Tracked from August 3, 2026 to August 10, 2026 · 2 new signals

2.8/ 5Web sentiment
  • NegativeNew

    A user published a tool that automates reporting unjustified safety blocks and used it to open 49 issues in a single day over the same pattern, safety filters blocking legitimate work, which keeps appearing even in the newest release Read it

  • MixedNew

    Anthropic announced that from 14 August auto mode becomes the default permission setting on Pro, Max and Team plans, citing its own study where it blocked 89% of simulated dangerous actions against 13.6% caught by human review. The news drew wide coverage and also public scepticism about whether the problem is genuinely solved Read it

This week’s sentiment is one fifth of the score. It is only computed when there are at least two dated, linkable signals: without them, the score stays on the five sweep axes.

The internet picture · agentic sweepAugust 10, 2026

What the internet says

A week of big announcements and an unresolved controversy. On 7 August Anthropic confirmed that from 14 August auto mode becomes the default permission setting on Pro, Max and Team plans, backed by its own study, 89% of simulated dangerous actions blocked against 13.6% caught by human review. The same week brought cross-session messaging and self-hosted environments. But the problem already visible last week, safety filters blocking legitimate coding work, is still alive even in the newest release, and one user automated the reporting and opened 49 issues in a single day. The price has not moved, $17 a month paying the year up front and $20 a month on its own.

What the web repeats in favour

  • Understands whole codebases and follows project patterns: refactors, tests and multi-step features without constant supervision, now with Opus 5 by default and a one million token context
  • Runs in the terminal, IDE, desktop, web, mobile and CI sharing the same configuration, and since 4 August sessions can message each other and run on your own machines with self-hosted environments
  • It publishes a detailed changelog where each version lists what it fixes, and this week included two concrete security patches, destructive git commands in isolated sessions and a permission-restriction bypass in background tasks

What the web repeats against

  • Safety filters still block legitimate coding work and it remains unresolved: even in the newest release, 2.1.226, there are reports dated this week, and one user automated the reporting with their own tool and opened 49 issues in a single day with the same pattern. Anthropic offers a cyber verification programme as an appeals route, but the block itself keeps happening
  • Over 5,000 open issues in its repository, with recent cases such as a permission classifier that non-deterministically blocks commands it used to allow
  • From 14 August auto mode will be the default permission setting on Pro, Max and Team, so the already known tendency to keep deciding rather than stop and ask stops being a setting and becomes the factory default
  • It sends a lot of context before reading your request, the comparison against lighter agents has been coming up for months and this sweep found nothing to contradict it
  • There is no free working plan: it requires a paid subscription or a console account billed per token

Sweep sources: Official pricing · Docs · Press · GitHub · Communities

News

Latest Claude Code news

Product

Claude Code names the gateway spend cap when usage runs out

When an organization runs its own gateway with a spend limit, the usage-exhausted warning (v2.1.225) now names the cap amount, its reset time and the administrator's message. It requires updating the gateway to the same version. Source

Product

Claude Code can run sessions on your own machines on Team and Enterprise plans

The new self-hosted-runner command (v2.1.224) turns a machine or container you control into where Claude Code's web, mobile and desktop sessions run, available only on Team and Enterprise plans. It matters for anyone who needs code to stay inside their own network instead of relying on Anthropic's infrastructure. Source

Product

Claude Code adds a focus view and masks sandbox credentials in version 2.1.221

The new focus view hides tool activity behind an expandable per-turn summary, and the Linux and WSL sandbox now masks credential files instead of exposing them to commands running inside it. A prompt-auditing subcommand also ships. It's a maintenance release that cuts visual noise and closes a security gap, not a new paid feature. Source

Release

Opus 5 becomes the default Opus model, with a 1M-token context window

Version 2.1.219 switches the default model without changing plan prices, though Opus 5 fast mode bills at $10 and $50 per million tokens and Opus 4.7 drops out of fast mode. Source

Product

Subagents now run in the background by default

From 2.1.198 Claude keeps working while subagents run, and background agents close out code work by committing, pushing and opening a draft PR instead of stopping to ask. Source

Pros / Cons

Pros

  • Works autonomously on real repositories
  • Terminal, IDE, desktop app and web
  • Included in Claude's paid plans

Cons

  • No free plan: requires a paid subscription
  • Pro plan limits run out under intensive use

TLDR: Claude Code is the reference coding agent: you describe the task and it works alone on your repository, reading, editing and executing until done. It lives in the terminal, the IDE, the desktop app and the web, and ships inside Claude’s paid plans from $17 a month annually. Its strength is judgment on real codebases. Its limit, the Pro plan’s usage quota on intensive days.

What Claude Code is and how it works

Claude Code represents the category change separating this generation from the last: it is not autocomplete or a chat that suggests, it is an agent that takes a task and executes it. You say “fix this bug”, “add this feature with its tests” or “migrate this module”, and the agent reads the relevant files, plans, edits, runs whatever is needed and iterates until finished, with your supervision at whatever point you choose.

The practical difference from editor assistants lies in autonomy and context: it handles large codebases deciding what to read at each moment, chains steps without being told and uses the project’s tools (tests, linters, git) the way a teammate would.

It lives wherever you work: the terminal is its original home, with an IDE extension, a desktop app and a web version for launching tasks from anywhere. Underneath run Anthropic’s models, whose Claude family has set the reference in code from the start.

What it is like day to day

The habit change is real: you go from writing code to describing tasks and reviewing results. The first weeks teach you to calibrate what to delegate: well-defined tasks (a specific bug, a feature with clear criteria, a mechanical refactor) come out on their own, and ambiguous ones perform better if you first ask for a plan and correct it before execution.

The new craft is context. An instructions file in the repository (conventions, commands, architecture) multiplies the hit rate, because the agent stops guessing how things are done in your project. Teams that use it well treat that file as part of the code.

The frictions are two. The quota: the Pro plan covers a normal day, and intensive ones (or projects chaining agents) demand the jump to Max plans. And supervision: the agent does so much that the temptation to approve without reading is real, and the day you approve without reading is the day something breaks with your name on the commit.

Pricing and plans

Claude Code is not sold separately: it ships inside Claude’s paid plans, from $17 a month on annual billing ($20 monthly) for Pro, with Max plans from $100 multiplying the usage quota. No free plan includes it.

The math is direct for anyone already paying for Claude: the agent comes free. Starting from zero, the comparison with Codex usually gets decided by which assistant subscription you have or prefer, because both ship inside their respective plans. And for measuring real cost, the quota matters more than the monthly fee: an intensive developer ends up on Max, and it is worth knowing before doing the math.

Who it is for (and who it is not for)

Claude Code is for professional developers who want to delegate real work: complete tasks on existing repositories, with review as the craft’s new center. The larger and more real the codebase, the more its judgment advantage over the rest shows.

It is not for people who do not code: without the judgment to review what the agent does, the risk outweighs the saving, and for building applications without code there are builders like Lovable. Nor is it the zero-budget option: to try agents for free, Gemini CLI is the entry door.

Claude Code alternatives

The comparison everyone makes is with Codex, and we have it point by point in the Claude Code vs Codex comparison: the choice usually comes down to which subscription you already pay for. Cursor is the alternative for anyone who prefers the agent inside a visual IDE rather than the terminal. And around it grows its own ecosystem: Conductor orchestrates it in parallel and PaellaDoc gives it product memory and validation gates. The full list is at Claude Code alternatives and the ranking in the best AI coding tools.

Frequently Asked Questions

Do I need to know how to code to use Claude Code?

Yes. The agent executes autonomously, but reviewing what it produces demands technical judgment, and that review is exactly the work remaining on the human side. To build without code, app builders are the right category.

Is the Pro plan’s quota enough for daily work?

For a normal day of delegated tasks, yes. Intensive use (long sessions, several agents, large projects) drains the quota and calls for the Max plans, which multiply the limit five or twenty times.

How does it differ from Copilot?

Copilot was born as autocomplete and has been adding an agent. Claude Code was born an agent. On autonomy and judgment over complete tasks, Claude Code runs ahead. On entry price and GitHub integration, Copilot has its cards.

Can I use it on private company projects?

The team and enterprise plans are built for that, with the corresponding controls. As with any tool that reads your code, your company’s data policy comes before convenience.

Alternatives

Best alternatives to Claude Code

See all alternatives to Claude Code →

Guides

Guides that use Claude Code

Code

More tools in this category

What do you want to do?
Assisted decision · ES/ENRequirements · price · limitations · dated sources

What do you want to do?

Tell us in the same words you would use with another person.

We keep a sanitised query for 90 days to improve the engine. Privacy.