Learning Objectives
- Distinguish automations safe to run unattended from those that must have human review
- Apply the reversibility-plus-stakes rule to any automation decision
- Use the 'draft, don't send' pattern for high-risk actions
π― What You'll Learn: Which automations are safe to run unattended, and which must never act without a person checking first
β±οΈ Time Required: 35 minutes
The Question Nobody Asks Until Something Goes Wrong
Riley's margin report runs every Monday at 7:30am. No one touches it. The numbers come out, the Slack message fires, Marcus Webb reads it. Nobody gets hurt.
Then she configured her client briefing automation to send emails automatically. It sent one to the wrong counterparty with the wrong numbers attached.
"The automation worked exactly as designed. That was the problem. I designed it to send, and it sent. I hadn't thought about what happens when the output is wrong. The skill was fast and confident. I needed to be the one who was careful."
β Riley Harper
This lesson is about that judgment. Not token caching, not approval-step architecture. Just a simple rule you can apply to any automation before you let it run unattended.
The Reversibility-Plus-Stakes Rule
Two questions determine whether an automation needs a human checkpoint:
1. Is this reversible?
| Reversible | Not reversible |
|---|---|
| Writing a draft | Sending an email |
| Generating a report | Publishing to a public system |
| Creating a file | Deleting a file |
| Formatting data | Submitting a form |
| Summarising information | Posting to social media |
| Calculating a number | Executing a financial instruction |
2. What are the stakes if it's wrong?
| Low stakes | High stakes |
|---|---|
| Internal reference doc | External-facing communication |
| One person sees it | Many people see it |
| Easy to correct | Hard or impossible to correct |
| Wrong = inconvenient | Wrong = reputational, financial, or compliance risk |
The rule:
If you're unsure: add a human checkpoint. The cost of an unnecessary review is low. The cost of an unreviewable mistake is high.
The "Draft, Don't Send" Pattern
The most useful application of this rule is the draft-first approach.
Instead of: "Write and send the weekly client update email."
Use: "Write a draft of the weekly client update email and save it to /drafts. I'll review and send it."
The automation does 90% of the work. You do the last 10%, the part that requires your judgment.
Riley's application:
"My margin report automation writes the report and sends a Slack notification to me. I review the numbers, then I forward the report to the portfolio managers. The automation doesn't touch the PMs directly. That step stays with me."
The pattern applied across common automations:
| Automation | Safe version | Risky version |
|---|---|---|
| Client update | Write draft β you send | Send automatically |
| Data summary | Generate report β you forward | Email stakeholders directly |
| Social post | Create draft in buffer | Schedule and post |
| Meeting prep | Summarise β you present | Send to meeting participants |
| Invoice processing | Flag for review β you approve | Submit payment automatically |
What's Safe to Run Unattended
Not everything needs a human. These categories are generally safe to run fully automated:
Internal reports and dashboards
Data transformation and formatting
Drafts and staging content
Audit and monitoring
Riley's test:
"I ask myself: if this automation runs tonight while I'm asleep and produces something wrong, what's the worst that happens? If the answer is 'I'll fix it tomorrow morning,' it's probably fine to run unattended. If the answer involves a client, a regulator, or an irreversible action, it needs a review step."
What Must Never Run Without Human Review
These categories require a checkpoint before the automation takes the final action:
External communications
Payments and financial instructions
Public content
Irreversible data changes
Compliance-sensitive actions
Exercise: Audit Your Automations (35 min)
Step 1: Take Inventory (10 min)
List every automation you've built in this course:
Automation 1: ________________________________
Automation 2: ________________________________
Automation 3: ________________________________
[Add more as needed]
Step 2: Apply the Rule (15 min)
For each automation, answer:
| Automation | Reversible? | Stakes if wrong? | Currently runs... | Should run... |
|---|---|---|---|---|
| Yes / No | Low / High | Unattended / With review | Unattended / With review |
Any automation marked "Not reversible" OR "High stakes" should have a human review step before its final action.
Step 3: Add Checkpoints Where Needed (10 min)
For any automation that needs a review step, update it now:
Riley's updated margin report skill:
## Final Step
Save the formatted report to /reports/weekly-margin-[date].md
Do NOT send this to portfolio managers directly.
Post a Slack notification to Riley: "Margin report ready for review."
Riley will review and forward.
β Success Criteria:
What Riley Took Away
"The margin report runs itself because it's internal, it's a draft until I send it, and I can fix any number before it matters. David's client email ran itself because he didn't ask that question. Same technology. Different judgment about where the human belongs. That's the whole lesson."
The Simple Test
Before you let any automation run unattended, ask:
"If this produces something wrong and runs without me seeing it, what's the worst that happens?"
If the answer is anything involving clients, external systems, irreversible changes, public content, or financial consequences: add a review step.
The automation still does the work. You just stay in the loop at the moment that matters.
You've Completed the Course
You've packaged your automation, documented it, reviewed it for security, and now you know which parts need your judgment and which don't.
That's a production-ready automation: fast where speed is safe, careful where mistakes matter.
What You've Built
Since Lesson 0.1 you've gone from "I watch AI change everything" to:
That's not dabbling. That's building.
What students have shipped after this course
After finishing this course, students have shipped: educational apps, AI video pipelines generating educational content with ElevenLabs and HeyGen, automated client briefing systems, a Chief of Staff agent, a wiki built on Karpathy's pattern, Jira productivity tools, efficiency automations, and production AI deployed in financial environments. The ceiling isn't the tools, it's the problem you choose to solve.
Here's what that looks like in practice:
None of these started with a software engineering background.
If you want a private walkthrough, book 30 minutes with me β