| ▲ | andrewchambers 5 hours ago | ||||||||||||||||||||||||||||||||||||||||||||||
I've recently had great success running codex in a regular qemu VM and using codex remote control to talk to it from my phone. Honestly works extremely well as a personal assistant. I can see why turning it into an API makes sense, just be aware you might not need to lock yourself in if you can setup your own VMs. | |||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | pavo-etc 3 minutes ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
I've done something similar by running pi within an xmpp wrapper on my server, so I can talk to it from any phone or computer. Works super well. | |||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | blfr 4 hours ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
Yes, I do the same with Claude Code. Create an instance on the server for a project and then can create sessions from any device, close my laptop while claude code keeps working, etc. without losing the convenience of dedicated apps. | |||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | lukebuehler an hour ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
The key here is that they are _not_ just turning "running codex on a VM" into an API. Their harness is running outside a VM, interacting with a VM when needed. See the diagram in their post. This allows them to scale the agent runs independently from the VMs. That's why they call it "managed Codex harness", it's a different version than what you run. | |||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | bmurphy1976 2 hours ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
I've been running Hermes inside a remote docker container connected to Slack bound to a Codex account. It's actually pretty great, I prefer this approach for a lot of things. Because it's in a Docker container I have 100% control over the configuration. It may do some crazy stuff, but I know it's not going to start exfiltrating my AWS SSO tokens or SSH keys from my laptop. | |||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | kyxsc 4 hours ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
Yep I run `claude remote-control` as daemons (systemd/launchctl) on whatever paths/repos I wanna be able to create a session from on-to-go. Works really well and is a great use case for work laptops. Same shell, same memories, same sessions | |||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | Havoc an hour ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||
May as well go for Hermes at that stage | |||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | krashidov 5 hours ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||
Do you have 1 long running session? | |||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||