ToolsThe story, in brief

Teaching agents product design at Vercel

Vercel just solved the hardest part of coding agents: teaching them *why* decisions exist, not just what shipped.

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

As AI agents move into product development workflows, the bottleneck shifts from speed to judgment. Vercel's product-design skill system shows how to embed product context, design reasoning, and standards into repositories so agents can make decisions that require human judgment—not just copy patterns from code.

The key facts

8 to know
  1. Vercel treats agents as native to their workflow, with product decisions stored in repository alongside code

  2. Three-part system: skill routing, traceable findings, and evidence-intake workflow

  3. Separates deterministic checks (linters) from judgment-based agent guidance

  4. Tests agent behavior on unseen interfaces using evals with shipped examples and holdouts

  5. Weekly evidence-intake workflow collects design feedback from Slack, Figma, GitHub for skill updates

  6. Lint rules encode product guidelines as deterministic checks; agent guidance handles decisions requiring context

  7. Coverage-gap list makes missing guidance explicit for continuous improvement

  8. Stable rule IDs link to examples and sources; human approval required before changing guidance

Go to the source

Vercel Blogvercel.com

Publisher excerpt: Coding agents can produce working UI fast, but what's harder is a different shape. They can copy your product's style, match its patterns, and try to follow its conventions. What they cannot do is understand why those patterns exist. Code shows agents what shipped, not why one component, phrase, or…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools