second brain source
← 首页

external-source

SkillGLoW: Procedural-Family Skill Consolidation for Self-Improving Agents on Long-Horizon Task Streams

Note: body below is the original English paper, text-extracted from https://arxiv.org/html/2609.02217. Figure pixels are not preserved. Do not treat this file as a translation.

SkillGLoW: Procedural-Family Skill Consolidation for Self-Improving Agents on Long-Horizon Task Streams

  Title:
  

  

arXiv:2609.02217v1 [cs.AI] 02 Sep 2026

SkillGLoW: Procedural-Family Skill Consolidation for Self-Improving Agents on Long-Horizon Task Streams

Ao Yan

   Zhang Xin

   Jiawei Du

   Joey Tianyi Zhou\corresponding

Abstract

LLM agents increasingly self-improve by writing and reusing textual skills, kept either as one global document or as a flat pool of per-task entries, though most of the evidence comes from domains with structurally similar tasks. On long-horizon workloads where each task demands a different solution, the two forms fail in opposite ways: the document collapses into generic discipline, while the pool inflates and its entries stay bound to the instance that wrote them. We argue the missing unit of reuse is the solving procedure shared by a cluster of related tasks, and build SkillGLoW (Global–Local Weave) around it: the local skills a task writes from its own execution are aggregated into procedural families and compressed into de-instantiated global priors, while the instance detail they hold is regenerated per task rather than stored; a commit gate admits a prior only when real execution shows it does not degrade the deployed library. Across four benchmarks (mathematical reasoning, terminal automation, software repair, and embodied control) and three models, the priors gain 17.2 points (hard) over the no-skill baseline on average, with positive gains in all 12 continual-improvement runs, and 18.0 with local regeneration, while the library holds one prior per procedural family, 3.6×3.6\times more compact than the per-task pool. Under the same protocol GLoW leads a published single-document optimizer on 15 of 21 cells. Unmodified, the library lifts success on unseen ALFWorld tasks from 73.9% to 83.9%, evidence that what transfers is procedure rather than task memory.

1National University of Singapore, Singapore

2Institute of Advanced Intelligence and Computing (IAIC), Singapore

1 Introduction

Figure 1: The failure modes of single-document and flat-library skill organizations on heterogeneous long-horizon workloads, and the procedural-family unit that GLoW consolidates between them.

As base models and agent harnesses mature, LLM agents are moving from short-horizon, closed tasks toward longer-horizon, more complex environments (Yao et al. 2023; Shinn et al. 2023; Liu et al. 2024; Mialon et al. 2024; Jimenez et al. 2024; Merrill et al. 2026). Such tasks quickly outgrow fixed prompts and human-written skills, so recent systems distill reusable skills from their own execution trajectories (Zhou et al. 2026a; Lin et al. 2026; Ni et al. 2026) and write successful or failed experience into documents reused by prompt injection (Kang et al. 2026; Yang et al. 2026a; Zhou et al. 2025). Once skills are continually generated, revised, and reused, a more fundamental question arises: in what form should an agent organize and maintain these skills?

Remainder

Full original English text: see html_url / source_url in frontmatter (do not invent from this preview).