Library Drift: Diagnosing and Fixing a Silent Failure Mode in Self-Evolving LLM Skill Libraries
Summary
This paper identifies 'library drift' as a silent failure mode in self-evolving LLM skill libraries, where unbounded skill accumulation causes retrieval degradation and performance stagnation. It provides trace-level diagnostics and a verified governance recipe that lifts pass@1 from 0.258 to 0.584 on MBPP+ hard-100.
Similar Articles
The Scaling Laws of Skills in LLM Agent Systems
This paper identifies two coupled scaling laws for skill libraries in LLM agent systems: routing accuracy decays logarithmically with library size, and execution dynamics show a rescue effect. The laws are validated across 15 models and over a million decisions, and law-guided optimization significantly improves performance.
Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills
The paper introduces Skill Self-Play (Skill-SP), a co-evolutionary framework that uses a proposer, solver, and skill controller to bridge structured verification and open-ended exploration, improving LLM performance on tool-use and reasoning benchmarks.
SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale
Introduces SkillDAG, a self-evolving typed directed graph for LLM skill selection at scale that models inter-skill relationships and allows agents to query and evolve the graph during execution, outperforming baselines on ALFWorld and SkillsBench.
Building independent LLM drift detection - sharing the methodology, looking for feedback on the approach
The author shares a methodology for building an external LLM drift detection system that continuously probes model behavior (schema adherence, instruction-following, refusal rates, etc.) to catch silent degradations in API performance, and invites feedback on the approach, pricing, and use cases.
The Blind Curator: How a Biased Judge Silently Disables Skill Retirement in Self-Evolving Agents
This paper investigates how a biased LLM judge silently disables skill retirement in self-evolving agents, showing that false-pass bias across a sharp threshold prevents contribution-based retirement and that the failure is universal across domains, detectable only through a defect-injection audit.