Google’s WikiSkill improves agent performance across 5 benchmarks

1 hour ago 1



Google Research has introduced WikiSkill, a framework that gives AI agents the ability to learn from experience and retain that knowledge across iterations. The method uses a persistent wiki-style knowledge base to track skill improvements, and the results across five benchmarks suggest it works remarkably well. The core problem WikiSkill addresses is that previous skill-evolution methods for AI agents would generate useful insights during execution, then discard them after each cycle rather than carrying them forward. How WikiSkill actually works The framework is built on a three-layer architecture, each serving a distinct purpose. The Raw Layer captures immutable execution traces, essentially a complete record of everything the agent did and what happened. The Wiki Layer consolidates that raw data into accumulated knowledge. And the Skill Layer hosts the executable procedures the agent can actually deploy. Four key components keep the system running. An inference agent handles task execution. A wiki maintainer updates the knowledge base as new information comes in. A skill proposer generates candidate procedures based on accumulated knowledge. And a validation gating mechanism ac...

Read Entire Article