AI Briefing
KO

Google Releases 'WikiSkill' for Agent Skill Evolution

·2026.09.01 07:00

Key point

Researchers from Google and Virginia Tech released the 'WikiSkill' framework, which accumulates agent execution experiences into persistent wikis to enhance skill performance.

1 / 4

Details

Researchers from Google Research and Virginia Tech released the 'WikiSkill' framework, which compresses LLM agent execution experiences into a persistent knowledge base (wiki) and iteratively improves executable skills based on it. Unlike existing skill evolution methods that scattered insights across optimization histories, WikiSkill separates knowledge from procedures to systematically reuse knowledge.

3-Layer Architecture and Working Principle

WikiSkill defines the system state as a tuple of a skill set and a wiki, consisting of three layers.

  • Raw Layer: Stores unmodified raw execution trajectories as the basis for analysis.
  • Wiki Layer: Organizes failure types and success strategies into structured knowledge, accumulating across iterations without being reset.
  • Skills Layer: Executable procedural knowledge generated and updated based on wiki knowledge.

Performance Improvements and Features

It outperformed all existing skill evolution methods (EvoSkill, Trace2Skill, SkillOpt) in average performance across 5 benchmarks. In particular, Gemini-3.5-Flash saw its average accuracy rise from 49.5% to 68.1%, and Qwen-3.6-27B improved more than twofold from 40.8% to 81.7% on spreadsheet manipulation tasks. Additionally, skills transfer between models, and cases were found where skills created by others performed better than self-generated skills.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.