🤯 The new ChatGPT is insane!



Hey Reader,

Have you tried the latest AI models? The boost in performance is insane.

Here's my first look at o3-mini-high that just came out yesterday...

The "high" means that it has high levels of reasoning, so it thinks more. So this can help you reason about code. There are also "low" and "medium" reasoning versions of o3-mini.
"mini" means that it is faster than the full model (which will be called o3 if they keep using such confusing names).

Watch ChatGPT build an app in less than 3 minutes! This is crazy!

video preview

If you want to follow along, here's a prompt with the Xcode project using SwiftUI.

It's not the best code, but the fact that you can prototype a concept so quickly is game changing. The code isn't using the latest Swift 6 features ... I need to figure out how to prompt that portion better.

Talk soon,

Paul Solt
Paul@SuperEasyApps.com

P.S. How have you used AI tools to write code or assist you?

For me, they work great for prototyping. But you need to take over after a few iterations because they start introducing errors as the code gets more complex (and they can't fix the errors without introducing more errors).

Super Easy Apps Weekly - Paul Solt

Join 5,712+ developers learning iPhone app development and App Store publishing. Every week, I share iOS tips on how to create polished, intuitive apps—backed by insights from shipping seven apps and working at GoPro, Apple, and Microsoft.

Read more from Super Easy Apps Weekly - Paul Solt

Hey Reader, I hope you’re having a fantastic morning. I’m out on my deck enjoying the sunrise and a cup of coffee. This month has been busy because we’re expecting a baby alien in the next week or two. I haven’t had time to write to you, but I wanted to give you an update on what I’ve been working on. Before the baby arrives, I decided to refocus on shipping my app, Brew Coffee. I have been working on some experimental UI changes and alternative recipes. Here's an experimental view of James...

Swift Charts Tutorial

Hey Reader, In 45 minutes I’ll show you how to give your Swift Charts that Apple-level polish—no design degree required. I start with raw spending data and end with a stunning Budget Widget—Perfect for a quick glance. You’ll walk away knowing how to: Style bar charts and labels to match any design Hide grid lines and format weekdays for clarity Wire up a BudgetViewModel that feeds live data 👉Watch: Build a Budget Widget with Swift Charts ⚡ (45-min) Need hands-on practice? Clone the starter...

video preview

Hey Reader, How do you translate your app into multiple languages? At GoPro, I partnered with the localization team to establish best practices—and with the new String Catalog, you can extract all your Text() strings at build time so nothing slips through the cracks. 🎥Watch SwiftUI iOS Localization Tutorial: Master String Catalogs in Xcode 16 You’ll learn: Best practices for localization How to test translations in both iOS apps and widgets How to Preview different languages in SwiftUI How to...