cd /news/artificial-intelligence/the-next-valuable-file-on-your-compu… · home topics artificial-intelligence article
[ARTICLE · art-122365] src=tansei.io ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

The next valuable file on your computer won't contain your work

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.

read9 min views3 publishedSep 7, 2026
The next valuable file on your computer won't contain your work
Image: source

In some AI tools now, you can record yourself doing a task. You click around, type, and talk through what you are doing, and when you finish, the AI turns that recording into a reusable Skill. Instead of explaining how you do the same piece of work over and over, you show it once and save the process for later.

        Anthropic added exactly this to Claude. While you record, Claude can see your screen, your
        clicks and your typing, and you can narrate the decisions you are making as you go. When
        you stop, it proposes a Skill that you can review, edit and save. It feels a little like
        training a new member of staff, except that the training itself becomes a file.
            ([Anthropic Help Center](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills).)
          

            That is a bigger change than it first appears, because we normally think of a file as the
            result of work: the presentation, the spreadsheet, the design, the report, the code. We are
            now starting to make files that contain **how the work gets done**.

Workflows are becoming portable #

        The interesting part is that this is not one company’s feature.
            [OpenAI](https://developers.openai.com/codex/skills)
            describes Skills as reusable workflows that can be shared and reused across tools.
            [Google](https://cloud.google.com/discover/ai-agent-skills)
            calls them external, swappable procedural memory.
            [Microsoft](https://learn.microsoft.com/en-us/agent-framework/agents/skills)
            supports the same structure in its Agent Framework and describes the format as an open one.
            Four companies, arriving at roughly the same idea inside a year.
          

            Most of these Skills come down to a surprisingly ordinary file called `SKILL.md`.
            It is a Markdown document that explains what the Skill does, when to use it, and how to
            carry out the task, with scripts or reference files added when they are needed. Because it
            is plain text in an open format, the workflow can be read, edited, versioned and moved
            between tools like anything else on your computer.

Which means the method itself has become portable.

Four things we bundle together #

Once 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.

Part of the work What it means
Knowledge What you know
Context What matters in this particular situation
Procedure The usual way you do the work
Judgment Knowing when the usual way no longer fits

AI 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.

Knowing when to intervene #

There is already some evidence of this in the way experienced people work with AI agents.

        Anthropic studied around **400,000 Claude Code sessions** from roughly 235,000
        people. In a typical session, humans made about **70% of the planning decisions**,
        such as what should be built and what counts as finished, while Claude made about
        **80% of the execution decisions**, such as which files to change and what to
        write in them. The more domain expertise somebody brought to the task, the more work they
        handed over per instruction.
            ([Anthropic, How Claude Code is used in practice](https://www.anthropic.com/research/claude-code-expertise).)
          

            A second study found something less obvious. As people grow more experienced with Claude
            Code they stop approving each individual step, roughly 20% of sessions run fully
            auto-approved among new users against over 40% among experienced ones. Yet those same
            experienced people **interrupt it more often, not less**: around 9% of turns
            against 5% for newer users.
            ([Anthropic, Measuring AI agent autonomy in practice](https://www.anthropic.com/research/measuring-agent-autonomy).)

Both 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.

            I have started thinking of that as **exception judgment**: noticing when the
            situation in front of you no longer matches the procedure closely enough for the procedure
            to be trusted.

Every 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.

How to get better at it #

  1. 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.
  2. 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.
  3. 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 : conflicting information, an unexpected result, a number that moved further than it should have, an action that cannot easily be undone.
  4. 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 .) Reviewing well is mostly about comparing what came back against what you actually asked for.

Where Tansei fits #

        Capturing the demonstration is the part I have been building into
            [Tansei](/). You can record your screen with your voice on, so you can talk
            through the decisions while you work, or just leave a voice memo when the screen is not the
            point and saying it out loud is enough. Either way it lands on your shelf as a file, with a
            transcript alongside it, kept separate from the audio, so you can read back
            exactly what you said and tidy it up before it goes anywhere.
  1. 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.
  2. 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.
  3. 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.
  4. 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.

The 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.

Tansei is a one-time purchase for Mac and Windows, and everything you record stays on your machine.

Frequently asked questions #

What is an AI Agent Skill?

An 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.

What is a SKILL.md file?

SKILL.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.

How is an Agent Skill different from AI memory or context?

Memory 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.

Can an Agent Skill capture human expertise?

It 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.

How does Tansei help me turn a workflow into a Skill?

Record 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.

Does Tansei use AI or send my data anywhere?

No. 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.

Back to top

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @anthropic 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/the-next-valuable-fi…] indexed:0 read:9min 2026-09-07 ·