TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

6 点作者 ATechGuy6 个月前
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?

3 条评论

lunarcave6 个月前
There are a few tools here like e2b and modal. No affiliation.<p>[1] <a href="https:&#x2F;&#x2F;e2b.dev" rel="nofollow">https:&#x2F;&#x2F;e2b.dev</a> [2] <a href="https:&#x2F;&#x2F;modal.com" rel="nofollow">https:&#x2F;&#x2F;modal.com</a><p>I’m in the same space, but we run the code that devs already write using LLMs to orchestrate them.
vdvsvwvwvwvwv6 个月前
AWS Lambdas?
meiraleal6 个月前
iframes