One decay slope predicts both routing collapse and execution rescue — fixing it takes routing accuracy from 71.3% to 91.7%
Notes on The Scaling Laws of Skills in LLM Agent Systems (arXiv:2605.16508) — Qiguang Chen, Q. Yu, Yuhang Gu, Zhuoye Huang, Hanjing Li, Hongyu Liu, Siming Liu, Jinhao Liu, Dengyun Peng, Jiangying Wang, Zheng Yan, Fanqing Meng, and 3 more · May 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 retrieval Bridge: retrieval × securityResearchers stress-tested skill routing across 15 frontier LLMs and 1,141 real-world skills pulled from public Agent Skills repos, Claude Code, MCP servers, and community GitHub, organized into 14 software-automation domains. Using 4,075 tasks swept across library sizes from 10 to 500 skills and pipelines of 1 to 10 steps, they logged more than 3 million routing and execution decisions, then fit two separate laws: a routing law for single-step skill selection and an execution law for what happens once a chosen skill actually runs.
Single-step routing accuracy decays logarithmically as the library grows, holding with R² above 0.97 across every model tested. The failure mode shifts as libraries scale: near-duplicate skills compete locally first (worst in the 0.55–0.75 similarity band), then task language stops anchoring clearly and routing drifts across skill families, and eventually black-hole skills — overly broad, vaguely-described skills that absorb disproportionate routing mass — take over, but only once weak anchoring and vague phrasing coincide. On the execution side, correct upstream output rescues difficult downstream decisions by roughly 4×, and the same slope that describes routing collapse also predicts that rescue effect across models without being refit (ρ=0.74, p<0.001). Editing the library with that structure in mind — auditing near-duplicates, tightening description boundaries, narrowing or removing overly broad skills, anchoring prompts — pushes held-out routing accuracy from 71.3% to 91.7%, cuts in-library hijack from 22.4% to 4.1%, and carries through to real execution: pass rate rises from 49.3% to 61.6% on ClawBench and 28.4% to 34.5% on ClawMark.
Key numbers
| Held-out routing accuracy after law-guided library edit | 71.3% → 91.7% |
| In-library hijack rate after fix | 22.4% → 4.1% |
| Downstream transfer (ClawBench / ClawMark pass rate) | 49.3%→61.6% / 28.4%→34.5% |
| Decay slope: name-only vs. constraint+example descriptions | b=0.32 vs. b=0.08 |
| Correct-state execution rescue on hard downstream decisions | ~4× |
Skills related to this research
Related notes
- Skill Routing Loses 37-44 Points When It Can't See the Body →
- One agent, one skill library: 54% cheaper than multi-agent — until it tops ~90 skills →
- Skill shadowing — not context bloat — drives up to 68% of a 202-skill library's 21% pass-rate drop →
- Forced to search a 34k-skill library instead of being handed the right one, agents' pass rate falls from 55.4% to 38.4% -- a hair above the 35.4% no-skill floor →
- Same skill, +22 points for Claude Sonnet, +5.5 for Nemotron Nano →
- Self-repairing skills add 8.4 points — raw context alone scores worse than no skills at all →
- Compiling a skill per task beats a static library by up to 13 Pass@1 points →
- Executable skills beat prompted skills 51% to 20.5% on web search →
- Four-Way Attribution Gates Every Update to a Million-Scale Skill Corpus →
References
- Chen, Q., Yu, Q., Gu, Y., et al. (2026). The Scaling Laws of Skills in LLM Agent Systems. arXiv:2605.16508.
- Kaplan, J., et al. (2020). Scaling Laws for Neural Language Models. arXiv:2001.08361.
- Yao, S., et al. (2023). ReAct: Synergizing Reasoning and Acting in Language Models. ICLR.
- Qin, Y., et al. (2023). ToolLLM: Facilitating Large Language Models to Master 16000+ Real-World APIs. arXiv:2307.16789.
- Patil, S. G., et al. (2023). Gorilla: Large Language Model Connected with Massive APIs. arXiv:2305.15334.