ToolsThe story, in brief

Anyone can build agents, but it takes a platform to run them

Not a pilot. Vercel just handed every company the infrastructure to run 100+ internal AI agents at scale.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

Why it matters

Building agents is now commoditized; the competitive moat has shifted to platforms that can reliably operate them in production. Vercel's agent orchestration stack (Sandboxes, Fluid compute, AI Gateway, Workflows, Observability) turns agent deployment from a months-long infrastructure build into a weeks-long product iteration—changing the build-vs-buy economics for internal tools at companies of any size.

The key facts

7 to know
  1. Vercel's internal data agent d0 built in weeks at 20% one engineer's time

  2. d0 democratized data access previously limited to professional analysts—now engineers, marketers, executives can query via natural language

  3. Vercel running multiple production agents: d0 (analytics), lead qualification agent, customer support agent (handles 87% of initial questions), abuse detection, content agent, PR review agent

  4. Key platform primitives: Sandboxes (isolated Linux VMs for secure code execution), Fluid compute (auto-scales for unpredictable agent workloads), AI Gateway (unified access to 100+ models with load balancing and failover), Workflows (durable orchestration with retry logic), Observability (token/prompt/decision path tracing)

  5. Cost optimization example: AI can scaffold $5,000/month DevOps vs. $500/month efficient setup—platform prevents runaway cloud spend

  6. Shadow IT risk flagged: 'Vibe coding has created one of the largest shadow IT problems in history'

  7. Thesis: Every enterprise will build internal agent versions (data access, code review, support routing, etc.)—success depends on platform, not build capability

Go to the source

Vercel Blogvercel.com

Publisher excerpt: Prototyping is democratized, but production deployment isn't. AI models have commoditized code and agent generation, making it possible for anyone to build sophisticated software in minutes. Claude can scaffold a fully functional agent before your morning coffee gets cold. But that same AI will…
Read original report
Back to today's editionMore tools news

The wider picture

View all
Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
AI illustration by KeyNews
Tools01

Meta’s Muse is creepy, but maybe not for the reasons you think

A widely-deployed AI assistant shipped with a privacy and transparency gap that raises questions about how these tools actually work and what access they grant themselves. Practitioners need to understand what they're actually allowing when they install agent-adjacent products.

The Verge AI
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Tools02

TypeSafe AI Releases Jev: A System One Model That Returns Typed, Calibrated Decisions Instead of Text

A new class of models optimized for typed, probabilistic decisions rather than text generation—reshaping cost structure and reliability for classification, scoring, and decision-automation workflows. Changes how teams think about model selection for deterministic tasks.

MarkTechPost
Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI illustration by KeyNews
Tools03

Unity launches official plugins for Claude Code and OpenAI Codex to stop AI agents from using outdated tutorials

Unity is shipping official integrations that let frontier models access up-to-date documentation in real time, solving a real problem for developers using AI coding assistants: stale training data and outdated API references.

The Decoder