News Analysis
The Most Important Details for Buyers and Evaluators
On April 16, 2026, OpenAI said Codex now reaches well beyond code generation by adding computer use, browser workflows, memory, image generation, and longer-running automations.
Several details in OpenAI's announcement are especially relevant for evaluation instead of just product curiosity.
Computer use and browser work
OpenAI said Codex can now operate the computer alongside the user and includes an in-app browser where users can comment directly on pages. That directly affects how readers should think about frontend iteration, UI testing, and tasks that previously required an API or manual clicks.
If that rollout proves stable in practice, it narrows part of the gap between coding assistants and broader workflow agents.
Memory and longer-running automations
OpenAI said Codex can now reuse existing conversation threads, preserve context over time, wake up automatically for future work, and remember useful context through a preview of memory.
That matters because many coding-tool decisions break down after the first session. A tool that helps once but loses context later often creates more work than it saves. Memory and automation features are OpenAI's answer to that problem.
More workflow depth, not just more chat
OpenAI highlighted pull-request review support, multiple terminal tabs, direct file previews, and SSH access to remote devboxes in alpha. Those are practical workflow details, not just demo features.
For ClawNewbie readers comparing stacks, these are the signals that Codex is being positioned as a working environment with agent support, not only as a model wrapped in a coding UI.