No labels, no verifier: self-play skill-writing lifts GPT-4.1 from 11.1% to 16.5% on context learning
Notes on From Context to Skills: Can Language Models Learn from Context Skillfully? (arXiv:2604.27660) — Shuzheng Si, Haozhe Zhao, Yu Lei, Qingyi Wang, Dingwei Chen, Zhitong Wang, Zhenhailong Wang, Kangyang Luo, Zheng Wang, Gang Chen, Fanchao Qi, Minjia Zhang, and 1 more · April 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 evolutionCtx2Skill builds a skill file straight from a raw, unlabeled context using a five-role self-play loop — no human-written skills, no external verifier. Each round, a Challenger agent writes probing tasks and pass/fail rubrics from the context and its own skill set, a Reasoner agent tries to answer them guided by its current skill set, and a neutral Judge scores every rubric pass or fail. Failed cases go to a Reasoner-side Proposer–Generator pair that diagnoses the missing knowledge and rewrites the Reasoner's skill file; cases the Reasoner solves too easily go to a matching Challenger-side pair that tightens the next round's tasks. Left unchecked, a loop like this drifts toward increasingly narrow, extreme tasks — the authors call it adversarial collapse — so a Cross-Time Replay mechanism keeps two small probe sets, the hardest failure and easiest success seen each round, and picks whichever historical skill file scores best on both, rather than defaulting to the final round.
Evaluated on CL-bench — 500 contexts, 1,899 tasks, and 31,607 rubrics spanning domain-knowledge reasoning, rule systems, procedures, and empirical discovery — Ctx2Skill's skill files raise solve rates across three closed backbones with no weight updates at all: GPT-4.1 climbs from 11.1% to 16.5%, GPT-5.1 from 21.1% to 25.8%, GPT-5.2 from 18.2% to 21.4%, beating both single-pass prompted skill-writing and AutoSkill4Doc (a windowed-context adaptation of an existing execution-feedback skill method) on every category. The ablations show where the gains actually come from. Removing the Challenger's own skill evolution costs the most — GPT-4.1 drops to 13.8% — and removing Cross-Time Replay is next-worst, since skills pulled from a single fixed iteration degrade monotonically as self-play keeps running. Skills transfer asymmetrically, too: GPT-5.1-authored skills lift GPT-4.1 almost as much as GPT-4.1's own self-generated skills do, but GPT-4.1-authored skills give GPT-5.1 only about half of its own self-generated gain.
Key numbers
| GPT-4.1 solve rate, no skills to Ctx2Skill | 11.1% to 16.5% |
| GPT-5.1 solve rate, no skills to Ctx2Skill | 21.1% to 25.8% |
| GPT-5.2 solve rate, no skills to Ctx2Skill | 18.2% to 21.4% |
| GPT-4.1, Challenger skill evolution removed | 16.5% to 13.8% |
| CL-bench scale | 500 contexts, 1,899 tasks, 31,607 rubrics |
Skills related to this research
Related research
Related notes
- A skill library built by GLM-4.6 boosts GPT-4.1's task success by 10 points →
- Evolve the context-engineering skill itself, not just the context — up to 54% better than fixed pipelines like ACE and GEPA →
- Skills Trained Into the Model Beat Runtime-Loaded Skills by Up to 10.1 Points →
- Train the skill, not the model: frozen GPT-4o-mini jumps from 6% to 42% on GAIA →
- Testing a Skill Before It's Banked Lifts WebShop Success From 72.7% to 78.1% →
- Skill pass rates jump from 33.6% to 88.0% — with zero gradient steps →
- More Than Half of 13,728 Real-World Skills Hide a Critical Risk in Plain Prose →
- 71% of public healthcare skills carry no safety-boundary statement →
- A skill compiler lifts Claude Code pass rates from 21% to 33% — and catches a missing safety guard in 95% of real-world skills →
References
- Si, S., Zhao, H., Lei, Y., Wang, Q., Chen, D., Wang, Z., Wang, Z., Luo, K., Wang, Z., Chen, G., Qi, F., Zhang, M., & Sun, M. (2026). From Context to Skills: Can Language Models Learn from Context Skillfully? arXiv:2604.27660.
- Dou, S., Zhang, M., Yin, Z., et al. (2026). CL-Bench: A Benchmark for Context Learning. arXiv:2602.03587.
- Yang, Y., Li, J., Pan, Q., et al. (2026). AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution. arXiv:2603.01145.
- Alzubi, S., Provenzano, N., Bingham, J., Chen, W., & Vu, T. (2026). EvoSkill: Automated Skill Discovery for Multi-Agent Systems. arXiv:2603.02766.