Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. What drives BigQuery costs, and what doesn't(erathos.com)
    1comments
  2. Should TypeScript support runtime types instead of relying on Zod?(twitter.com/mykhailen)
    1comments
  3. We are the last generation of human psychiatrists(cambridge.org)
    discuss
  4. Grok bot is now in Tesla(twitter.com/elonmusk)
    discuss
  5. Implementing the Camera Mechanic from Viewfinder(ishamf.dev)
    discuss
  6. Show HN: Ttmux, a Modern and Fast Tmux(github.com/statico)
    1comments
  7. Anthropic launches Claude Opus 5.5 with stricter safeguards for cybersecurity(theverge.com)
    discuss
  8. Claude Opus 5.5 for code review: More catches, different misses(coderabbit.ai)
    discuss
  9. Claude Opus 5.5(claude.com)
    discuss
  10. Anthropic now offering limit resets like Codex(twitter.com/claudedevs)
    discuss
  11. Roundtables: The Deadly Failures of the Virtual Border Wall(technologyreview.com)
    discuss
  12. The Myth of AI Doom, with Cal Newport(youtube.com)
    discuss
  13. I open-sourced a small library for drawing SVGs progressively(npmjs.com)
    discuss
  14. I run a production AI app for €60 a month. Here is the actual bill.(tailstory-app.com)
    discuss
  15. Show HN: WebMCP Registry of Websites That Agents Can Use(wmcp.ai)
    discuss
  16. Show HN: Groupicorn directory of IOP group therapy programs
    discuss
  17. Ancient DNA reveals pervasive directional selection across West Eurasia(nature.com)
    discuss
  18. Code similarity detection using Tree-sitter(github.com/dsummersl)
    1comments
  19. ES Archive – a new memory system for AI, running natively on Mac(github.com/apocryphx)
    discuss
  20. Claude Opus 5.5: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    discuss
  21. Barbara Mazzolai Wants to Build a New Field of Robotics(ieee.org)
    discuss
  22. Siri AI Settlement Website Now Live(macrumors.com)
    discuss
  23. Xeno-Interpretability: Investigating the Alien Minds of LLMs(arxiv.org)
    discuss
  24. Aging may be a program, not a breakdown(quantamagazine.org)
    1comments
  25. We Rebuilt Jev's API on an Open Model and Used It to Play Doom(blocks.ai)
    1comments
  26. How do you best protect against copycats?
    1comments
  27. Tables and Strings in COBOL - Big Data like it's 1985(datagubbe.se)
    discuss
  28. Show HN: graf (1000x faster graphify in Rust)(github.com/ctxrs)
    discuss
  29. GameStop shares up 30% since earnings; CEO, other board members disclose buys(yahoo.com)
    discuss
  30. Armenia on track to become one of leading hubs for US AI infrastructure(armenpress.am)
    1comments

Show HN: Brig – A MicroVM sandbox for AI coding agents on Mac and Linux

5 pointsby 1h ago
1 comments
Hi HN, I’m Spiros from NOFire AI. We’ve open-sourced Brig under Apache 2.0.

Brig runs AI coding agents inside a microVM on Mac (Apple Silicon) and Linux (x86_64/ARM). It came out of our work on controlled autonomy for production remediation. The same isolation is useful when running coding agents with auto-approval on your own machine.

The agent gets its own Linux kernel. You choose the project and credentials to share. The shared project remains writable, and the default network allows internet access.

After installation, brig run claude starts Claude Code inside the sandbox.

All components are Apache 2.0, including the microVMM, which is under 20,000 lines of code. The README covers installation, the architecture and the security model.