Why use AI to do the work you hate

AI is changing what's automatable, how quickly you can build, and what your team can do next. This piece walks through how engineers at Rewst approach the opportunity: from the five-minute task that deserves to be automated to the platform decisions that determine how far you can scale.
There's a principle I've held for most of my engineering career: do something once. Every time you repeat a task manually, you add another opportunity for something to go wrong. The moment a task appears for the second or third time, the conversation shifts from whether to automate it to how fast you can. 

Engineers tend to call themselves lazy about this. What we mean is that we'd rather spend two hours building something that permanently removes a task than 20 minutes doing it again tomorrow. That instinct is good engineering. AI accelerates it, lowering the bar for what's worth automating and raising the ceiling on what automation can do. 

What tasks deserve to be automated first

Most tasks that deserve automation share three characteristics.
  1. High frequency: the task recurs often enough that the time cost compounds significantly over weeks and months.
  2. Well-defined outcome: the inputs and expected results are known before you start.
  3. Very few edge cases: the process rarely requires judgment calls.

When all three apply, it's almost always also the work nobody wants to do. Repetitive, well-defined work is inherently wearing, even when each task takes only five minutes.

Five minutes is where the compound interest argument starts. A five-minute task that runs at high frequency (say, 20 times a day across a team) can add up to days of recovered time per month. Each automation you build creates the capacity to find the next one. You move from managing recurring problems to studying your own processes from the outside. Over a six-month window, teams that automate consistently find they're working on structurally different problems than the ones they started with.

There's a second compounding effect worth naming: the cost to automate has dropped significantly. Rewst's RoboRewsty AI Workflow Builder is built for exactly this. Describe the process you want to automate, and it generates the workflow. What used to take days to identify, scope, and build now might take an afternoon. That speed reduction means the payoff arrives sooner, and the threshold for what's worth automating gets lower with every passing month.

According to the 2026 State of MSP Automation report, 97% of Managed Service Providers (MSPs) plan to automate more processes this year. The teams actually executing on that plan are the ones who stopped waiting for the big automation project and started with the five-minute process.

 

97%

of MSPs plan to automate more processes this year. The teams closing the gap are starting with the small, high-frequency processes and compounding from there.

Source: 2026 State of MSP Automation
 

A real example from the Rewst team 

At Rewst, we deploy to production every day. Each deployment requires a risk profile: what's changing, what the code looks like, and the potential problems. Before, our QA manager would manually pull together information from our ticketing system, talk to engineers across the team, and synthesize it all into a picture of that day's deployment risk. What she was pulling together changed every day. How she pulled it together never did. 

Now, we pass the day's code changes and ticket data to AI and ask it to generate the risk profile. I get a report. She applies her expertise and judgment to the decisions that genuinely need it, not to gathering the data. The process that once took meaningful chunks of the day now takes minutes. 

What AI makes technically possible 

Automation has existed for decades. Scripts are automation. Workflows are automation. What AI changes is the bar for what's automatable.

Before AI, the work worth automating was the work with near-zero variance: fixed inputs, fixed outputs, step A to step Z every time. When you introduced ambiguity (context-dependent decisions, noisy data, situations requiring interpretation), automation could only get you so far. AI brings judgment and pattern recognition into the workflow. It connects information across systems, identifies what's relevant, and makes a call when the answer depends on context rather than a fixed rule.

I think about this in three layers, which align with what the 2026 State of MSP Automation report found: 88% of MSPs use AI to write scripts and docs, 62% use it to build automations, and 44% have AI making decisions within workflows. Each layer is genuinely different.

Scripting is the natural starting point. The sequence is fixed, inputs are known, and confidence is high. Moving to automation, you start accounting for edge cases: what happens when the data looks different, when a threshold shifts. When AI is making decisions inside the workflow, the complexity lives in context. Is AI getting enough of the right information to make a good call? That's the defining question at that layer, and the answer depends entirely on how well your underlying data and process architecture is set up.

Each step requires more from the context you give AI and delivers more back.  

88%

use AI to write scripts.

62%

use AI to build automations.

44%

have AI deciding inside workflows.

 Source: 2026 State of MSP Automation 
 

The trap in building it yourself

Here's something I talk about a lot because I've experienced it firsthand: automation feels manageable when you start building it yourself with scripts or AI tools. You move fast, you have control, and while the scope is still small, that speed feels like progress.

Then you mature. The automations get more complex. You need infrastructure to run them on. You need error handling, logging, and observability. You realize you're spending more time on the underlying plumbing than on the actual automation you set out to build. The problem you were trying to solve has rebuilt itself as a different kind of problem.

This is the classic build-versus-buy debate, and building looks right early on. You have flexibility, low overhead, and life is still simple. As the automation program grows, so does the overhead. At a certain point, the cost of maintaining what you've built outweighs the value of controlling it. Then you have to unwind, and that costs more than making a different choice earlier would have.

A platform like Rewst removes the need for an infrastructure layer. The RoboRewsty AI Workflow Builder built into Rewst is part of what makes that possible: AI and automation connect in one place, so the distance between identifying an opportunity and acting on it is as short as it can be. You focus on the logic, the outcomes, the value you're creating for customers, and the platform handles the rest. Against self-hosted alternatives, that trade-off becomes more significant as you scale. Every hour spent maintaining infrastructure is an hour away from serving customers and generating revenue. Rewst handles the infrastructure out of the box.

Why the most mature MSPs use AI

The 2026 State of MSP Automation report shows something I find genuinely interesting: AI usage tracks automation maturity almost exactly. At the lowest maturity level, 26% of MSPs use AI to build automations. At the highest, that number is 90%.

AI usage and automation maturity rise together. The MSPs operating at the highest levels are leaning on AI to get and stay there.

Source: 2026 State of MSP Automation

26%

at Level 1
five

90%

at Level 5

The correlation makes sense when you think about what maturity actually represents. The more automation you're running, the more volume you're handling, and the more context you've built: the patterns, the edge cases, the operational understanding of your own processes that makes AI more effective as a decision-maker inside your workflows.  

For many MSPs, the maturity ceiling is also an Automation-as-a-Service ceiling. The highest-maturity operators are those packaging automation capabilities for their clients and consulting on how automation can make those businesses run more efficiently. That's a different business model than task execution, and AI is part of how they scale it.

What MSPs build when routine work is automated

When repetitive work comes off the plate, teams get closer to the actual problems. Engineers have time for the performance optimizations and architectural improvements that require depth of understanding. MSP teams have time to consult with clients rather than execute routine tasks.

The business outcomes are showing up in the data. MSPs using AI for decision-making report 41% revenue growth, compared with 33% for the broader sample. They're also 43% more likely to be actively delivering Automation as a Service. When you stop grinding through the work you hate, you have the capacity to build something worth more.

 

41% significant revenue growth

among MSPs using AI for decision-making, versus 33% overall.  

Source: 2026 State of MSP Automation

 

The freed time goes somewhere concrete. A debugging process that used to take four days now takes under an hour because AI can surface patterns in logs that a data analyst would take much longer to find. That recovered time goes into prevention: the log review that catches issues before they become incidents, the architecture improvement that has been on the backlog for months.

The bigger picture

Every generation of technology has raised the abstraction layer. Punch cards became frameworks. Frameworks became cloud. AI-assisted automation is where we are now, and the progression hasn't stopped there. We're already seeing AI move beyond generating workflows to executing them: making decisions, calling tools, taking action based on context. We don't have general artificial intelligence yet, and the human in the loop still matters for high-risk decisions. But the direction is clear. The MSPs building strong automation foundations today are the ones best positioned for what that next layer looks like.

The 2026 State of MSP Automation report has the full data on where MSPs stand today, what separates the high-maturity operators from those still scaling, and how AI is accelerating the next layer of capability. Download the full report.

 

Report-Mockup

97% of MSPs plan to automate more in 2026.

Are you among them?

 

Johan Van Heerden avatar

Johan Van Heerden
SVP of Engineering

Related Posts

MSP automation has moved from a competitive advantage to table stakes. 95% of the industry agrees it's no longer ...

I keep coming back to one question: what's actually slowing down automation for MSPs? For a long time, the answer was ...

Most Managed Service Provider (MSP) work follows familiar patterns. A new employee joins a client and needs accounts, ...