Hacker News new | ask | show | jobs
by bhelx 990 days ago
Hey Simon, I've done some similar experimentation using Extism to sandbox LLM generated code. This uses our JavaScript PDK (which uses quickjs) and can be embedded in any host language we support https://extism.org/blog/sandboxing-llm-generated-code

I'm also working on a Python-PDK right now and hope to have a beta ready in the next month. That would allow us to do something similar with python.

1 comments

Sandboxing code generated by LLMs is another of my use-cases for this, that's a fantastic link, thanks!
I think I referenced one of your blog post in that article too. So thank you!