explainx / blog
OpenAI's Codex version 26.527 launches computer use for Windows with mobile app control, enabling users to start tasks from iPhone/Android and steer Windows workflows remotely. With thread management, parallel worktrees, and foreground-only operation, Codex directly challenges Anthropic's Claude Cowork.

May 6, 2026
Codex pets look whimsical; operationally they are a status surface for long agent runs. This guide goes settings-deep: Appearance & Pets, composer commands, hatch-pet packaging, art direction, and how to choose top built-in vs custom mascots without drowning in sprite tech debt.
May 2, 2026
What shipped in Codex’s agent UI, how custom pets are packaged through OpenAI’s hatch-pet skill, and why a little dock-side animation can still be a serious product bet.
Jun 28, 2026
Prompt engineering fixes your wording. Context engineering fixes what the model sees. This guide draws the precise line, shows concrete examples of each in action, and maps out when to reach for which tool.
On May 29, 2026, OpenAI dropped a bombshell for Windows developers: full computer control in Codex, steerable from your phone.
The announcement was simple:
"Windows users, this one's for you. Computer use now works on Windows, so Codex can take action on your Windows computer. And with Windows support for Codex in the ChatGPT mobile app, you can start, review, and steer tasks on the go while work continues on your Windows machine."
What this means:
Codex can now:
This isn't just a feature update. It's OpenAI's direct shot across the bow at Anthropic's Claude Cowork--which has been plagued by security vulnerabilities including CVSS 10/10 exploits and prompt injection attacks.
For Windows developers who've been left out of the AI agent revolution (Mac got Codex computer use first, Claude Cowork works better on macOS), this is the moment the playing field levels.
Let's break down what Codex for Windows can actually do, how it compares to alternatives, and whether this is the tool that finally makes AI agents practical for real work.
According to OpenAI's developer documentation, Codex can now:
Screen vision:
Mouse and keyboard control:
Application operation:
The demo use cases:
OpenAI employees showcased:
The killer feature: you can control all of this from your phone.
According to Neowin's coverage:
"Users can connect their Windows PC to Codex in the ChatGPT mobile app and start new threads, continue existing work, send follow-up instructions, approve actions, review diffs and test results, and check screenshots or terminal output remotely."
The workflow:
Morning commute:
Your PC does the work. Your phone gives the orders.
This is where Codex gets genuinely impressive.
Guinness Chen, OpenAI engineer, demonstrated:
"If you ever get tired of managing your Codex threads, just let Codex manage itself! Codex can now create threads, search them, organize them, pin the important ones, and spin up worktrees for parallel tasks."
What this means:
Traditional workflow:
New meta-agent workflow:
Nick (@nickbaumann_) describes his setup:
"This has fundamentally changed how I use Codex. Everything runs out of a single persistent thread (my 'chief of staff'). Anytime I start a new project or workstream, I have that thread spin up a new thread (because it's already found the context from Slack, etc)."
The productivity leap:
Instead of:
You get:
For developers, this is huge.
Git worktrees let you have multiple working directories for the same repo, each on different branches.
Codex can now:
Example scenario:
You: "Fix bug #1234 and add feature XYZ"
Codex:
bugfix/1234 branchfeature/xyz branchYou saved: Hours of context switching, branch management, and task coordination.
The new Profile section shows:
Why this matters:
Before: "Why is my API bill so high?"
After: "Thread 3 used 2M tokens debugging that infinite loop. I should have stopped it sooner."
Current limitation:
Codex computer use on Windows works foreground-only, meaning:
Why this is actually good:
Foreground-only is safer:
Background support coming:
"Background support is in the works with Microsoft, closing the gap for Windows devs in enterprise setups."
What this will enable:
Under the hood, Codex uses a vision + action loop:
1. Perception:
2. Planning:
3. Execution:
4. Verification:
Latency:
Why this matters:
Codex isn't instant. For a 10-step workflow, expect 10-20 seconds minimum.
But for tasks that would take you 10 minutes, saving 9.5 minutes is huge.
How does phone-to-PC control work?
Architecture:
Security model:
Data flow:
Privacy implication: Your screen contents go through OpenAI's servers. If that's a dealbreaker, don't use this feature.
How Codex creates and manages threads:
This is meta-prompting:
The chief thread's system prompt includes instructions like:
"When the user describes multiple distinct tasks, create separate threads for each. Monitor their progress and report consolidated status. When all threads complete, synthesize results into a single summary."
It's prompt engineering all the way down.
With both OpenAI and Anthropic now offering computer control, how do they compare?
| Feature | Codex (Windows) | Claude Cowork |
|---|---|---|
| OS Support | Windows 11, macOS | macOS (better), Windows (limited) |
| Mobile control | ✅ iPhone & Android | ❌ No mobile steering |
| Thread management | ✅ Self-organizing threads | ❌ Manual thread management |
| Parallel worktrees | ✅ Native support | ⚠️ Via manual setup |
| Foreground/Background | Foreground only (background coming) | Background capable |
| Security | Safer (foreground-only, approval-gated) | Major vulnerabilities (CVE-2026-21852, CVE-2025-59536, CVSS 10/10 exploits) |
| Audit logs | ✅ Profile section with usage stats | ❌ Excluded from Anthropic audit logs |
| Pricing | Usage-based API pricing | Subscription + separate API for tools |
| Third-party tools | Native experience only | OpenClaw blocked, requires separate billing |
Codex advantages:
✅ Foreground-only (you see what's happening) ✅ Approval gates (confirms before sensitive actions) ✅ No desktop extension vulnerabilities (yet) ✅ Usage tracking (audit trail built-in)
Claude Cowork vulnerabilities:
❌ Prompt injection demonstrated in 48 hours (Word doc with hidden text exfiltrated files) ❌ CVSS 10/10 desktop extension exploit (malicious calendar event executes arbitrary code) ❌ No audit logs (Anthropic explicitly excludes Cowork from compliance APIs) ❌ Unsandboxed skills (36.82% contain security flaws per Snyk audit)
Verdict: Codex is currently more secure, but as it adds background operation and third-party integrations, expect similar vulnerabilities to emerge.
Claude Cowork strengths:
Codex strengths:
For Windows developers: Codex is now the clear choice.
For macOS users: Still competitive, depends on specific workflows.
For security-conscious enterprises: Neither is ready for regulated workloads, but Codex has fewer documented vulnerabilities.
Codex:
Claude Cowork:
Cost example:
Light user (10 hours/month of agent work):
Power user (100 hours/month):
Codex is more transparent and potentially cheaper for light users.
The workflow:
You: "Run the full regression test suite and file bugs for any failures"
Codex:
Time saved: 2-3 hours of manual testing → 20 minutes of Codex + 10 minutes of your review.
The workflow:
You: "Download the sales data from the portal, clean it, create a pivot table showing revenue by region and quarter, and email the Excel file to the team"
Codex:
Time saved: 45 minutes of tedious data wrangling → 5 minutes of Codex + 2 minutes review.
The workflow:
You: "Set up a new feature branch for the user authentication refactor, install dependencies, run the dev server, and open the relevant files in VS Code"
Codex:
git checkout -b feature/auth-refactornpm installTime saved: 10 minutes of environment setup → 2 minutes of Codex.
The workflow:
You: "Review the last 3 PRs, summarize the changes, check for potential bugs, and suggest improvements"
Codex:
Time saved: 1-2 hours of manual code review → 20 minutes of Codex + 30 minutes of your deeper review.
The workflow:
You: "Generate API documentation from the codebase and create a Markdown file with examples"
Codex:
Time saved: 3-4 hours of manual doc writing → 30 minutes of Codex + 30 minutes of your editing.
The workflow:
You (from phone, during commute): "I have a meeting about the database performance issue at 10 AM. Pull the latest metrics from the monitoring dashboard, check the recent error logs, and summarize the top 3 issues with proposed solutions"
Codex (on your Windows PC):
Time saved: 45 minutes of prep → 10 minutes of Codex + 10 minutes of your review on phone before meeting.
Despite the capabilities, Codex computer use has significant constraints.
The problem: Codex makes mistakes.
Examples:
Mitigation:
What gets sent to OpenAI:
If you work with:
You should NOT use Codex computer use.
There's no way around it: your screen contents go to OpenAI's servers for processing.
While Codex is currently safer than Claude Cowork, all AI agent tools face similar risks:
Prompt injection:
API key exposure:
Unintended actions:
Social engineering:
What you can't do:
What this means:
Coming soon: Background support will fix this, but adds security risks.
The pricing trap:
Light use seems cheap, but scales fast:
If you run 10 large tasks/day: $150/day = $4,500/month
For enterprises: Budget carefully. Usage-based pricing can surprise you.
Effective Codex use requires skill:
Bad prompt:
"Fix the bug in checkout"
Good prompt:
"The checkout bug is that users can't complete purchase if they have a coupon code. The error appears after clicking 'Place Order'. Look at the checkout.js file around line 240 where the order processing happens. Check if the coupon validation is blocking the order. If you find the issue, fix it, add a test case, and run the test suite."
The difference:
You need to learn:
First tasks should be:
Examples:
Avoid at first:
Best practice:
Why:
Codex will ask for approval before:
Always review:
Don't:
Check the Profile section daily:
Set alerts:
If costs spike:
Before letting Codex modify code:
Why:
Never give Codex access to:
Remember: Screenshots go to OpenAI. If it's on your screen, OpenAI sees it.
Know how to stop Codex immediately:
Practice stopping:
OpenAI's Codex for Windows isn't just a feature release. It's a strategic move in the AI agent wars.
May 2026:
OpenAI's move:
This is deliberate competitive strategy.
The prize: Becoming the default AI agent platform for developers.
Why it matters:
The company that wins AI agents wins:
Current standings:
| Platform | Strengths | Weaknesses |
|---|---|---|
| OpenAI Codex | Windows support, mobile control, thread management | Newer to market, foreground-only |
| Anthropic Cowork | More mature, background operation | Security issues, Windows gaps, audit exclusions |
| Microsoft Copilot | OS-level integration, enterprise trust | Less powerful, limited automation |
| Google Gemini | Strong mobile, emerging agent features | No desktop control yet |
OpenAI is positioning to dominate the Windows developer market.
Notice OpenAI said:
"Background support is in the works with Microsoft"
Why Microsoft matters:
What's coming:
This could make Codex the de facto Windows AI agent platform.
Announced features:
Likely additions:
Probable developments:
The vision:
Codex becomes an always-on digital co-worker:
You manage strategy and creative work.
Codex handles execution and operations.
The ultimate productivity multiplier.
For years, Windows developers have watched Mac users get the best AI tools first.
First Claude Cowork launched with better macOS support.
Then cursor-based AI coding tools optimized for Mac.
Finally, OpenAI Codex brings full computer control to Windows--and does it better than the Mac-first alternatives in key ways.
Mobile steering means you're not chained to your desk.
Thread management means Codex scales beyond single tasks to complex projects.
Parallel worktrees mean you can work on multiple branches simultaneously without context switching.
Foreground operation means you see what's happening, building trust and safety.
Is it perfect? No.
Is it safe for regulated workloads? Absolutely not.
Will it make mistakes? Constantly.
Should you use it anyway? If you're a Windows developer doing non-sensitive work, yes.
Because the productivity gains are real:
Those hours add up.
And while you're reclaiming that time, you're also getting a glimpse of the future:
A world where you describe what you want, and AI figures out how to do it.
A world where routine work happens automatically, leaving you free for creative and strategic thinking.
A world where the constraint isn't what's possible, but what you can imagine.
That world isn't fully here yet.
But with Codex for Windows, it just got a lot closer.
Welcome to the AI agent era.
It's messy, it's risky, it's powerful, and it's finally here for Windows users.
Sources:
Related Reading: