HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AlexFromTwelve

no profile record

Submissions

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

gibil.dev
3 points·by AlexFromTwelve·vor 2 Monaten·0 comments

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

gibil.dev
2 points·by AlexFromTwelve·vor 3 Monaten·2 comments

comments

AlexFromTwelve
·vor 3 Monaten·discuss
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.