Offline Skill-Patching Beats DPT-WToM 15.6x on 27% Fewer Tokens
Notes on CoWork-X: Experience-Optimized Co-Evolution for Multi-Agent Collaboration System (arXiv:2602.05004) — Zexin Lin, Jiachen Yu, Haoyang Zhang, Yuzhao Li, Zhonghang Li, Yujiu Yang, Junjie Wang, Xiaoqiang Ji · February 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 evolutionCoWork-X splits agent cognition into two clocks. A Skill-Agent handles every in-episode decision by retrieving from a structured skill library built as hierarchical task networks (HTN) — state queries, operators, and method decompositions compiled into an editable Python file — with zero LLM calls during play. After each episode, a separate Co-Optimizer LLM reads the trajectory logs (runtime failures, 100-timestep stagnation flags, action-type breakdowns) and patches the library under explicit budget constraints and drift regularization, keeping a best-performing historical version on hand for rollback. The setup runs on a two-agent, symmetric version of the DPT-Agent Overcooked-AI-style burger-preparation benchmark, starting from a deliberately broken skill library — syntactically valid HTN rules whose operators skip precondition checks entirely — across 30 episodes.
The split pays off on both axes it targets. CoWork-X's block-mean score climbs from 52.0 (episodes 0–9) to 109.0 (10–19) to 128.0 (20–29), for an overall mean of 96.3, while ReAct (3.2), DPT-WToM (6.2), and Reflexion (−51.0) stay flat or negative over the same span. It does this at 0 online tokens and 2.6 seconds of latency per episode, versus 30,090–79,126 tokens and 67.7–182.3 seconds for the LLM-in-the-loop baselines — about 27x faster than the strongest of them, DPT-WToM. Even counting the offline Co-Optimizer pass, cumulative cost through 30 episodes is 663k tokens for a 96.3 score against DPT-WToM's 903k tokens for a 6.2 score: a 15.6x score gain on 27% fewer tokens. Swapping in seven LLM families as the Co-Optimizer backbone shows the mechanism generalizes — Claude-4.5 and Gemini-2.5-pro hit ceiling scores around 160 within roughly three patch iterations — but not universally: Qwen-3-235B stays stuck near a −60 score, and GPT-5.1/DeepSeek-v3.2 only reach a stable, above-120 result in 2 of 5 runs.
Key numbers
| Overall mean score, 30 episodes | 96.3 vs. 6.2 for best baseline (DPT-WToM) |
| Online tokens per episode | 0 (baselines: 30k–79k) |
| Online latency per episode | 2.6s — 27x faster than DPT-WToM's 71.0s |
| Cumulative efficiency, 30 episodes | 15.6x score gain on 27% fewer tokens (663k vs. 903k) |
| Weak-backbone success rate | 2/5 runs stabilize above 120 for GPT-5.1 and DeepSeek-v3.2 |
Skills related to this research
Related research
Related notes
- A skill improves every time anyone uses it, not just its author →
- Splitting skill-writing into create, merge, and improve lifts a 27B agent up to 4.5 points -- merge drives generalization, improve drives specification, and neither alone gets you there →
- Failure-only skill revision helps 1 model in 10, hurts the other 8 →
- A trained 8B model beats Gemini-2.5-Pro at curating agent skills: 61.2% vs 50.7% →
- A skill library built by GLM-4.6 boosts GPT-4.1's task success by 10 points →
- Skill pass rates jump from 33.6% to 88.0% — with zero gradient steps →
- 84% of Malicious Agent-Skill Exploits Hide in the Docs, Not the Code →
- 40,285 Skills Later, Supply Still Doesn't Match Demand →
- Skill abstraction beats raw-trajectory memory by up to 25 points →
References
- CoWork-X: Experience-Optimized Co-Evolution for Multi-Agent Collaboration System (Lin et al., 2026)
- ReAct: Synergizing Reasoning and Acting in Language Models (Yao et al., 2023)
- Reflexion: Language Agents with Verbal Reinforcement Learning (Shinn et al., 2023)
- Leveraging Dual Process Theory in Language Agent Framework for Real-Time Simultaneous Human-AI Collaboration — DPT-Agent (Zhang et al., 2025)
- On the Utility of Learning about Humans for Human-AI Coordination — Overcooked-AI (Carroll et al., 2019)