Can you explain why everyone thinks we should use new tools to deploy agents instead of our existing infra? eg. I already run Kubernetes
I think there are some primitives for agents that need to be built out for better security and being able to reason about them. Agents run on infra, they have network connectivity, they have ACLs and permissions that let them read+write+execute on resources, they can interact with other agents. To manage them from both an infra and security perspective, we can use the existing underlying primitives, but it's also use…
Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
21–30 of 95 posts
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#22Can you explain why everyone thinks we should use new tools to deploy agents instead of our existing infra? eg. I already run Kubernetes
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#23> We built Terminal Use to make it easier to deploy agents that work in a sandboxed environment and need filesystems to do work. When I read this, I think of Fly.io's sprites.dev. Is that reasonable, or do you consider this product to be in a different space? If the latter, can you ELI5?
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#24Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#25have you guys found any of the existing nfs tools helpful (archil, daytona volumes, ...) or did you have to roll your own? i guess i have the same question for checkpointing/retrying too. it feels like the market of tools is very up in the air right now.
We're currently rolling our own but we've been meaning to experiment with other tools.
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#26This is really interesting, congrats on the launch. The use case I’m trying to solve for is building a coding agent platform that reliably sets up our development stack well. Few questions! In my case, I’m trying to build a one-shot coding agent platform that nicely spins up a docker-in-docker Supabase environment, runs a NextJS app, and durably listens to CI and iterates. 1) Can I use this with my ChatGPT pro or Cla…
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#27This is really interesting, congrats on the launch. The use case I’m trying to solve for is building a coding agent platform that reliably sets up our development stack well. Few questions! In my case, I’m trying to build a one-shot coding agent platform that nicely spins up a docker-in-docker Supabase environment, runs a NextJS app, and durably listens to CI and iterates. 1) Can I use this with my ChatGPT pro or Cla…
Yes, you can use your own subscriptions as long as you follow their guidelines
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#28how does it compare to https://shellbox.dev ? (and others like exe.dev, sprites.dev, and blaxel.ai)
For example we make it easy to have automatic deployments from your github ci (using our cli), and you can monitor and manage all your deployments in our platform, along with logs, conversation transcripts etc.
I'd think of us more of the deployment, monitoring and storage layer rather than just the compute runtime.
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#29[dead]
I don’t think it should be assumed to give network isolation, unless you’re also using extensions and something like Cilium for that purpose. I don’t think it’s the right primitive for agent sandboxes, or other kinds of agent infra.
(Obviously, you could still run a custom runtime inside k8s pods, or something like GCP’s k8s gVisor magic.)
Re: Launch HN: Terminal Use (YC W26) – Vercel for filesystem-based agents
#30Can you explain why everyone thinks we should use new tools to deploy agents instead of our existing infra? eg. I already run Kubernetes