In the last chapter you got your bearings. Now the method itself begins, and it starts with words. Before you can map a workflow or spot where it breaks, you need a few precise terms that most people use loosely: tool, workflow, and system. Getting these clear now is not fussy vocabulary. It is what lets you see a real effort accurately instead of guessing, and it is the foundation every later move in this course rests on.
In everyday talk, people call almost anything digital “the system.” The sign-up form is “the system,” the spreadsheet is “the system,” the whole food drive is “the system.” That looseness feels harmless, but it quietly hides where problems live. If everything is “the system,” you cannot say whether a mistake came from one app, from the way several apps were chained together, or from the larger effort around them.
Analysis needs sharper words. When you can point to the exact tool that produced a bad number, or the exact handoff in a workflow where information got dropped, you can fix the real problem instead of blaming the whole effort. Precise terms turn a vague feeling that “something went wrong” into a specific, findable cause. That is the entire reason this chapter comes before any mapping: you cannot describe clearly what you cannot name clearly.
These three words describe three different sizes of the same reality, from the smallest piece to the biggest picture. Read them in order, because each one builds on the last.
A tool is a single piece of software or app that does one main job. A form builder that collects sign-ups is a tool. A spreadsheet that holds a list of donations is a tool. A group chat app is a tool, and a free AI assistant that drafts text is a tool. The test is simple: if you can name it as one app you open and use for one main purpose, it is a tool.
A workflow is the ordered chain of steps, people, and tools that turns a starting point into a finished result. It is bigger than any single tool, because it describes how several of them connect. Collecting sign-ups on a form, copying the results into a spreadsheet, discussing them in a chat, and then having an AI assistant draft thank-you notes is one workflow: a sequence that starts with “people want to sign up” and ends with “thank-you notes are ready to send.” A workflow is not the apps themselves; it is the path the work travels through them.
A system is the whole picture: all the tools, people, information, and rules that work together for an ongoing purpose, usually holding several workflows inside it. The complete food-drive operation is a system. It includes the sign-up workflow, a separate workflow for sorting and storing donations, the volunteers who run them, the shared rules about who does what, and it keeps running season after season. A system is what remains when the current effort is over and the next one begins.
Here are the same three ideas side by side, so you can see how they scale up from smallest to largest, with one running example to anchor each.
Concept | What it is | Scope | Food-drive example |
Tool | A single app that does one main job | Smallest | The spreadsheet that tracks donations |
Workflow | An ordered chain of steps, people, and tools that produce a result | Middle | Sign-ups collected, copied to the spreadsheet, then turned into thank-you notes |
System | All the tools, people, information, and rules serving an ongoing purpose | Largest | The whole food-drive operation, run again each season |
Isn’t a workflow just the same as a system if my effort uses a lot of tools?
Not quite, and the difference is useful. A workflow is one path with a clear start and end, like turning sign-ups into thank-you notes. A system is the ongoing whole that holds many such paths and keeps existing between efforts. A single busy workflow can still be just one workflow, no matter how many tools it touches. Keeping them separate helps you zoom in on the exact path that failed instead of questioning the entire operation.
More and more workflows now include an AI step, so you need to see exactly where it sits and what it is doing. An AI model input is what you give an AI tool to work from: usually a prompt, which is the instruction you type, plus any data you paste in. An AI model output is what the tool produces in return: a draft, a summary, an answer, or a suggestion. In the food drive, the input is “here is our donor list; write a warm thank-you note for each,” and the output is the set of drafted notes.
The key thing to hold onto is that an AI tool does not truly know your donors or check its facts. It generates a plausible-looking output from the input it was given, which means it can produce something fluent and confident that is also wrong. That is not a flaw you can talk it out of; it is simply how the tool works. Because of this, careful workflows keep a person at the AI step. A human-in-the-loop is a point where a person reviews, approves, or corrects what a tool produced before it moves on to the next step. In the food drive, a volunteer reading each drafted note and fixing any that thank the wrong person is the human-in-the-loop.
Let us walk the whole set of terms through the weekend food drive from the course introduction, so you can see them working together rather than as separate definitions.
The volunteers use four tools: a form builder for sign-ups, a shared spreadsheet for donation totals, a group chat for organizing, and an AI assistant for drafting thank-you notes. Each one, on its own, is a single app doing a single job.
Their workflow for thanking donors is the path that connects those tools in order: a donor signs up on the form, a volunteer copies the entry into the spreadsheet, the group confirms the totals in chat, and the AI assistant drafts a note from the spreadsheet list. Start point: someone donates. End point: a thank-you note is ready. That ordered path, not the apps by themselves, is the workflow.
Inside that workflow sits one AI step. Its AI model input is the donor list plus the instruction to write a warm note; its AI model output is the drafted notes. Because the assistant can confidently draft a note thanking someone for a gift they never made, a volunteer acts as the human-in-the-loop, reading each draft before it is sent.
And the whole thing, the four tools, the volunteers, the shared list, the rules about who copies what, and the fact that it all runs again next season, is the system: the food drive as an ongoing operation. When you can look at a real effort and label its tools, its workflow, its AI input and output, its human check, and the system around it, you are ready to start mapping. That is exactly what the next chapter teaches.
A tool is a single app that does one main job, like a form, a spreadsheet, or an AI assistant ;
A workflow is the ordered chain of steps, people, and tools that turns a starting point into a finished result ;
A system is the whole ongoing operation, holding several workflows, people, information, and rules together ;
An AI step has an input (a prompt plus data) and an output (a draft or answer), and the output can be fluent yet wrong ;
A human-in-the-loop is the person who reviews or corrects a tool’s output before it moves on, which is why every AI step needs one.
Now that you can name the tools, the workflow, the AI boundary, and the system, you are ready to draw them. The next chapter teaches you how to map a workflow end to end and then spot exactly where it is fragile.