The Knowledge Gardenfield notes on working with AI
The garden
Field note 05 · Workflows

What is a Workflow

Fixed steps you design once, then let run.

A workflow is the plainest kind of automation: you draw the steps once, and from then on they run without you. Nothing about it is clever - and that is the point. It is predictable, which makes it the safe place to begin before anything decides things on its own. It also takes a little learning and practice, so start with one real, repetitive task.

A workflow is a fixed set of steps you design in advance: if this, then that. An agent decides the steps itself, toward a goal you give it. Workflows are predictable and safe to start with; agents are more powerful but need you to know the basics first.

A workflow can be built in a dedicated tool like Make or n8n, or it can run inside Cowork or Claude Code. You do not always need a new service - often the simplest workflow is a scheduled task in a tool you already have.

The whole picture

Six things worth knowing

Tap any card to open it.

A quick way in

Is your case a workflow, and which tool?

Pick what sounds like your situation. I'll point you to the right starting place.

Choose one above - the answer grows here.
Wander deeper

Continue in the garden