|
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 Solt P.S. Codex in 2026 took all the friction out of publishing an app... |
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, My last app launch was a flop. I wrote the App Store copy after I’d already submitted for App Review — and I knew it. If you’re in that same boat, that’s okay. But don’t stop there. This week’s article breaks down the research workflow I should have used from the start: using AI and competitor reviews to write copy before you design a single screenshot. Read: The Screenshot Mistake That’s Costing You Downloads Every Day Grab the free 100 Best Practices for App Store Screenshots...
Hey Reader, Before you build iOS app screens, pick colors, or hire an artist, you need a visual direction. I put together an article on four ways I explore the style of an iOS app or game so I can move from vague idea to something real. Read it here: 4 Ways to Explore the Style of Your iOS App or Game Dangerous Snake App UI Concepts using Pencil Learn about: Mood Boards Hiring an artist Sketch prototypes ChatGPT visual design Agentic UI design AI is now good enough to help with a big part of...
Hey Reader, Agents write better code when they can read docs instead of guessing from memory. A 2026 paper found up to a 20% improvement in first-try code accuracy when models were given the right programming context. So what do you do with that? Don’t rely on the agent to know everything from their training set. Instead, provide tools or local docs that they can reference. Your local docs should include sample code so agents can use the code correctly (the first time). If you’ve ever read...