Google WikiSkill: Persistent Wiki Improves Skill-Evolving Agents
rohanpaul_ai · x · 2026-08-29
Google presents WikiSkill, an architecture that improves skill-evolving agents by maintaining a persistent wiki memory.
The Problem: Skill-evolving agents rewrite skill files every round, scattering the reasoning behind edits and losing rejected proposals.
The Solution: WikiSkill splits the agent workspace into three layers:
- Immutable execution traces
- Active skill file
- A Wiki layer (in between)
The wiki records failure patterns and the outcome (accept/reject) of every past proposal. If a skill edit is rejected, it disappears from the active file but remains in the wiki.
Results: On Gemini-3.5-Flash, WikiSkill averaged 68.1% across 5 benchmarks, beating the strongest competing method (56.1%) and the no-skill baseline (49.5%).
Caveat: Skills are handed to the agent rather than retrieved, so skill selection is not part of the evaluation.
More from coding & agent
- Managing multiple teams of Grok Bots like a company — minchoi · 2026-08-29
- Apodex Demo: Multi-Agent System with External Verification — Scobleizer · 2026-08-29
- Agentic Software Factory: Organizing SDLC with AI Agents — Pavan_Belagatti · 2026-08-29
- Dev builds an AI-orchestration knowledge base as a graph, exposed as an MCP server — deftDM · 2026-08-29
- Reddit thread: mobile agents should read the screen, not call APIs — Skyroads_15 · 2026-08-29
- 2,000 DESIGN.md files from top products, structured for your coding agent to learn from — Roger_M_Taylor · 2026-08-29