# The method (/docs/method/overview)

---
type: Document
title: The method
description: A portable way to work out how much of any workflow can be automated, which parts must stay with a person, and where to start.
status: stable
order: 1
generated: { by: "process:claude-code", at: 2026-08-27T12:00:00Z }
verified:
  - { by: "human:rrizwan98", at: 2026-08-28T14:00:00Z }
ksor:
  audience: [public]
  owner: human:rrizwan98
  approval: { by: "human:rrizwan98", at: 2026-08-27T12:30:00Z }
trust_tier: human-reviewed
build_id: sha256:d9f989bee8fa4c15cf0f7f1572f9e9a18305ef4e2ce0c3cfb6a5a421ead6dc1d
dirty: true
---

This room is the method, not a story about one job. It applies to any workflow
in any business: software delivery, design, recruitment, support, operations.
Whoever is reading, the procedure is the same.

## Read it in this order

1. [Count your own workflow](count-your-own-workflow.md): write the run down,
   tag every step, and get your own number instead of borrowing someone else's.
2. [What automates and what does not](what-automates.md): the rules that decide
   a step, in any domain.
3. [Worked counts](worked-counts.md): the same method applied to five
   different businesses, so the pattern is visible rather than implied.
4. [From one task to an AI-native company](from-one-task-to-a-company.md): what
   happens after the first workflow works.

## The one idea underneath all of it

AI made the typing fast. It did not make delivery automatic, because a
workflow is not one action: it is a run of steps, and a person is still doing
four jobs inside it.

- writing every instruction
- re-explaining the project after every context reset
- redoing the work the AI got wrong
- remembering the steps nobody wrote down

Automation means moving those four out of a person's hands, and leaving the
decisions in them. So the question is never "can AI do my job". It is: **in my
run, which steps are decisions, and which are just typing?**

## What a number from this method means

A percentage produced here is a count of steps in one named workflow, on a
stated date, with each step tagged. It is not a promise about time saved,
money saved, or headcount. Two businesses in the same industry will get
different numbers, because they run different steps.

If you want the number for your own work, the counting page is a procedure you
can run yourself in twenty minutes, and the [audit](../about/contact.md) is the
same procedure done together.
