Intellectually Curious is a podcast by Mike Breault featuring AI-powered explorations across science, mathematics, philosophy, and personal growth. Each short-form episode is generated, refined, and published with the help of large language models—turning curiosity into an ongoing audio encyclopedia. Designed for anyone who loves learning, it offers quick dives into everything from combinatorics and cryptography to systems thinking and psychology.
Inspiration for this podcast:
"Muad'Dib learned rapidly because his first training was in how to learn. And the first lesson of all was the basic trust that he could learn. It's shocking to find how many people do not believe they can learn, and how many more believe learning to be difficult. Muad'Dib knew that every experience carries its lesson."
― Frank Herbert, Dune
Note: These podcasts were made with NotebookLM. AI can make mistakes. Please double-check any critical information.
WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution
•Mike Breault
Use Left/Right to seek, Home/End to jump to start or end. Hold shift to jump forward or backward.
0:00
|
6:07
Explore WikiSkill, an AI framework where agents permanently log every action, a wiki maintainer extracts root causes from failures, and a skill proposer updates actionable instructions. Through a three-layer mind—raw, wiki, and skill—the system records lessons and gates improvements, letting knowledge accumulate without erasing context. In tests across math reasoning, document analysis, and spreadsheets, a 9‑billion-parameter model with WikiSkill outperforms a 27‑billion-parameter model without skills, and the learned techniques transfer across AI families. Could humans soon read AI wikis to work more efficiently and safely?
Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical information.
I recently tried to uh learn how to bake sourdough bread and it was an absolute disaster. Oh no. Yeah, flat, dense bricks. But I started keeping a mistakes journal. I wrote down the hydration levels, the proofing time, and critically like why a loaf failed.
SPEAKER_01
Right, getting to the actual root cost.
SPEAKER_00
Exactly. Writing down those failures was the secret to eventually getting that perfect rise. Which leads us to our topic today for our intellectually curious series, What if an AI could keep its own mistakes journal?
SPEAKER_01
That is a great analogy.
SPEAKER_00
Thanks. Today we're exploring a groundbreaking new AI framework called WikiSkill, and we're looking at research showing how AI agents are now being taught to build their own persistent knowledge bases, their own wikis, so they never make the same mistake twice. Have you ever wondered how AI can continuously get smarter without just getting bigger?
SPEAKER_01
Well, the problem WikiSkill addresses is pretty fundamental to how AI currently works. Because, you know, AI agents are getting incredible at using tools.
SPEAKER_00
Oh, absolutely.
SPEAKER_01
But when they learn a task through trial and error, all that rich context about why an approach failed is usually just discarded during the optimization process.
SPEAKER_00
Aaron Powell Right. It's like a brilliant chef who spends all day experimenting to invent a new dish, but then throws away all their recipe notes at the end of the shift. Yeah. The next day they're just relying on vague muscle memory instead of, you know, a documented process.
SPEAKER_01
Aaron Powell That captures it perfectly. They might retain the final successful procedure, but they lose the underlying reasoning. WikiSkill changes this by dividing the AI's mind into three distinct layers.
SPEAKER_00
Okay.
SPEAKER_01
You have a raw layer, a wiki layer, and a skill layer.
SPEAKER_00
Aaron Powell Wait, slow down. Because just storing data in three layers doesn't automatically make something smarter. How do these layers actually interact?
SPEAKER_01
Let's look at the continuous loop that drives it. It starts with an inference agent.
SPEAKER_00
So basically the active AI worker assigned to a task.
SPEAKER_01
Precisely. It tries to solve a problem, and every single step it takes is permanently logged in the raw layer.
SPEAKER_00
Okay, so the raw layer is just a giant messy server log of every click and keystroke.
SPEAKER_01
Exactly. Next, a component called the Wiki Maintainer looks at that raw log and updates the wiki layer.
SPEAKER_00
I have to stop you there because this sounds a bit like magic. If the AI worker fails a task, how does this maintainer suddenly know the right answer to write down?
SPEAKER_01
It doesn't magically know the answer. Instead, it acts like an auditor. It takes the raw log of the failure and works backward.
SPEAKER_00
Oh, I see.
SPEAKER_01
Yeah, it compares the AI's steps against the final error message. By analyzing where the intended result diverged from the actual result, it deduces the root cause of the failure. Okay. It then writes a structured note in the wiki layer, detailing exactly why that specific approach didn't work.
SPEAKER_00
Ah, so it's actively extracting the lesson from the failure.
SPEAKER_01
Right. Then a third component, the skill proposer, looks at that new lesson in the wiki and writes an updated active instruction in the skill layer.
SPEAKER_00
Got it.
SPEAKER_01
Finally, a gating mechanism tests this new skill. If it improves performance, it's kept. If it fails, it's rolled back. But crucially, the wiki never rolls back.
SPEAKER_00
Wow, so the AI permanently remembers why that new skill failed. The knowledge just compounds perfectly.
SPEAKER_01
Exactly.
SPEAKER_00
But honestly, having an AI constantly auditing its own server logs, deducing root causes, and writing its own skill updates, that sounds incredibly complex and resource intensive to build from scratch.
SPEAKER_01
It certainly requires a highly optimized tech stack to run efficiently.
SPEAKER_00
And if you are trying to navigate that kind of complexity yourself, you really should check out our sponsor today, EmberSilk.
SPEAKER_01
They do fantastic work.
SPEAKER_00
They really do. Whether you need help with AI training, automation, integration, or software development, they have you covered. Uncovering where agents can make the most impact for your business or personal life is exactly what they do. Check out Embersilk.com for all your AI needs.
SPEAKER_01
So bringing it back to WikiSkill, when this self-auditing loop is put to the test, what kind of real-world results are we looking at?
SPEAKER_00
The benchmark data is stunning. They tested this across complex tasks, including mathematical reasoning, long document analysis, and spreadsheet manipulation. Let's pause on the spreadsheet part because for a lot of people listening, formatting spreadsheets is a massive chunk of their daily workday.
SPEAKER_01
And that's where WikiSkill shines. By keeping a persistent wiki of formatting errors and formula mistakes, the AI stops repeating the same errors. Right. It consistently outperforms other state-of-the-art methods because it doesn't just try harder, it tries smarter.
SPEAKER_00
I'm a bit skeptical though. If you strap this complex wiki system onto a small, lightweight AI, does it actually make a dent? Or do you still need a massive supercomputer to see real results?
SPEAKER_01
The research proves you don't need the supercomputer.
SPEAKER_00
Wait, really?
SPEAKER_01
Yeah, they took a smaller model with 9 billion parameters. Think of parameters as the AI's brain size. That 9 billion parameter model using WikiSkill actually outperformed a massive model with 27 billion parameters that had no skills.
unknown
Wow.
SPEAKER_00
So a smaller, more focused model with a good mistakes journal beats a giant model with amnesia.
SPEAKER_01
Yes. And even better, skills evolved by one AI can be transferred to completely different AI families. We can achieve the massive technological capabilities using smaller, much more efficient, and accessible models.
SPEAKER_00
That is just incredible.
SPEAKER_01
It really paints such a hopeful picture for the future. It truly democratizes advanced AI for everyone.
SPEAKER_00
It does. And it leaves me with one final provocative thought for you to chew on. If AI agents are generating these highly structured, perfectly logical wikis of procedural workflows, detailing exactly how to solve problems and why certain approaches fail, could human workers eventually read an AI's self-generated wiki to learn better ways to do our own jobs?
SPEAKER_01
Oh, that is a fascinating idea.
SPEAKER_00
Right. Think about it. We might be reading their mistakes journals to improve our own workflow soon.
SPEAKER_01
The future of collaboration is going to be incredibly dynamic. We'll be co evolving our skills right alongside them.
SPEAKER_00
Absolutely. Well, if you enjoyed this podcast, please subscribe to the show. Hey, leave us a five star review if you can. It really does help get the word out. Thanks for tuning in.