Xcode 26.3 introduces agentic coding, a new way for developers to build apps inside Apple’s development environment with far more autonomy and speed. This update lets AI coding agents take real actions inside a project instead of only suggesting code.
Developers can now ask an agent to add features, fix issues, or improve an app, and Xcode works with that agent to carry out the work across the full development process. As a result, building, testing, and refining apps inside Xcode becomes faster and more structured, while developers stay in control of every change.
Apple worked closely with Anthropic and OpenAI to bring their coding agents directly into Xcode. This includes Anthropic’s Claude Agent and OpenAI’s Codex, which now run inside the editor with deep access to project files, build tools, and developer documentation.
Susan Prescott, Apple’s vice president of Worldwide Developer Relations, said, “At Apple, our goal is to make tools that put industry-leading technologies directly in developers’ hands so they can build the very best apps. Agentic coding supercharges productivity and creativity, streamlining the development workflow so developers can focus on innovation.”
How agentic coding works in Xcode 26.3
Agentic coding changes how developers interact with Xcode. Instead of writing every step by hand, developers describe what they want in natural language. Xcode then works with the agent to turn that request into a set of clear tasks that the agent carries out across the project.
A typical workflow looks like this:
- A developer asks an agent to add a new feature to an app.
- The agent studies the project structure to understand how the app is organized.
- It reads documentation, APIs, and code samples that match the task.
- It adds or edits files to implement the feature.
- It builds the project and runs tests inside Xcode.
- If errors appear, it reads the logs and keeps fixing issues until the build passes.
- It finishes by providing a clear summary of what it changed.
Throughout this process, developers can watch every step in the Xcode sidebar. They can also roll back to an earlier state if they do not like a result, which makes it easy to test different approaches without risk.
Tools, models, and open standards
Xcode 26.3 includes built-in support for Claude Agent and Codex, and developers can add either one with a single click in the settings. These agents update automatically as their creators release new versions, although developers need their own Anthropic or OpenAI accounts and pay for API usage.
At the same time, Apple made Xcode open to other tools through the Model Context Protocol. This open standard lets any compatible agent connect to Xcode and use the same deep project access, which gives developers the freedom to choose the model that best fits their work.
The release candidate of Xcode 26.3 is now available, and the final release is expected soon. With agentic coding in place, Xcode becomes not just an editor but a partner that helps developers build, test, and improve apps with greater speed and clarity.