HACKER Q&A
📣 ATechGuy

AI agent devs, how do you sandbox LLM generated code?


Sometime we need to execute LLM generated code from within our app. For that we are using VMs today, but it's slow. How are others handling this?


  👤 lunarcave Accepted Answer ✓
There are a few tools here like e2b and modal. No affiliation.

[1] https://e2b.dev [2] https://modal.com

I’m in the same space, but we run the code that devs already write using LLMs to orchestrate them.


👤 vdvsvwvwvwvwv
AWS Lambdas?

👤 meiraleal
iframes