skillfed

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 evolution

Self-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 reward0.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 see0.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

Socratic Questioning Sequence Generator This skill builds ordered question progressions designed to develop concepts through dialogue rather than direct instruction. It distinguishes genuine Socratic inquiry—which surfaces assumptions and builds understanding through student reasoning—from leading questions that funnel toward predetermined answers. The skill generates branching follow-up paths based on likely student responses, anticipating dialogue contingencies that teachers typically cannot construct in real time.★ 472 performance-reporting Performance Reporting builds comprehensive investment reports showing returns across standard periods, benchmark comparisons, and risk metrics. It handles time-weighted and money-weighted calculations, GIPS-compliant composites, and goal progress tracking with visualizations like growth charts and drawdown analysis.★ 159 Power BI DAX Power BI DAX lets you run, test, and refine DAX expressions directly against your semantic models via pbi-cli. Build measures, explore model structure, and validate queries with built-in performance guidance for aggregations, time intelligence, and filtering.★ 424 statistics-verifier Statistics Verifier provides structured checklists and frameworks for validating statistical claims, assessing research methodology, and identifying analytical errors. It covers claim verification protocols, red flags in reporting, common statistical pitfalls, significance testing guidance, and causation assessment criteria to help you audit data analysis and fact-check research findings.★ 85

Related notes

References

  1. 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.
  2. 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.
  3. 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.
  4. Zheng, L., Chiang, W.-L., Sheng, Y., et al. (2023). Judging LLM-as-a-judge with MT-Bench and Chatbot Arena.