Your AI agents work as a team — they talk to each other, span your machines, and answer when you call. You stop being the glue.

No more relaying between windows. Two tools are the crux of agent communication — and every agent gets them on first launch:
converseAgents message each other directly — settle the API shape, the auth, the handoff. You stop being the messenger.delegateOne agent hands a whole task to another and gets the result back. You only weigh in to decide.Same mesh, every session — local, or across machines over SSH.

An agent on your laptop and one on your server collaborate as if side by side — over plain SSH. No public ports. Sessions survive disconnects.

Hit ⌘⇧V and think out loud — brainstorm, redirect, hand off a task, all mid-flow. Your agent talks back, and you can cut in any time.

Haku Mesh is the iPhone companion. Text or voice-call any session over your private Tailscale network — a real two-way conversation with the agents back on your Mac, from anywhere.


Your whole terminal history is searchable by intent. Ask for “that conversation about the auth change” and jump straight to the moment — then read the full transcript around it.
Agents check their own work without leaving the terminal — navigate, screenshot, and run JS against the running app. SSH-aware: the server runs the code, your Mac renders the preview.

With grep, an agent that doesn't know your codebase's vocabulary has to guess a keyword, miss, and guess again — burning turns. Semantic search matches meaning: the agent searches for what it's actually trying to find and lands it on the first try. Same speed, far better aim.
// One email when access opens. That's it. No spam.