Skip to Content

Apple Releases Xcode 26 Beta 7 With GPT-5 Support and Claude Integration

Apple today released the latest version of Xcode 26, introducing several new features that developers can take advantage of.

apple developer app feature
ChatGPT in Xcode now supports GPT-5, so developers can choose to start new conversations with GPT-5 or GPT-4.1. GPT-5 is the new default option, with two models to select from. GPT-5 is optimized for quick, high-quality results that Apple says will work for most coding tasks.

For more difficult tasks, developers can select GPT-5 (Reasoning), which spends more time thinking before providing a response.

Claude in Xcode is now available in the Intelligence settings panel in the Xcode app, so users can add their existing paid Claude account and use Claude Sonnet 4 for coding tasks.

When Xcode 26 officially launches, the app will support coding help from either ChatGPT or Claude, providing users with the option to use their favorite chatbot. Developers are also able to bring API keys from other providers or run local models on Apple silicon Macs.

Tag: Xcode

Popular Stories

Multicolored Low Cost A18 Pro MacBook Feature

Apple Accidentally Leaks 'MacBook Neo'

Tuesday March 3, 2026 7:00 am PST by
Apple appears to have prematurely revealed the name of its rumored lower-cost MacBook model, which is expected to be announced this Wednesday. A regulatory document for a "MacBook Neo" (Model A3404) has appeared on Apple's website. Unfortunately, there are no further details or images available yet. While the PDF file does not contain the "MacBook Neo" name, it briefly appeared in a link...
imac video apple feature

Apple Unveils Two New Products

Monday March 2, 2026 7:49 am PST by
Apple today introduced two new devices, including the iPhone 17e and an updated iPad Air. iPhone 17e features the same overall design as the iPhone 16e, but it gains Apple's A19 chip, MagSafe for magnetic wireless charging and magnetic accessories, Apple's second-generation C1X modem for faster 5G, and a doubled 256GB of base storage. In the U.S., the iPhone 17e starts at $599, just like the ...
Apple iPhone 17e feature

Apple Announces iPhone 17e With A19 Chip, MagSafe, and More

Monday March 2, 2026 6:07 am PST by
Apple today announced the iPhone 17e, featuring the A19 chip, MagSafe connectivity, faster charging, and more. The iPhone 17e contains the A19 chip introduced in iPhone 17. It features a 6-core GPU and a 4-core GPU. Apple pointed out that this makes it up to 2x faster than the iPhone 11. The new 16-core Neural Engine is optimized for large generative models. The iPhone 17e also contains...

Top Rated Comments

WarmWinterHat Avatar
27 weeks ago

If computers are like a bicycle for the mind, then AI is like a motorbike for the mind...
Yep, faster, louder, and more dangerous, with a much greater risk of losing control. Plus they both pollute more.
Score: 17 Votes (Like | Disagree)
thefredelement Avatar
27 weeks ago
I've been using Claude opus via API in earlier Xcode 26 betas, its not bad for somethings but really struggles with maintaining patterns with complexity through multiple files, it also over biases bug fixes and kind of throws away the original goal just to fix something.

I've gotten into a habit of using LLMs to validate things, reduce boiler plate, write tests, etc.

I use Claude code in the project folder to find things, make lists, etc. I have colleagues who submit whole PRs using AI tools and to date have resulted in a lot of re-work, from things like using print statements instead of using a logger, or adding singletons, ignoring existing dependencies, force unwraps and the comment puke also adds so much nonsense to what should nowadays be simple code, its kind of annoying.

I had high hopes for AI coding after the early GPTs but its cooled off a bit, I use it all day on one shot tasks and its great but it really falls apart quick.
Score: 13 Votes (Like | Disagree)
TruthAboveAllElse Avatar
27 weeks ago

Yep, faster, louder, and more dangerous, with a much greater risk of losing control. Plus they both pollute more.
And while using a bicycle helps build strength, a motorbike does not to the same extent.
Score: 9 Votes (Like | Disagree)
27 weeks ago
"hey bb, you wanna vibe code with me tonight?"
Score: 6 Votes (Like | Disagree)
27 weeks ago

If computers are like a bicycle for the mind, then AI is like a motorbike for the mind...
Yep, in that you are not actually getting any exercise or health benefit from it. Flabby brains.
Score: 6 Votes (Like | Disagree)
canpoyrazoglu Avatar
27 weeks ago

And while using a bicycle helps build strength, a motorbike does not to the same extent.
Agreed.

Though, if one does not give up bicycle completely and remain strong, while still using the motorbike for things that need to be fast, that might be the best of both worlds.
Score: 5 Votes (Like | Disagree)