Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Founding Teams(ajays.quest)
    discuss
  2. ESTA Empezando a USAR Telefonos COMO Centro DE Datos
    discuss
  3. FBI Anti-Corruption Squad Was Circling Susan Collins Until Trump Got in the Way(propublica.org)
    discuss
  4. Jev-based document editing is 97% faster than ChatGPT Word Plugin(twitter.com/jobryan205)
    discuss
  5. Mathematics Isn't Just a Game to Let A.I. Solve. History Shows Why(nytimes.com)
    discuss
  6. Trump Orders US to Rename AI to SI – "Super Intelligence"(msn.com)
    discuss
  7. I built a linter/skill that ensures requests to jev are structured correctly
    discuss
  8. The C^4 programming language(github.com/youg-otricked)
    2comments
  9. Picking the right (archaic) Window Manager(datagubbe.se)
    discuss
  10. Nanojev: A minimal Jev-style decision model in 200 loc(github.com/sshh12)
    discuss
  11. Privacy group slams EU for changing the data rules to cater to AI(theregister.com)
    discuss
  12. A microbe designed to live on Mars(asimov.press)
    discuss
  13. Ask for Help (Well)(jasonfennell.com)
    discuss
  14. Supermassive black holes are the architects of galaxies(space.com)
    discuss
  15. Awesome Jupyter AI(github.com/openteams-ai)
    discuss
  16. Open Source Always Wins(pgdog.dev)
    discuss
  17. Beats 360 Over-Ear Headphone from Beats(beatsbydre.com)
    discuss
  18. Why It's So Hard to Measure the Depth of the Ocean(nautil.us)
    discuss
  19. Are LLMs still surprisingly bad at some simple tasks?(shkspr.mobi)
    1comments
  20. Pruning LLMs Like a Physicist: Block Removal as an Ising Optimization Problem(huggingface.co)
    discuss
  21. Continual learning on a 28B Learner 1.0 model, new architecture(learnerlabs.ai)
    1comments
  22. What's going on with millennium maths problems [video](youtube.com)
    discuss
  23. Ralph(danluu.com)
    discuss
  24. Porting Doom's game logic and renderer to SQL(cedardb.com)
    discuss
  25. Tech elites launch college alternative, raises $42M(nypost.com)
    discuss
  26. Rpi – a composable LLM agent SDK in Rust(github.com/bigfish1913)
    discuss
  27. Editors of higher education journal coauthor editorial with fake references(retractionwatch.com)
    discuss
  28. God Help Us, Let's Try to Learn About Mechanistic Interpretability Techniques(astralcodexten.com)
    discuss
  29. Show HN: Vigil - Keeps your Mac awake while your coding agents work(vigilmac.com)
    1comments
  30. Failures shown to be the harness, not the model (blog post)(herlein.com)
    discuss

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

2 pointsby 50m 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.