Why Async Works Better
Meetings are where automation projects go to die. Here's the typical consulting cycle:
- Discovery call (45 min) — could have been a form
- Follow-up call to clarify (30 min) — could have been an email
- Proposal review call (30 min) — could have been a doc
- Weekly status meetings (30 min ×ばつ 4) — could have been Loom videos
That's 4+ hours of meetings before any work starts. My async version: zero meetings, same outcome.
The Framework
Step 1: Identify the Pain
Ask yourself: "What task do I do repeatedly that follows a predictable pattern?"
Good automation candidates:
- Data moves between systems manually
- Reports are compiled from multiple sources
- Notifications are sent based on conditions
- Documents are processed and routed
- Follow-ups happen on a schedule
Bad automation candidates:
- Tasks requiring creative judgment
- One-off processes you do annually
- Workflows that change every time
Step 2: Map the Current Flow
Write it down as steps:
1. New lead comes in via form
2. I copy their info into the CRM
3. I send a welcome email
4. I add them to the follow-up sequence
5. I notify the team in Slack
If you can write it as numbered steps, it can be automated.
Step 3: Estimate the Value
Time saved per week ×ばつ hourly rate ×ばつ 52 = annual value
Example: 3 hours/week ×ばつ 50ドル/hr ×ばつ 52 = 7,800ドル/year
If the automation costs 1,500ドル to build, it pays for itself in 10 weeks.
Step 4: Choose Your Tool
| Complexity |
Tool |
Cost |
| Simple (< 5 steps) |
Zapier / Make |
20ドル-50/mo |
| Medium (5-15 steps) |
n8n (self-hosted) |
0ドル-20/mo |
| Complex (15+ steps, AI) |
Custom Python/Node |
One-time build |
Step 5: Build Incrementally
Don't automate the entire workflow at once. Start with the most painful step.
- Automate step 1-2 first
- Verify it works for a week
- Add steps 3-4
- Verify again
- Complete the chain
This catches edge cases early without breaking your entire workflow.
Real Example: Lead Nurture Automation
Before (manual, 4 hours/week):
- Check form submissions daily
- Copy to spreadsheet
- Send welcome email
- Set calendar reminder for follow-up
- Send follow-up manually on day 3, 7, 14
After (automated, 0 hours/week):
- n8n watches the form webhook
- New submission → CRM entry + enrichment
- Triggers email sequence automatically
- Slack notification to founder
- Dashboard tracks open/click rates
Build time: 2 days. Annual time saved: 208 hours.
How I Run This Async
-
Client fills out intake form — describes the workflow, tools, pain points
-
I review and scope in 24 hours — written proposal with fixed price
-
Client approves — async, no call
-
I build it — Loom video updates instead of meetings
-
Delivered — docs, walkthrough video, handoff
Total client time investment: ~30 minutes filling out forms and reviewing deliverables.
Ready to automate your painful workflows? Start a project →
Originally published on bmdpat.com. I run a one-person AI agent company and write about what actually works.
Want these in your inbox? Subscribe to the newsletter - no spam, unsubscribe anytime.