
On May 14, 2026, OpenAI published "Work with Codex from anywhere" and announced that Codex is coming to the ChatGPT mobile app in preview. On the surface, this is a mobile feature update. The deeper signal is that AI agents are moving from single-screen interaction toward cross-device, remote-environment workflows where humans can steer, approve, and redirect work as it unfolds.
OpenAI says Codex can now be used from the phone to stay connected to active work. Users can connect to any machine where Codex is running, whether that is a laptop, Mac mini, devbox, or managed remote environment, and see live state across threads, approvals, plugins, and project context. Agent work is becoming less like a one-off chat and more like an operating thread that can keep moving.
That matters most for longer-running tasks. When an AI agent investigates a bug, refactors code, updates documentation, runs tests, or prepares a customer briefing, a person cannot sit in front of a terminal every minute waiting for the next question. OpenAI is not just describing remote control. It is describing a way for people to step in at decision points: answer a question, approve a command, change direction, review a diff, or inspect test output.
For enterprise environments, OpenAI also says Remote SSH is now generally available. Many teams already develop inside remote environments with approved dependencies, credentials, policies, and compute resources. Codex can connect into those environments and then make the active session reachable across authorized ChatGPT devices through a secure relay layer. That is important for governed software workflows.
Programmatic access tokens are another major part of the update. OpenAI says these scoped credentials can be issued from ChatGPT workspace settings for CI pipelines, release workflows, and internal automations. Combined with generally available Hooks, teams can scan prompts for secrets, run validators, log conversations, create memory, and customize Codex behavior for specific repositories or directories.
For companies in Hong Kong and Macau, the lesson extends beyond software engineering. Mature AI-agent workflows usually need three conditions: the agent runs in the right environment, humans can approve critical steps at low cost, and automation has scoped credentials, records, and validation. The same pattern applies to content operations, quoting, customer service triage, internal knowledge, and management reporting.
From a VMTS perspective, Codex mobile preview is an operating-model signal. When a business adopts AI agents, it should not only ask whether the model can complete the task. It should ask whether the workflow supports waiting, approval, redirection, verification, and delivery. If the process still depends on one person manually pushing every step from one computer, the agent will stay close to demo mode.
The key point in this OpenAI update is that human collaboration with long-running agents is becoming a first-class product concern. When Codex can move across local machines, remote machines, mobile review, and CI automation, its value is no longer only code generation. It starts to become manageable workflow infrastructure for teams.



