---
title: "Malcolm Gladwell Said 10,000 Hours. I Put It in a Markdown File."
author: "Lax Mariappan"
date: "2026-03-07"
categories: ["AI", "Blogging"]
excerpt: "Expertise used to take years to develop. Now it lives in a markdown file. That changes everything about how we build with AI."
canonical_url: "http://laxmariappan.com/malcolm-gladwell-said-10000-hours-i-put-it-in-a-markdown-file/"
---

# Malcolm Gladwell Said 10,000 Hours. I Put It in a Markdown File.

Malcolm Gladwell said 10,000 hours to become an expert.
He wasn’t wrong.
But something strange is happening now.
I’ve been building AI agents. And one thing I keep noticing: the most powerful part of an agent isn’t the model. It’s the instructions.
A single markdown file. A SKILL.md.
You write down how an expert thinks. The process. The preferences. The edge cases. The things that took years to learn.
And now the agent knows.
Not perfectly. Not magically. But well enough to be genuinely useful.
It took a senior copywriter decades to develop her voice. That voice now lives in a few hundred words of plain text.
A developer spent years learning how to structure a production-grade WordPress plugin. That knowledge now ships inside a skill file.
I’m not saying expertise is dead. I’m saying it’s changing shape.
The 10,000 hours still happened. Someone still had to live through them. But now you can write what you learned. Compress it. Share it. Build on top of it.
In the old world, expertise was locked inside a person.
In the agentic world, expertise is something you can write down, customize, and extend.
That changes how we think about knowledge work.
For developers building with AI: the skill file is your leverage. Not the prompt. Not the model. The structured expertise you encode into it. Add your preferences. Add your style. Add the things you’ve learned the hard way.
That’s your real moat now.
Has anyone else felt this? That the thing you spent years learning can now live in a markdown file?