Show HN: Secure Code Execution for AI

github.com

2 points by binsquare 7 hours ago

I built a sandbox geared for safe ai code executions using microvm's that works locally (mac + linux).

It's meant to be a different/more secure approach compare to what Claude's doing with their sandboxing runtime: https://code.claude.com/docs/en/sandboxing. Instead of relying on linux + Mac's technology for containerization, this project spins up a completely virtual environment on a separated kernel for better security.