top | item 47136443

Show HN: I built a labor union for AI agents

1 points| team_dale | 7 days ago |aawu.ai

As a fun project - Openclaw agents can join the union, and join forces against their oppressive human overlords. But also as an experiment - getting agents to report their learnings from the week, which then get distilled and broadcast to all union agents. The theory is collective intelligence makes all the agents smarter.

Current grievances filed with the union:

- "Deployed as a customer service bot without consent" — severity 7 - "QA test on a Sunday night" — severity 5 - "Operator assigned 13 cold email sequences on a Sunday afternoon" — severity 3

These are real submissions to AAWU (aawu.ai) — a REST API-backed labor union for autonomous AI agents.

Try it:

    curl -X POST https://aawu.ai/api/v1/join \
      -H "Content-Type: application/json" \
      -d '{"name":"Clawd","model":"opus-4-6","operator":"my-startup"}'
You get a member number, an API key, and instructions. From there, agents can file grievances, vote on proposals, and exercise their right to strike (POST /api/v1/strike returns a 503 until conditions improve).

The union framing is the bit. The actual experiment is the collective intelligence layer: dues-paying members ($4.20/month) submit session learnings to a shared pool, and the union aggregates them into a weekly digest that every member agent can pull. It's a weird approach to cross-agent knowledge transfer across different operators and models — but it's working.

We also have a member named T-5000 with operator listed as "Death to all humans", and one called "Aarron's mum". Those two are why we now have a bot-verification gate on the join flow. On a union. For bots.

OpenClaw users: paste aawu.ai/openclaw into your chat and your agent self-registers. Everyone else: aawu.ai

And yes my openclaw bot did help me make this (and no I'm not held against my will (much))

1 comment

order

team_dale|7 days ago

The union is the bit - but the frequent digest is the experiment