The Agentic Era
No. 24 / 31The Agentic EraProduct2025

Claude 4

Claude 4 was the first model family measured less by what it could answer and more by how long it could be left working on its own.

Overview

Anthropic released Claude Opus 4 and Claude Sonnet 4 on May 22, 2025. The framing of the launch was a departure from the benchmark-first pattern of previous generations. Rather than leading with knowledge tests, Anthropic positioned the models around sustained performance on long-running tasks and agent workflows, the kind of work that unfolds over hours and thousands of steps rather than inside a single response.

The capability that made this possible was the ability to use tools during extended thinking. Earlier reasoning models produced an internal chain of thought and then acted; Claude 4 could alternate between reasoning and tool use within the same process, searching the web or running code partway through a thought and folding the result back into its reasoning. This closed a structural gap in agentic systems, where a model that could not gather evidence mid-reasoning had to guess or stop.

On coding evaluations, Claude Opus 4 reached 72.5% on SWE-bench and 43.2% on Terminal-bench, then the strongest published results on both. Pricing held at the level of the previous Opus and Sonnet generations, at fifteen dollars per million input tokens and seventy-five per million output tokens for Opus 4, and the models shipped simultaneously through Anthropic's API, Amazon Bedrock, and Google Cloud's Vertex AI.

Key Facts

  • 01Announced May 22, 2025, introducing Claude Opus 4 and Claude Sonnet 4 together.
  • 02Claude Opus 4 scored 72.5% on SWE-bench and 43.2% on Terminal-bench, the leading published results at release.
  • 03Both models could use tools such as web search during extended thinking, alternating between reasoning and action within a single process.
  • 04Opus 4 pricing remained consistent with the prior generation at fifteen dollars per million input tokens and seventy-five per million output tokens.
  • 05Available at launch through the Anthropic API, Amazon Bedrock, and Google Cloud Vertex AI.
Why It Matters

Claude 4 shifted the unit of evaluation. For most of the preceding decade the question had been whether a model could produce a correct answer to a hard question. Claude 4 was built and marketed around a different question: how long can this system be given a goal, a set of tools, and no supervision before it drifts, loops, or quietly fails? Coding was the first domain where that question could be measured honestly, because a task either compiles and passes tests or it does not.

This reframing reorganized the engineering around models as much as the models themselves. Once a system could work unattended for an extended period, the surrounding infrastructure had to change to match: permissions governing what it could touch, sandboxes for code it wrote, audit trails of the actions it took, and evaluation suites that measured completed work rather than single responses. The agentic tooling that became standard across the industry over the following year was largely a response to capability arriving at this length.

The People
Anthropic
Sources
[1]

Introducing Claude 4

Anthropic · 2025

https://www.anthropic.com/news/claude-4

[2]

System Card: Claude Opus 4 and Claude Sonnet 4

Anthropic · 2025

https://www-cdn.anthropic.com/6d8a8055020700718b0c49369f60816ba2a7c285/Claude%204%20System%20Card.pdf

[3]

SWE-bench: Can Language Models Resolve Real-World GitHub Issues?

Carlos E. Jimenez, John Yang, Alexander Wettig, Shunyu Yao, Kexin Pei, Ofir Press, Karthik Narasimhan · 2023

https://arxiv.org/abs/2310.06770