Lesson content
What is Automation?
Automation is the process of making tasks run with minimal human effort. Instead of doing repetitive work manually, you create a system — a script, a workflow, a bot — that does it for you.
Why Now?
Before AI, automation required deep programming knowledge. You needed to understand loops, conditionals, error handling, and APIs from scratch. Now, with AI assistants like Claude Code, you can describe what you want in plain English and get working code.
The Spectrum of Automation
Manual — You do everything by hand (copy-paste data, send emails one by one)
Semi-automated — You trigger a script that does most of the work
Fully automated — The system runs on a schedule without your input
Real Examples
Here are things people automate every day:
Renaming 500 files in a folder based on a pattern
Sending weekly reports from a spreadsheet via email
Monitoring a website for price changes
Pulling data from an API and saving it to a database
Generating invoices from a template
The Key Insight
You don't need to be a programmer to automate. You need to be a problem-spotter. If you catch yourself thinking "I do this every week and it's always the same" — that's an automation opportunity.
The best automation is the one that saves you from work you didn't even realize was wasting your time.