writing
How Do I Decide Whether a Task Is Worth Delegating to AI?
Deciding whether to delegate a work task to AI hinges on distinguishing between "can delegate" and "should delegate." The author proposes five criteria: tasks with high repetition but low judgment density are suitable for AI; tasks that would weaken your understanding of the problem require caution; tasks with high error costs should not be delegated; tasks that allow quick verification and correction are suitable; and tasks that require a stance rather than mere output should be done yourself. The core is
When it comes to AI, I no longer look at it from the perspective of "is it useful."
Because of course it's useful. Writing drafts, structuring content, fixing code, polishing expressions, organizing information—these tasks already save me significant time.
What I care about more now is another question:
Is a particular step worth delegating to AI?
These two questions are vastly different.
"Is AI useful?" discusses the tool's capability. "Is this step worth delegating to AI?" discusses the boundaries of work.
I increasingly feel that what truly determines efficiency is no longer whether you can use AI, but whether you can distinguish:
- Which steps, when delegated to AI, improve efficiency
- Which steps, when delegated to AI, lead to loss of control
- Which steps appear to save time but actually make the problem shallower
- Which steps are more worthwhile to do from scratch yourself
This judgment is becoming more and more important to me.
Because AI is indeed rewriting workflows. But if boundaries are unclear, it can also mess up workflows.
My most common mistake in the past was treating "can delegate to AI" as "should delegate to AI"
Looking back, this pitfall is quite obvious now.
When I first started using AI, it was easy to fall into a state:
Since it can do it, let it do it first.
It can write code, so let it write. It can fill in documents, so let it fill. It can draft articles, so let it draft. It can list plans, so let it list. It can break down requirements, so let it break down.
It all seems smooth and gives a strong sense of efficiency.
But over time, I realized that being able to delegate does not equal should delegate.
Because when you delegate certain tasks to AI, what you save is just the time of the action, but what you lose is your understanding of the problem.
Sometimes, AI quickly produces something, but you end up understanding the matter even less. Sometimes, the first draft is ready, but revising it later is more tiring than thinking from scratch. And sometimes, it seems fast, but it's just faster to produce a pile of "things that look like answers."
So now I rarely ask:
"Can AI do this step?"
I more often ask:
"If I delegate this step to AI, will it get me closer to the result faster, or just faster into superficial busyness?"
Now, when judging whether a step is worth delegating to AI, I mainly look at these 5 things
This isn't an absolute rule, but more of a set of judgment habits I increasingly rely on.
1. Is this step highly repetitive but low in judgment density?
This is the type I'm most willing to delegate to AI first.
If something:
- Is repeated a lot
- Has a relatively fixed structure
- Doesn't rely heavily on strong judgment
- Is easy to quickly correct if wrong
Then I usually prioritize delegating it to AI.
For example:
- Draft organization
- Structure building
- Expression rewriting
- Format unification
- Document completion
- Basic code skeletons
- Information summarization
The common point of these tasks is: they are not unimportant, but their core value is not in "I must do it from scratch personally."
In such steps, AI is well-suited to run the first pass.
Because it can handle the most mechanical and patience-consuming part first. Then I review, revise, and finalize, which is usually more cost-effective overall.
So a simple judgment I use now is:
High repetition, low judgment density—these steps are more worth delegating to AI first.
2. If I delegate this step to AI, will it weaken my understanding of the problem?
This is a reverse judgment, and I value it increasingly.
Because some things may seem like AI can do them first, but once delegated, you lose the process of truly thinking through the problem yourself.
For example:
- Product direction judgment
- Requirement trade-offs
- Architecture trade-offs
- Project boundary judgment
- The true stance of content opinions
For such tasks, what matters most is not just the result, but the deepening of your understanding of the problem during the process.
If this process is directly replaced by AI, you might get a "decent-looking answer," but you haven't truly grasped the problem.
In such cases, it seems like saving time, but in reality, it's overdrawing the quality of future judgments.
So now I ask myself:
If I delegate this step to AI, will it make me understand the problem less?
If the answer is "yes," then I usually become more cautious.
3. Is the error cost of this step high?
Not all steps that can produce output quickly are suitable for AI.
Another realistic judgment is:
If this step goes wrong, how big is the cost?
If the error cost is low, I'm more willing to let AI produce a draft first, and I'll fix it.
But if a mistake in this step directly affects:
- Project direction
- User understanding
- Business judgment
- Technical debt
- External communication
- Customer expectations
Then I won't easily let go.
For example, project boundaries, plan commitments, key architecture choices, core product judgments—these are not as simple as "fix it a bit later."
In such steps, AI can assist my thinking, but I won't let it lead.
Because in these places, what's truly expensive is not the time to fix, but the chain reaction after a mistake.
So now I also consider:
If I delegate this step to AI, is the error cost acceptable to me?
If not, I'd rather be slower myself.
4. Is this step easy to quickly verify and correct?
This is also important.
Some steps are suitable for AI not because it will be accurate, but because after it's done, I can quickly judge whether it's right, whether it's needed, and where to change.
For example, article drafts are like this.
After AI writes it, I can quickly see:
- Which part is too empty
- Which sentence doesn't sound like me
- Which structure is wrong
- Which point shouldn't be emphasized so much
Because I can quickly verify, it's worth letting it run a version first.
But some steps are not so simple. For example, product direction, project phase judgment, business priority—these are not immediately verifiable.
In such cases, if you let AI lead, you might only realize after a while that the direction was wrong from the start.
So now I distinguish:
- Quickly verifiable, quickly correctable → more suitable for AI
- Delayed verification, high correction cost → more suitable for my own judgment first
This distinction is very useful to me now.
5. Does this step most need output, or does it most need a stance?
This judgment I use frequently recently.
Because what AI is best at is often "output." It can quickly give you a structure, a version, a piece of text, an expression.
But what many steps truly lack is not output capability, but a stance.
For example:
- Should this article be written from this angle at all?
- Where should this project stop?
- Should this requirement be done now?
- Should this plan sacrifice some completeness for speed?
- At this stage, should we prioritize growth or delivery?
These questions don't lack a "plausible answer." What they lack is: which side do you stand on.
AI can help list possibilities for a stance, but it can't truly take responsibility for it.
So now I distinguish:
- If this step most needs output, I'm more willing to let AI run first
- If this step most needs a stance, I'm more willing to do it myself first
This distinction is increasingly critical to me.
So now I'm more about "boundary division of labor," not simply "using AI"
I increasingly feel that AI's biggest change for me is not giving me an extra tool, but forcing me to start doing something I didn't take seriously before:
Doing boundary division of labor for workflows.
Previously, many things were defaulted to "I do it myself." Now I'm more accustomed to first looking at the structure of the task:
- Which step is suitable for AI to run
- Which step is suitable for me to judge
- Which step I only need to finalize
- Which step must I think from scratch myself
This change is more important to me than "a certain model is stronger."
Because no matter how strong the model is, it's just an enhancement of capability. What truly determines the result is the division of labor.
With reasonable division, AI improves efficiency. With chaotic division, AI can easily turn your workflow into another form of busyness.
My simple principle now: steps with high repetition, low judgment, low error cost, and quick verification are more worth delegating to AI
If I compress the above judgments into a simpler sentence, it's roughly:
High repetition, low judgment, low error cost, and quick verification—these steps are more worth delegating to AI.
Conversely, those steps that are:
- High judgment
- High risk
- High context dependency
- High stance density
- Costly if wrong
I now tend to do myself first.
AI can help me speed up, but I don't want to hand over the most critical judgments as well.
Because I'm increasingly certain:
The way AI truly rewrites workflows is not by doing everything for me, but by forcing me to more seriously distinguish:
Which things are worth doing myself, and which are not worth starting from scratch.
Once these two types are clear, AI becomes truly useful.
So now I rarely ask simply:
"Should I use AI for this step?"
I more often ask:
"Is this step worth delegating to AI?"
Often, the real difference in efficiency lies in this judgment.