
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.
Michael Richmond gives a name to a real new pain: FOMAT — “Fear of Missing Agent Time” is the anxiety of having Claude Code, Codex, Cursor, or Gemini waiting on you while you’re away from your dev machine, especially as tasks stretch from 5 minutes to 5 hours or even 5 days.
His fix is Cmd+Ctrl, a mobile-first control layer for coding agents — the app runs on iPhone, Android, web, and even a watch, letting him monitor sessions, reply to blocked agents, and start new sessions from anywhere instead of babysitting terminals.
The product is about orchestration, not just chat on your phone — Richmond says the real problem is managing multiple parallel agent sessions across tabs, terminals, IDEs, and machines, because once he has 4 or 5 running, he can’t remember what session two is even doing.
Cmd+Ctrl acts like a single pane of glass across agent tools and machines — its daemon supports platforms like Claude Code, Cursor, Codex, Gemini, and Open Code, aggregating sessions from a Mac, cloud VM, or both into one UI with notifications and summaries.
He argues the new developer “flow” is no longer solo coding but agent choreography — instead of one person locked into code, the job becomes directing several agents in parallel, unblocking one and redirecting another, with good tooling making that dance actually usable.
The punchline is surprisingly human: better agent access should create better breaks — citing Matt Pocock and Simon Willison via Lenny’s podcast, Richmond says managing many agent sessions is cognitively exhausting, and the best ideas often happen away from the keyboard.
Michael Richmond opens with a joke that lands because it’s true: everyone knows FOMO, and now there’s FOMAT — fear of missing agent time. He describes the exact scenarios every heavy AI coder has felt: you’re on a walk and want to kick off an agent task, or you leave your desk for 30 minutes only to discover the agent got blocked after 2 and sat there waiting the whole time.
Right now, he says, coding tasks often run for 5 to 45 minutes, so you can kind of guess when to check in. But if tasks soon run for 5 hours or 5 days, “check back in a bit” stops working entirely — you need to know the instant an agent needs you or finishes, wherever you are.
Richmond, who leads engineering teams at Bitly and co-leads its AI coding tools strategy, says he built Command and Control because nothing else solved his own workflow problem yet. His setup is chaos in the familiar modern way: multiple terminal windows, multiple tabs, Claude Code here, Codex there, Gemini, Cursor — and beyond two or three sessions, he loses track of what’s happening.
He shows Cmd+Ctrl on an iPhone app, with sessions grouped by notifications, “on my radar,” and recents. In the demo, he sends Claude Code a simple prompt, leaves the app, gets a push notification when it finishes, taps back in, and resumes the same session — the point being not the prompt itself, but the fact that the terminal no longer owns the interaction.
The second demo shows him launching a brand-new Claude Code session from the mobile UI, choosing a directory and asking “what time is it?” He says, almost sheepishly, that he often starts his day by kicking off prompts from bed, then later resumes those same sessions in the CLI or keeps working from his phone.
The third demo tackles the management problem directly: thousands of sessions, organized into push-notification subscriptions, “on my radar,” recent, and everything else. He highlights an overview dashboard that turns the latest messages into stand-up-style summaries, which is his way of making agent sprawl feel legible instead of exhausting.
Richmond sketches the architecture quickly: each agent platform runs a Cmd+Ctrl daemon that tracks lifecycle events like “blocked” or “needs help,” sends them to a control plane, and exposes everything through a shared API and UI. The key idea is a true single pane of glass across tools and machines — Claude Code on a Mac, Codex CLI on a cloud VM, all visible together — and he notes the daemon layer is open source.
He ends on a broader claim: agentic coding has changed not just software development, but the texture of the work itself. The old flow state was one person locked into code; the new flow is “agent choreography,” moving between multiple agents, unblocking and redirecting them — and, crucially, building systems that let you step away, rest your brain, and still catch the moment when your agents need you.
Share
Keep Reading
The Weekly Echo. The inbox-shaped summary of what mattered.
New editorials announced here.

Playbook
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.