Earlier quoted context omitted.
because you can't rely on anything from them same for Antigravity, feels abandoned only surprising product that feels non google for me is Google Stitch https://stitch.withgoogle.com/
that's because it's an acquisition ( http://usegalileo.ai/ )
Codex is now in the ChatGPT mobile app
221–230 of 274 posts
Re: Codex is now in the ChatGPT mobile app
#222Earlier quoted context omitted.
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…
I've been coding on Android for a few months, mostly while walking around outside or showering. I'm on a mix of Tailscale + Termux + ssh server + tmux + codex CLI, Tailscale is great. I think you may be able to optimize your workflow more by drafting your prompt in ChatGPT first; get it to expand out the intent for you. Doing that has made phone coding a lot more tolerable for me. I like to think that I've given phon…
Re: Codex is now in the ChatGPT mobile app
#223Earlier quoted context omitted.
It's a lot easier to write long messages on a phone with something like Whisper.
I'm not sure about others but I can't coherently voice my thoughts through speech alone as I'd want to think and revise the message, so I generally don't use voice transcription with AI.
Re: Codex is now in the ChatGPT mobile app
#224Earlier quoted context omitted.
I am not sure I understand the time savings you're describing here. Do you mean you saved the "time to write prompt into the text input box" because you got to do that sooner from your phone rather than write down your idea and do it when you got back to your computer? Wouldn't you be doing the exact same thing had you been sitting at your computer when you had the idea? Perhaps the person who wrote that had the mind…
You can use STT and include a workflow that automatically extracts the requirements (filters all the um's, ah's, pauses) and it becomes more like an interaction where you act as the Product Owner/Manager and Codex is your Architect/Dev. At least, that's how I code through my phone. But it does require some forethought in establishing your automated workflows. I'm at the point where my entire dev system has establishe…
Re: Codex is now in the ChatGPT mobile app
#225Earlier quoted context omitted.
Yes, and /model claude-opus-4-6[1m] gets you the larger context window. Happy to help :)
Thanks for the hint, but is a large context window actually that useful? I tend to get garbage too often with a normal big context window.
There are also many people running 4.5 with specific parameters that claim to be having luck.
Re: Codex is now in the ChatGPT mobile app
#226I use Termius on my phone to remote and make agent do stuff while i chill or am on road. This seems useful too.
Re: Codex is now in the ChatGPT mobile app
#227Nice to see some catch-up with Anthropic and others, but this doesn't actually offer cloud coding agents (my favorite Claude and Cursor capability). I want to code from my mobile device when my laptop is off or unavailable, pushing PRs directly to GitHub. Codex mobile only works with a desktop machine, at which point, I'll just use that machine, what's the point.
Re: Codex is now in the ChatGPT mobile app
#228Dang, I thought this was going to be integration for Codex Cloud, not the (still not available for Linux) Codex App. Not even Codex CLI, alas. You can still access the Cloud option from a mobile browser well enough but I prefer an app UI for poking at the things on the go.
Mobile remote connection works, pushed the PR earlier today.
Re: Codex is now in the ChatGPT mobile app
#229Whats 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.
Re: Codex is now in the ChatGPT mobile app
#230(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 am not sure I understand the time savings you're describing here. Do you mean you saved the "time to write prompt into the text input box" because you got to do that sooner from your phone rather than write down your idea and do it when you got back to your computer? Wouldn't you be doing the exact same thing had you been sitting at your computer when you had the idea? Perhaps the person who wrote that had the mind…