5 月 14 日,OpenAI 把 Codex 塞进了 ChatGPT 手机 App。不是另一个应用,就在你已经有的那个 ChatGPT 里。
Codex 现在每周有 400 多万人在用。之前它只能在电脑上跑——你在 Mac 上开着 Codex,它在后台读代码、跑命令、改文件。现在手机也能介入了。不是在手机上写代码(那不现实),而是让你在不在电脑前的时候也能看到它在做什么、需不需要你的指令、做完了没有。
文件、密钥、权限这些东西始终留在你的电脑上。流回手机的是截图、终端输出、diff、测试结果和需要你批准的操作。手机是遥控器,不是主机。
实际场景是这样的:Codex 在帮你修一个 bug,查了文件、试着复现、跑了测试,然后发现有两种修法。它暂停了,问你选哪条路。你在地铁上打开手机,看了一眼两个方案的取舍,选了一个,Codex 接着干。整个过程你没有坐在电脑前。
今年 2 月,Anthropic 发布了 Claude Code 的 Remote Control 功能,让用户可以远程监控 Claude Code 的工作。思路一样:AI 编程工具跑的任务越来越长,你不可能一直坐在电脑前盯着,需要一个移动端入口来跟进和干预。
两家在争的不是谁的手机界面更好看,而是谁的编程 agent 会成为开发者的主力工具。远程控制只是这场竞争的最新一章。
AI 编程工具正在从「你坐在电脑前一起干」变成「它自己干,你随时能插手」。手机遥控只是第一步。你不用现在就用 Codex,但这个趋势值得关注——Claude Code 也在同一个方向上走。
On May 14, OpenAI brought Codex into the ChatGPT mobile app. It is not a separate app. It lives inside the ChatGPT app you already use.
Codex now has more than 4 million weekly users. Before this, it mostly ran on your computer: you opened Codex on a Mac, and it read code, ran commands, and edited files in the background. Now your phone can step into that loop. You are not writing code on a phone. You are watching what Codex is doing, giving approvals, redirecting it, and checking whether the work is done.
Files, secrets, and permissions stay on your computer. What flows back to the phone are screenshots, terminal output, diffs, test results, and actions that need approval. The phone is a remote control, not the host machine.
Here is the practical scenario: Codex is fixing a bug. It reads files, tries to reproduce the issue, runs tests, and finds two possible fixes. It pauses and asks you to choose. You open your phone on the train, read the tradeoff, choose one path, and Codex keeps going. You did not need to sit in front of the computer the whole time.
In February, Anthropic released Remote Control for Claude Code, letting users monitor Claude Code work from a phone. The logic is the same: AI coding tasks are getting longer, and you cannot keep staring at a terminal. You need a mobile entry point to follow progress and step in when needed.
The fight is not really about whose mobile UI looks better. It is about whose coding agent becomes the developer's main working partner. Remote control is just the latest chapter.
AI coding tools are moving from "you sit at the computer and work with it" to "it works on its own, and you can step in at any time." Phone control is only the first step. You do not have to use Codex today, but the direction is worth watching.