Skill retirement flatlines past a ~45% false-pass rate — and no amount of data brings it back
Notes on The Blind Curator: How a Biased Judge Silently Disables Skill Retirement in Self-Evolving Agents (arXiv:2607.07436) — Xing Zhang, Ya Cui, Guanghui Wang, Ziyuan Li, Wei Qiu, Bing Zhu, Pei-Gen He · July 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Skill evolutionSelf-evolving agents that keep accumulating skills need a curator — a mechanism that retires a skill once its observed pass rate drops to a set threshold, which is what keeps a growing library from drifting below a no-skill baseline. That non-divergence guarantee, built into the Ratchet governance recipe this paper extends, assumes the judge scoring each trial is unbiased. Reference-free tasks like long-form report writing have no ground truth to check answers against, so the only available judge is an LLM judge — and LLM judges run systematically biased, not just noisy. That bias splits into two distinct failure modes, mathematically and behaviorally: symmetric noise, where labels flip in either direction at random, and false-pass bias, where real failures get reported as passes. Both get tested on a 155-slice citation-grounded report-writing testbed — a deterministic five-check grader stands in for ground truth, with corruption injected on top — then cross-checked on MBPP+ code generation, where unit tests play the same role.
The two corruption types behave completely differently. Symmetric noise just compresses the retirement signal — it inflates the effective threshold and the sample size needed, but skills that deserve retirement still eventually get retired. False-pass bias displaces the signal instead: past a rate of (1−τ)/2, about 0.45 under this calibration, no skill is ever retired again, at any sample size — a cliff, not a slope. Genuine contribution-based retirement, isolated from routine cap-eviction churn, collapses to near zero past that threshold across every domain and failure-abundance regime tested, including the code-generation cross-check with a different verifier and composer model entirely. What doesn't generalize is the downstream damage: eval quality only degrades where the same bias also starves skill creation (the scarce-failure subset), and holds steady wherever failures stay abundant enough to keep generating new skills even as the curator dies — so a disabled curator can sit inside a system whose aggregate metrics look completely healthy. A cheap defect-injection audit — planting known defects and checking who catches them — measures a judge's false-pass rate offline, telling an operator which side of the cliff they're on before trusting a system to self-govern.
Key numbers
| False-pass rate that kills retirement (τ=0.10) | ρ(F→P) = (1−τ)/2 ≈ 0.45 |
| Genuine retirements/run at the cliff (q=0.45) vs. clean reward | 0.3 vs. 1.3 |
| Eval-quality damage vs. clean loop, worst point (q=0.45) | −0.065 (noise only ever helped: +0.018 to +0.060) |
| Deterministic grader's recall on semantic defects it can't see | 0.0–0.05 (vs. 1.0 on structural defects) |
| Real production judge's audited false-pass rate | ρ(F→P) ≈ 0.01 (safe side of the cliff) |
Skills related to this research
Related notes
- Diff a task run with the skill against one without it: 73.9% reward, zero labels →
- Four-Way Attribution Gates Every Update to a Million-Scale Skill Corpus →
- Ten anchored examples recover 88-110% of an oracle metric's gains →
- Over-privilege, not caution, causes 92–100% of agent skill failures →
- A trained 8B model beats Gemini-2.5-Pro at curating agent skills: 61.2% vs 50.7% →
- Skill synthesis that checks its own work: +3 to +10 accuracy points, only 6% of skills still backfire →
- LLM-generated skills move data-science accuracy 1.2 points — same as filler text →
- 216,938 skills, and only 114,565 come with a paper trail →
- Coding agents violate their own skill's embedded logic in up to 70% of test cases →
References
- Zhang, X., Cui, Y., Wang, G., Li, Z., Qiu, W., Zhu, B., & He, P. (2026). The Blind Curator: How a Biased Judge Silently Disables Skill Retirement in Self-Evolving Agents. arXiv:2607.07436.
- Zhang, X., Cui, Y., Wang, G., Li, Z., Qiu, W., Zhu, B., & He, P. (2026). Ratchet: A minimal hygiene recipe for self-evolving LLM agents. arXiv:2605.22148.
- Zhang, X., Cui, Y., Wang, G., Li, Z., Qiu, W., Zhu, B., & He, P. (2026). Library drift: Diagnosing and fixing a silent failure mode in self-evolving LLM skill libraries. arXiv:2605.19576.
- Zheng, L., Chiang, W.-L., Sheng, Y., et al. (2023). Judging LLM-as-a-judge with MT-Bench and Chatbot Arena.