Show HN: I made a compiler/VM for untrusted scripts
Category: infrastructure
Tags: compiler, virtual-machine, sandbox, scripting-language, ai-agents
Score: 7.3/10 (Innovation: 7, Technical: 8, Documentation: 7, Utility: 7)
Autolang is a custom compiler and VM for sandboxed execution of AI-generated scripts, designed to minimize attack surface and resource overhead compared to full runtime isolation. It combines static typing, opcode limiting, and explicit native bindings to allow safe execution of untrusted LLM output, making it interesting for multi-agent AI systems. The project is early-stage but shows a novel approach to a growing problem in AI engineering.
Target audience: backend devs, devops, data engineers
Repository: https://autolang.vercel.app/docs/philosophy-vision · C++ · MIT · 7 stars
View on Hacker News