AI for Business4 min read15 February 2024

From Human SOP to Agentic Workflow

Most companies don't have an AI model problem. They have a task design problem. Here's how to turn a human SOP into something an agent can actually run.

C

Cloud

KAizen Agency

Most companies don't have an AI model problem. They have a task design problem.

The pattern has become familiar enough that teams can predict it now. A proof of concept gets built. The model nails every test case in a controlled environment. Leadership approves the rollout. Then production data arrives and the agent starts completing the wrong version of the right task, skipping constraints that were obvious to any human reader, or confidently doing something the SOP never intended.

Gartner predicted in 2024 that more than 30% of GenAI projects would be abandoned after the proof-of-concept stage. When teams do postmortems on the failures, the explanation is rarely "the model wasn't capable enough." It's almost always that the instructions were written for a human.

Take a customer service bot told to resolve complaints "following our support SOP." It doesn't know that refund requests over $500 need a manager sign-off. It doesn't know a specific product line has a known defect that changes the resolution path entirely. It doesn't stop when something feels off. The SOP that worked fine for onboarding new hires was always full of gaps. Humans filled them automatically from experience. The bot has no such experience.

Hand a model a human-written process document and expect it to run autonomously, and you're not giving it instructions. You're giving it material to misinterpret at scale.

The fix isn't a better model. It's a better-structured task.

Here's how to turn a human SOP into something an agent can actually run.

Step 1: Format your SOP so AI can read it

Stop writing instructions as prose. Prose is full of implied knowledge. AI doesn't have that.

Three changes matter:

  • Parameterize your instructions. Instead of "use normal mode," write it as a variable: `mode = normal`. This turns your SOP from a single fixed instruction into a reusable template that covers multiple scenarios.
  • Categorize each rule using RFC2119 logic: Must (mandatory), Should (recommended), May (optional). This tells the agent which rules require exact compliance and which allow judgment.
  • Structure the whole thing in Markdown with distinct blocks for parameters, steps, and error handling. The goal is a behavioral spec, not an essay.

Step 2: Break it into a pipeline

A single large task is hard to debug. Break the workflow into discrete steps, each with its own input, output, and success criteria.

Take a "Laundry Workflow." It's not one task. It's four: Classify Clothes, Check Pockets, Set Machine, Decide Drying Method. Each becomes a "skill": a package with its own markdown SOP, reference data, and any scripts needed for deterministic sub-tasks like file conversion.

Connect these skills using structured artifacts, usually JSON files. The output of one step becomes the input to the next. This removes the need for models to guess what came before.

Step 3: Develop it alongside the agent, not before

Your first SOP draft will be missing things. That's expected. Most of what makes a human expert good at their job is tacit knowledge: things they know but never had to write down, because they never needed to teach it to a machine.

The fix is to run the workflow immediately. When the agent fails, find the missing rule, add it to the SOP, and run it again. Fifty iterations in a week beats two months of planning. You're not trying to write a perfect spec. You're trying to find out where it breaks.

Step 4: Wire it to real tools

A working demo is not a production system. Connect your agents to the actual systems they need: internal databases, APIs, ticketing systems.

If you're coordinating multiple agents across multiple tools, the Model Context Protocol (MCP) is worth knowing. It's an open standard that gives agents a unified interface for calling external tools and resources. Think of it as USB-C for AI.

One more thing: build explicit approval checkpoints for any action that's expensive or hard to reverse. If the agent is about to send a mass email or approve a large expense, it should stop and wait for a human to confirm before proceeding.

Start with the boring stuff

Pick one SOP you run on autopilot — a weekly report or an onboarding checklist. Apply the four steps. See what breaks. Fix it. The goal isn't to automate everything at once. It's to build enough judgment to know when automation actually helps.

The Bottom Line

AI is a powerful tool for SMEs — but it's still just a tool. The businesses that win will be those that use AI to enhance human capabilities, not replace human judgment.

Want to see how AI-powered marketing could work for your business? Get a free audit and we'll show you the specific opportunities in your market.

Tagged with:

AIAutomationSOPAgentic WorkflowsSME

Need Help With Your Digital Marketing?

Get a free audit and discover how we can help grow your business online.

Chat with us