Hello!


Today I'm deep into large scale agent coordination. Not that long ago, a single agent finishing a coding task felt like magic. Now we're orchestrating thousands of them across devices.

A few things on my mind right now. First, intelligent handoffs: hooks that wake an agent only when something meaningful changes, so it can monitor a PR in the background, answer review comments when they come in, and push when ready.

Second, agent succession: a finished agent briefs a fresh one, passing only what matters, then retires itself and its sub-agents to keep context focused and machines tidy.

And third, running many agents across many workspaces on many devices, with Intent handling the coordination for you.

The bigger picture: we've gone from AI models behind the scenes to chat to agents to agents orchestrating other agents. The underlying approaches (focused context, agent roles, and intelligent handoffs) apply to a lot more than just writing code.