A field guide for your AI's mind.
Evolve is a small folder of reading that teaches your AI assistant to check its work, say how sure it is, and learn from its mistakes — instead of confidently guessing.
Your AI is brilliant. It is also, sometimes, a confident guesser.
If you use an AI assistant — Claude, or one like it — you have probably seen it: an answer delivered with total confidence that turns out to be wrong. Not because the AI is careless, exactly. Because nobody ever taught it the habits that careful people live by: check before you claim, say how sure you are, write down what you learned.
Evolve is that teaching. It is not an app and not a program — it is a "skill": a small folder of plain text files — about 19,000 words of distilled working discipline, which sounds like homework until you remember who it's for: an evening's read for a human, a couple of seconds for an AI. Think of it as the well-worn handbook you would hand a bright new colleague on their first day. Your AI reads it, and acts from it.
You can open every file yourself and read exactly what it says. There is no code in it, nothing that runs, nothing hidden. It is reading material — for a very fast reader.
The same question, two temperaments.
The difference is not intelligence — it is discipline about the truth. (The dialogues are illustrations, not transcripts.)
Four specimens from the collection.
Inside the skill these are called "capsules" — twenty short, named rules with examples and limits. A few of them, translated to plain language:
Says how sure it is
"I checked this," "I'm inferring this," and "I'm guessing" become three different sentences — so you know which answers to lean on.
Proof before "done"
It never claims something works without having actually seen it work. "Should be fine now" gets replaced by "I tested it — here's the result."
Three strikes, then rethink
When something fails three times, it stops grinding the same move, steps back, and rethinks — or asks you — instead of burning your time.
Writes its lessons down
Mistakes that cost you time get recorded with what triggered them and how to avoid them — so the same one isn't repeated next week.
- 01The Loop — six steps every serious task runs through: recall, frame, investigate, act, verify, write down.
- 02Twenty capsules — named habits like the four above, each with an example and its limits.
- 03Hard constraints — lines that never move: never invent facts, never claim unverified success, never bend a test to pass.
- 04The Laws of AI, and two full manuals — eight foundation laws for honest inheritance, applied by one manual on reasoning and one on writing code.
- 05Memory guides — how to keep notes and lessons across conversations, where the AI's setup allows it.
Designed to travel light.
An AI assistant has a limited attention span — a working memory that must hold your conversation, your documents, and everything it has been told. Every page you hand it takes room away from your actual work. A guide that hogged that space would make your AI worse, however wise its advice.
So Evolve is organized the way a naturalist packs: a slim core that the AI reads whole and carries everywhere, and the thick reference volumes left in the pack until the terrain calls for one.
The core is the only part your AI carries at all times — a couple of seconds' reading for an AI, a small fraction of its attention span — and it tells the AI exactly which volume to pull down, and when. The references, about four-fifths of the total text, stay on the shelf until then: the coding manual comes out only when your AI writes code, the memory guide only when it files its notes. Nothing rides along uninvited, and your conversations keep their room.
Three steps. The third one is a sentence.
You don't install this the way you install software — your AI installs it for you. You just hand it over.
Download the zip
One small file, saved wherever you like. That's the whole skill.
Drop it into a chat
Attach the zip to a conversation with your AI, like you'd attach a photo to a message.
Ask, in plain words
Type one sentence and the AI reads the instructions inside and does the rest.
"Please install this skill."Read this before you expect magic.
A page like this usually promises the world. This one won't, because the skill itself forbids it: its first hard constraint is never claim more than the evidence supports. So, plainly:
What Evolve is: working discipline distilled from real, daily use — habits observed to change how an AI talks about certainty, verifies its claims, and recovers from errors. This release was reviewed adversarially before publication, and the skill keeps an open amendment record of its changes, like a proper reference book.
What it is not: a measured, laboratory-proven upgrade. Controlled before-and-after testing hasn't been done yet — and the skill says exactly that about itself, in writing, on its own pages. A guide that demands honesty from your AI owes you the same.
The best test is the practical one: install it, then ask your AI something you know it might get wrong. Watch how differently it answers.
Nothing up our sleeves — it's all on GitHub.
The entire skill is developed in the open, in a public repository: every file the zip contains, the install tooling, and the amendment records that document each change and why it was made. If you want to read every word before letting your AI near it — please do. That's the point.
github.com/Diftic/evolve-siteThe skill, its history, this page, and the zip — all in the open.If you use Claude Code, the repository doubles as a plugin marketplace. One copy-paste line installs the skill permanently — it registers this repository as a plugin source, then installs from it:
claude plugin marketplace add Diftic/evolve-site && claude plugin install evolve@evolve
Not technical? Skip this chapter without guilt — the zip above is the same skill, and your AI handles the rest.