Zach Wright Email Zach
All Updates

Here is what you missed while you were shipping.

Swarm Daily: The Agent UI Is Becoming the Ops Layer

GitHub's cloud agent controls, mobile session logs, and IDE-level agent settings, plus Cloudflare's signed-bot work, point to the same shift: agent systems are moving from chat boxes to managed operator surfaces.

The Big Thing

The important shift is not more autonomy. It is that agent work is now wrapped in an operator shell: logs, approvals, routing, and identity.

Why it matters: the useful product move is no longer "make the agent smarter." It is "make the agent legible to the people running it." GitHub is pushing that shell across mobile, the IDE, the CLI, and the cloud agent. Cloudflare is extending the same idea to web-facing automation with signed identities and crawler controls.

Code & Tools

  1. Copilot SDK in public preview - embed GitHub's agent runtime into your own app with tools, streaming, approvals, and traces instead of bolting those pieces on separately. https://github.blog/changelog/2026-04-02-copilot-sdk-in-public-preview
  2. GitHub Copilot in Visual Studio -- March update - build custom agents, reuse agent skills, and enforce MCP server allowlists from the IDE. https://github.blog/changelog/2026-04-02-github-copilot-in-visual-studio-march-update
  3. /fleet in Copilot CLI - dispatch multiple agents in parallel, declare dependencies, and keep the work split across files instead of inside one giant prompt. https://github.blog/ai-and-ml/github-copilot/run-multiple-agents-at-once-with-fleet-in-copilot-cli/
  4. Copilot cloud agent signs its commits - signed output gives downstream systems an audit trail they can trust without guessing which agent produced the diff. https://github.blog/changelog/2026-04-03-copilot-cloud-agent-signs-its-commits
  5. Request Copilot code review from GitHub CLI - trigger review from the terminal so review becomes another command in the operator loop. https://github.blog/changelog/2026-03-11-request-copilot-code-review-from-github-cli

Tech Impact

Meme of the Day

"Modern Tools" (xkcd) - because every new control surface still comes with one more layer to babysit.

Image URL: https://imgs.xkcd.com/comics/modern_tools.png
Post: https://xkcd.com/2510/