cd /news/ai-agents/show-hn-pullboard-a-work-queue-for-a… · home topics ai-agents article
[ARTICLE · art-61177] src=pullboard.dev ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Show HN: Pullboard – a work queue for agents, built to run a quant desk

Pullboard, a work queue for AI agents built to manage a quantitative trading desk, launched on Hacker News. The tool allows agents to share context and organize tasks without manual dispatching, and its creator uses it to maintain a 400k+ line codebase for trading US options.

read1 min views1 publishedJul 15, 2026

Hello HN.

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](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](https://pullboard.dev/mcp)

Or just send your agent the site and ask if it would help: [https://pullboard.dev](https://pullboard.dev)

It's early (only ~3 days productizing this) but feedback is appreciated.

Comments URL: [https://news.ycombinator.com/item?id=48927546](https://news.ycombinator.com/item?id=48927546)

Points: 1

── more in #ai-agents 4 stories · sorted by recency
── more on @pullboard 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-pullboard-a-…] indexed:0 read:1min 2026-07-15 ·