🤯 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
photo

Hey Reader, I just saw this post from Mario—who makes Astro for App Store keyword research (ASO). Mario 🏴☠️ @xmarioapps Just a reminder that you can make money with simple 1 page app. Just draw a page in Canva and turn it into app 4:21 AM • Apr 2, 2025 1 Retweets 59 Likes Read 10 replies What's stopping you from working on your app idea? Checkout Mario's latest app that stylizes photos with AI.Happy coding! Paul SoltPaul@SuperEasyApps.com

SwiftUI Animations Not Working? Try This Simple Fix!

Hey Reader, Yesterday I streamed for 4 hours and got stuck trying to get to the bottom of an issue with implicit animations. One line of code was causing the problem... Which lines of code are creating implicit animations? When it comes to animations in SwiftUI ... they're great until they don't work like you expect. SwiftUI Animation Glitches Watch my latest video and learn how to better control implicit animations on state changes. SwiftUI Animation Bugs? Here's How I Fixed Them! I did this...

video preview

Hey Reader, Struggling with pesky bugs in Swift? You’re not alone—debugging can feel tough, especially when you’re just getting started (or as an experienced developer). Watch: Xcode 16 Debugging Tutorial for Beginners (2025) In this beginner-friendly tutorial, I’ll walk you through simple, effective debugging techniques in Xcode 16 to quickly identify and squash bugs with a real world example. You’ll learn how to: Track down a bug in a complex app (SwiftData) Leverage Xcode’s built-in...