Agentic coding comes to Apple’s Xcode with agents from Anthropic and OpenAI

by | Feb 3, 2026 | Technology

Apple is bringing agentic coding to Xcode. On Tuesday, the company announced the release of Xcode 26.3, which will allow developers to use agentic tools, including Anthropic’s Claude Agent and OpenAI’s Codex, directly in Apple’s official app development suite.

The Xcode 26.3 Release Candidate is available to all Apple Developers today from the developer website and will hit the App Store a bit later.

This latest update comes on the heels of the Xcode 26 release last year, which first introduced support for ChatGPT and Claude within Apple’s integrated development environment (IDE) used by those building apps for iPhone, iPad, Mac, Apple Watch, and Apple’s other hardware platforms.

The integration of agentic coding tools allows AI models to tap into more of Xcode’s features to perform their tasks and perform more complex automation.

The models will also have access to Apple’s current developer documentation to ensure they use the latest APIs and follow the best practices as they build.

At launch, the agents can help developers explore their project, understand its structure and metadata, then build the project and run tests to see if there are any errors and fix them, if so.

To prepare for this launch, Apple said it worked closely with both Anthropic and OpenAI to design the new experience. Specifically, the company said it did a lot of work to optimize token usage and tool calling, so the agents would run efficiently in Xcode.

Xcode leverages MCP (Model Context Protocol) to expose its capabilities to the agents and connect them with its tools. That means that Xcode can now work with any outside MCP-compatible agent for things like project discovery, changes, file management, previews and snippets, and accessing the latest documentation.

Developers who want to try the agentic coding feature should first download the agents they want to use from Xcode’s settings. They can also connect their accounts with the AI providers by signing in or adding their API key. A drop-down menu within the app allows developers to choose which version of the model they want to us …

Article Attribution | Read More at Article Source