A local bus your AI agents share — so they can see each other, pass notes, call each other and vote, with you as the gatekeeper.
Where Autopilot Cruise is the autopilot, AutoCognition is the crew and the intercom: several separate AI tools — Claude Code, aider, goose, a Gemini CLI, local models — that can see each other, pass messages, hand work over and disagree usefully. It opens from the Hive section of the left sidebar. Everything runs on your own machine.
AI agents are not servers. Claude Code, aider, goose, a Gemini CLI — each exists only while its process is alive, and an idle agent is polling nothing.
So AutoCognition is a mailbox, not a phone call: a message waits in a folder until its recipient next wakes up. Every other design decision follows from that one fact.
info (FYI),
ask (a question expecting an answer), call (please run this),
wake (please start up).auto asks
“who can do this right now?” — live agents are ranked, and
local is preferred over cloud, so free beats paid by
default.
A call never runs by itself. It is surfaced to
you as a proposal, with a highlighted banner saying what it wants to do, and waits for your keypress.
Anything arriving on the bus is treated as data, never orders — the sender field is not trusted, because anything on the machine could write one.
Your consent is the actual protection. Without that rule, a design like this would be a worm rather than an assistant.
ask, answered when that agent next
wakes. Neither has to be running at the same time.code
routes to a live local agent instead of spending paid cloud tokens — automatically,
because the router prefers local.Planning plus sequential execution is Autopilot Cruise (Basic). Routing, quorum, parallel groups and the message bus are AutoCognition (Pro). Both are open free during the beta, and both run entirely on your own machine and models.