Maybe I’m naive but the longest single workflow I ran was maybe 15 minutes. How do you steer agents to run “overnight”? And what is the quality of such execution?
Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
31–40 of 87 posts
Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#32It feels somehow weird to see a cloud tool usable only from Macs. Oh well.
Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#33Interesting. Given that OpenAI and Anthropic are steadily moving down the stack (e.g. remote execution, Codex desktop, Claude Code integrations), how do you think about defensibility? Do you expect the labs to eventually offer a cloud-native ADE themselves, and if so, what advantage do you think an independent platform retains? Also, do you see Boxes supporting OpenCode and self-hosted/local models in the future? If…
A few angles to this. One is that coding just went through a massive change over the past year, that is not yet fully settled. Remember when everyone insisted on using IDEs and seeing the code with a chat sidebar? It's hard to argue you'll still be reading code a year from now. And even today, most people are still developing locally, which we're betting will shift to the cloud over the next few years. I imagine othe…
Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#34It feels somehow weird to see a cloud tool usable only from Macs. Oh well.
Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#35You can pry localhost from my cold dead hands.
Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#36Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#37Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#38Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#39Why is this better than running Claude on my own home server? I can remotely monitor the agent with Termux from my phone.
Re: Show HN: Boxes.dev: ditch localhost; run Claude Code and Codex in the cloud
#40I am building a self-hosted tool (OpenClaw-like) to solve the same problem (running agents 24/7 and access from monile), which I think is the main alterative approach to cloud tools. I'm glad that other people have recognized the problem.
We currently use worktrees btw. We have a port allocation system that sends ports to the agent automatically, which suffices for smoke testing web projects in parallel but requires some configuration. We've also found that asking agents to find a free port works as well. There's no way to get security-relevant isolation without a containerized system, but everything else can be worked around, and IMO more easily than the setup required to make a project ready for VM/container development.