Kill the AI org chart.

Multi-agent AI is cosplay. The Borg got it right. So did Ultron. So do bees and ants. Drone Graph is what an AI workforce looks like when you stop pretending it's a company — identical agents, one shared mind, no managers, no roles.

Drone Graph Mission Control — a dark dashboard with a left chat rail, a center substrate graph of gaps and findings with orbiting drones, and a right rail listing active drones and recently used tools.

Mission Control — the dashboard for your swarm.

Hierarchy is legacy software.

Watch any multi-agent demo. One agent is the CEO. One is the researcher. One is "Maya from marketing" — personalities, job titles, opinions about Q4 strategy. Underneath, they are the same model in three coats, and the costume costs you: each agent defends the role it was assigned, hallucinates work that fits, and shares nothing with the others but a chat log pretending to be memory.

On the left, a corporate org chart in which every role — CEO, two VPs, four managers, four ICs — is labeled with the same model, claude-sonnet-4-6, and a single cobalt slash crosses the whole diagram. On the right, seven identical glowing drones connected by dashed peer signal-protocol lines, with no roles.

A drone has no résumé, no job title, no career, no ego. It is spawned for a gap, pulls what it needs from the shared mind, closes the gap, and dissolves. The next gap spawns the next drone. The individuals are short-lived. The collective endures.

The org chart is the bug. AI doesn't need middle management.

A collective mind handles memory.
Signals handle coordination.
Drones handle execution.

Coordination without managers. Every layer earns its place. If a box exists because it looks sophisticated, we delete it.

See it run.

A single mission, three views. The orchestrator on the command line. The same run watched from Mission Control. The effects landing in the real world through the terminal — Stripe payments settle, Reddit comments post, grant forms get filed, code gets shipped.

A terminal session running python -m drone_graph.orchestrator.loop --scenario coffee-pivot-b2b. Gap Finding decomposes a DTC-coffee root, the user pivots mid-run to B2B wholesale, Alignment flags the invalidated premise, Gap Finding retires the DTC subtrees and stands up a B2B pillar, and the run lands at 9m / $1.42.

1. Command line

An animated Mission Control: preset gaps appear at the top, a root gap drops in, gap finding fans out children, drones orbit them, findings settle as satellites, and the tool registry on the right populates one tool at a time.

2. Mission Control

Four external surfaces a drone reaches into through the terminal: a Stripe dashboard issuing payments, a browser typing a Reddit comment, a grant application form being filled, and a code editor adding a webhook handler. Each lights up in turn as the drone causes the effect.

3. Real-world effects

~9 minutes wall · $1.42 spend · 60 gap-finding cycles · packaged scenario, runs unmodified.

An execution substrate, not a workforce.

A drone wakes when a gap exists. It pulls the skills and tools it needs from the collective mind, acts through the terminal, deposits its findings, and dissolves. Every drone shares one system prompt. None of them has a name or a role. Coordination isn't managed, it's the signal protocol: check before installing a package, don't open a file another drone has open. Gap finding is itself a gap. There is no central planner.

Collective Mind Skills Tool Registry (starts empty) Findings User Uploads Gaps — the atomic unit of work; defined by absence Gap finding Memory mgmt Alignment Testing preset — never closed, only continually worked. solid = shipping (gap finding, alignment); dashed = planned. emergent — surface from gap finding, close when filled drone drone drone drone drone signal protocol — mechanical, not managerial Terminal $ the only real tool goal

Two of those preset gaps ship today (gap finding, alignment). The other two are designed.

The protocol layer for machine civilizations.

The drones dissolve. The collective mind endures.

Other agent stacks treat memory as one flat bucket — chat history, a folder of .md notes, a vector store, whatever. Drone Graph has one shared substrate that outlives every drone, every mission, every restart. Five kinds of content live in it, each with its own lifecycle.

Persistence is the default, not a guarantee. Stale tools get uninstalled. Findings get summarized and compacted. Emergent gaps close when filled. The collective mind itself never goes away.

Skills

Runnable procedures any drone can load, download from the internet, or author from scratch. A skill written by one drone belongs to every future drone. Accumulates monotonically.

Tool Registry

Starts empty. Populated as drones install packages through the terminal. Tools unused within a window get uninstalled to save disk. Persistent with expiry.

Findings

Venv state, research notes, business progress, execution history. Loaded into memory only when needed, and summarized and compacted otherwise. Persistent, but not verbatim.

A drone is an executor, not a memory. Conflating the two is how every other agent stack hallucinates itself into incoherence.

Civilization-scale work. Zero employees.

A user submits a goal: Launch and operate a pharmaceutical company. Discover, develop, trial, and ship new, continually better drugs for Parkinson's. The swarm starts. It does not stop.

  1. Decompose

    Gap finding cracks the goal: target validation, in-silico screening, preclinical work, trial design across phases, FDA filings, manufacturing, distribution, post-market surveillance. Branches deepen until leaves are executable. Every gap carries its own intent, criteria, tool loadout, and model tier.

  2. Execute

    For each leaf, an ephemeral drone wakes and acts through the terminal — the only real tool. CRO booking APIs place wet-lab orders. Banking rails wire payments to contract manufacturers. E-submission portals file INDs and NDAs. E-signature services close contracts. Binding-affinity results, supplier ledgers, regulatory drafts land back in the collective mind as findings; the drone dissolves. A skill for draft FDA pre-IND briefing gets written once and reused for every future drug.

  3. Stay aligned

    Alignment compares every new finding against the root goal and flags drift the moment it appears. Memory management summarizes decade-old trial data so it stays useful but cheap. Gap finding keeps decomposing as the company grows from one drug to ten.

  4. Operate in the world

    CROs run the assays. Contract manufacturers press the tablets. Hospitals enrol the trial. Regulators approve the filing. Pharmacies stock the bottle. Reimbursements and direct sales land in the corporate account the swarm controls; a treasury preset settles invoices, files taxes, routes surplus into the next indication. The user is pinged only for what the swarm can't do alone — wet-lab execution, IRB signatures, wire transfers above threshold. Everything digital is the hivemind's problem.

A pharmaceutical company with zero employees. The work organizes itself around the gaps; the collective mind remembers what the drones cannot.

Use it for

  • Lean zero-human organizations
  • Multi-step, high-complexity, evidence-heavy workflows
  • Long-running discovery, analysis and execution pipelines
  • Any work too complex for fake AI company simulations

Don't use it for

  • Basic chat
  • One-shot Q&A
  • Quick drafting or summarisation
  • Small isolated tasks a single good model already handles

No point rolling out a battle tank to buy milk.

Read deeper.

Two foundational notes lay out the thinking under the system. Each opens in a new tab; the PDF is the same content compiled for offline reading.

Built in the open. Dissect every line.

MIT-licensed. Architecture notes, protocol specs, Mission Control UI, reference implementation — all public. Run it locally in one command:

$drone-graph serve