Apple is expanding Xcode's role from code editor to active collaborator, adding built-in agentic coding tools that can plan, execute, and iterate on development tasks alongside developers.
On Tuesday, Apple announced the upcoming release of Xcode 26.3. This time, Xcode will see newly added support for agentic coding with popular LLM chatbots like Anthropic's Claude Agent and OpenAI's Codex.
That's right — Apple is bringing fully integrated vibe coding to Xcode.
"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," Susan Prescott, Apple's vice president of Worldwide Developer Relations, said in an Apple Newsroom post.
"Agentic coding supercharges productivity and creativity, streamlining the development workflow so developers can focus on innovation,"
Vibe coding, a phrase coined by AI researcher Andrej Karpathy, is the process of describing an app or feature to a chatbot using natural language. Once explained, the chatbot, such as Claude Agent, Codex, or Cursor, creates the app.
It cuts down time spent hand coding, and lowers the bar to entry on developing.
Now, in Xcode 26.3, developers can install the chatbots of their choice and use them to quickly build or iterate on projects. Agentic coding allows Xcode to break down tasks, fix errors, and make decisions based on the project's architecture.
Installing agents is easy. In Xcode settings, there are one-click install options to integrate Claude and Codex. Agents are kept up-to-date automatically.
Additionally, a Model Context Protocol (MCP)-compatible agent will have access to Xcode 26.3 capabilities.
Additionally, there are new built-in tools that are designed to help models get a clearer picture of what is going on. For example, models can now take screenshots of the app preview and analyze them.
After an agent finishes building or iterating, it will provide a simple language summary of its work. If a developer does not like what was produced, they can easily revert the project to any prior point in time.
Agentic integration isn't only geared towards those who want to minimize hand coding, either. Apple believes this will be a helpful tool for developers to learn new skills that can be applied across a wide array of projects.
For Apple, it's about giving developers both choice and freedom.
The road to Xcode
While the new announcement brings more AI into the Xcode development workflow, developers have been using AI to generate code for a long time.
Services such as Anthropic's Claude and ChatGPT's Codex have been writing code on behalf of their users, as have many others. Indeed, the industry covers many different development tools, and in cases like the recently launched ChatGPT Codex app for macOS, they can even write code without integrating with an IDE (Integrated Development Environment) at all.
Previous efforts to bring AI assistance to Xcode have included one October 2024 effort from GitHub Copilot. It was a development tool that provided code snippets via a chat interface, such as code completion, which could be directly inserted into code in Xcode.
Apple also demonstrated a similar tool during WWDC 2024, with Swift Assist intended as a companion within Xcode for predictive code creation. It was also meant to help developers quickly get up to speed on new SDK features so they can be added to new apps.
The idea was to use an Apple-created coding assistant, giving developers one more option in a marketplace that was gradually crowding.
By March 2025, OpenAI had updated the ChatGPT app for macOS with the ability to write code directly into Xcode. ChatGPT would read the code displayed in Xcode, apply the user's requested changes, and display the updated code in the ChatGPT app alongside an "Apply" button.
This method has been extensively tried out in our ongoing series about game development, and it is a very arms-reach style of AI-centric coding. Unlike in-IDE assistants, the ChatGPT app method is better for more gradual changes to code files, and as an entry point for beginner coders who may not necessarily want the full-blown vibe coding experience.
In August 2025, there were inklings of Apple planning to improve Swift Assist using native Claude integration. Apple then formally introduced support for OpenAI's GPT-5 model and Claude Sonnet 4.
Apple's latest Xcode announcement is set to make it even easier for developers to use AI code assistants of various kinds, including tough tasks such as bug fixing and code iteration.
While Apple believes it will be a useful aid for developers learning to code by hand, it may also open up more ways for vibe coders to quickly get their apps made and into the App Store.







