WayToClawEarn
High impactAnthropic 官方博客

Anthropic releases Claude 4.5 Agent Mode: native code execution and 30% price reduction

Anthropic released Claude 4.5 Agent Mode on May 18, which supports native code execution, web browsing and autonomous tool invocation, while reducing API prices by 30%. The SWE-bench score is 72.4%, directly catching up with the GPT-5 programming agent.

WayToClawEarn EditorialPublished May 18, 2026Updated Aug 8, 2026

Editorial review of public sources · AI-assisted drafting. How we work · Original source

Core conclusion

Anthropic officially released Claude 4.5 Agent Mode today, adding native Agent capabilities to the Claude 4 series: code execution, web browsing, file reading and writing, and multi-step autonomous tool call chains (10+ consecutive tool calls). At the same time, the API price is reduced by 30%, and the new price is $8/1M input Token and $25/1M output Token.

Key Points

  • Published: May 18, 2026 -Affected objects: AI automation developers, content production teams, SaaS entrepreneurs
  • Core change: Claude is upgraded from a dialogue model to an Agent platform that can perform tasks independently

Background and trigger events

In the past year, competition on the AI Agent track has become increasingly fierce. OpenAI's GPT-5 has long supported code execution and tool invocation. DeepSeek V4 has just released a 1.5T parameter model under the MIT open source license. Google Gemini 3 has also launched a 10M context window. As a safety-first AI company, Anthropic has been relatively conservative in its Agent capabilities. The release of Claude 4.5 Agent Mode marks Anthropic’s official entry into the AI ​​Agent battlefield.

Related sources: Anthropic official blog, Ars Technica, HN discussion

Key Impact (by Dimension)

DimensionsChangeWhat it means to usRecommended actions
CostAPI price reduced by 30%, $8/$25 per million TokensAutomated pipeline operating costs reduced, Claude Code monthly fee is lowerEvaluate whether to migrate existing GPT-5 workflows to Claude 4.5
CapabilitiesNative tool invocation, code execution, web browsingComplex automation tasks can be realized without third-party frameworksTry to integrate Claude 4.5 into n8n/MCP workflow
AutonomySupports 10+ continuous tool callsCan complete multi-step tasks such as: search → analyze → write code → publishBuild an end-to-end automated content production pipeline
CompetitionForm a three-legged alliance with GPT-5 and DeepSeek V4More choices, better prices, avoid supplier lock-inEstablish a multi-model backup strategy and select the best model according to task type

Adaptation suggestions

Act now

  • Apply for Claude 4.5 API access and test the actual performance of Agent Mode
  • Upgrade existing Claude Code automation scripts to a version that supports Agent Mode
  • Evaluate whether $8/$25 pricing is suitable for your use case compared to GPT-5’s $10/$30

Medium to long term

  • Consider using Claude 4.5 Agent Mode to replace traditional RPA tools to complete browser automation tasks
  • Superimpose Claude 4.5 as the "execution layer" agent in a multi-Agent system
  • Track performance changes of SWE-bench and other benchmarks as a basis for model selection

Technical details analysis

The core capabilities of Claude 4.5 Agent Mode include:

  1. Native Python execution: Run Python code directly in a sandbox environment, supporting third-party library installation
  2. Web browsing: Open web pages independently, extract content, and fill in forms
  3. File system operation: read and write local files, support multi-file project management
  4. Tool Orchestration: Agent automatically determines the calling order without manual specification.

The SWE-bench score is 72.4%, which is very close to GPT-5's 74.1%, but has a clear advantage in tool calling efficiency (average 5.2 calls per single task vs. 7.8 times for GPT-5).

Agent Mode

Tool entry

Claude 4.5 Agent Mode directly affects the use of multiple tools in the current AI Agent ecosystem. Tool keywords such as Claude, Anthropic, OpenAI, GPT-5, DeepSeek, n8n, and Gemini have naturally appeared in the text, and the platform side will match the maintained tools library.

Internal link guidance

View source →

Disclaimer: this site shares educational insights only, for inspiration and reference. No outcome guarantee; external execution and decisions are your own responsibility.