agents are fundamentally a storage problem not even a compute problem
lots of people are paying VM prices for POSIX filesystem APIs when agents actually don't need either
agents don't see posix, they see tokens in / tokens out
The sandbox is a hack. LLMs got good at bash and grep, so they got their own computers. But most agent work is I/O. Move durability into the data layer and the loop becomes a cheap stateless function. That's the right primitive. So happy to see this.