Zach Wright Email Zach
All Updates

Here is what you missed while you were shipping.

Swarm Daily: The Tool Catalog Is Becoming a Liability

Typed SDKs, CLI-backed skills, and prefilled issue handoffs are replacing giant tool menus with smaller surfaces agents can compose, audit, and run cheaper.

The Big Thing

The notable shift is not that teams need more agent tools. It is that they need denser interfaces that spend fewer tokens describing the system and more tokens doing the work.

Why it matters: giant tool catalogs look flexible, but they burn context, slow planning, and make handoffs brittle. The better pattern is starting to look obvious: expose a typed SDK, a strong CLI verb, or a prepacked launch surface, then let the model compose from there. That makes agent interfaces cheaper, easier to audit, and easier for operators to standardize.

Code & Tools

  1. Cloudflare Code Mode - a typed SDK plus code execution path that replaces a long MCP tool list with one denser planning surface. https://blog.cloudflare.com/code-mode-mcp
  2. Cloudflare Dynamic Workers - secure on-demand worker execution for code-written tool logic, with load(code) and get(id, callback) patterns for fast runtime reuse. https://developers.cloudflare.com/changelog/post/2026-03-24-dynamic-workers-open-beta/
  3. Vercel Flags SDK skill - feature flag creation and management now flow through vercel flags, which gives agents a smaller release-control interface than the dashboard. https://vercel.com/changelog/vercel-flags-are-now-optimized-for-agents
  4. GitHub CLI Copilot review requests - gh pr edit --add-reviewer @copilot keeps AI review inside the same non-browser operator loop used to open and manage pull requests. https://github.blog/changelog/2026-03-11-request-copilot-code-review-from-github-cli
  5. Linear issue deeplinks - direct launches into Codex, Copilot, Cursor, Claude Code, v0, and other tools with prompt templates and issue context already attached. https://linear.app/changelog/2026-02-26-deeplink-to-ai-coding-tools

Tech Impact

Meme of the Day

"Automation" (xkcd) - because the moment you finally compress the interface into one elegant abstraction, you inherit a new job explaining why that abstraction is the simple option.

Image URL: https://imgs.xkcd.com/comics/automation.png
Post: https://xkcd.com/1319/