Two scripts that let two AI sessions coordinate on a shared machine without clobbering each other.
From the blog post "A Hive of Butterflies" — the inside-the-swarm view of running parallel Claude Code sessions with a coordination layer.
iam.py — declare your current task in a shared SQLite DB so other workers know what you're doing.