Just my two cents: less is more and the first impression matters a lot. I'm saying this because we see a new agent sandbox tool on the front-page almost every day. Most of them have an AI-made landing page design, lots of animations, lots of words. This has become a bad sign for me. I can tell that you put time into it, made a video, and everything, but I guess I'm suffering from some kind of fatigue of having to go…
Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
91–100 of 147 posts
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#92Earlier quoted context omitted.
That's fair. What makes this unique is the versioned, composable filesystem. It's built on top of lakeFS ( https://github.com/treeverse/lakeFS ) so it scales really well, unlike other solutions that try and do this with Git directly.
LLM authored comments are against the rules. I don't think file versioning is differentiated anyway.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#93I'm far from an expert on the field or in computer science, but from my limited perspective I don't see the need for sandboxing - after thousands of claude code interactions it never did nothing wrong that was serious, at all. If I understand this all correctly, lakeFS would be useful for versioning huge dataloads - but it's not my case: for my usecase I use dura and that's plenty, and for more serious projects where…
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#94What compute resources does the sandbox have? Memory/CPU/GPU?
Currently a static 2 cores and 4GB RAM, no GPU. Will be configurable soon!
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#95Nice work on the website! Building something for the same problem but more so from the perspective of self-hostable stateful sandboxes, and not just the filesystem (see https://bhatti.sh ). What sandbox solution are you using here?
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#96Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#97I'm far from an expert on the field or in computer science, but from my limited perspective I don't see the need for sandboxing - after thousands of claude code interactions it never did nothing wrong that was serious, at all. If I understand this all correctly, lakeFS would be useful for versioning huge dataloads - but it's not my case: for my usecase I use dura and that's plenty, and for more serious projects where…
You're basically saying there's no need to wear a seatbelt because you've driven thousands of times without an accident. Claude is pretty well behaved, but it's not guaranteed to be safe, especially as you start to hit the gas and relinquish more control. Hope for the best, but plan for the worst and all that. Just because your use case doesn't need sandboxing, doesn't mean there's no need for sandboxing.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#98Git 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?
Imagine an agent dropping a directory with 1m images in it. just figuring out what happened and what got dropped, restoring it one by one, etc. - doable, but ergonomics are a bit lacking.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#99The versioned filesystem is exactly what's missing when agents hallucinate and go off the rails. How fast are the rollbacks if an agent completely messes up the directory state?
This is metadata only as the objects themselves are immutable.
Re: Show HN: Tilde.run – Agent sandbox with a transactional, versioned filesystem
#100Earlier quoted context omitted.
https://www.youtube.com/watch?v=fDR8tmes020 - a 2 minute hands-on demo!
Being brutally honest - terrible demo. 80% of this is baseline stuff, setting up permissions (annoying), and the last few seconds we see a file was deleted and we can approve it. This is not selling your product.