<- Back
Comments (73)
- AlifatiskWhats 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.
- jumploopsI’ve been using Codex from my phone for the past couple of months (through a tunnel, not this app).I was initially quite excited, but I’ve found the results are less than great compared to being at a keyboard.Something about the smaller screen size and/or lack of keyboard causes me to direct the agent less, which in turn creates more tech debt/code churn/etc.Maybe I’m just showing my age, and I should practice voice dictation or something more, but my thoughts flow faster and more clearly on a keyboard (less ums).
- jsemrauI don't understand OpenAI's product strategy.
- reassess_blindIs there a native way to work remotely with Claude/Codex on a local folder or git repo on your main machine without having to connect it to GitHub? For creating apps for personal use I’d rather just keep the files local.Edit: Running into issues setting it up on Windows. There's no "/remote-control" command in the CLI, so I installed the Windows Codex app. Then I updated the iOS app which now has the "Codex" feature in the sidebar, which should allow remote access to the Windows machine's instance - except it doesn't connect. The iOS app shows my desktop's hostname, so it knows there's an instance there, but refuses to connect. Issues like this would persuade a lot of folks to switch back to Claude.
- vohkDang, 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.
- miohtamaI have been using Omnara now some months, on desktop and mobile. It's web/mobile remote for Claude and Codex.I can do some tasks on mobile, especially if they are follow up and steering only, greatly increasing productivity as you can keep working whilst in transit, etc.
- impulser_Say what you want about OpenAI, but their software is actually pretty dam good especially compared to Anthropic and Google. Anthropic is just sloppy, and Google just doesn't live on this planet.Both of the Codex apps are very good.I tried this out and it works significantly better than Claude's remote control in fact the first few times I tried Claude's remote control it didn't even work and to this day is very buggy.
- iridioneThis is neat! Now I'm curious, what's left to innovate in the coding agent space? Sure there are the usual suspects like maintenance, security, reliability and other scalability improvements and looks like they will be addressed in the next year or two.
- ahmadyani'm not sure if i'm hallucinating, but i swear i had codex in the chatGPT app from long time ago (like the original codex on the web).they added some new stuff, like remote control to wherever the desktop codex app is running, but these companies need to work much more on their press releases.
- asadmI use Termius on my phone to remote and make agent do stuff while i chill or am on road. This seems useful too.
- sbinneeI don't like this direction. For accessibility aspect, sure it is good. But Codex is a coding product. I am increasingly concerned of lack of reviewing practice. I doubt that a mobile app is good for reviewing code changes.> Stay connected to active work from anywhere... (and anytime because it's on your phone). No thanks.
- schnitzelstoatThis is really useful for when you just need to approve plans or make small decisions.
- tekacsIt's refreshing that unlike Anthropic's Remote Control, this actually... works.Feels like a testament to the value in taking time and doing it properly.Now if only codex got its 1M token context window back.---Edit: Hmmm. Maybe I spoke too soon. Sigh. Definitely _more_ reliable by far overall, but still have queued messages with responses on my phone that don't show up on my computer, and responses that don't show up on my phone.Edit 2: New threads created from my phone seem to have a little stall-out, but ones that are underway are behaving reasonably well.
- fHrrust and opensource W
- anonundefined
- RazenganCodex has been great in the last 3-4 months I've been using it, almost exclusively to review existing GDScript code, and this was the feature I wanted most, because with gamedev you get the best ideas when you're out and about or in bed :)Claude on the other hand has been jank all around from the UX to the UI to the AI itself that it's baffling how it's more popular here on HN: https://i.imgur.com/jYawPDY.pngSadly this remote control feature doesn't seem to be for Mac to Mac yet? I love the MacBook Neo as a "thin client" for AI and keep the MacBook Pro at home/hotel, and it would be nice to share Codex desktop sessions (without SSH → resume link)
- cyanydeezopencode behind a nginx proxy with a standard user/password is sufficiently powerful. You can also upgrade to https://docs.linuxserver.io/images/docker-code-server/ and run any vscode plugins; opencode's plugin is pretty rudimentry but cline has been making a lot of strides.You can run your local LLM and just connect the docker containers. I'm paranoid of being disconnected from the LLM, so I never run any of this on the same machine, so orchestrating a docker-compose file that provides the necessary services is important.I'm still trying to find a good remote file system to loop into the setup for improved switching between cli and these web containers.
- Squabfriends, you don’t have to always be productive. leave the agent on the computer and take care of yourself.
- anonundefined
- comment0r[dead]
- AIMC[flagged]
- randomsimon[dead]
- stavrosThe best way I've found to work with LLMs is another OpenAI project, Symphony (which I implemented for Linear/GitHub and OpenCode[0]).It integrates with your issue tracker and makes the tracker the UI for the LLM. It also clones the repo for every ticket, and can set up fixtures/etc. I can work on multiple items at a time, which is fantastic because otherwise you have to wait for the LLMs a lot.[0] https://github.com/skorokithakis/symphony
- mv4Can someone recommend an IDE that can be used with a self-hosted model (via OpenAI or similar)?