Driving the Agent Quality Flywheel from Your Coding Agent

· Source: Google Developers Blog - AI · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, long

Summary

A new developer-facing skill, released on June 30, 2026, drives a "Quality Flywheel" methodology for coding agents, aiming to systematically improve agent quality by integrating evaluation into the development workflow. Developed in partnership with Google DeepMind, this skill is centered on a five-stage "Build & Test" loop: Prepare Data, Run Inference, Grade, Analyze Failures, and Optimize & Iterate. It utilizes Google's adaptive AutoRaters and supports custom metrics, ensuring the optimizer and evaluator remain decoupled. The system can evaluate agents using synthetic scenarios via the User Simulator or by grading production traces. It is available in two packages, `google-agents-cli-eval` for ADK agents and `agent-platform-eval-flywheel` for any framework, requiring a GCP project with the Agent Platform GenAI Evaluation Service enabled.

Key takeaway

For AI Engineers tasked with ensuring robust agent quality, this new skill offers a disciplined approach to move beyond "vibe-checking." You should integrate the `google-agents-cli-eval` or `agent-platform-eval-flywheel` skill into your coding agent workflow. This enables systematic evaluation against production or synthetic data, isolating failures with custom rubrics, and iteratively optimizing agent behavior, ensuring changes genuinely improve performance rather than introducing regressions.

Key insights

Systematic agent quality improvement requires a disciplined evaluation flywheel with decoupled optimizers and evaluators, driven by coding agents.

Principles

Method

The method involves a five-stage Build & Test loop: Prepare Data, Run Inference, Grade, Analyze Failures, and Optimize & Iterate. This process uses AutoRaters and custom rubrics on synthetic or production traces for iterative quality improvement.

In practice

Topics

Code references

Best for: AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Google Developers Blog - AI.