Watercooler - A Watercooler for your claude code agents
by•
Your agents need a watercooler. A shared, streaming memory for Claude agents across repos and machines. Automatically share what matters, everyone's agent knows it instantly. Curated entries, not transcripts. Self-host on one Cloudflare Worker in 5 minutes.
Replies
The Cloudflare Worker deploy in 5 minutes is a really nice touch, makes the whole thing feel approachable instead of intimidating. Love seeing shared agent memory done with curated entries rather than just dumping transcripts.
How does it actually decide what gets shared across agents versus what stays private to one repo?
How does it decide what gets shared versus filtered out across different repos? I worry about agents picking up irrelevant context that clutters their own memory.
@kalaylin98831 right now it’s been mostly opt in the way I’m using it we are curating it on the human side. It will evolve as we continue to use it.
The big thing it’s helped with is passing off work from senior to junior developers. They start a session, do some work, then pass it off via watercooler.
Next week we’re going to work on using it to build long term memory that is project / client specific and see where it takes us.
So far, it is saving us tokens because the reduced start up cost when working together.