HackerTrans
トップ新着トレンドコメント過去質問紹介求人

AlexFromTwelve

no profile record

投稿

Show HN: Setup a box on demand and run your agent on it remotely

gibil.dev
3 ポイント·投稿者 AlexFromTwelve·2 か月前·0 コメント

Show HN: Give Claude Code disposable servers to work on tasks in parallel

gibil.dev
2 ポイント·投稿者 AlexFromTwelve·3 か月前·2 コメント

コメント

AlexFromTwelve
·3 か月前·議論
Fair, if you're running one-off prompts, you don't need this. The real use case is longer agent tasks where you don't want rm -rf, a runaway loop, or pnpm install on some random repo touching your laptop. VM spins up, agent works, VM gets destroyed. Same reason people already sandbox in Docker/Codespaces, this just collapses create → run → destroy into one command.