Justin McKelvey

Justin McKelvey

Fractional CTO · 15 years, 50+ products shipped

AI for Business 10 min read

Agentic Workflows: What They Are and How to Build One That Actually Runs (2026)

Quick Answer: An agentic workflow is a process where an AI model decides which steps to take, using tools you've given it, instead of executing a fixed sequence you wrote in advance. Automation follows your flowchart; an agentic workflow picks the path. Every working one has the same four parts — a trigger, a small set of tools, an approval gate, and a memory it writes to. As of 2026 the ones that pay for themselves in a small business are inbound email triage, lead follow-up drafting, document processing, content repurposing, and weekly reporting. The right first build is a task you do daily, that takes 20-40 minutes, and that has a written-down right answer.

Every vendor in 2026 will tell you their product is agentic. Almost none of them will tell you what that means, because the vagueness is doing commercial work — "agentic" is currently worth about a 3x price multiple on the same software that was called "workflow automation" eighteen months ago.

So here's the definition nobody gives you, from someone who isn't selling you a platform. I run a consulting business whose operations are genuinely handled by agentic workflows — content research, publishing, inbox triage, pipeline briefs. Seven of them, running on schedules, on infrastructure that costs me between $15 and $25 a month. I know exactly where they earn their keep and exactly where they embarrass me, and I'll tell you both.

What is an agentic workflow?

An agentic workflow is one where the model chooses the steps.

That's it. That's the whole distinction, and it survives contact with every marketing page you'll read this year. Here's the test I use, and you can apply it to any demo in about ten seconds:

Can you draw the entire process as a flowchart, where every branch is a condition you wrote? If yes, it's automation — good, valuable, boring, deterministic automation. If the machine looks at the situation and picks a route you didn't pre-specify, it's agentic.

An example of the difference, using the same business task. Traditional automation: "when a form is submitted, if the budget field is over $10,000, send template A; otherwise send template B." An agentic version: "when an inquiry arrives, read it, look up what we actually offer and what we've told people before, decide whether this person is a fit, and draft the reply you think I'd write." The second one handles the inquiry that says "not sure on budget, but we're bleeding on manual invoicing" — the one that has no budget field value and is also the best lead of the week.

That's the real argument for agentic workflows, and it isn't "AI is powerful." It's that reality doesn't fill in your form fields correctly, and deterministic automation breaks the moment it doesn't.

Agentic workflow vs automation vs chatbot

Three things get conflated constantly, usually on purpose. The clean version:

  • Automation executes a sequence you defined. Zapier moving a row when a form fires. Deterministic, cheap, and it fails loudly and predictably — which is a feature.
  • A chatbot responds when spoken to. It has no trigger of its own, no tools beyond text, and it forgets you between sessions unless someone built it more carefully than most.
  • An agentic workflow starts on its own, decides its route, uses tools that change things in the real world, and stops where you told it to stop.

The third one is a different risk category from the first two, and this is the part that gets skipped. Automation can only do the wrong thing you told it to do. An agentic workflow can do a wrong thing you never considered. That isn't an argument against it — it's the argument for approval gates, which is part four below.

The four parts every agentic workflow needs

I've built these for my own business and reviewed plenty built by other people. The ones that survive past week three all have the same four parts. The ones that die are always missing the same two.

1. A trigger that isn't you

If a human has to remember to run it, it isn't a workflow, it's a tool with extra steps. A real trigger is a schedule, an inbound event (email, form, webhook), or a state change (a deal sat untouched for nine days). My content research runs at 6:47am whether I'm awake or not, and that unglamorous detail is most of why it produces anything at all.

2. A small set of tools

Tools are what the agent can actually do: read a file, search a database, call an API, write a draft. The instinct is to give it everything. Don't. Every tool you add expands the space of wrong decisions, and the failure mode isn't dramatic — it's an agent that takes an eleven-step scenic route to a two-step answer, burning money the whole way. Three to five tools per workflow is where mine work best.

3. An approval gate

The gate is where you decide what the agent may do alone versus what it must hand to a human. Get this wrong in the paranoid direction and you've built a very expensive suggestion box. Get it wrong in the trusting direction and it emails a customer something you'd never say.

My rule, which you're welcome to steal wholesale: additive and reversible actions run unsupervised; anything outbound, destructive, or financial produces a draft. Research, drafting, filing, measuring, adding a note — no approval. Sending an email, deleting a record, changing a price, spending money — draft only, every time, no exceptions for convenience. Every one of my workflows that touches a customer ends in a draft in my queue. That's not a limitation I'm working to remove. It's the design.

4. A memory it writes to

This is the part almost everyone skips, and it's why so many pilots plateau. An agent with no memory re-derives the same conclusions and repeats the same mistakes forever. Give it a file it appends to — what it evaluated, what it decided, what it's not allowed to reconsider until a certain date. Mine keeps a ledger of every topic it has already considered and rejected, with the reason. Without it, it would rediscover the same bad idea every morning with perfect enthusiasm.

Parts one and two are what vendors sell. Parts three and four are what makes it survive in a business. That asymmetry is the whole reason most AI implementations fail.

What agentic workflows actually look like in a small business

Skipping the enterprise fantasies about autonomous supply chains. Here's what pays off in a business under $50M, roughly in order of payback speed:

  • Inbound triage. Reads the email, finds the answer in your own documented policies, drafts the reply, flags what it genuinely can't answer. The highest-frequency task in most owner-led businesses and the fastest to earn its cost.
  • Lead follow-up drafting. Researches the company, checks what you've already discussed, writes the first touch. The value isn't writing speed — it's that the ninth-day follow-up actually happens.
  • Document processing. Invoices, receipts, intake forms, contracts. Whatever format arrives, read it and file it correctly. This is where agentic beats deterministic most obviously, because vendors will never standardize their invoice layouts for you.
  • Content repurposing. One long asset into a week of channel-specific drafts. Drafts, again — the channel-specific judgment is yours.
  • Weekly reporting. Pull from four tools, notice what changed, write the paragraph a human would have written. Modest hours saved, but it happens every week without fail, which is more than most reporting can claim.

Four of those five end in a draft rather than an action. That's deliberate, and it's the pattern that makes them safe enough to run every day without supervision.

Notice what's absent: nothing here replaces a person. These take the 20-40 minute recurring chores off the top of a day. If your goal is headcount reduction, agentic workflows in 2026 are the wrong instrument and you'll spend a lot proving it. For a longer view on which task to grab first, I wrote a whole framework on what to automate first.

How to build your first agentic workflow this week

Concrete version. This is roughly the sequence I use with clients, minus the parts you're paying for.

Step 1 — Pick the task by frequency, not by pain. Daily beats complicated. Something you personally do every day, that takes 20-40 minutes, and that has a right answer you could write down. That last clause is the filter that eliminates most bad first choices.

Step 2 — Write the policy document before you touch any tool. This is the step everyone skips and it is the entire ballgame. One document stating what your business actually says: your prices, your scope boundaries, what you don't do, how you talk. If your model has nothing authoritative to read, it will confidently invent your pricing, and you will discover this in front of a customer. I keep exactly one such file and every workflow that speaks to a human reads from it and nothing else.

Step 3 — Give it a trigger and three tools. Not ten. Three.

Step 4 — Make the output a draft. Always, on the first version. You can promote specific actions to unsupervised later, once you've watched it be right a hundred times.

Step 5 — Run it beside yourself for a week, and correct the policy file, not the prompt. This is the difference between a system that compounds and one that plateaus. When the output is wrong, the instinct is to add a sentence to the prompt. Resist it — you'll end up with a 3,000-word prompt nobody can reason about. Fix the underlying document instead, and every workflow that reads it gets smarter at once.

Your micro-action today: open a blank document and write down the five things you find yourself telling people about your business over and over — your price, what you don't do, your turnaround, your process, your one non-negotiable. That file is the foundation of every agentic workflow you'll ever build, and it takes fifteen minutes. Most people's AI projects are blocked on this document and they don't know it.

Where agentic workflows break

Since everyone else is selling, let me handle this part.

They're non-deterministic. Same input, slightly different output. Fine for a draft, unacceptable for payroll. Keep deterministic automation where correctness is cheap to define, and don't let anyone talk you into making your accounting agentic.

Costs scale with confusion. A well-scoped workflow costs pennies per run. A vague one wanders — and wandering is billable. When my costs spike it's never volume, it's always an instruction that let the agent think it needed to check one more thing.

They fail silently. A broken Zapier screams. An agent that has quietly started doing a worse job produces plausible output forever. This is precisely what the memory file is for: it makes drift legible, because you can read back what it decided and see the day it started sliding.

The policy debt surfaces immediately. Half the businesses I work with discover in week one that they don't actually agree internally on their own pricing or scope. The agent doesn't create that problem, it just refuses to paper over it. Annoying, and genuinely valuable.

Build it yourself or bring someone in

Straight answer: your first agentic workflow is a DIY project. The tooling in 2026 is good enough, and doing one yourself teaches you more about your own operations than any consultant's discovery call will. If you want the structured version of that path, the CFSB Playbook is $397 and it's the self-paced build.

Where outside help earns its money is the second problem, not the first: when you have five candidate workflows, real constraints, and no idea which order to build them in. That's what the AI Readiness Assessment is — $2,500 flat, two weeks, a 15-25 page written roadmap on day 14, and the whole fee is credited against a build within 90 days, so it functions as a deposit. If you'd rather it get built for you, the done-for-you install starts at $4,500. And if you just want to know whether any of this applies to your business, book a strategy call and I'll tell you honestly if the answer is no.

Still deciding between building and buying? I wrote the build vs buy decision framework for exactly that fork, and AI agents vs agentic AI if the vendor vocabulary is what's actually in your way.

The thing worth remembering

Agentic workflows aren't a technology purchase. They're a documentation project that happens to end in software.

The businesses that get value from them in 2026 aren't the ones with the best model or the newest platform. They're the ones that wrote down what they actually do — their prices, their boundaries, their standards — and then pointed a capable machine at that document. The ones that stall are the ones that bought the platform first and assumed the knowing would follow.

Write the document. The rest is wiring.

Free Resource Justin McKelvey

Get the Free AI Content Toolkit

The exact system I use to turn one idea into a month of content — atomization framework, voice template, prompt library, weekly system.

Frequently Asked Questions

What is an agentic workflow?
An agentic workflow is a process where an AI model decides which steps to take, in what order, using tools you've given it — rather than executing a fixed sequence you wrote in advance. The defining test is simple: if you can draw the whole thing as a flowchart with no branches the machine chooses on its own, it's automation. If the model looks at the situation and picks the path, it's agentic. That difference is why agentic workflows handle messy real-world inputs that break traditional automation, and also why they need approval gates that traditional automation doesn't.
What is the difference between an agentic workflow and automation?
Automation is deterministic: same input, same path, every time. You wrote the branches. An agentic workflow is decisional: you define the goal, the tools, and the boundaries, and the model chooses the route. Practically, automation breaks the moment reality doesn't match your flowchart — a differently formatted invoice, an email that doesn't follow the template. An agentic workflow adapts to that, at the cost of being non-deterministic, which is exactly why you gate its output instead of trusting it blindly. Most working systems in 2026 are hybrids: deterministic where correctness is cheap to define, agentic where it isn't.
What are examples of agentic workflows in a small business?
The ones that pay for themselves fastest, in order: inbound email triage that reads the message, finds the answer in your own documented policies, and drafts a reply for approval; lead follow-up that researches the prospect and writes a first-touch draft; invoice and receipt processing that reads whatever format arrives and files it correctly; content repurposing that turns one long asset into a week of channel-specific drafts; and weekly reporting that pulls from several tools and writes the summary a human would have written. Note that four of those five end in a draft, not a send — that's not timidity, that's the design pattern that makes them safe to run daily.
How do I build my first agentic workflow?
Pick a task you personally do every day that takes 20-40 minutes and has a written-down right answer. Write the policy document first — the thing the model reads to know what your business actually says about pricing, scope, and tone. Then give the agent exactly three things: a trigger, two or three tools, and an instruction to produce a draft rather than an action. Run it beside yourself for a week and correct it in the policy file, not in the prompt. Most first workflows fail because the owner started with the hardest task and no written policy, so the model had nothing to be right about.
Are agentic workflows worth it for a small business?
For the right task, yes — and the math is usually decided by frequency, not complexity. A workflow that saves 30 minutes a day is worth roughly 125 hours a year; one that saves two hours a month is a hobby. The honest cost side as of 2026: model usage for a small business's daily workflows typically runs $20-200/month depending on volume, plus the real cost, which is the two to six weeks of your attention it takes to write the policies and correct the output. Businesses that skip the policy-writing step reliably spend more and get less.
What is the difference between an agentic workflow and an AI agent?
An AI agent is the actor; an agentic workflow is the system it operates inside. The agent is the model with tool access and a goal. The workflow is everything around it that makes it usable in a business: what triggers it, what it's allowed to touch, where it stops for approval, what it writes down, and what happens when it fails. Vendors sell agents. Businesses need workflows. That gap is the single most common reason an AI pilot demos beautifully and never reaches production.

More on AI for Business

AI Agents vs Agentic AI: The Difference That Decides What You're Buying (2026)

One is a thing you buy. The other is a property a system has. Vendors blur the two on purpose, and it's costing buyers real money — here's the distinction, what it changes about a quote, and the three questions that cut through any demo.

7 min

AI ROI: The Only Formula That Works for a Small Business (2026)

AI ROI = (hours returned × loaded hourly cost + revenue captured − total system cost) ÷ total system cost, measured at day 90. Most businesses can't compute it — not because the math is hard, but because nobody measured the before-state. Here's the formula, a back-of-napkin calculator, a worked example with real numbers, and the costs everyone forgets to count.

5 min

Is Claude Cowork Worth It? A Verdict by Team Size (2026)

Claude Cowork is worth it if your business runs on the tools it connects to and someone actually configures it — and a $125/month mistake if nobody does. I install Cowork for small businesses for a living. Here's the honest verdict segmented by team size: solo operators, 2-5 person teams, and 6-50 person companies get three different answers.

4 min

Claude Team Plan (2026): The $125/Month Floor Nobody Mentions

The Claude Team plan is $25/seat/month with a hard 5-seat minimum — a $125/month floor even for a 2-person business. Whether that's a bargain or a tax depends on one question: do you want Claude wired into your business tools, or just a chat tab? Here's the seat math at every team size, what Team includes that Pro doesn't, and when Enterprise pricing actually makes sense.

5 min
Justin McKelvey, Fractional CTO and AI consultant in Austin, TX

Written by

Justin McKelvey

Fractional CTO & AI consultant in Austin, TX. 15 years building software, 50+ products shipped, $53M+ in client revenue generated. I help $1M–$50M founders ship production software and automate operations with AI — without hiring a full-time executive team.

Work with me

If this was useful, here are two ways I can help: