The sentence that runs half the internet
Every automation ever built — from a $2M SaaS pipeline to the Gmail filter that files your receipts — is the same sentence: "When this happens, do that." The "when" is called a trigger. The "do" is called an action. Everything else in this course is decoration on that sentence.
A trigger is an event a tool can notice: a form gets submitted, an email arrives, an order comes in, a date arrives, a row is added. An action is something a tool can do without you: send an email, add a row, create a task, post a message, update a record. Chain one trigger to one or more actions and you have a workflow — Zapier calls it a Zap, Make calls it a scenario, everyone means the same sentence.
Trigger → the event that starts it. Action → the thing done automatically. Workflow / Zap / scenario → the whole recipe. Filter → a checkpoint in the middle ("only continue if the order is over $50"). That's 90% of the jargon, done.
Automation vs. AI agents — you'll use both
If you took AI Agent Basics (Level 2–3), here's how the two relate. An automation runs the same steps every time — reliable, cheap, dumb in the best way. An agent exercises judgment — flexible, smarter, occasionally wrong. The Level 6 skill is knowing which jobs deserve which: the repetitive backbone becomes automation, the judgment moments become an AI step inside it (Lesson 4), and the taste stays yours.
The 5-times rule
Not everything that can be automated should be. A task earns automation when all three are true:
- It happens often. Five or more times a week is the honest threshold. Automating a monthly task saves you twelve minutes a year and costs you an afternoon.
- The steps are identical every time. If you find yourself saying "well, it depends…" — that's a judgment task, not an automation task (yet).
- A single miss is survivable. Automations hiccup. If one skipped run would be embarrassing-but-fine, automate. If one skipped run loses a client, keep a human in it.
A dishwasher saves you an hour a day — but you still decide what goes in, and you'd still hand-wash the cast iron. Automation is exactly that. It never removes you from the business; it removes the rinsing.
What should stay human
Some things you'll never hand to a robot, and saying so up front is what keeps the rest trustworthy: anything with real emotional weight (a complaint from a good customer, a condolence, a delicate no), anything legally or financially binding, first conversations with people who matter, and any message where the fact that you personally wrote it is the value. The point of automating the repetitive 80% is to have more of yourself left for this 20%.
Read your week like an engineer
Before you touch any tool (that's Lesson 2), you need a target list. The raw material of automation is your own repetition, and most of us are blind to it because repetition feels like "just doing my job."
- Open a note and brain-dump every task you did more than once this week. Small counts: "copied order info into my spreadsheet," "sent the same welcome-ish email," "posted the new blog link to three places."
- For each, write it as the sentence: "When ___ happens, I ___." If you can't fill both blanks, it's not an automation candidate.
- Star the three that pass the 5-times rule. Those three are your build list for this course.
That list is worth more than any tool subscription. Bring it to Lesson 2, where we pick your toolbox — honestly, including the free ones you already own.