← Today's Issue / AI / May 18, 2026
Frontier models

Claude Opus 4.7 is aimed squarely at longer coding hand-offs

Anthropic’s latest Opus model focuses on advanced software engineering, higher-resolution vision and more controlled long-running work — with a few migration gotchas for teams already using Claude in coding pipelines.

Introducing Claude Opus 4.7 Anthropic 3 min
Claude Opus 4.7 is aimed squarely at longer coding hand-offs
Anthropic’s official image for Claude Opus 4.7.

Anthropic’s Claude Opus 4.7 is being pitched less as a general chatbot upgrade and more as a model for hard hand-offs: complex coding tasks, long-running agent work, higher-fidelity visual understanding and professional document production.

The company says Opus 4.7 is a notable improvement over Opus 4.6 in advanced software engineering, especially on difficult tasks that previously needed closer supervision. It also says the model is more precise about instructions and better at devising ways to verify its own outputs before reporting back. That is exactly the territory where agentic coding tools either become useful or become expensive noise.

For developer teams, the most interesting part is not just the model upgrade but the tooling around it. Opus 4.7 introduces a new `xhigh` effort level between high and max, giving users a finer trade-off between reasoning depth and latency. In Claude Code, Anthropic has raised the default effort level to xhigh for all plans, a clear signal that the company thinks harder coding tasks benefit from more deliberate reasoning.

Anthropic is also adding task budgets in public beta on the Claude Platform. These let developers guide token spend across longer runs, so the model can prioritise work rather than burn context indiscriminately. That matters for agents that need to inspect a codebase, edit files, run checks, respond to failures and continue.

Claude Code gets a new `/ultrareview` slash command, which starts a dedicated review session intended to find bugs and design issues in a set of changes. Pro and Max users get three free ultrareviews to try it. Anthropic has also extended auto mode to Max users, letting Claude make more permission decisions on the user’s behalf for longer tasks — a convenience feature, but one that teams should treat carefully around production code and client repositories.

There are migration wrinkles. Anthropic says Opus 4.7 uses an updated tokenizer, meaning the same input can map to roughly 1.0–1.35× as many tokens depending on content type. It also thinks more at higher effort levels, particularly in later turns of agentic sessions, which can increase output tokens. The company says the net effect was favourable in its internal coding evaluation, but recommends measuring on real traffic.

The practical takeaway: Opus 4.7 looks like a model to test on bounded, reviewable coding jobs rather than casual chat. Try it on bug hunts, multi-file refactors, test generation and design reviews. But retune prompts, watch token usage, and do not assume “more autonomous” means “less review”.

· · ·