Engineering brief

AI Skills Without Evals Are Production Time Bombs

AI Engineer1 min read · saves 21 min

At a glance

Relevance
Practical value
Warnings
None

Skills improve agent performance by ~15% on average, yet most teams skip evals, leading to silent failures, token waste, and regressions. Philipp Schmid explains how DeepMind treats skills as code with CI evals, blocking merges on performance drops, and when to retire them.

Unevaluated skills break silently in production, erode trust, and waste compute—this shifts skills from accelerator to liability.

Summary

Skill Bench data shows AI-generated skills can hurt performance, yet almost no skills ship with evals. Teams using coding agents assume skills always help, but without evaluation, failures are invisible—especially in customer-facing agents where model-triggered skills lack user oversight.

50% of skill failures come from poor triggering, often because descriptions are too vague or lack negative examples. The fix is cheap: 10–20 test prompts covering happy path and negative cases, with simple regex assertions. This catches over-triggering, no-ops that waste tokens, and regressions before they reach users.

At Google DeepMind, skills are treated as code with evals running on every change; merges are blocked if performance drops. The same discipline enables safe retirement of skills when foundation models improve, cutting token cost and maintenance.

The tradeoff is upfront eval investment against long-term reliability and cost control. For teams building agentic products, skipping evals is a governance gap that directly impacts customer experience and operational budgets.

Watch the video

This video is blocked due to your privacy settings. To watch this video, please accept YouTube marketing cookies.

Related breakdowns

Get TL;DW

Too Long; Didn't Watch.

A concise breakdowns of the AI and devtools videos that actually matter for engineering leaders.

Free. Weekly. No hype.

Video and thumbnails remain the property of their respective creators. tldw.news provides editorial analysis, commentary, and discovery links to original content.