|
My iOS and macOS app development workflow has changed since my last GPT-5.2 Workflow video. GPT-5.4 lets me iterate on bug fixes, features, and ideas much faster than before. Watch: How I Build Apps with Codex and GPT-5.4 If you want to build apps with agents, use my app-creator skill. It can scaffold a new Xcode project and teach your agent how to create a Makefile for an existing Xcode project. 2 Tactics You Can Steal#1 Use a Learnings.md File with Your AgentSelf-improvement is one of the holy grails for agents. Give them a place to capture lessons so they can avoid repeated mistakes. Ask your agent: Please create a
Learnings.md file. Add any insights from this session that would help you work with tools, or prevent bad tool calls or buggy code. Please append knowledge as you work so we can be proactive. Create Markdown front matter and a table of contents with guidance on how future agents can update it.
Add an
Agents.md onboarding rule to read and update Learnings.md after any problem or bug that requires extra effort to solve.Periodically, ask the agent to review the conversation and append new learnings. Over time, ask it to reorganize the file for future agents. #2 Just Talk to ItGPT-5.4 and Codex 5.3 work well with a full plan, but they also handle small fixes with very little detail. I prefer a hands-on workflow: request a small change, test it, and steer from there. Skip the big plan. Take a screenshot, draw a sketch, or ask for one small task. You don’t need to be comprehensive. Let Codex plan just-in-time. I want to do XYZ. Please use the TODOs to make a plan and implement the feature. When the request is small, you can test the result in minutes and change direction before you fully know what you want. My Workflow:
This loop is much faster than spending 30 to 60 minutes planning and re-planning a feature. Play testing is more fun than creating a master document. Reserve “Plan mode” for initial app concepts or larger features it can build while you sleep. Pro TipEnable the new Fast mode with the latest Codex CLI (and Codex app). Type It runs about 1.5x faster (and uses 2x tokens). 5 Resources and Links
Community Spotlight
Quick QuestionWhat model do you prefer for coding? GPT-5.4 or GPT-5.3-Codex? Talk soon, Paul Solt P.S. Next week, we’ll talk about how to improve your documentation. |
Join 5,901+ iOS/macOS developers using Codex and agents 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, One indie dev was stuck at $250 MRR for 13 years. Then he started following Viktor Seraleev, changed 5 things, and hit $5,031 MRR a year later. The fix? Just better packaging. New icon New screenshots New onboarding Simple flow One key paywall placement I broke down five rules from Viktor that stop developers from making over $100: $250 to $5K MRR: 5 App Store Packaging Rules That Actually Work Read the full article → If your app is only converting at 1%, your only goal is to make...
Hey Reader,This week I'm sharing the Skills and Plugins I'd install before letting Codex touch an Xcode project. These skills prevent your agent from writing deprecated code (that they trained on), and push agents to use modern Swift app development. With these skills your agents can make any app: Install These Skills Before Codex Touches Your Xcode Project Grab these iOS + macOS Skills and Plugins for Codex Grab skills for: Swift + SwiftUI Swift Concurrency Liquid Glass iOS + macOS...
Hey Reader, What workflow is best for Codex and Xcode? There are a lot of tools you can configure to work with Xcode, but they might be costing you context (or wasting time). Last year, I started using Makefiles with my agents. A Makefile is a script that can be used to build or run anything (like xcodebuild). I love that you can extend Makefile targets to support variables to hyper focus testing with agents. It's better for Codex to make one tool call that does exactly what you need, rather...