|
It'll take some time, but I have some early thoughts in the video below . . . Watch my live demo with each of these new tools. It's unedited, so you'll see exactly how I work, and all the failure points. (Spider warning ... I show off my spider apps in this video) I cover:
This video is my first time using all of these new tools. I didn't plan anything other than trying to see if AI can solve this one tricky prompt. You'll see exactly what happens as we wait for code and test it live. Want to learn with me on a weekly basis and finally publish your app on the App Store? Join the waitlist for the App Launch Community here (ETA: January 2026). I'll be showing what works and helping people in the community make huge progress towards their app goals. Join the waitlist if you want to learn how to sell a product and earn side income. Danergous Spider App I'm working on a dangerous spider app using Machine Learning (ML). If you're interested in learning about spiders, Core ML, Create ML, image classifiers, or image detectors, I can send you the beta. Want to try the spider app beta? Reply and I'll send you the TestFlight beta invite. I'm using AI to build all of these tools:
Codex is great for prototyping. It's way better than Claude Code (which is why you don't see that in the video). I used to use Claude Max, but stopped after it became super frustrating to use. (It lies about doing work or tests, so I can't trust it to finish tasks without babysitting 100%). Codex is more truthful and honest (not always, but overall). Create ML - Machine Learning Create ML is the training tool I'm using to create my initial MVP image classifiers and object detectors. It's Apple's harness for building intelligence into your apps. At some point that may change, but it's a great visual starting point. You can write your own training code in Swift when you need more control (which I imagine I'll be doing soon). In the image above you can see a simple Object Detector model I trained on 914 spider images that I annotated with RectLabel (macOS). I plan to train a new model on 10,000+ images in the near future to improve accuracy. Talk to you soon, Paul Solt |
Join 6,727+ iOS/macOS developers using Codex and Claude to build and ship apps. Expect practical tutorials, repeatable workflows, and hard-earned lessons from 7 shipped apps and time at Apple, Microsoft, and GoPro.
Hey Reader,You can now use Super Easy Timer on iPhone. I had my agents use the Mac app as a reference and extracted a shared library of code using the Swift Package Manager (SPM). This is the brains of my timer app, and it's shared across iOS and macOS. The MVP worked last week, but it wasn't reliable until I added AlarmKit. That allows timers to persist even if the app is force-quit or the iPhone is locked (just like Apple's system alarms). That was my biggest blocker, and now that it's in,...
Hey Reader,My Mac app made $7,900+ over 8 years as a paid app. It made $0 in the three months I gave it away for free. Learn why I made it free, what happened, and what I'm charging next. Read the entire article here. I overhauled the UI this year, localized the App Store Page to 46 languages, and then Apple began featuring it on the front page. Super Easy Timer on the front page (Best New Apps and Updates) Did you know? You can nominate your app to Apple for feature consideration. The Free...
Hey Reader, Apple featured Super Easy Timer on the front page of the Mac App Store. 3,158 downloads. $0 revenue. That's on purpose. What got me here? Fixing all the papercuts in the original timer app and creating a better onboarding experience caught Apple's attention. That made them feature my app on the front Discover page and on the Work tab in the Mac App Store. Over the past two months, I made huge improvements to the UI and unlocked the ability to use a timer on top of every single...