skillfed

A weak model with a distilled skill beats its unaided teacher — at 1,000x lower inference cost

Notes on Evidence Over Plans: Online Trajectory Verification for Skill Distillation (arXiv:2605.09192) — Yang Zhou, Zihan Dong, Zhenting Wang, Can Jin, Shiyu Zhao, Bangwei Guo, Difei Gu, Linjun Zhang, Mu Zhou, Dimitris N. Metaxas · 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 evolution

Most agent-skill generation pipelines get the order backwards: a model plans a solution before it ever touches the environment, and that plan becomes the skill. That's the wrong sequence — a skill is only as trustworthy as the evidence behind it, and a pre-execution plan encodes untested assumptions, not verified facts. The Posterior Distillation Index (PDI) is the fix: a trajectory-level score, a z-scored and equally-weighted combination, that rewards execution grounding and penalizes plan copying and "memo ossification" — belief stagnation across repeated attempts. Generating the trajectories PDI scores runs through SPARK (Structured Pipelines for Autonomous Runnable tasKs and sKill generation): a teacher agent repeatedly attempts a task inside a Dockerized environment, keeps a running exploration memo, and distills the successful run into a SKILL.md file. PDI isn't only a post-hoc grade — a memo-based proxy of it also intervenes online, during exploration, before a weak skill ever gets written.

Across 86 runnable tasks from the SkillsBench suite, SPARK-generated skills beat human-written ones on most of seven student models: GPT-5.4-mini reaches a mean reward of 0.52 with a SPARK skill versus 0.47 with the human-written equivalent. More strikingly, cheap students catch up to expensive teachers — GPT-5.4-nano with a SPARK skill (0.41) outperforms an unaided Claude Opus 4.6 (0.37), at up to 1,000x lower inference cost than the teacher's own exploration, with student runs costing as little as $0.02 per task. PDI itself predicts that transfer: it correlates with student skill gains at Spearman ρ=+0.364 (p=4.7×10⁻⁷), and trajectories in the best quadrant — low plan-copying, high execution-grounding — gain +0.377 mean reward versus only +0.028 for the worst quadrant (high plan-copying, low grounding). Used as an online intervention signal rather than a post-hoc filter, PDI lifts pass rates substantially: DeepSeek-Chat goes from 9.1% to 42.4% on the PDI-rerun task set. The effect isn't limited to the original domain — on ALFWorld, a text-based household-task benchmark, PDI-refined skills raise success from 16.7% to 40.0%.

Key numbers

Mean reward, SPARK skill vs. human-written skill (GPT-5.4-mini)0.52 vs. 0.47
Nano student + SPARK skill vs. unaided teacher (Claude Opus 4.6)0.41 vs. 0.37
Student inference cost vs. teacher exploration costup to 1,000x cheaper ($0.02/task)
PDI-to-skill-gain correlation across student modelsSpearman ρ=+0.364 (p=4.7×10⁻⁷)
Mean reward gain, high plan-copying + low grounding (worst quadrant)only +0.028 (vs. +0.377 best quadrant)

Skills related to this research

seedance-recipes Seedance-recipes provides production-ready recipe patterns for video content across genres: product, lifestyle, drama, music video, landscape, commercial, animation, and more. Each recipe preserves core creative constraints while inviting customization of subject, camera, lighting, and sound. Use recipes as proven starting shapes, not rigid templates.★ 5,445 Lesson Study Cycle Designer Lesson Study Cycle Designer structures the Japanese jugyō kenkyū process for teacher teams investigating student learning challenges. It generates a research theme, detailed cycle plan with meeting agendas, a research lesson designed for collaborative observation, and protocols focused on case students. The skill grounds itself in evidence from Stigler & Hiebert, Lewis, Perry & Murata, Dudley, and Takahashi & McDougal on how teachers develop shared professional knowledge through structured cycles of planning, teaching, observing, and analysing.★ 472 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 prompt-improver Prompt Improver refines code-related prompts by evaluating task clarity, investigation depth, verification steps, and scope control. It applies transformation rules to strengthen prompts for implementation, debugging, refactoring, code review, and testing tasks. The skill ensures prompts follow investigation-first principles and include appropriate verification checks before execution.★ 74

Related notes

References

  1. Y. Zhou, Z. Dong, Z. Wang, C. Jin, S. Zhao, B. Guo, D. Gu, L. Zhang, M. Zhou, D. N. Metaxas, "Evidence Over Plans: Online Trajectory Verification for Skill Distillation," arXiv:2605.09192 (2026)
  2. "SkillsBench: benchmarking how well agent skills work across diverse tasks," arXiv:2602.12670 (2026)
  3. N. Shinn, F. Cassano, E. Berman, A. Gopinath, K. Narasimhan, S. Yao, "Reflexion: language agents with verbal reinforcement learning," NeurIPS (2023)
  4. G. Wang, Y. Xie, Y. Jiang, A. Mandlekar, C. Xiao, Y. Zhu, L. Fan, A. Anandkumar, "Voyager: an open-ended embodied agent with large language models," arXiv:2305.16291 (2023)
  5. M. Shridhar, X. Yuan, M. Côté, Y. Bisk, A. Trischler, M. Hausknecht, "ALFWorld: aligning text and embodied environments for interactive learning," ICLR (2021)