
What actually makes a good automation candidate
Founders often ask us to automate "everything that's slow." That's not a scope — it's a wish list. Here's the actual filter we use.
Repetitive. The task happens often enough that automating it pays back the build cost. A task done twice a month isn't worth automating regardless of how annoying it is. A task done fifty times a day almost always is.
Rule-based, but with variation. This is the trait people miss. If the task is truly rule-based with zero variation (same input format every time, same output every time), you don't need AI — you need a simple script, and that's cheaper. If the task requires genuine, unrepeatable judgment every single time, it's not a good automation candidate at all — it needs a human. The sweet spot is in between: the underlying pattern is consistent (a human recognizes what to do instantly), but the raw input is messy or inconsistently formatted — free-text emails, scanned invoices with different layouts, customer messages with typos and slang. That messiness is exactly what an LLM step is good at normalizing before a rule-based process takes over.
High volume, low ambiguity-per-instance. Each individual case should be quick for a human to judge correctly (seconds, not minutes of deliberation) — if a human needs to think hard about each one, the AI will make the same kinds of mistakes a rushed human would, just faster.
“”
Concrete examples, sorted by whether they're actually good candidates
Good candidates we've built: triaging inbound support tickets by category and urgency before routing to the right team; extracting line-item data from vendor invoices that arrive in a dozen different layouts; drafting first-pass responses to common customer questions for a human to review and send; flagging expense report entries that don't match policy for review instead of manual line-by-line checking; summarizing long customer call transcripts into structured fields for a CRM.
Bad candidates we've talked clients out of: automating final hiring decisions (genuine judgment, high stakes, low volume per role); fully automating legal contract review with no human sign-off (expensive mistakes, inconsistent enough language that false confidence is dangerous); automating a process that happens twice a month (the build cost never pays back); replacing a nuanced sales conversation with a bot (the value of the interaction is the judgment).
The pattern: good candidates remove the tedious front-end work and leave the judgment call to a human. Bad candidates try to remove the judgment call itself.
How to scope a pilot without a technical background
You don't need to understand the architecture to scope this well. You need to answer four questions clearly:
What's the trigger? What specific event starts this process — an email arrives, a form is submitted, a file lands in a folder? Be concrete. "When we get a new customer inquiry" is scopeable. "When we need to follow up with leads" is not, because "need to" is a judgment call, not a trigger.
What's the current manual process, step by step? Write down exactly what a person does today, in order, including the parts that feel too obvious to mention ("I check if it's a duplicate first"). Those obvious-seeming steps are usually the ones that get missed in the build and cause the first round of errors.
What does success look like, numerically? Not "faster" — a number. "Reduces average handling time from 8 minutes to under 1" or "cuts miscategorized tickets from 15% to under 5%." If you can't state a number, you can't tell afterward whether it worked, and neither can whoever built it.
What's the acceptable error rate, and what happens when it's wrong? Every automation makes mistakes sometimes. The question is whether a wrong output is cheap to catch and fix (wrong category on a ticket, easily reassigned) or expensive (wrong amount on a payment). Cheap-to-fix processes can run with less human oversight; expensive-to-fix ones need a review step built in from day one.
Bring those four answers to a scoping conversation and you'll get a tighter, cheaper, faster pilot than if you show up with "we want to use AI for operations."
Realistic ROI — what actually shows up, and when
Set expectations correctly from the start, because vague "efficiency" promises are how automation projects lose executive support six months in.
What shows up fast (within the pilot): hours per week no longer spent on the manual task, measured directly by comparing time logs before and after. What shows up over 2-3 months: error rate reduction, because you need enough volume to see the pattern clearly. What takes longer and is harder to attribute cleanly: downstream effects like faster customer response times leading to better retention — real, but harder to isolate from other changes happening in the business at the same time.
Be suspicious of any ROI projection that isn't anchored to the first category. If a proposal leads with "improves customer satisfaction" and can't also tell you the hours-saved number, the hours-saved number probably doesn't look impressive enough to lead with.
Where to start
Pick one process using the filter above — repetitive, rule-based-with-variation, high enough volume. Answer the four scoping questions. Run a pilot before committing budget to a full rollout. That sequence, in that order, is the difference between automation that pays for itself in a quarter and automation that becomes a line item nobody can explain the value of. If you want a second opinion on whether a specific process is a good candidate before you spend anything, talk to us about an automation pilot — we'll tell you honestly if it isn't.
FAQs
Frequently asked questions

Written by
Partha Sarathi Ghosh
Founder & Engineering Lead, DevOrbital
Partha leads DevOrbital, where his team has elevated 50+ businesses across MVP development, AI agents, custom software, and growth. He writes about the hidden mechanics of getting AI-generated code into production, MVP scope discipline, and the architecture decisions founders make too late.
Keep reading