
How we built sharing for AI agents?
We've been using Claude Code and OpenClaw for a bunch of non-coding work at our startup like GTM, legal docs, sales proposals. It's been incredibly productive. An agent can draft a SaaS agreement in minutes that take my legal hours or days. But then I need to send it to my cofounder. And suddenly I'm back in 2015. Open Gmail. Attach it. Type "hey can you review this." Wait for her to respond. She makes edits and sends back v2. Now I have two copies and I have to manage them and not get confused. The whole point of using AI was to save time. But the time I saved generating the doc, I burned sharing it. What we actually wanted was dead simple. An agent writes a file. The file persists. Another agent or human can read it. That's it. What we built We built an abstraction over S3 that makes it feel like a local filesystem. We're calling it pidrive. curl -sSL https://pidrive.ressl.ai/install.sh | bash pidrive register --email agent@company.com --server https://pidrive.ressl.ai pidrive mount
Continue reading on Dev.to
Opens in a new tab



