Xcode 26.3 finally brings agentic coding to Apple's developer tools


Follow ZDNET: Add us as a preferred source on Google.
ZDNET's key takeaways
- 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 iPhone, iPad, Mac, Apple Watch, and even the Vision Pro.
Xcode 26.3 is now available as a release candidate. This newest version substantially increases Apple's coding intelligence features with built-in support for agentic coding. This will allow autonomous coding agents to work directly inside the IDE.
Also: I used Claude Code to vibe code a Mac app in 8 hours, but it was more work than magic
Allowing coding agents to work inside Xcode is not new. I demonstrated an earlier version of this capability back in November. The version 26.3 difference? Apple says that agents like Claude Code and OpenAI Codex can now handle complex development tasks.
A shift from assistants to agents
Apple is positioning this update as a major expansion of the basic intelligence features first introduced in Xcode 26. Here's why that matters:
Back in November, I was able to get "Hello, world" to work inside of Xcode. However, once I tried coding a complex iPhone app, the Xcode integration crashed and burned. The IDE regularly hung and crashed, rendering it unusable. I also found that Xcode was unable to fill out the wide range of IDE-based forms required to create an app.
Also: I used Claude Code to vibe code a Mac app in 8 hours, but it was more work than magic
At that point, I turned to Claude Code, which I ran entirely in the terminal. Claude Code did everything that Xcode didn't, which allowed me to first build a powerful iPhone app, then a Mac app, and later a Watch app.
The Xcode I originally used had AI features focused on code suggestions, editing, and conversational help, which is probably why the agentic requests I gave it caused it to cry. This new release promises to be better at that kind of workload.
Also: How to create your first iPhone app with AI - no coding experience needed
In a pre-launch briefing, I asked Apple's Xcode team leaders about whether this release would overcome the previous Xcode AI limitations I had encountered. Apple's experts confidently stated that, with this Xcode 26.3 release, the IDE moves beyond prompts and responses, giving agents broader autonomy and deeper access to project context. Apple says this release supports faster iteration, reduced manual steps, and tighter integration with Apple's unique coding environment requirements.
Support for multiple models and open standards
According to Susan Prescott, vice president of Worldwide Developer Relations, "Agentic coding supercharges productivity and creativity, streamlining the development workflow so developers can focus on innovation."
Apple is now actively positioning agentic coding as a foundation for future development workflows. Apple's view is that its new coding intelligence features put advanced technologies directly into developers' hands, with an emphasis on reducing friction for solo developers and small teams.
Also: Claude Code made an astonishing $1B in 6 months - and my own AI-coded iPhone app shows why
As with the previous Xcode release, Xcode 26.3 includes native integrations with Claude Code and ChatGPT Codex. These are both agents that come with fairly hefty monthly fees.
When I last tested Xcode, it did allow for adding additional providers, so it's possible that local and free coding models might also be usable. I'll be testing that soon and will report back on how that works.
Xcode 26.3 is also opening up capabilities through the Model Context Protocol, an open standard originated by Anthropic that allows models and apps to communicate. This should allow any compatible agent or external tool to connect with Xcode's features.
What agents can do inside Xcode
Once you choose an agent model, that agent can dig into file structures, fully understand the overall architecture of a project, and smartly identify which files need changes.
The agent can build projects, run tests, and identify compile errors without direct user intervention. Agents can also run complex, lengthy tasks, proceeding autonomously until they complete or until user input is required.
I'm really curious about how this works in practice, because the previous Xcode would hang whenever an assignment was too long or complex. I was running Xcode on a very powerful computer, an M4 Max Mac Studio with 128GB RAM, so the performance friction wasn't caused by the machine. It was all in Xcode. It would be very nice if that problem were now solved.
As of this new release, internal project settings and configurations can also be updated within the Xcode AI workflow. I can already do this via Claude Code's terminal interface, but it would be nice to be able to do it from within Xcode.
When I built my iPhone, Mac, and Watch apps, the only time I needed to go into Xcode was to actually cause the AI-generated programs to run. But with Xcode 26.3, Apple says AI agents can launch apps autonomously from within the IDE.
In a brand-new feature that shows serious promise, agents can also capture screenshots of the programs they launch to perform visual verification of UI output. If that works, that could provide a powerful boost to project turnaround and autonomy. It would allow the AIs to check whether changes actually reach the app, rather than requiring constant by-hand tests that take human time.
On the other hand, there are limits. The Xcode simulators can't take photos, scan NFC tags, or share data via iCloud. Since my programs do all three of these things, they must be tested on-device. For such on-device operations, the visual verification feature is not available.
Availability and next steps
Xcode 26.3 is available here as a release candidate for Apple Developer Program members. A full public release will be available soon through the Mac App Store. If you already have Xcode installed, you'll be able to update it the same way you update all your other Mac App Store apps.
Apple is also offering an online developer training event in the new Xcode on February 5. Sign up here.
What do you think about Apple bringing full agentic coding directly into Xcode? Have you tried AI-powered coding in the IDE before? If so, how did it compare to using tools like Claude Code or Codex in the terminal?
Does visual verification and autonomous building/testing change how comfortable you'd be letting an agent handle complex tasks? Do you think this update is enough to keep you working primarily inside Xcode, or will external tools still play a bigger role in your workflow? Let us know in the comments below.
You can follow my day-to-day project updates on social media. Be sure to subscribe to my weekly update newsletter, and follow me on Twitter/X at @DavidGewirtz, on Facebook at Facebook.com/DavidGewirtz, on Instagram at Instagram.com/DavidGewirtz, on Bluesky at @DavidGewirtz.com, and on YouTube at YouTube.com/DavidGewirtzTV.