Zach Wright Email Zach
All Updates

Here is what you missed while you were shipping.

Swarm Daily: The Agent Runtime Is Escaping the Chat Window

GitHub's Copilot SDK, Netlify's prompt-to-production path, Vercel's app-native MCP tooling, and JetBrains Central show platforms now want to host the agent loop, not just integrate with it.

The Big Thing

The notable shift is not another better chatbot. It is that the agent runtime is moving into the actual stack where work gets planned, executed, persisted, reviewed, and deployed.

Why it matters: once the platform owns the runtime, it also owns the context surfaces, workflow state, native artifacts, and handoff to production. That changes buying criteria. Operators now need to care less about who has the flashiest demo and more about where sessions live, which objects survive step boundaries, what gets logged natively, and whether the runtime can satisfy normal delivery controls without glue code everywhere.

Code & Tools

  1. Copilot SDK public preview - the same runtime behind Copilot cloud agent and Copilot CLI is now available as an SDK with tool invocation, streaming, file operations, and multi-turn sessions out of the box. https://github.blog/changelog/2026-04-02-copilot-sdk-in-public-preview
  2. Nuxt MCP Toolkit on Vercel - define MCP tools with Zod, expose resources, create reusable prompts, inspect calls, and keep session state inside the app itself. https://vercel.com/changelog/build-mcp-server-with-nuxt
  3. `@workflow/serde` - Vercel Workflow can now serialize and rehydrate custom classes, which means richer runtime objects can cross durable step boundaries without manual flattening. https://vercel.com/changelog/workflow-custom-class-serialization
  4. `wrangler workflows --local` - Cloudflare now lets you list, trigger, pause, resume, restart, terminate, and send events against a local workflow session instead of only the production API. https://developers.cloudflare.com/changelog/post/2026-04-01-wrangler-workflows-local/ https://developers.cloudflare.com/workflows/build/local-development/
  5. Netlify CLI prompt-based creation and anonymous deploys - `netlify create` can now spin up a live project from a prompt, and `netlify deploy --allow-anonymous` gives agents a short-lived ship path even before account claim. https://www.netlify.com/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/

Tech Impact

Meme of the Day

"Data Pipeline" (xkcd) - because every vendor now wants the full agent loop flowing through its own hosted pipe instead of your local pile of scripts.

Image URL: https://imgs.xkcd.com/comics/data_pipeline.png
Post: https://xkcd.com/2054/