{"slug": "the-next-valuable-file-on-your-computer-won-t-contain-your-work", "title": "The next valuable file on your computer won't contain your work", "summary": "Anthropic, OpenAI, Google, and Microsoft have introduced AI 'Skills' that turn recorded demonstrations of work into reusable, portable files, marking a shift from files as outputs to files containing the process of work. Anthropic's Claude allows users to record their screen and narration to create a Skill, while OpenAI, Google, and Microsoft support similar formats, often as a plain-text SKILL.md file. Anthropic's study of about 400,000 Claude Code sessions from roughly 235,000 people found that humans made about 70% of planning decisions while Claude made about 80% of execution decisions.", "body_md": "In some AI tools now, you can record yourself doing a task. You click around, type, and\n            talk through what you are doing, and when you finish, the AI turns that recording into a\n            reusable **Skill**. Instead of explaining how you do the same piece of work\n            over and over, you show it once and save the process for later.\n          \n\n            Anthropic added exactly this to Claude. While you record, Claude can see your screen, your\n            clicks and your typing, and you can narrate the decisions you are making as you go. When\n            you stop, it proposes a Skill that you can review, edit and save. It feels a little like\n            training a new member of staff, except that the training itself becomes a file.\n            ([Anthropic Help Center](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills).)\n          \n\n            That is a bigger change than it first appears, because we normally think of a file as the\n            result of work: the presentation, the spreadsheet, the design, the report, the code. We are\n            now starting to make files that contain **how the work gets done**.\n          \n\n## Workflows are becoming portable\n\n            The interesting part is that this is not one company’s feature.\n            [OpenAI](https://developers.openai.com/codex/skills)\n            describes Skills as reusable workflows that can be shared and reused across tools.\n            [Google](https://cloud.google.com/discover/ai-agent-skills)\n            calls them external, swappable procedural memory.\n            [Microsoft](https://learn.microsoft.com/en-us/agent-framework/agents/skills)\n            supports the same structure in its Agent Framework and describes the format as an open one.\n            Four companies, arriving at roughly the same idea inside a year.\n          \n\n            Most of these Skills come down to a surprisingly ordinary file called `SKILL.md`.\n            It is a Markdown document that explains what the Skill does, when to use it, and how to\n            carry out the task, with scripts or reference files added when they are needed. Because it\n            is plain text in an open format, the workflow can be read, edited, versioned and moved\n            between tools like anything else on your computer.\n          \n\nWhich means the method itself has become portable.\n\n## Four things we bundle together\n\nOnce you start thinking about work this way, it helps to separate four things that usually travel together when we say somebody is good at their job.\n\n| Part of the work | What it means | \n|---|---|\n| **Knowledge** | What you know | \n| **Context** | What matters in this particular situation | \n| **Procedure** | The usual way you do the work | \n| **Judgment** | Knowing when the usual way no longer fits | \n\nAI has been getting better at the first three for a while. It can retrieve knowledge, hold far more context than it used to, and now carry a procedure around as a file that any agent can pick up. That makes the fourth one much easier to see.\n\n## Knowing when to intervene\n\nThere is already some evidence of this in the way experienced people work with AI agents.\n\n            Anthropic studied around **400,000 Claude Code sessions** from roughly 235,000\n            people. In a typical session, humans made about **70% of the planning decisions**,\n            such as what should be built and what counts as finished, while Claude made about\n            **80% of the execution decisions**, such as which files to change and what to\n            write in them. The more domain expertise somebody brought to the task, the more work they\n            handed over per instruction.\n            ([Anthropic, How Claude Code is used in practice](https://www.anthropic.com/research/claude-code-expertise).)\n          \n\n            A second study found something less obvious. As people grow more experienced with Claude\n            Code they stop approving each individual step, roughly 20% of sessions run fully\n            auto-approved among new users against over 40% among experienced ones. Yet those same\n            experienced people **interrupt it more often, not less**: around 9% of turns\n            against 5% for newer users.\n            ([Anthropic, Measuring AI agent autonomy in practice](https://www.anthropic.com/research/measuring-agent-autonomy).)\n          \n\nBoth studies are about coding, so I would not claim they describe every kind of work. But the pattern is worth noticing. Expertise did not disappear when the agent could do more, it moved. Experienced people handed over more of the execution precisely because they had a clearer idea of what they wanted, what finished looked like, and what it looked like when something was going wrong.\n\n            I have started thinking of that as **exception judgment**: noticing when the\n            situation in front of you no longer matches the procedure closely enough for the procedure\n            to be trusted.\n          \n\nEvery job has these moments. The brief says one thing, but new evidence changes the problem. The usual approval process is fine until the risk is unusually high. The template is technically correct and clearly wrong for this particular customer. They are small decisions, and they are often exactly where experience shows up.\n\n## How to get better at it\n\n1. **Write down the normal way first.** Pick something you do regularly: reviewing a design, preparing a report, answering customer feedback, publishing a post. You need to know what normal looks like before you can notice yourself leaving it, and this is also the part that turns cleanly into a Skill.\n2. **Keep track of the times you break it.** The interesting part is not the steps you follow, it is the moments you decide not to. You skip an approval because the change is tiny, or you stop a launch because one piece of feedback changed your mind. Note down why. Over time those exceptions show you where your judgment actually lives.\n3. **Give the agent reasons to stop, not just instructions to continue.** When you hand a process over, do not only describe what to do next. Describe what should make it pause: conflicting information, an unexpected result, a number that moved further than it should have, an action that cannot easily be undone.\n4. **Get better at checking work you did not do.** The more you hand over, the more your day shifts from making things to reviewing them, and those are different skills. OpenAI ran an experiment where agents wrote all of the code, and what ended up holding the team back was not the agents. It was how quickly people could check what the agents had produced. ([OpenAI, Harness engineering](https://openai.com/index/harness-engineering/) .) Reviewing well is mostly about comparing what came back against what you actually asked for.\n\n## Where Tansei fits\n\n            Capturing the demonstration is the part I have been building into\n            [Tansei](/). You can record your screen with your voice on, so you can talk\n            through the decisions while you work, or just leave a voice memo when the screen is not the\n            point and saying it out loud is enough. Either way it lands on your shelf as a file, with a\n            transcript alongside it, kept separate from the audio, so you can read back\n            exactly what you said and tidy it up before it goes anywhere.\n          \n\n1. **Record the task, and talk through it.** Do the work the way you normally would, saying out loud why you are doing it that way. The narration is the part worth having, because it is usually the only place your reasoning exists at all.\n2. **Stop, and it is on the shelf.** The recording saves to your machine and sits beside everything else you are working with, ready to use rather than filed away somewhere you will not look again.\n3. **Attach it wherever you are working.** It is an ordinary file, so it goes where files go. Drag the recording into an assistant, or paste the transcript if you would rather hand over text, and ask for the procedure written down. That is the first draft of a Skill. Send it to whoever is picking the task up after you instead, and you have done roughly the same job for a person.\n4. **Edit what comes back.** A first draft of a procedure is never quite right. The parts you correct are the ones worth noticing, because they are usually judgment that did not survive being written down.\n\nThe next valuable file on your computer may not contain the work itself. It may contain the way you do the work. It seems worth being the one who keeps it.\n\nTansei is a one-time purchase for Mac and Windows, and everything you record stays on your machine.\n\n## Frequently asked questions\n\n### What is an AI Agent Skill?\n\nAn Agent Skill is a folder of instructions, scripts, and reference material that an AI agent can load when a task calls for it. Instead of teaching a model something new, you hand it a procedure: the steps to follow, the resources to use, and the output to produce. Anthropic, OpenAI, Google, and Microsoft all now support a version of the same idea.\n\n### What is a SKILL.md file?\n\nSKILL.md is the plain-text Markdown file at the center of a Skill. It typically names the skill, describes when it applies, and lays out the inputs, the steps, the expected output, and the final checks. Because it is just Markdown, it can be read, edited, versioned, and shared like any other file.\n\n### How is an Agent Skill different from AI memory or context?\n\nMemory is what the AI knows about you. Context is what matters for the task in front of you right now. A Skill is neither: it is how the work gets done. Google calls Skills external, swappable procedural memory, which is a good description. Knowledge and context are inputs. A procedure is a method.\n\n### Can an Agent Skill capture human expertise?\n\nIt can capture the repeatable part: the sequence, the checks, the format, the sources you trust. What it captures less well is the judgment about when the procedure does not fit the situation. A Skill is written for the normal case. Much of what we call experience is the ability to notice that today is not the normal case.\n\n### How does Tansei help me turn a workflow into a Skill?\n\nRecord the task with your voice on, so you talk through the decisions while you do the work. The recording saves to your shelf as a file on your machine. From there you drag it into whichever assistant you use and ask for the procedure written down, which gives you a first draft of a Skill to edit. You keep the recording either way, so you can reuse it, send it to someone else, or hand it to a person instead of a model.\n\n### Does Tansei use AI or send my data anywhere?\n\nNo. Tansei is a local shelf for the things you are working with. Everything you save stays on your machine, there is no account and no subscription, and nothing is sent to a model. It sits beside whatever AI tools you use rather than replacing them.\n\n[Back to top](#content)", "url": "https://wpnews.pro/news/the-next-valuable-file-on-your-computer-won-t-contain-your-work", "canonical_source": "https://tansei.io/blog/ai-agent-skills-workflows-as-files", "published_at": "2026-09-07 13:08:59+00:00", "updated_at": "2026-09-07 13:28:04.305901+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-agents", "ai-products", "ai-tools"], "entities": ["Anthropic", "Claude", "OpenAI", "Google", "Microsoft", "Claude Code"], "alternates": {"html": "https://wpnews.pro/news/the-next-valuable-file-on-your-computer-won-t-contain-your-work", "markdown": "https://wpnews.pro/news/the-next-valuable-file-on-your-computer-won-t-contain-your-work.md", "text": "https://wpnews.pro/news/the-next-valuable-file-on-your-computer-won-t-contain-your-work.txt", "jsonld": "https://wpnews.pro/news/the-next-valuable-file-on-your-computer-won-t-contain-your-work.jsonld"}}