How I Create Apps 10x Faster with Codex + Swift


Hey Reader,

I’m launching early access for my new app-creator agent skill for iOS/macOS apps today!

In this email:

  • 2 Tactics You Can Steal This Weekend
  • 5 Resources and Links
  • Community Spotlight

What does app development look like in 2026?

Coding has forever changed over the last 3 months.

I’m all-in on app development with Codex 5.3. It’s a workhorse.

If you’re an idea person still learning the basics, you have a huge opportunity. Gone are the days when you need to know every line of code. You can focus on your app idea for a real customer.

Last month I shipped Super Easy Slides — and I have a BIG update planned for this weekend.

You can just do things when you embrace AI agents.

My goal for this email is to give actionable tips that you can leverage today.

Use This New Skill

I created the app-creator skill to capture my workflow and enable super-fast prototyping in Xcode.

There are three parts:

  • app-creator: generates new Xcode projects for agents
  • xcode-makefiles: empowers agents with app development skills
  • simple-tasks: my task management for agents

Download and install the app-creator skill today.

The skill is not publicly available on GitHub because it’s in a private project right now.

Hit reply and let me know if it helps you.

2 Tactics You Can Steal This Weekend

#1 Plan Mode

Codex (v0.106.0) has a new Plan mode — start with the shortcut: Shift + Tab.

Plan Mode interviews you and thinks through corner cases. When you’re done and you like the direction, just implement it with high reasoning.

If you’re on ChatGPT Plus, use medium reasoning so you don’t use all your tokens for the week.

#2 Use a Makefile

If you’re using my app-creator skills, you’ll have test, build, and run targets.

While agents work, I simply type make to check the current state. If it builds, I’ll immediately steer the agent with a new voice prompt (Wispr Flow).

Ask it to verify and write tests using your Makefile.

“Verify and write tests to prove it works.”

If it breaks, drag a screenshot in and say “fix”.

If you have steering mode enabled, you can just type a message and press Enter to guide Codex with each incremental change.

While you work, you can queue messages by pressing Tab in the Codex CLIThen just enable steering and talk to it. Keep tests fast so the agent doesn’t wait.

If you use Codex app, create a custom Run Action that just does make. Makefiles are fast!

Pro Tip

Use Pragmatic for the /personality to keep Codex concise in your plans and conversations.

5 Resources and Links

  1. XcodeBuildMCP 2.1 adds lldb debugging, simulator support, log capture, video recording, and seamless Xcode MCP integration.
  2. How to Get Started with TestFlight and Xcode Cloud Xcode Cloud → TestFlight is a huge time saver. For all my app prototypes I make pushes to main go to TestFlight.
  3. Last week, I built a shoot ‘em up prototype, then a tile map editor with character + tree animations. Dream it, then build it!
  4. Rudrank Riyam released App Store Connect CLI (asc) as an alternative to fastlane. Agents can handle IAPs, screenshots, analytics, and more.
  5. Grok 4.20 Beta matches ChatGPT Pro brainpower. Up to four agents team up. Worth trying as it’s not cocky like 4.1 was for me.

Community Spotlight

Quick Question

What is ONE thing you learned this week that I should share next week?

Talk soon,

Paul Solt
Paul@SuperEasyApps.com

P.S. Next week, I'll share my full Codex 5.3 workflow and what changed since my Codex 5.2 Workflow video.

P.P.S. Here are 7 tips for beginners with Codex (GPT-5.3-Codex high is my new default).

AI Code Brief - Paul Solt

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.

Read more from AI Code Brief - Paul Solt

Hey Reader, This week is exciting. GPT-5.3-Codex launched today, so I put together a short video covering the five key updates (and a demo of what it can do). I didn't want to go back to GPT-5.2, after I got early access to GPT-5.3-Codex last week. The 5.3 model is faster and smarter. I can do more in less time. Watch here: GPT-5.3-Codex Launches Today — 5 Things You Need to Know The new Codex App + Plan mode + GPT-5.3-Codex helped make this video possible. Try it out and let me know what you...

Hey Reader, I had early access to Codex app this past week. The OpenAI team is moving insanely fast with Codex CLI, and watching this new app unfold was incredible. Take a look, and see for yourself. Download link in the video. Codex app feels like the missing IDE layer for the Codex CLI.One-click to open Xcode, run iOS/macOS apps, review diffs, and manage agents. I have mine configured using Makefiles (More on my setup in another email). Talk soon, Paul SoltPaul@SuperEasyApps.com P.S. Codex...

Xcode Build Failed

Hey Reader, AI agents struggle with iOS development for a simple reason: they can’t actually run Xcode. In this video, I have an impromptu conversation with Cameron Cooke from the UK about XcodeBuildMCP, a tool that finally lets AI build and run iOS apps in the Simulator. We talk through the backstory, the real problems it solves, and why this changes how AI agents work with iOS and macOS apps. If AI + Xcode is Broken for you, then you might need this tool. Watch here: AI Couldn’t Run My iOS...