Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The AI Wait Equation(xendo.bearblog.dev ↗)
  2. Show HN: Why is a fly so hard to swat?(flyswat.win ↗)
  3. Media execs sound alarm on AI(axios.com ↗)
  4. SeasonMap – when to travel where? visualized with climate data(seasonmap.app ↗)
  5. Picturing Space: Projection and Perspective(essentialvermeer.com ↗)
  6. Show HN: Put an AI agent on a FaceTime audio/video call (open source, WebRTC)(github.com/cherthq ↗)
  7. Scaling Trust Arena: An agentic economy with a multi-million dollar prize pool(scalingtrust.org.uk ↗)
  8. Show HN: An MCP server that lets AI agents create, send and analyze surveys(zigpoll.com ↗)
  9. Can We Stop with the Uptime Percentages?(jim-nielsen.com ↗)
  10. Inside Meta's AI Infrastructure Lab in Menlo Park [video](youtube.com ↗)
  11. Show HN: Cleanroom, a coding agent with a notebook for decisions and learning(github.com/ag3497120 ↗)
  12. How GCC Eliminates Unnecessary Integer Division(leetarxiv.substack.com ↗)
  13. ProtonSync
  14. Parallel Constrained Decoding(twitter.com/harshagundal ↗)
  15. Who's buying your personal data: Disney, GM, your insurer and bank(calmatters.org ↗)
  16. Is AI Writing American Law?(effort.news ↗)
  17. Veronese's Dogs(publicdomainreview.org ↗)
  18. A Woman Cured Her Cancer with an Insane Method [video](youtube.com ↗)
  19. GLM 5.3 is live on Mistral(mistral.ai ↗)
  20. Devolver says indie publishing is not 'compatible' with public trading(gamedeveloper.com ↗)
  21. California's High Speed Rail to Nowhere [video](youtube.com ↗)
  22. Autism is genetic – and why this information matters now(autism.org.uk ↗)
  23. Geography Is Power(nytimes.com ↗)
  24. Show HN: Blue – open-source governance for coding agents(bluee.sh ↗)
  25. Show HN: A distributed C++ Monte Carlo API for exotic options pricing(prometheusquantengine.com ↗)
  26. Show HN: Orthant, an open-source macOS window manager where you draw the region(orthant.app ↗)
  27. Homeostatic Feelings and the Biology of Consciousness(oup.com ↗)
  28. Show HN: Docx-to-Markdown – layout-aware Word to Markdown converter(docx-editor.dev ↗)
  29. New stealth model: Union Alpha(openrouter.ai ↗)
  30. Acronis warns of actively exploited flaw in its cPanel backup plugin(bleepingcomputer.com ↗)

Show HN: Agentbox – Teleport your repo into sandboxes with no worktree juggling

2 pointsby 47m agogithub.com
0 comments
Hi HN, I'm Marco,

I've built this MIT-licensed CLI command to parallelize my work with claude / codex / PI, because with worktrees I had ports conflicts, agents conflicting for browser use, or touching external files.

It copies your project, skills, subscription oauth, and can optionally carry external files, supports LFS, and adds Chrome and screensharing via webVNC, so I use it for Godot game for eg.

To use:

    agentbox claude  # launch on docker, also with pi, codex, opencode
and:

    agentbox hetzner claude  # also digitalocean, e2b, vercel, daytona, islo, Sprites, Tenki
or your own private cloud:

    agentbox remote-docker add buildbox marco@10.0.0.9
    agentbox docker:buildbox claude

Most importantly your git credentials / gh tokens are not copied into the sandboxes, but changes are relayed through your pc, with shims for git, gh or any CLI from your host, with your approval.

I use it to drive multiple subagents from a "Firstmate" agent:

I request several changes or gives him a backlog of items and claude will splits them in groups into parallel cloud sandboxes to avoid conflicts, and drive the sessions with the special "agentbox drive" commands, for eg. to wait-for idle, plan-approval, questions etc.

I find it really usefull so far, since it allows me to keep using my existing IDE/tools.

More info on https://github.com/madarco/agentbox

A quiet thread, for now.Start the conversation on HN ↗