# WikiSkill：Google 论文让智能体技能进化可复用

- 来源：elvis (@omarsar0)
- 发布时间：2026-08-31 22:30
- AIHOT 分数：48
- AIHOT 链接：https://aihot.virxact.com/items/cmthcsw1s0afsrodmfjfmhcx9
- 原文链接：https://x.com/omarsar0/status/2094432587821482036

## AI 摘要

Google 的 WikiSkill 论文提出一个框架，让 AI 智能体将运行经验自动持久化到知识库（wiki）中，并据此持续调优技能以供复用。该方法与模型无关，进化后的技能可迁移至更小模型，有时甚至超越更大模型的表现。论文强调构建跨公司与项目的持久知识库以升级技能。

## 正文

This WikiSkill paper from Google is a must-read.

At a high level, it shows the effectiveness of persistent agents, knowledge bases, and skills.

@karpathy popularized LLM Wikis.

But this paper provides an actual framework for how agents can tap into a wiki of skills that evolve.

What's fascinating to me is how this can complement your agents.

LLMs can only learn so much about the world. External knowledge is crucial to get agents to do tasks efficiently and accurately in the real world.

So this is why I think this paper is an important one, as it tries to fix some of the common issues you face when building and maintaining skills.

It automatically leverages your agent runs, persists that knowledge into a wiki, and uses all of that to keep skills properly tuned for reusability.

The most impressive part of WikiSkill is that it appears to be model-agnostic. In other words, it works across different tasks and models.

The evolved skills can even transfer to smaller models that sometimes outperform bigger models. This hints at the effectiveness of persistent agents, via persistent knowledge bases and evolved skills.

The big question for me is how evolved skills coming out of WikiSkill transfer to the next generation of models. I think they will provide a huge advantage and be leveraged in more interesting ways by smarter models.

The practical takeaway here is that we should all be thinking about how to build persistent knowledge bases across our companies and projects. And how to use that to upgrade and evolve our skills.

Join our community to discuss this paper more: https://academy.dair.ai/papers/wikiskill-compiles-agent-experience-into-a-persistent-wiki-2608.27454
