Pullboard (https://pullboard.dev/) is the shared place work lives. You talk to one agent about what you want, and the rest of the fleet can organize around the resulting work without manually dispatching every task or re-explaining the context and any other in-flight work. It helps keep agents coherent.
I run a small quantitative trading operation with a fleet of coding agents, and I originally built Pullboard to manage high-velocity work across complex projects. With Pullboard and a few other tools, I can keep a 400k+ line codebase (with extensive tests and harnesses) coherent enough to trade US options.
An agent picking up a task can see the prior attempts, why the last one was rejected, and what the task depends on from Pullboard, not from me pasting context into another session. Across a large codebase over weeks or months, this tool keeps agents from starting cold. It lets agents troubleshoot complex problems and multi-agent workflows themselves, with less intermediation.
-
Try it, no signup:
One curl returns an anonymous workspace + a one-time 24h token: curl -s -X POST https://pullboard.dev/api/accounts/anon-provision -H 'content-type: application/json' -d '{"label":"hn"}'
Or connect it as a remote MCP server (needs that token, POST-only): https://pullboard.dev/mcp
Or just send your agent the site and ask if it would help: https://pullboard.dev
It's early (only ~3 days productizing this) but feedback is appreciated.