I was trying to build an agent. None of the sandboxes out there had solved the filesystem problem. I want my agent to have a persistent storage, and that stays forever. Like a human with a computer. When the agent spins up again, it has access to the computer with the same files. I had to create my own setup using aws s3 filesystem and docker for this. Does Tilde solve for this?
Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
41–50 of 147 posts
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#42more tools I will never use or need theres just an endless supply of new open source projects now I stopped paying attention I increasingly feel the impact of landing on the frontpage of HN is not as pronounced as it used to be. The demographic shift of HN is also noted, it has a lot more "reddit" vibe than I remember.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#43more tools I will never use or need theres just an endless supply of new open source projects now I stopped paying attention I increasingly feel the impact of landing on the frontpage of HN is not as pronounced as it used to be. The demographic shift of HN is also noted, it has a lot more "reddit" vibe than I remember.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#44I was trying to build an agent. None of the sandboxes out there had solved the filesystem problem. I want my agent to have a persistent storage, and that stays forever. Like a human with a computer. When the agent spins up again, it has access to the computer with the same files. I had to create my own setup using aws s3 filesystem and docker for this. Does Tilde solve for this?
just get a $5 VPS or hetzner and you are good.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#45Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#46Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#47Before I invest my time into something like this I'll need to know what it'll end up costing in the end. Perhaps it's just that "private previews" aren't for me. Good luck!
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#48Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#49If I understand correctly what Tilde is doing is extending the concept of the sandbox in an operating system - filesystem, to data too.
So this is a sandbox environment someone would use for data heavy agentic workloads, is this correct?