Live data from Hacker News

Launch HN: Runtime (YC P26) – Sandboxed coding agents for everyone on a team

runtm.com

41–48 of 48 posts

Re: Launch HN: Runtime (YC P26) – Sandboxed coding agents for everyone on a team

#42

Congrats, amazing product!! How are guardrails set in a sandbox? Once I create my setup, is there a way to customize it per team? For example: I want to setup a different setup for my marketing vs my data team.

Thanks. Yes, we you can set up guardrails for specific teams by creating templates that only certain teams have access too. We are adding a profile feature that will let you have more control of this, but it is something that we have high on our priorities to build!

Re: Launch HN: Runtime (YC P26) – Sandboxed coding agents for everyone on a team

#46
post #25

Interesting approach to sandboxing. One thing I've been thinking about in this space: even with sandboxed execution, the generated code still needs to pass security policy checks before it merges. Static analysis catches a different class of issues than runtime sandboxing — they seem complementary rather than competing.

I agree, I do see static analysis and runtime sandbox as complementary tools. Do you see static analysis tools performed by the agent itself inside the sandbox or via CI tools in the pull request itself (like github actions or buildkite)?

[flagged]
Post reply on HN