5/14/2026

Codex on mobile: why steering AI agents away from the computer matters

Realistický cover: člověk řídí Codex a AI coding agenta z mobilního telefonu

On May 14, 2026 OpenAI announced that Codex is coming to the ChatGPT mobile app. At first glance this sounds like a small product update. For agents, it changes the working rhythm.

Agentic work often does not take 30 seconds. It can take minutes or longer. Halfway through, the agent may need a decision, command approval, a choice between two approaches, or extra context. If you are away from the computer, the work stops.

Codex mobile agent workflow

What OpenAI announced

Codex is now in preview in the ChatGPT mobile app. It connects to the environment where Codex is running: a laptop, devbox, or remote environment. From the phone you can follow active threads, answer questions, approve steps, change direction, inspect diffs, test output, terminal output, and screenshots.

OpenAI also announced generally available Remote SSH and hooks, plus programmatic access tokens for Enterprise and Business.

This is no longer only a vibe-coding toy. It is infrastructure for longer-running agent work.

Why it matters

The biggest bottleneck is not always model capability. Often it is waiting for a human.

The useful pattern is not coding on a phone. It is making a small decision at the right moment: approve a safe step, choose a path, add domain context, stop a task that is going wrong, or send a new investigation while the idea is fresh.

How I would use it in a company

I would treat mobile Codex as a control panel for long-running tasks, not as development from anywhere. Code should still happen in a controlled environment: repository, tests, permissions, secrets, and audit.

Before rolling it out, I would define what can be approved from mobile, separate local and production environments, use hooks for secret and command checks, log approvals, cap task runtime and token usage, and require a final report before merge.

Conclusion

Codex on mobile matters because agentic work needs human judgment in small, precise moments. Teams with good environments can keep work moving. Teams without rules just get a more convenient path to chaos.


Sources: OpenAI: Work with Codex from anywhere, Zaujaloma AI, Tomáš AI.