Live data from Hacker News

Codex is now in the ChatGPT mobile app

openai.com

241–250 of 274 posts

Re: Codex is now in the ChatGPT mobile app

#241

Earlier quoted context omitted.

It's not that I'm unimpressed by the results, it's that I think I'm saving time by pushing the agent along remotely, but the reality is that my messages to the agent(s) end up being a lot shorter, which inevitably leaves more up for interpretation. Don't get me wrong, I still use Codex (and sometimes Claude Code) remotely every day, and am overall excited for this release, it's just that the benefit wasn't as high as…

Just...write longer messages. Maybe it is age but I've written huge forum such as on HN all from my phone often with multiple tabs open to source various links for foot notes. When I type for an LLM, I will type a lot too if needed and will often even type a little, wait to think, then continue, over the course of like 15 minutes even, so that the intention of the prompt is correct since that saves much more time and…

For me personally, I haven't really found that length per se is what makes something harder to write on mobile vs desktop, but more the level of "complexity". If it's just a matter of banging out a bunch of straightforward linear text, I'll often reach for my phone before my laptop. Mobile swipe typing is actually pretty productive for that sort of thing, in my experience.

Where it starts to become a pain is when the task demands a lot of formatting, symbols/punctuation, uncommon words, non-linear writing/editing, or referencing of outside information. The more I have to multitask, and the less I can just stay in a flow and churn out effectively a stream of consciousness, the more constraining a mobile device is going to feel. But for lots of things it's surprisingly great; sometimes I'll intentionally do the heavy lifting on a longer document from my phone and then handle editing/formatting/proofreading from my laptop.

Anyway, I set up Tailscale and aRDP a few months ago (as well as Termius, but have gravitated more toward aRDP in practice), and it's been a pretty substantial efficiency boost. On one hand, I've sort of experienced the same thing as the parent — not necessarily longer, but more complex prompts often have me putting down the phone and grabbing my laptop. On the other hand, lots of prompts are totally fine from mobile. There are also entire categories of tasks where every few hours I just need to sanity check the current diff, latest commits, and Codex output, then resend some variation of "please continue" from my prompt history and maybe answer some follow-up questions; mobile is perfect for that.

Re: Codex is now in the ChatGPT mobile app

#242

Whats crazier is that Codex is free. I thought I had to pay to even try it out but nope, you can use the desktop app or cli for free, its apparently included in the free plan. You just have to sign in to your ChatGPT account. Of course I am aware that the caveat here is that all my interaction is part of training, but I’m fine with that. Even Qwen Cli discontinued the free plan.

How much better is it than Claude? I have both but Claude sucks up so many tokens.

I just like that Openai let's you use your codex subscription with whatever harness you like. I prefer Pi, so that's what I use. GPT 5.5 xhigh feels equivalent to Opus to me, so there's no reason for me to be locked into the Claude Code cli. I use it off-and-on throughout my workday and never even come close to the pro limits.

Re: Codex is now in the ChatGPT mobile app

#243

(Someone deleted a comment about why you'd want a mobile Codex app. This is the answer I wrote.) Once you've used these coding agents a lot, you develop a pretty intuitive feel for how they work, what they're capable of, what they're good at, and where their weaknesses are. Hopefully, you're already pretty familiar with the code base you're working on. Combining the two, this means you can get quite far essentially "…

I have been doing exactly this by bookmarking Codex and using 'Add to home screen'

Process (all on my phone)

* Create new repo on github

* Tell Chatgpt the project and ask for a readme and agents file

* Manual upload the files to github

* Go to Codex and tell it to review the code and carry out steps in readme

* Connect project to Vercel

* If needed, create a DB

* Ask ChatGPT for the schema and run the sql

I have done this kind of work for years and now I can create things like this on the way back from a meeting. It's broken my business model by the way.

Here is one of the apps, for mental health - pretty much all done on my phone.

https://you-are-ok.vercel.app/

So having Codex in app removes one little barrier and I will take that.

Re: Codex is now in the ChatGPT mobile app

#244
post #239
post #237

This is awesome. Exactly what openclaw was supposed to be. Im really impressed by how effortlessly it handles the file syncing. My method of walking to work is back (going for an 8 hour walk , voice dictating the whole way)

Is 8 hours an exaggeration? If not, how do you walk that much without wrecking your feet?

That includes lunch, park bench, coffee shop to charge phone, etc, but yea. north brooklyn to coney island and back. ive only done it a few times , not 5 days a week

Re: Codex is now in the ChatGPT mobile app

#246

(Someone deleted a comment about why you'd want a mobile Codex app. This is the answer I wrote.) Once you've used these coding agents a lot, you develop a pretty intuitive feel for how they work, what they're capable of, what they're good at, and where their weaknesses are. Hopefully, you're already pretty familiar with the code base you're working on. Combining the two, this means you can get quite far essentially "…

I have been doing exactly this by bookmarking Codex and using 'Add to home screen' Process (all on my phone) * Create new repo on github * Tell Chatgpt the project and ask for a readme and agents file * Manual upload the files to github * Go to Codex and tell it to review the code and carry out steps in readme * Connect project to Vercel * If needed, create a DB * Ask ChatGPT for the schema and run the sql I have don…

Sorry, replying to own post but I have to add this.

Actions were not working on the android app. Known issue for a long time

https://community.openai.com/t/gpts-custom-api-calls-not-wor...

I did the same solution described above - Bookmarked the custom GPT, added to home screen and would run it in browser.

It seems to be working now. So I can start building out custom GPTs, share with my clients and not have a big training piece to onboard them.

Edit: https://chatgpt.com/g/g-697edc35e2888191a331217cd0483a67-men...

Take a pic of a menu and create a group meal/degustation for your budget.

Re: Codex is now in the ChatGPT mobile app

#250
It might not look like it at a first glance, but between this and the "everyday work mode" preference on Codex for macOS, it seems to me that these are OpenAI's incremental steps towards an Openclaw-like product offering.
Post reply on HN