
For about a year, my mornings looked the same. Coffee, then 40 minutes of catching up on things that piled up overnight. Emails to triage. Reports to pull. The same five tasks, every single day, before I'd done anything that actually mattered.
Then I got tired of it. Not in a dramatic way. Just tired enough to spend a weekend building something instead of complaining about it.
The result is a workflow that runs while I sleep. It's not magic, it's not a robot army, and it definitely broke a few times before it worked. But it gave me back the first hour of every day, and that turned out to be worth more than I expected.
An AI workflow that "never sleeps" is just a chain of small automations triggered on a schedule or by an event, with an AI model doing the judgment-heavy steps in the middle. You don't need to code much. You need three things: a trigger, a few tools talking to each other, and one AI step that handles the messy human part — summarizing, drafting, or deciding. Start with one painful task, automate that, then add links to the chain.
Photo by Alex Knight on Unsplash
My first attempt was too ambitious. I tried to automate my entire morning routine in one shot — email, calendar, news, project updates, the works. It was a mess of half-connected steps that failed silently. I'd wake up to find nothing had run, and I had no idea which link broke.
Here's the thing nobody tells you about automation: the first version should embarrass you with how small it is.
So I scrapped it and picked exactly one task. The one I hated most: turning a pile of overnight customer messages into a short, prioritized summary I could act on in two minutes instead of twenty.
That one task became my whole proof of concept. And once it worked, everything else became obvious.
Every reliable automation I've built since follows the same shape. Three parts.
That middle step is where AI earns its keep. A plain script can move data. It can't read tone, spot urgency, or summarize a rambling complaint into one line. That's the job I hand to the model. If you want the broader picture of where these tools actually pull their weight, I dug into the honest reality of AI productivity tools separately — the short version is that they shine on exactly this kind of narrow, judgment-light step.
The trigger and the plumbing are cheap. The judgment is the expensive part — so that's the only part I let AI touch.
Here's the current chain, running while I'm asleep:
By the time I'm awake, the triage is done. I read one short message instead of scrolling through forty.
Photo by Cathryn Lavery on Unsplash
I've since added two more links to the chain. One drafts replies to the routine questions — the ones with the same answer every time — and queues them for me to approve. The other pulls yesterday's numbers and writes a two-sentence plain-English summary so I don't have to open a dashboard to know if anything's on fire.
None of these are clever individually. Stacked together, they handle the parts of my job that used to eat my mornings.
You can build all of this without writing much code. Here's the rough division of labor I landed on, and you can swap in whatever you already pay for.
| Job | What handles it |
|---|---|
| Trigger and scheduling | A workflow automation tool with cron-style triggers |
| Moving data between apps | The same tool's built-in connectors |
| The judgment step | An AI model called through a simple prompt |
| Where results land | A chat channel or a shared doc |
The point isn't the specific brands. It's the shape. A good automation platform plus one AI step covers 90% of what most people want. If you can describe the task to a coworker in plain English, you can usually describe it to AI agents the same way and get a usable result. This is the same lesson I came to after automating the single worst task in my week — start tiny, describe it plainly, and let the model handle only the messy middle. Research from groups like the Stanford Institute for Human-Centered AI keeps landing on the same point: the gains are real but concentrated in narrow, well-scoped tasks, not sweeping end-to-end autonomy.
It wasn't smooth. Three things bit me, and they'll probably bite you too.
Silent failures. Early on, when a step failed, the whole chain just stopped and told no one. I'd assume it ran. Fix: every workflow now sends me a one-line "I ran, here's what I did" message, even on a quiet night. Silence used to mean "fine." Now silence means "something's wrong," which is the correct default.
Over-trusting the AI step. The model is good, not perfect. The first week, it buried an actually-urgent message in the "routine" pile. So I added a rule: anything it flags as urgent goes straight to me, unedited, in addition to the summary. I'd rather get one false alarm than miss one real one.
Scope creep. Once it worked, I wanted to automate everything. That's how you end up back with the fragile mega-workflow I started with. Now I add one link at a time, and only after the previous one has run clean for a week.
If you want your own version, here's the path I'd take if I started over, stripped of all the mistakes.
Start Saturday morning by writing down — on paper, not in a tool — the single task you most dread doing manually. Be specific. Not "handle email" but "read the overnight tickets and tell me which three matter." The narrower the better.
Then break it into the three-part shape: trigger, plumbing, brain. Decide what kicks it off (a schedule is easiest to start). Decide what data it needs and where that data lives. Decide the one step where a model has to use judgment.
Saturday afternoon, build only the plumbing. Get the data flowing from A to B with no AI involved yet. Prove the pipes work. This is the boring part, and it's where most projects quietly fail, so do it first while you're fresh.
Sunday, add the brain. Write the AI step as a plain instruction, as if briefing a sharp but literal assistant. Test it on real data. It'll be wrong in small ways. Adjust the instruction, not your expectations. Then add the "I ran, here's what I did" message so it can never fail silently.
By Sunday night you'll have something embarrassingly small that runs on its own. That's the win. Resist adding a second link for at least a week. Let the first one earn your trust before you build on top of it. The discipline of going slow is the whole difference between a workflow that lasts and a clever pile that collapses.
If you're building your own version, I'd love for you to follow along and try the one-task-first approach before you scale it — it's the part most people skip, and it's the part that actually works.
Q: Do I need to know how to code? No. I write a little, but the workflow itself lives in a no-code automation tool. The only "code" is the plain-English prompt I give the AI step. If you can write a clear set of instructions, you can build this.
Q: How much does it cost to run? Less than I expected. The AI calls are cheap per run, and it only runs a handful of times a night. My total monthly cost is roughly what one streaming subscription costs. The time it saves is worth many multiples of that.
Q: Isn't it risky to let AI act on its own overnight? It is if you let it act. Mine mostly reads and drafts. Anything that sends a message or changes data waits for my approval in the morning. Read-only automation is low-risk. Give it write access slowly, and only where mistakes are cheap.
Q: How long did it take to build? The first useful version took an afternoon. Getting it reliable took a few weeks of small fixes. The trick is shipping the embarrassingly small version first and improving it in place.
The workflow that changed my mornings wasn't impressive. It read some messages and wrote a summary. That's it. But it ran every night without me, and that consistency is what made it valuable.
Most people wait until they can build the perfect, all-encompassing system. Then they build nothing. Pick the one task you dread, automate just that, and let it run while you sleep.
You don't need an AI that does everything. You need one that does the worst thing, every night, without being asked.
What's the one task you'd hand off first if you could? Start there. The chain builds itself once the first link holds.
One person, output that looks like five. It isn't about working more hours — it's about a kind of leverage teams rarely have.

One idea a week to a published issue in under an hour. The boring system behind a newsletter I never dread sending.

Behind a lot of lean, profitable companies is the same small stack of AI tools. Here's what's actually running the show.

Comments
Sign in to join the conversation
No comments yet. Be the first to share your thoughts!