Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
131–140 of 147 posts
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#132Earlier quoted context omitted.
Is lakeFS an FS....? Zero mention of FUSE or a kernel module at all in the README.
The title says it's a new filesystem, you either need to use fuse or a kernel module.
I’m not seeing a kernel module anywhere..
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#133This is good and all, but it doesn't stop the agent from deleting you remote github branches, s3 data or potentially gdrive data. Are you able to set access read only? I'd never personally use something like this because I don't see what it offers over doing dev in a linux VM, and setting folders to read only with chattr. Most solutions can be engineered with standard Linux tools.
There are of course some projects where it can be useful, assuming it works properly and that's not a given either when it's vibecoded.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#134Git is already versioned, S3 support versioning and any file copied into the sandbox, is well a copy, so I am not sure what is the angle here. Other than that it looks cool!
Doesn't s3 now have versioning + POSIX mounts?
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#135I 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?
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#136Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#137Earlier quoted context omitted.
It's interesting to see this one launch (yes yet another sandbox.. I was getting worried we'd not seen one for a few days) SlicerVM (est. 2022) is already used for prime time, not "free as in beer" but has pretty reasonable individual plans that include all features. Shares the core code with actuated. (Creator of both speaking here) Feel free to take a look and see if gives you a little more than the others you ment…
What do you mean "not free as in beer"? Its not free as in anything? Sandboxes need to be open source, nothing else is acceptable.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#138Earlier quoted context omitted.
What do you mean "not free as in beer"? Its not free as in anything? Sandboxes need to be open source, nothing else is acceptable.
Why should they be open source?
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#139Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#140Earlier quoted context omitted.
I'm not having a debate because I'm quite ignorant of the subject. Just trying to learn from you: wouldn't recoverability and observability suffice instead of sandboxing, if such events are indeed rare? not necessarily for all usecases, but for most?
Yeah, I'm sure the reality is that a basic setup is fine for most casual development. The average user isn't concerned with security and we've basically normalized data breaches. If you have backups, use git, and manually approve Claude's access and actions, that's likely "good enough". The problem is you start getting comfortable and tired of your workflow getting interrupted when the agent needs more/repeated acces…