ToolsThe story, in brief

How we built AEO tracking for coding agents

Vercel just built the playbook for tracking how coding agents actually work—and it's nothing like monitoring LLMs.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

As coding agents become a major traffic source (20% of prompts trigger web search), companies need observability into agent behavior. Vercel's AEO system shows how to normalize wildly different agent architectures (Claude Code, Codex, OpenCode) into a single evaluation pipeline—a pattern every infrastructure company will need.

The key facts

7 to know
  1. Coding agents perform web searches in ~20% of prompts

  2. Vercel built unified observability layer across Claude Code, Codex, OpenCode with different transcript formats

  3. System uses ephemeral Linux MicroVMs with six-stage lifecycle for sandbox isolation

  4. Four-stage normalization pipeline: transcript capture → parsing → enrichment → summary

  5. AI Gateway routes all agent LLM calls for unified logging, rate limiting, cost tracking

  6. Planning to open-source the AEO tracking tool for other teams

  7. Agent recommendations embedded as working code (imports, configs, scripts) vs. prose mentions in model responses

Go to the source

Vercel Blogvercel.com

Publisher excerpt: AI has changed the way that people find information. For businesses, this means it's critical to understand how LLMs search for and summarize their web content. We're building an AI Engine Optimization (AEO) system to track how models discover, interpret, and reference Vercel and our sites. This…
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