Hugging Face Daily PapersBofan Chen, Boxuan Zhang, Fei Tang1 min readpaperadvanced
Reflect, Revise, Reuse: Training-Free Skill Evolution for GUI Agents
Summary
EvoSkill‑GUI lets GUI agents revise their procedural skills on‑the‑fly without extra training by using a reflect‑revise‑reuse loop that edits skill packages during execution. The approach yields up to +16.2% improvement on MobileWorld and similar gains on AndroidWorld and OSWorld, and the evolved skills transfer to related tasks.
- Skills are stored as multi‑file packages (plan, metadata, recovery rules) that can be edited by the executor at runtime.
- A strict critic runs in isolation to diagnose failures and suggest precise edits, preserving information safety.
- Across MobileWorld, AndroidWorld, and OSWorld, EvoSkill‑GUI improves base models by up to 16.2% without any additional training.
- Evolved skill libraries remain useful for new tasks, avoiding the need to rebuild skills from scratch.
Engineers building GUI automation or assistant agents can get adaptive, higher‑performing skills without costly retraining cycles.
7/10

