| ▲ | cpard 2 hours ago | |
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? | ||
| ▲ | ozkatz an hour ago | parent [-] | |
Hey! It doesn't necessarily have to be "data heavy", but any form of state (from code to binary files) that an agent might use for automation. Agents are really good at interacting with files and directories (text in, text out!). This adds a layer for those that allows managing that state in a transactional, versioned way. | ||