AMAZINGINDEX.COM 每日 AI 简报
53.3
VOL. 2026.06
2026.06.05
← 返回 2026.06.05 日报
日报快照 · Daily Snapshot
NO. 015

云端运行 Claude Code 和 Codex,手机管多个 Agent

#ARTICLE HackerNews 2026.06.05
值得看指数 59.0 NO. 015 · 2026.06.05
发布2026/06/04Score70Comments46

Boxes.dev 给每个 AI 编码代理分配独立云 VM,支持并行运行和移动端管理。解决本地跑 Agent 占用资源、无法离线持续工作、多线程冲突的痛点,适合需要长时间自动化编码任务的团队。

云端运行 Claude Code 和 Codex,手机管多个 Agent

本地跑 Claude Code 和 Codex 的最大隐形成本是上下文切换:你的笔记本风扇狂转、电池暴跌,而且关盖就断线。之前大家的 workaround 是租一台云服务器手动配环境,或者用 GitHub Codespaces 但缺乏 Agent 原生管理。

Boxes.dev 的核心差异是把"线程级隔离"做进了产品层——每个 Agent 会话独立 VM,崩溃或污染不影响其他任务,这比在单台 VPS 上裸跑多个 Agent 实例要干净得多。竞品方向上,E2B 的 Code Interpreter 更偏沙箱执行,GitHub Copilot Workspace 还在浏览器里,Boxes 切的是"移动优先的 Agent 管控"这个细分场景。

最该试的人:已经在用 Claude Code 做批量重构或代码审查、但受限于本地机器性能和稳定性的团队。免费 tier 足够验证 workflow,如果夜间跑批量任务能省下一台 MacBook Pro 的负载,迁移成本就回来了。

意见分歧 49 条评论

核心争论:AI编码是否终将脱离本地IDE转向云端,还是开发者仍需审阅代码

iloveluce

Interesting. 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

nab

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

shivekkhurana

I have gotten into the habit of keeping the Codex app open on my laptop, and using the ChatGPT app on my phone as a remote. Maybe hosting is the way to go!

替代方案: OpenCodeFlexenvAwmanNemesis8CodexClaude CodeIDE+chat sidebar
查看原文 →