Hacker News new | ask | show | jobs
by el_nahual 819 days ago
As long as you can sanitize the LLM output somehow. You should never `eval` LLM code straight from the tap!
1 comments

You shouldn't sanitize, if you're taking the approach described above, you should run it inside a minimal interpreter that doesn't implement any potentially dangerous APIs.