Why most "AI productivity" advice does not stick
If you have ever tried to introduce AI into your daily work, you have probably gone through this cycle: you find a clever prompt online, use it twice, feel productive, and then forget it exists. Two weeks later you are back to writing emails the old way.
The pattern fails because a single prompt is not a workflow. A workflow is a repeatable, opinionated process you reach for without thinking. It has a fixed input shape, a fixed output shape, and lives somewhere you can find it. That is what makes it stick.
This article walks through five workflows that quietly compound into real time savings if you actually keep them in rotation.
1. The "first draft" workflow for writing
The single biggest productivity gain from AI is shortening the time from blank page to first paragraph. The workflow:
- Write three to five bullet points capturing what you want to say.
- Paste them into a fixed prompt: "Turn these bullet points into a [email / Slack message / paragraph / one-pager] for [audience]. Match my tone from this previous example: [paste an old message]."
- Edit the output rather than starting from scratch.
The key is the tone example. Without it, every output sounds the same and you reject most of them. With it, the output sounds enough like you that editing is faster than rewriting.
2. The "research scaffold" workflow
Researching a new topic is often slow because you do not know what questions to ask yet. AI is good at filling in that scaffold.
- Tell the model: "I want to understand [topic] well enough to [specific goal — make a decision, write a brief, run a meeting]. What are the five questions I should be able to answer? Do not answer them yet, just list them."
- Pick the two or three questions that surprise you.
- Ask each one as a separate query, citing sources you can actually verify.
This protects you from the most common research mistake — going deep on what you already knew. The model is usually better than you are at noticing what you do not know.
3. The "decision memo" workflow
When you have to make a non-trivial decision and need to think clearly, structured AI workflows beat free-form ones:
- Write down the decision, the options, and the constraints. Be specific.
- Ask: "Steel-man each option as if you were its strongest advocate. Then list the strongest argument against each."
- Ask separately: "What information would change my mind on each option, and is that information cheap to obtain?"
The output is rarely the decision itself. It is a clearer view of where your uncertainty actually lives. That is the productivity gain — fewer hours spent circling.
4. The "code review companion" workflow
For anyone who writes code, this is the workflow with the highest return per minute.
- Paste the diff with a one-line description of the change.
- Ask: "Review this change. Focus only on: bugs that would only show up in production, missing edge cases, and unsafe assumptions. Ignore style. Be specific — quote the line."
- Treat the output as a checklist, not a verdict. The model is good at flagging suspicious patterns and not always right about which ones matter.
Notice the structure: a tight scope ("only these three things"), a clear output style ("quote the line"), and explicit permission to ignore irrelevant noise ("ignore style"). Without those, AI code review produces a flood of low-value suggestions that you stop reading.
5. The "meeting prep" workflow
Most meetings start late because nobody has thought about them. A short AI workflow fixes this.
- Paste the meeting title, attendees (with roles), and any context document.
- Ask: "Given this meeting, write: (a) the one outcome that would make this meeting successful, (b) three questions I should be ready to answer, (c) two questions I should be ready to ask."
- Read the output for thirty seconds before joining.
This costs you under a minute and dramatically improves the meetings where you would otherwise have winged it.
What turns these into real productivity
The workflows above are not the point. The point is the system around them:
- A fixed location. They live in one place you can find. A folder, a tool, a starred channel — anywhere stable. If they live in your head, they do not exist.
- A fixed input format. You do not improvise the prompt every time. You paste your data into the same template.
- A short feedback loop. When a workflow produces a bad result, you fix the prompt, not the output. Over a few iterations each workflow gets sharper.
- A small number of them. Five workflows you actually use beat fifty workflows you forget.
This is the difference between people who say "AI saves me hours a week" and mean it, and people who say it because they feel they should. The first group treats their workflows as durable assets. The second group is still writing prompts from scratch every time.
How to start
Pick the workflow above that maps to the most painful repeated task in your week. Set it up properly: name it, save the prompt somewhere stable, run it five times in real situations, and adjust based on what fails. Only add a second workflow when the first one runs without thinking.
The temptation is to build all five at once. Resist it. A workflow that becomes a habit beats four that become a graveyard.