I’ve been using it since it came out. I really like it. I love a good TUI, but for managing multiple agents and/or projects, a good GUI is better, imho. Answer from Shep_Alderson on reddit.com
🌐
Reddit
reddit.com › r › codex
Codex coding tools by OpenAI - Codex CLI and IDE Extension
October 31, 2011 - This is the information and discussion subreddit for OpenAI Codex tools - Codex CLI, Codex IDE Extension and Codex in the Cloud that are included in ChatGPT Plus, Pro, Business, Edu, and Enterprise plans.
🌐
Reddit
reddit.com › r/chatgptcoding › i don’t understand the hype around codex cli
r/ChatGPTCoding on Reddit: I don’t understand the hype around Codex CLI
October 12, 2025 -

Giving the CLI full autonomy causes it to rewrite so much shit that I lose track of everything. It feels like I’m forced to vibe-code rather than actually code. It’s a bit of a hassle when it comes to the small details, but it’s absolute toast when it comes to anything security related. Like I fixed Y but broke X and then I’m left trying to figure out what got broken. What’s even scarier is I have no clue if it breaks tested components, it’s like operating in a complete black box.

🌐
Reddit
reddit.com › r/vibecoding › is there actually a big difference between claude code cli and codex?
r/vibecoding on Reddit: Is there actually a big difference between Claude Code CLI and Codex?
November 14, 2025 -

My main use case is refactoring code while keeping the algorithm exactly the same. For people who’ve tried both: is there any major difference between Codex and Claude Code for this kind of work?

Right now I use ChatGPT Plus every day and I really like the ideas and suggestions it gives me. My impression is that Claude is stricter about sticking to the existing data and structure, but I’m wondering if the real-world difference is actually that big or not.

🌐
Reddit
reddit.com › r/codex › 24 tips & tricks for codex cli + resources from the codex team
r/codex on Reddit: 24 Tips & Tricks for Codex CLI + Resources from the Codex Team
1 month ago -

I've been collecting practical tips for getting the most out of Codex CLI. Here are 24 tips organized by category, plus key resources straight from the Codex team.

Repo: https://github.com/shanraisshan/codex-cli-best-practice

🌐
Reddit
reddit.com › r/openai › switched from claude code to codex cli .. way better experience so far
r/OpenAI on Reddit: Switched from Claude Code to Codex CLI .. Way better experience so far
August 31, 2025 -

I was using Claude Code for a while, but after seeing some posts about Codex CLI, I decided to try it out, and I’m really glad I did.

Even with just the OpenAI Plus plan, I’m not constantly running into usage limits like I was with Claude. That alone makes a huge difference. GPT-5 feels a lot smarter to me. It handles complex stuff better imo.

Only thing that bugs me is how many permissions Codex CLI asks for (I think there's an option to stop asking for permissions?). But overall, it’s been a much smoother experience.

Anyone else switched?

Find elsewhere
🌐
Reddit
reddit.com › r/codex › what is your codex cli setup?
r/codex on Reddit: What is your Codex CLI setup?
February 26, 2026 -

Hey folks,

I’ve been slowly trying out Codex CLI for a bit, and I’m finding it surprisingly hard to get a sense of what a decent, real-world setup actually looks like.

There’s a lot of scattered info out there about skills, subagents, orchestrators, MCPs etc., but very few end-to-end examples or “starting templates” that show how people are actually wiring these together in practice.

What is your workflow? Do you use different models for different subagents? What are the must-have MCPs?

I tried simply adding the Superpowers that I used with CC relatively successfully, but in Codex that setup seemed to be quite slow. Also Codex seems to be more token hungry compared to OpenCode, but I have very limited with them right now.

🌐
Reddit
reddit.com › r/openai › how do you use openai's codex cli?
r/OpenAI on Reddit: How do you use OpenAI's Codex CLI?
April 17, 2025 -

Hi,

OpenAI released their Codex CLI. It brings an AI coding agent directly to your terminal.

Do you find it useful for shell-based tasks? What do you use it for?

Automating file edits or refactoring code snippets ?? Isn't it better to integrate an LLM with an IDE? Cursor, VS Code, Github Copilot etc etc.

I suppose it's useful if you automate tasks in your terminal. But it's only something I do occasionally, when I train models on cloud computers, I commit/pull code back and forth between my computer and the cloud instance via Github. Can you give me your use cases?

Thanks.

Top answer
1 of 4
3
Codex is the only way I’ve gotten agentic o4-mini to work well. You run codex in your IDE terminal. It’s more of a black box but it works. Think about it as Roo code / Cline / Cursor in the terminal without a good GUI. That’s what it is.
2 of 4
2
I have access to 11m tokens a day and have been having fun with it... there are some issues regarding Windows and Sandboxing as it tried to limit the damage it may do. I install it with node, npm install -g @ openai/codex - no space, unsure how to format it with it on reddit. Then from there I just make sure I have my environment variable set for OPENAI_API_KEY ... if you have WSL on Windows enabled you can just use that too and do the same thing, just make sure node v22 or higher is installed. So far I have not had great success with it being an overall AMAZING change... I ask it to do a high level task, it sandboxes, it breaks... I am looking to fix this with some changes to maybe running it via Docker, but eh... no time. That said, it does do a great job with getting files changed, reviewing file structure, and it did help me make a theoretical TWAIN Driver Redirector application similar to TS-Scan or RemoteScan ... but I have not actually tested the output... - It produced an exe though, it ran through and made every file for me and then it was able to also review bugs and continually run... this took about 2.5 million tokens. I then wanted to make a web game with basic multiplayer capabilities and it sort of failed at this... Claude 3.7 on the other hand was able to run 4200 lines in a single artifact and it worked. The end result of the web game attempt was 780 seconds of run time and 8.3 million tokens used. I am part of a "share your data with us and we will give you tokens" program... I have no idea how I got it but I am testing things out as I go and attempting to make some tests.. overall I just don't have any projects really to throw at it at the moment... anything I have attempted so far has been bested by Claude truthfully....
🌐
Reddit
reddit.com › r/claudeai › a few thoughts on codex cli vs. claude code
r/ClaudeAI on Reddit: A few thoughts on Codex CLI vs. Claude Code
August 18, 2025 -

Opus 4.1 is a beast of a coding model, but I'd suggest to any Claude Max user to at least try Codex CLI for a day. It can also use your ChatGPT subscription now and I've been getting a ton of usage out of my Plus tier. Even with Sonnet, Claude Pro would have limited me LONG ago.

A few thoughts:

  • While I still prefer CC + Opus 4.1 overall, I actually prefer the code that Codex CLI + GPT-5 writes. It's closer to the code I'd also write.

  • I've used CC over Bedrock and Vertex for work and the rate limits were getting really ridiculous. Not sure this also happens with the Anthropic API, but it's really refreshing how quick and stable GPT-5 performs over Codex CLI.

  • As of today Claude Code is a much more feature rich and complete tool compared to Codex. I miss quite a few things coming from CC, but core functionality is there and works well.

  • GPT-5 seems to have a very clear edge on debugging.

  • GPT-5 finds errors/bugs while working on something else, which I haven't noticed this strongly with Claude.

  • Codex CLI now also supports MCP, although support for image inputs doesn't seem to work.

  • Codex doesn't ship with fetch or search, so be sure to add those via MCP. I'm using my own

  • If your budget ends at $20 per month, I think ChatGPT might be the best value for your money

What's your experience?

🌐
Reddit
reddit.com › r/chatgptcoding › codex now runs in your ide, cloud and cli with gpt-5
r/ChatGPTCoding on Reddit: Codex now runs in your IDE, Cloud and CLI with GPT-5
August 27, 2025 - I don’t know if this solves your issue but you can run codex with codex --dangerously-bypass-approvals-and-sandbox ... Thanks, I'll give it a try. I've had lots of success with the web version ... The approval for making edits is busted on windows and it will always ask. Fortunately the CLI is open source.
🌐
Reddit
reddit.com › r/claudeai › experiences with cc, codex cli, qwen coder (gemini cli)?
r/ClaudeAI on Reddit: Experiences with CC, Codex CLI, Qwen Coder (Gemini CLI)?
August 19, 2025 -

Hey there,

as slowly more and more CLI Agents are appearing and there is potentially more to select and keep an eye out for, I was wanting to hear how others have experienced other tools & the respective subscriptions?

Claude Code:
I've been using CC now for a while on the 5x Plan, it does work great, mostly, sometimes there is a bit of hiccup or it just does some bullshitery but as long as the task is in a given "context size" it does perform well. I recently had to use it to debug an issue/bug, unfortunately not super aware where and how it occurs, that was the first time that CC was unable to really perform anything relevant, as by simply trying to grep/search files and do a few web clicks it would fill up the context window and after that it was pretty much caught on a loop. But that aside, one big issue I have, the second it gets close to the context window limit or that my "limit" will reach, it will basically lie and say he has tested and everything is fine and apparently I build a production application. What works really well though is the Integration with various MCP's and tool calling.

Qwen Coder:
This recently came out, and one can use it for free by just signing in with your account, I have yet to hit the limits for this, it offers a similar performance to Sonnet 4.0, and features a 1m context window. I have to say Qwen Coder has been far superior in my case when it came to pure coding tasks, it seems to do proper research in the codebase before starting to edit random files in order to not break existing functionality (usually it spends a good 150-200k on researching). It is a tad on the slower side in terms of responses, but that may be because I am not using the API. That being said, the issue I encountered is, it doesn't do very well with certain MCP's, it gets occasionally confused with Playwright and how to use it, but if it doesn't it somehow clicks so fast that one can barely read/react what it does, whereas Claude takes his time here. Given the Qwen Coder is a fork from Gemini CLI and that it just came out, this looks extremely promising and i would get a subscription if it was offered as the pure code performance seems to be superior to CC in my few use-cases (php, js, and some svelte)

Codex CLI:
I have to admit I was not aware until very recently that one can use the ChatGPT subscription (plus,team,pro) to use the Codex CLI. I just tested it for roughly two nights, but I am extremely pleased on how ChatGPT 5 performs for certain debugging / coding tasks. It also seems to "watch" out for other bugs/potential improvements even if it is not part of the main task. I didn't test the MCP support out yet, but it seems to be supported and given that the limits are not that quickly hit with the 20€ subscription I might give it a serious go and feels like a potential alternative to CC if Claude decides to fumble around with the models/limits too much. I couldn't find any info if it supports GPT 5 Pro, but I couldn't seem to find a way to change the base model to it. However extremely pleased with this so far.

Gemini CLI:
Not much to say as I'm not willing to use the API as a private person for a few hobby / work related tasks, despite that I occasionally give it a shot, as the 2.5 Pro performs so much better in architectural tasks than Opus or any other model, but unfortunately the free limits are used up after 5 min. I hope Google also offers to use the Ultra subscription as a way to authenticate.

So just curious what others think and if you have looked for alternatives?

🌐
Reddit
reddit.com › r/codex › cli vs gui for coding agents - thoughts on the new codex app
r/codex on Reddit: CLI vs GUI for Coding Agents - thoughts on the new Codex App
February 2, 2026 -

Just saw the new Codex App launch. Planning to try it lately, but wanted to share some initial thoughts.

First impression - feels similar to Conductor(I use it a lot recently), emphasizing git worktree for parallel task handling. Interesting that OpenAI went with a GUI-first approach instead of doubling down on Terminal UI like Claude Code did.

I think CLI/TUI is still the best execution environment for AI agents, but not necessarily the most efficient human-AI interface.

For vibe coding beginners, Codex's GUI is definitely more approachable - lower barrier to entry. But for those used to Claude Code CLI, it might actually feel like a step back. Once you're comfortable with the terminal, a coding agent's chat window doesn't need that much screen real estate anymore.

Some open source projects are exploring this space more aggressively, trying to find the sweet spot between execution power and interaction efficiency. 

Feels like there's room for something new to emerge here - maybe a new Cursor-level product that gets this balance right.

Anyone else tried it yet? Curious how it compares to your current workflow.

🌐
Reddit
reddit.com › r/chatgptcoding › codex cli vs claude code (adding features to a 500k codebase)
r/ChatGPTCoding on Reddit: Codex CLI vs Claude Code (adding features to a 500k codebase)
September 5, 2025 -

I've been testing OpenAI's Codex CLI vs Claude Code in a 500k codebase which has a React Vite frontend and a ASP .NET 9 API, MySQL DB hosted on Azure. My takeaways from my use cases (or watch them from the YT video link in the comments):

- Boy oh boy, Codex CLI has caught up BIG time with GPT5 High Reasoning, I even preferred it to Claude Code in some implementations

- Codex uses GPT 5 MUCH better than in other AI Coding tools like Cursor

- Vid: https://youtu.be/MBhG5__15b0

- Codex was lacking a simple YOLO mode when I tested. You had to acknowledge not running in a sandbox AND allow it to never ask for approvals, which is a bit annoying, but you can just create an alias like codex-yolo for it

- Claude Code actually had more shots (error feedback/turns) than Codex to get things done

- Claude Code still has more useful features, like subagents and hooks. Notifications from Codex are still in a bit of beta

- GPT5 in Codex stops less to ask questions than in other AI tools, it's probably because of the released official GPT5 Prompting Guide by OpenAI

What is your experience with both tools?

Top answer
1 of 5
30
Former Claude Code user for a few months on Max 20x, fairly heavy user too. Loved it at the time, but feels like at least during part of last month the quality of the model responses degraded. I found myself having to regularly steer Claude into not making changes I didn't actually agree on (yes I use the plan mode, it's highly valuable). Claude also often told me that code was production ready when it wasn't, it either failed to compile or had some kind of flaw that needed addressing. Found out about a $1 Teams plan offer for ChatGPT so figured it would be a great opportunity to check out Codex CLI and GPT_5. Suffice to say it impressed me. I tell it what I want, it just does that. Most tasks I've thrown at it are usually completed and successful in one or two shots. If I'm possibly wrong or there's a reason to debate something first then it usually does so, while Claude would've often said "you're absolutely right, ..." - blindly agreeing with me regardless. GPT-5 also makes far less assumptions compared to Claude, regularly replying with open questions if it has any. After it completes a task GPT_5 will usually follow up with an idea or suggestion related to what we had done, which I also found useful. The biggest challenge I've given it so far was to refactor a long overdue and messy .cs file that contained about 3k LOC. I've tried this with various other AI LLMs, including Claude Code (which couldn't read the entire file as it was over 25k tokens), but they just ultimately make bugs and mess things up when trying to do so. I didn't think GPT-5 would be any different, but my god, it surprised me again. I planned with it, did it in small bits and pieces at a time, and a day or so later I'm now down to around 1k LOC for that file. It seems to be working fine too. I've been using Claude primarily since Sonnet 3.5, and GPT models before Sonnet 3.5, but it looks like I'm back with OpenAI again unless Anthropic "wow" me back. For Codex CLI, I would recommend checking out the "just-every/code" fork. Much nicer UI, /plan, /solve, /code commands, multiple themes, integrated browser capability, can resume previous conversations.
2 of 5
27
Gpt5 is definitely smarter model. CC has better scaffolding. However, codex is open source, so it will catch up fast.
🌐
Reddit
reddit.com › r/chatgptcoding › why is codex cli still so underdeveloped right now?
r/ChatGPTCoding on Reddit: Why is Codex CLI still so underdeveloped right now?
October 12, 2025 -

I’m surprised how limited it still feels. There’s basically no real Windows support, and it’s missing a bunch of the features that are already baked into other AI-assisted dev tools.

Given how much hype there is around Codex and coding automation in general, it feels weird that it’s lagging this much. Is it just not a priority for OpenAI right now? Or are they quietly cooking something bigger behind the scenes before rolling out major updates?

Like they should definetly have the resources for it and I can‘t imagine some of these features taking this long.

🌐
Reddit
reddit.com › r/programming › after trying openai codex cli for 1 month, here's what actually works (and what's just hype)
r/programming on Reddit: After trying OpenAI Codex CLI for 1 month, here's what actually works (and what's just hype)
July 9, 2025 - r/opencodeCLI is a community-driven subreddit for sharing resources, discussions, and tips around OpenCode—a Go + TypeScript open-source CLI TUI for coding assistance. It supports multiple providers (Anthropic Claude, OpenAI, Gemini, local ...
🌐
Reddit
reddit.com › r/codexhacks › what i found after two months of using codex cli and best ways to 10x productivity
r/CodexHacks on Reddit: What I found after two months of using Codex CLI and best ways to 10x productivity
November 3, 2025 - 426 subscribers in the CodexHacks community. For serious pro users of Codex CLI discussing productivity boosting techniques, hacks, prompts.