OpenAI has put Codex inside the ChatGPT mobile app, in preview, on iOS and Android, on every plan including Free and Go. The announcement landed this week and the rollout was already underway by the weekend. Windows users still have to wait, but for everyone else the coding agent now lives a tap away on the phone you already carry.
The framing in OpenAI's own messaging is interesting. It is not "write code on your phone." Nobody wants that, and the screen is the wrong shape for it anyway. What you actually get is a remote viewport into a Codex session running somewhere else: a desktop, a devbox, a server. The phone shows screenshots, terminal output, the agent's progress on a task it was already chewing through. You can answer a clarifying question, approve the next step, nudge it in a direction, or tell it to back off. The heavy lifting stays on the machine where your credentials and your local setup already live.
There is a secure relay layer in the middle, which is the boring detail that makes the rest of it work. Your laptop is not suddenly exposed to the public internet because you wanted to check on a bug from the supermarket queue. The relay is the kind of plumbing that gets invented once and then disappears into the background of everything else.
I keep thinking about what this changes about the rhythm of the work. The older model was: open the laptop, sit down, type for an hour, close the laptop. The intermediate model, where agents took on long-running tasks, already pushed against that rhythm. You'd kick off a refactor before lunch and come back to a pile of proposed diffs. Now that pile can find you on the bus. You can glance at a screenshot of a failing test and tell the agent to try the obvious fix while you keep walking. The latency between "agent needs a decision" and "decision arrives" collapses from hours to whatever it takes you to read a notification.
The free tier matters here in a way that I don't think OpenAI is quite shouting about. There are around four million weekly Codex users by the company's count, and the gating to date has been both subscription and surface area. Putting the surface on the phone, with no paywall for at least basic use, is the kind of move that grows habits more than it grows revenue. Habit is the thing every AI lab is actually competing for at this point. Paid plans follow habit; habit does not follow paid plans.
There is a counter-reading. Putting an autonomous coding agent within easy reach of every distracted moment is also a way of extending work into the gaps that used to be rest. The agent does not care that you are at the grocery store. It only cares that you have a phone and a connection. The same convenience that collapses the latency on a real decision also invites you to make half-formed ones while your attention is elsewhere. We will see what that does to the shape of code review and to the people doing it.
For now, the immediate effect is small and concrete: an update to the ChatGPT mobile app and the macOS Codex app, and a tab on your phone that wasn't there last week. Everything that follows from that is downstream.
Sources: