It was useful until they made it 3x as expensive as local. Answer from TBSchemer on reddit.com
🌐
Openai
developers.openai.com › codex › cloud
Web – Codex | OpenAI Developers
Codex is OpenAI’s coding agent that can read, edit, and run code. It helps you build faster, fix bugs, and understand unfamiliar code.
🌐
ChatGPT
chatgpt.com › codex
Codex
2 weeks ago - With Skills, Codex goes beyond writing code to directly contribute to the work that turns pull requests into products, like code understanding, prototyping, and documentation, aligned with your team’s standards.
🌐
OpenAI
openai.com › codex
Codex | AI Coding Partner from OpenAI | OpenAI
3 days ago - The Codex app is a command center for agentic coding.
🌐
Reddit
reddit.com › r/codex › codex web, is it useful?
r/codex on Reddit: Codex Web, is it useful?
November 28, 2025 -

I've been thinking a lot about how useful background coding agents actually are in practice. A lot of the same arguments get repeated like "parallel tasks" and "run things in the background" but I'm not sure how applicable that really is for individual contributors on a team that might be working on a ticket at a time

From my experience so far, they shine most with small to medium, ad hoc tasks that pop up throughout the day. Things that are trivial but still consume mental bandwidth and context switching. That said, this feels most relevant to people at early stage startups where there's high autonomy and you're constantly jumping on whatever needs doing next

I'm curious how others think about this
What kinds of tasks do you feel are genuinely well suited for background coding agents like Codex Web?
Or do you find them not particularly useful in your workflow at all?

🌐
Reddit
reddit.com › r/chatgpt › codex web is remarkable
r/ChatGPT on Reddit: Codex web is remarkable
May 18, 2025 -

I've been putting the new web-based Codex through its paces over the last 24 hours. Here's some thoughts;

  1. The pricing is wild - completely revolutionary and probably unsustainable

  2. It's better than most of my existing tools at writing code, but still pretty bad at planning or architecting solutions

  3. No web access once the session starts is a huge limitation, and it's buggy and poorly documented

For context: I'm working on an open source autonomous coding agent because I love this space, not because I'm trying to monetize it. I've spent serious time with Claude Code, Cline, Roo Code, Cursor, and pretty much every shiny new thing. Until now, Cline was my go-to, though Claude still has the edge in some areas.

Running these kinds of agents at scale often racks up $100+ a day in API usage - even if you're smart about it. Codex being included in a Pro subscription with no rate limits is completely nuts. I haven't hit any caps yet, and I've thrown a lot at it. I've easily put in $100 worth of equivalent usage in a single day. Multiple coding tasks running in parallel, no throttling. I have no idea how that is supposed to hold.

As for performance: when it comes to implementing code from a clear plan, it's the best tool I've used. If it was available inside Cline, it'd be my default Act agent. That said, it's clearly not the full o3 model - it really struggles with high-level planning or designing complex systems.

What's working well for me right now is doing the planning in o3, then passing that plan to Codex to execute. That combo gets solid results.

The GitHub integration is slick - write code, create commits, open pull requests - all within the browser. This is clearly the future of autonomous coding agents. I've been "coding" all day from my phone - queueing up 10 tasks, going about my day, then reviewing, merging, and deploying from wherever I am.

The ability to queue up a bunch of tasks at once is honestly incredible. For tougher problems, I've even tried sending the same task 5-10 times, then taking the git patches and feeding them into o3 to synthesize the best version from the different attempts. It works surprisingly well.

The big issues:

- No web access once the session starts which means testing anything with API calls or package installs is a nightmare

- Config is surprisingly confusing the docs hint that you can prep the environment (e.g. install dependencies at the start), but they don't explain how. If you can't use their prebuilt tools, testing is basically a no-go right now, which kills the build -> test -> iterate workflow that's essential for SWE agents

Still, despite all that, Codex spits out some amazing code with the right prompting. Once the testing and environment setup limitations are fixed, this thing will be game-changing. Honestly, it already kind of is.

🌐
OpenAI
openai.com › index › introducing-the-codex-app
Introducing the Codex app | OpenAI
February 2, 2026 - The Codex app uses native, open-source⁠(opens in a new window) and configurable system-level sandboxing just like in the Codex CLI. By default, Codex agents are limited to editing files in the folder or branch where they’re working and using cached web search, then asking for permission to run commands that require elevated permissions like network access.
🌐
GitHub
github.com › openai › codex
GitHub - openai/codex: Lightweight coding agent that runs in your terminal · GitHub
1 week ago - If you want Codex in your code editor (VS Code, Cursor, Windsurf), install in your IDE. If you want the desktop app experience, run codex app or visit the Codex App page. If you are looking for the cloud-based agent from OpenAI, Codex Web, go to chatgpt.com/codex.
Starred by 67.5K users
Forked by 9K users
Languages   Rust 95.7% | Python 2.4% | TypeScript 1.2% | JavaScript 0.2% | Starlark 0.2% | Shell 0.1%
Find elsewhere
🌐
Openai
developers.openai.com › codex › cloud › environments
Cloud environments – Codex web | OpenAI Developers
Codex creates a container and checks out your repo at the selected branch or commit SHA.
🌐
OpenAI Help Center
help.openai.com › en › articles › 11369540-using-codex-with-your-chatgpt-plan
Using Codex with your ChatGPT plan | OpenAI Help Center
2 days ago - Codex usage, when used on the web or delegated to the cloud, is available in the Compliance API.
🌐
OpenAI
openai.com › index › introducing-codex
Introducing Codex | OpenAI
The Codex agent operates entirely within a secure, isolated container in the cloud. During task execution, internet access is disabled, limiting the agent’s interaction solely to the code explicitly provided via GitHub repositories and pre-installed dependencies configured by the user via a setup script. The agent cannot access external websites, APIs, or other services.
🌐
Openai
developers.openai.com › codex › security
Security – Codex | OpenAI Developers
1 week ago - Codex Security works with connected GitHub repositories through Codex Web. OpenAI manages access.
🌐
Simon Willison
simonwillison.net › 2025 › Dec › 31 › codex-cloud-is-now-called-codex-web
Codex cloud is now called Codex web
December 31, 2025 - It looks like OpenAI's Codex cloud (the cloud version of their Codex coding agent) was quietly rebranded to Codex web at some point in the last few days. Here's a …
🌐
Openai
developers.openai.com › codex › changelog
Changelog – Codex | OpenAI Developers
3 weeks ago - GPT-5.4 mini is available in the Codex app, the CLI, the IDE extension, and Codex on the web.
🌐
Matsuoka
hyperdev.matsuoka.com › p › enter-codex-web
Enter Codex Web - by Robert Matsuoka - Hyperdev
May 20, 2025 - Unlike IDE plugins (Copilot, Codeium), editor extensions (Cursor's Augment), or CLI tools (Claude Code), Codex Web seems to be a standalone web application focused on autonomous coding.
🌐
Codédex
codedex.io › codédex | start your coding adventure ⋆˙⟡
Codédex | Start Your Coding Adventure ⋆˙⟡
Codédex is a new way to learn to code for kids and adults alike. Journey through the fantasy land of Python, HTML, CSS, or JavaScript, earn experience points (XP) to unlock new regions, and collect all the badges at your own pace.
🌐
Openai
developers.openai.com › codex › cli
CLI – Codex | OpenAI Developers
Use Codex to search the web and get up-to-date information for your task.
🌐
OpenAI
openai.com › index › unlocking-the-codex-harness
Unlocking the Codex harness: how we built the App Server | OpenAI
February 4, 2026 - Codex Web uses the Codex harness, but runs it in a container environment. A worker provisions a container with the checked-out workspace, launches the App Server binary inside it, and maintains a long-lived JSON-RPC over stdio2 channel. The web app (running in the user’s browser tab) talks to the Codex backend over HTTP and SSE, which streams task events produced by the worker.
🌐
YouTube
youtube.com › watch
Build beautiful frontends with OpenAI Codex - YouTube
Codex’s multimodal abilities can help you design, iterate, and build beautiful frontends for your apps. Channing Conger and Romain Huet show you how to use C...
Published   October 27, 2025
🌐
Openai
developers.openai.com › codex › cloud › internet-access
Agent internet access – Codex web | OpenAI Developers
By default, Codex blocks internet access during the agent phase. Setup scripts still run with internet access so you can install dependencies.