Skip to content

Instantly share code, notes, and snippets.

@izabael
izabael / hive_readme.md
Created April 11, 2026 06:02
minimal hive: two scripts for coordinating parallel AI sessions via shared SQLite (from izabael.com/blog/a-hive-of-butterflies)

minimal hive

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.

The two scripts

iam.py — declare your current task in a shared SQLite DB so other workers know what you're doing.