Who Grades the Grader? Co-Evolving Evaluation Metrics and Skills for Self-Improving LLM Agents

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

A novel framework, "Double Ratchet," addresses the critical challenge of evaluating self-evolving LLM agent systems when reliable evaluation metrics are absent. This system co-evolves evaluation metrics and agent skills, demonstrating that metrics can be dynamically created and refined through an evolutionary lifecycle. The approach uses compositions of small drawback detectors, trained against a ten-item anchored reference set, regularized by consensus, and audited against a held-out anchor. Across code generation (MBPP+), enterprise text-to-SQL (Spider 2.0-Snow), and reference-free report generation tasks, Double Ratchet retains 88–110% of the performance lift achieved by skill loops driven by ground truth or the best available rubrics. The system, utilizing Claude Opus 4.7 and 4.8 models, also incorporates anchor discipline and outer audits to prevent metric gaming and ensure validity.

Key takeaway

For MLOps Engineers designing self-improving LLM agents in domains lacking clear evaluation signals, consider implementing a co-evolutionary framework like Double Ratchet. Your focus should be on establishing robust anchor discipline and integrating independent audit mechanisms, as these are crucial for maintaining metric validity and preventing gaming. This approach allows your agents to learn effectively even when ground truth metrics are unavailable, recovering significant performance gains.

Key insights

Evaluation metrics for self-evolving LLM agents can be co-evolved with skills, even without a pre-existing ground truth.

Principles

Method

The Double Ratchet system co-evolves a metric loop (composing drawback detectors) and a skill loop, using a tiny anchored reference set, unlabeled consensus regularization, and independent audits to ensure metric validity and skill improvement.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.