It's vastly better this way. Sure, it may impact the bottom line but it's a huge customer satisfaction win.
When Anthropic randomly resets me and I've only used 2%, that's worthless. When OpenAI tells me I have 3 resets available to use whenever I want - it's wonderful.
It’s amazing how much work you can get done on your phone now, especially if you already have a design mapped out in your head.
One killer feature that Claude has, and AFAIK Codex still lacks, is the ability to start a session in the terminal and then hand it off (actually just remotely control it), from the iOS app.
Last time I tried Codex on iOS it required a ton of set up to link a github project etc. The way claude lets me remote into a session I've already started on my actual machine is much better IMHO.
You sign in the Codex app on your Mac same on iOS and are able to completely control your sessions - fork, side chats, plugins - everything.
It’s really great i often work through it. And you can connect any number of Codex instances on any number of macs and then manage them all through the iOS app.
Just use termux on your phone and connect to a tmux session on your server.
Codex won't know the difference.
Not sure if there's a Termux equivalent for iPhone.
1. Run `codex remote-control --help` directly on your Linux server. 2. From the desktop app, connect to your Linux box, start Codex there, and make it remotely controllable.
Either approach will get you set up.
1. Install another copy of codex in a special dir on the Linux machine:
$ curl -fsSL https://chatgpt.com/codex/install.sh | sh
2. Run codex remote-control from that special dir to start and pair the daemon: $ ~/.codex/packages/standalone/current/codex remote-control start
$ ~/.codex/packages/standalone/current/codex remote-control pair
3. On the phone, open ChatGPT app, Choose Remote, then pair it with the code printed above.4. Voila! The codex sessions running on the Linux machine now show up on the phone!
That's actually pretty awesome. Anthropic's random resets often have me scrambling to launch huge sessions to make the most of them before the weekly rollover. The gacha-like mechanics are maddening.