Why outcome-only rewards can't prove skill selection works
The core problem regulators face is that a long-horizon agent's final success doesn't tell you whether it chose the right skill at the right time. One paper identifies a structural flaw in outcome-rewarded reinforcement learning: when a trajectory is long, the few tokens that name the chosen skill receive a vanishingly small share of the training loss, and the credit they do get is increasingly wrong-signed—a correct skill choice gets punished if later execution fails, even though the choice itself was valuable [2]. This means that a claim like 'our agent selects skills in-policy' cannot be validated by looking at end-task success rates alone; you need to inspect the training signal itself.
The same paper proposes a fix—separating credit into two channels, one for execution and one for skill selection—and shows that this lifts a 9-billion-parameter policy from 40.8% to 53.2% trial success on five benchmarks, while also reducing exposure to misleading candidates by two-thirds [2]. For regulators, this is a concrete test: does the agent's training explicitly reward the skill-naming tokens, or is skill selection just an emergent byproduct? If the latter, the claim is weak.
What to look for in a skill-selection benchmark
Regulators should ask whether the evaluation uses a benchmark that actually measures skill-switching difficulty, not just individual skill proficiency. One paper introduces Skill Entropy, a measure of how hard it is to switch from one skill to another, and builds a benchmark (Skill^2-Bench) with 558 skills across 9 domains [1]. They found that accuracy drops on higher-entropy tasks—meaning that as switching becomes harder, models fail more—which is exactly the kind of signal that reveals whether an agent truly handles in-policy selection [1]. A regulator can use such a benchmark to test whether an agent's claimed skill-selection capability degrades gracefully as task complexity increases.
Another paper, LH-Bench, argues that for subjective enterprise tasks (like content creation or design), binary correctness is insufficient; they propose expert-grounded rubrics and stepwise reward signals, showing that domain-authored rubrics are more reliable than LLM-authored ones (kappa 0.60 vs 0.46) [4]. This suggests that for regulated domains, evaluation should include human expert judgment, not just automated metrics. The combination of skill-entropy benchmarks and expert rubrics gives regulators a two-pronged approach: objective difficulty measurement plus subjective quality validation.
About These Sources
This answer is built on 5 studies (all preprints) — published in 2026, 5 from 2024 or later — selected as the most relevant from 10 studies that passed quality screening, drawn from 54 papers retrieved from a database of over 500 million.
Sources used in this answer
Toward Skill-Native LLMs: Skill Entropy for Benchmarking and Training Long-Horizon Reasoning
Introduces Skill Entropy and Skill^2-Bench (558 skills, 9 domains) showing accuracy drops on higher-entropy tasks, and proposes Skill-Entropy RL that improves scores from 34.4% to 68.4% on Qwen3-4B.
SkillGate: Training In-Policy Skill Selection in Long-Horizon Agents
Identifies 'selector credit starvation' where outcome-rewarded RL fails to train skill selection, and proposes SkillGate which lifts a 9B policy from 40.8% to 53.2% trial success on five benchmarks.
SAGA: Scene-Aware, Goal-Evolving Agents for Long-Horizon Strategy Game Planning
Presents SAGA, a multi-agent framework for long-horizon strategy games, achieving higher mean scores than five baselines on CivRealm and improving across games via cross-game learning.
LH-Bench: Skill-Grounded Evaluation of Long-Horizon Agents on Subjective Enterprise Tasks
Introduces LH-Bench with expert-grounded rubrics for subjective enterprise tasks, showing domain-authored rubrics are more reliable (kappa 0.60 vs 0.46) and human preferences confirm top-tier separation.
Four-Axis Decision Alignment for Long-Horizon Enterprise AI Agents
Proposes four alignment axes (factual precision, reasoning coherence, compliance reconstruction, calibrated abstention) and shows aggregate accuracy hides failures like lack of abstention across six memory architectures.
