15 Sources
[1]
Xcode 26.3 adds support for Claude, Codex, and other agentic tools via MCP
Apple has announced a new version of Xcode, the latest version of its integrated development environment (IDE) for building software for its own platforms, like the iPhone and Mac. The key feature of 26.3 is support for full-fledged agentic coding tools, like OpenAI's Codex or Claude Agent, with a
[2]
Agentic coding comes to Apple's Xcode with agents from Anthropic and OpenAI | TechCrunch
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
[3]
Apple's Xcode adds OpenAI and Anthropic's coding agents
Apple is building OpenAI and Anthropic's AI-powered coding agents directly into Xcode. New integrations in Xcode 26.3 will give developers the ability to call upon Anthropic's Claude Agent and OpenAI's Codex to write and edit code, update project settings, search documentation, and more. Xcode is
[4]
Xcode 26.3 finally brings agentic coding to Apple's developer tools
Xcode 26.3 adds autonomous AI agents inside the IDE.Agents can build, test, and fix compile errors on their own.New visual checks use screenshots, but device limits remain. Apple today introduced a major update to its Xcode development environment, the tool most developers use to build apps for
[5]
You Can Now Vibe Code Apple Apps With Claude, OpenAI's Codex
The latest version of Apple's Xcode, a developer toolkit for creating apps across its devices, has added support for Anthropic's Claude Code and OpenAI's Codex. Both are among the most popular vibe coding tools, or "agentic coding" tools, as Apple puts it. (The definition is a bit loose.)
[6]
Apple just made Xcode better for vibe coding
Apple has just released Xcode 26.3, and it's a big step forward in terms of the company's support of coding agents. The new release expands on the AI features the company introduced with Xcode 26 at WWDC 2025 to give systems like Claude and ChatGPT more robust access to its in-house IDE. With the
[7]
Apple adds agents from Anthropic and OpenAI to its coding tool
Tim Cook, CEO of Apple Inc., during the Apple Worldwide Developers Conference at Apple Park campus in Cupertino, California, on June 9, 2025. Apple said it's introducing agentic coding into its flagship coding tool called Xcode, throwing its weight behind one of the hottest trends in Silicon
[8]
Apple announces agentic coding in Xcode with Claude Agent and Codex integration - 9to5Mac
Apple has announced a major upgrade for Xcode: support for agentic coding. Apple says that developers can now build apps with coding agents such as Anthropic's Claude Agent and OpenAI's Codex directly inside Xcode. In a post on its Newsroom site today, Apple explains that agents like Claude Agent
[9]
Xcode 26.3 Lets AI Agents From Anthropic and OpenAI Build Apps Autonomously
With Xcode 26.3, Apple is adding support for agentic coding, allowing developers to use tools like Anthropic's Claude Agent and OpenAI's Codex right in Xcode for app creation. Agentic coding will allow Xcode to complete more complex app development tasks autonomously. Claude, ChatGPT, and other AI
[10]
Apple launches Xcode 26.3, brings even more AI power to coding on Mac
Anthropic Claude Agent and OpenAI Codex are fully integrated Apple has announced a major upgrade as part of Xcode 26.3 which brings more powerful AI coding to the platform, including agentic AI to automate some of the tasks needing less human oversight. The IDE, which was built by Apple
[11]
Apple integrates Anthropic's Claude and OpenAI's Codex into Xcode 26.3 in push for 'agentic coding'
Apple on Tuesday announced a major update to its flagship developer tool that gives artificial intelligence agents unprecedented control over the app-building process, a move that signals the iPhone maker's aggressive push into an emerging and controversial practice known as "agentic
[12]
Xcode's new AI agents don't just suggest code, they get things done for you
Apple's Xcode 26.3 adds agentic AI from OpenAI and Anthropic, pushing Apple's IDE from a helpful assistant into something closer to a junior developer. Apple has quietly turned Xcode, its venerable app-building machine, into an AI-driven software that can now harness agentic coding. Last year, the
[13]
Apple introduces agentic coding support in Xcode 26.3
Apple introduced support for agentic coding in Xcode 26.3 on Tuesday, enabling developers to integrate autonomous AI agents including Anthropic's Claude Agent and OpenAI's Codex directly into the development environment. The update expands Xcode's existing intelligence features by granting
[14]
Apple's Xcode Upgraded With Agentic Coding Powers From OpenAI, Anthropic
Currently, agentic coding is available via Codex and Claude Agent Apple is adding more artificial intelligence (AI) capabilities in Xcode, its integrated development environment (IDE) for building apps across its platforms. The Release Candidate of Xcode 26.3 began rolling out for developers on
[15]
Apple Says Hello to Agentic Coding; Announces Xcode Version with Claude and Codex
Having lagged behind other big tech giants on AI adoption, Apple has suddenly sped forward with AI integration of Siri and now including agentic AI options All this while, the market was questioning Apple for being slow in its AI implementation. Suddenly, the company seems to have found its mojo
Share
Copy Link
Apple has released Xcode 26.3, integrating Anthropic's Claude Agent and OpenAI's Codex directly into its development environment. Using Model Context Protocol, these AI-powered coding agents can autonomously build projects, run tests, and fix errors while accessing Apple's developer documentation. The update marks a shift from basic AI assistance to full agentic coding capabilities for iOS, Mac, and other Apple platform developers.
Apple announced Xcode 26.3, introducing agentic coding capabilities that allow autonomous AI agents to work directly within its integrated development environment. The release candidate is now available to members of the Apple Developer Program, with a full App Store release coming soon
1
2
. This update enables developers building apps for iPhone, iPad, Mac, Apple Watch, and Vision Pro to leverage Anthropic's Claude Agent and OpenAI's Codex for complex automation tasks that go far beyond the chat interface and code completion features introduced in previous releases.
Source: MacRumors
The integration relies on Model Context Protocol (MCP), an open standard that exposes Xcode's capabilities to external AI-powered coding agents. Through MCP, Xcode acts as an endpoint that provides machine-invocable interfaces, giving agents access to IDE primitives including file graphs, project settings, developer documentation, and code previews
1
4
. While OpenAI and Anthropic receive privileged placement in Xcode's settings, the MCP architecture means any compatible agent or tool can connect with the platform, potentially including models running locally. Apple worked closely with both companies to optimize token usage and tool calling to ensure agents run efficiently within the development workflow2
.The agentic coding capabilities in Xcode 26.3 allow autonomous AI agents to explore project structures, understand metadata, build projects, run tests, and fix errors without constant user intervention
2
4
. Developers can assign tasks through a side panel interface using natural language commands in a prompt box. The agents break down complex requests into smaller steps, making it easy to track progress and understand code changes. As agents work, they access Apple's current developer documentation to ensure they use the latest APIs and follow best practices. Changes are highlighted visually within the code, while a project transcript shows what's happening under the hood. At the end of each process, agents verify that code works as expected and can iterate further to fix errors if needed2
.
Source: TechCrunch
Related Stories
Susan Prescott, Apple's vice president of Worldwide Developer Relations, stated that "agentic coding supercharges productivity and creativity, streamlining the development workflow so developers can focus on innovation"
4
. The update addresses previous limitations where earlier Xcode AI features would crash or hang when handling complex app development tasks. Apple is positioning agentic coding as a foundation for future development workflows, particularly beneficial for solo developers and small teams. The release also represents another acknowledgment that Apple's homegrown AI tools lag behind industry leaders, following its decision to integrate Google Gemini and pivot from developing its own Swift coding assistant5
. To help developers adopt these AI-driven workflows, Apple is hosting a code-along workshop where users can learn to use agentic coding tools in real-time. Developers can easily revert code to its original state at any point, as Xcode creates milestones every time an agent makes a change2
.
Source: VentureBeat
Summarized by
Navi
[2]
[5]
1
Technology

2
Technology

3
Science and Research
