
Google's WikiSkill gives AI agents a persistent memory of past mistakes.
It outperformed other methods across five benchmarks, boosting average accuracy by up to 18.6 percentage points.
This workaround helps agents learn without continuous retraining.
What happened
Google researchers introduced WikiSkill, a framework that gives AI agents a persistent memory of past mistakes and successful strategies. It organizes an agent's workspace into three layers: a Raw Layer for execution traces, a Wiki Layer for distilled knowledge that never resets, and a Skill Layer for procedural instructions that can be rolled back if a change hurts performance.
Why it matters
WikiSkill consistently outperformed other skill evolution methods in the study. On average, it boosted Gemini-3.5-Flash from 49.5% to 68.1% and Qwen-3.6-27B from 39.4% to 63.3% across five benchmarks. Larger models benefited more, but smaller models using WikiSkill could match the performance of larger models without it.
What to watch
The framework's gains varied by task type, with the biggest improvements in math and spreadsheet tasks. Skills developed by one model often transferred to another, sometimes even working better than the receiving model's own skills, but transferability should be checked case by case.
Ask the AI about this article →
WikiSkill addresses a core limitation of AI agents: they don't truly learn continuously from each run. Instead, the framework has the agent write better instructions for itself after each task and store them in a persistent wiki, building up cumulative knowledge. This workaround, while not elegant, proved effective in the study's tests.
The architecture separates experience (raw traces), knowledge (the wiki), and action (skills). A Wiki Maintainer distills patterns from execution traces, a Skill Proposer suggests changes, and a gating mechanism validates them on a separate set before deployment. If a change fails, it's rolled back, but the wiki keeps the failed attempt for future reference.
Notably, skills transferred between models, sometimes outperforming the receiving model's own skills. However, the researchers advise checking transferability case by case, as it isn't always beneficial. The approach draws on Andrej Karpathy's concept of an "LLM Wiki," applying it to automatic skill development.
For example, today's edition would include:
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →
Ask AI anything about this article. Q&As are published on this page for other readers too.
A YouGov survey of 1,250 U.S

Numerous large language models (LLMs, AI that understands and generates text) from big names like Meta and Goo…

On Aug. 24, Virtuals Protocol launched a new suite of AI agent creation and ownership tools on Solana, enablin…

Meta Platforms released Muse Glimmer, a 30-billion-parameter AI model with open weights, on Aug

OpenAI is ending its contract with Cursor, effective November 12, 2026, citing Elon Musk's companies' history…

AI is now helping solve longstanding math problems, including the so-called Jacobian conjecture, and top mathe…
