Source: Hacker News
Show HN: Pond – lossless archive for agent sessions in your own S3
I wanted all of my sessions preserved in one S3 storage dump I could access from anywhere. I couldn't find anything that could store sessions from multiple machines in one remote S3 bucket without running a database service anywhere, make them available as an MCP for my agent, and efficiently search through them. pond was born out of this, and out of my necessity to stop being locked to my laptop. I'm convinced that the sessions we generate with agents are one of the most precious assets we have and it still feels so odd to me that we throw them away like we couldn't care less.With pond you just point it at an S3 bucket or a local directory.
Key Points
- I wanted all of my sessions preserved in one S3 storage dump I could access from anywhere.
- I couldn't find anything that could store sessions from multiple machines in one remote S3 bucket without running a database service anywhere, make them available as an MCP for my agent, and efficiently search through them. pond was born out of this, and out of my necessity to stop being locked to my laptop.
- I'm convinced that the sessions we generate with agents are one of the most precious assets we have and it still feels so odd to me that we throw them away like we couldn't care less.With pond you just point it at an S3 bucket or a local directory.
Published: August 20, 2026 4:04 pm
Source: Hacker News
