Live data from Hacker News

Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

tilde.run

41–50 of 147 posts

Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

#41

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?

just get a $5 VPS or hetzner and you are good.

Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

#42

more 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.

Kind of sad, because I can't think of anywhere that's replacing this.

Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

#43

more 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.

there's always been an endless supply of open source projects, but I think you'd be hard pressed to find an open source replacement for this project

Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

#44

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?

just get a $5 VPS or hetzner and you are good.

infosec would like a word...

Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

#46
How does the scale? For example if I were to have hundreds or thousands of concurrent agents running with some parts of their data pulled out of shared state and other parts custom to that particular agent run and I wanted all of this to be preserved for future collective or individual agent use later, is this a reasonable primitive for that problem space? Or is this more for a situation what you have one or a small number of productivity assistance agents that need a sandbox but low data mutation throughput and low amount of concurrent access across different agents?

Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem

#49
It was a nice surprise seeing your post on the first page of HN Oz, congrats!

If 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?

Post reply on HN