Back to Blog
·13 min read

How to Build an AI Agent for Your Business: A 5-Step Recipe

How a sales guy with no code built an AI agent that does a full day of expert work in 15 minutes — plus the 5-step recipe to build one for your own business.

Three years ago we sold software for a living and had never written a line of code. Last year we designed a piece of hardware, had the locks CAD-modeled and manufactured overseas, wrote the software that runs it, and installed the first unit in a building in Atlanta. The gap between those two sentences is the whole story of what AI changed — and it is the reason we now spend our days building AI agents for other people's businesses.

This post is the practical version of that story: not "what is an AI agent" in the abstract, but how you actually build one — the repeatable recipe we use for every agent we ship, illustrated by a real one that turns a full day of expert work into about fifteen minutes. If you want the conceptual grounding first, our plain-English guide to what an AI agent is covers the anatomy. This one is about the build.

The reframe that makes the rest make sense

Here is the sentence we wish someone had handed us three years ago:

An AI agent isn't a smarter chatbot — it's an employee you can hire in an afternoon. And the hard skill isn't prompting. It's spotting which job to hand it.

Sit with that, because it inverts where most people put their effort. Everyone is trying to get better at "talking to the AI." That is the easy part. The valuable, learnable, durable skill is looking at your own business and recognizing the work that is shaped like a job you could give to a tireless new hire. Once you can see those jobs, the building is almost mechanical — and that is exactly what the recipe below is for.

It also reframes the fear. An agent doesn't show up on your payroll, doesn't need an org chart, and doesn't replace the people you have. It takes the grinding, repetitive part of an expert's week and gives it back to them. More on that at the end, because it is the part that actually matters.

From AI as tutor to AI as worker

When we built that hardware, AI was our tutor. We asked it ten thousand questions — about CAD, about locking mechanisms, about firmware, about manufacturing tolerances — and it answered every one, patiently, at PhD depth, one question at a time. The barrier to learning something hard dropped to almost zero. That alone is a revolution, and most people are still only using AI this way: as the smartest reference desk in history.

But answering you is step one. The real shift is AI that doesn't just answer — it does the work, on its own, every time, and hands you a finished result. That is the line between a chatbot and an agent, and it is the line every business owner should care about. A chatbot is the brilliant intern who responds when you ask. An agent is the one you hand the whole task to and check on later.

So the question stops being "how do I prompt better" and becomes "what is one job in my business I could hand off entirely." Here is how we answer that — and then build the agent that does it.

The worked example: a full SEO audit in fifteen minutes

Let's make this concrete with an agent we built for a real client, Relevance Advisors, an established SEO firm in Atlanta.

Every new prospect that comes to Relevance needs an SEO audit — a deep, multi-stage expert review of a website: backlinks, on-page health, technical crawl issues, page speed, and increasingly whether the brand even shows up when someone asks ChatGPT or Gemini a question. Done by hand by a skilled person, that audit is the better part of a day's work. It is exactly the kind of high-skill, high-repetition task that quietly eats an expert's calendar.

We built an agent that takes a website URL and produces a branded, client-ready audit report in about fifteen minutes — the same depth the firm's expert would produce by hand, every single time. Paste in a URL, walk away, come back to a finished PDF in their brand, ready to send.

That is the outcome. Now here is how it was built — and the build is a recipe you can follow for a job in your own business.

The 5-step recipe for building an AI agent

Every agent we ship gets built the same five ways. This is the recipe. The Relevance audit agent is just one trip through it.

Step 1 — Find a repeatable expert process

We did not teach the AI how to do SEO. That would have been the slow, fragile, expensive path. Instead we found the process that the firm's expert already runs in his head every single time — a consistent, multi-stage sequence he follows for every audit — and we copied that.

This is the most important and most overlooked step. Agents copy process; they do not invent judgment. The best agent candidate in your business is the job that someone good already does the same way, over and over. Not the creative one-off. Not the once-a-year strategic call. The repeatable expert process — the thing where, if you asked your best person "walk me through how you do this," they could.

Your move: Look for the work in your business that is high-skill but high-repetition, where a good person already follows a consistent path. That is your agent candidate. If the process lives only in one person's head and changes every time, you have a documentation problem to solve first — not an AI problem yet.

Step 2 — Write it down like you are training a new hire

Here is the part that surprises people, and it is the hinge of this whole post.

The entire Relevance audit agent is the expert's playbook written down in plain English. First confirm you have identified the right brand. Then pull the backlink data. Then crawl the site for technical issues. Then check page speed. Then test whether the brand appears in AI search engines. Then write up the findings in the report format. That is it. It reads like an onboarding document for a new employee — a numbered set of steps in ordinary language.

The instructions are the agent. There is no secret. If you can write the training doc for a new hire — "here is exactly how we do this, step by step" — you can describe an agent. The plain-English process is the thing that runs. This is the realization that makes people go "wait, I could do that," and they are right.

Your move: Take the process from Step 1 and write it out the way you would train someone on their first day. Plain sentences. Numbered steps. No jargon, no code. If you can hand that document to a new hire and have them follow it, you have written the core of an agent.

Step 3 — Hand it the tools the expert already uses

An agent that can only think is just a chatbot. What makes it a worker is that it can act — and it acts using tools. (If you want the deeper version of why this matters, the anatomy guide breaks down the role tools play.)

The Relevance expert already pays for a stack: a backlink and ranking platform, site-crawl tooling, Google's page-speed measurement. The agent uses the exact same tools. And to answer the question every prospect now asks — "do I show up in AI search?" — it literally queries ChatGPT, Perplexity, and Gemini to see whether the brand appears. We did not rip out the expert's stack and replace it. We hired something to drive it.

This is the quiet part people miss: agents operate the software you already pay for. Your CRM, your spreadsheets, your inbox, your industry SaaS. The connective tissue that lets an agent plug into those tools is increasingly a standard called MCP — our guide to MCPs and connectors explains how that plumbing works in plain English — but the principle is simple: you are not replacing your tools, you are hiring something to use them.

Your move: List the tools your expert touches to do the job. Those are the tools your agent needs. You are not buying a new platform — you are giving the agent the same keys your best person already holds.

Step 4 — Add the guardrails a good manager would

A good employee knows where to be careful and when to stop and ask. So does a good agent — because you tell it, in the same plain English as everything else. The Relevance agent has three rules that read exactly like a manager's instructions:

  • "Confirm you have the right brand before you spend a dollar on paid data." There is one step in the audit that costs real money and cannot be undone, so the agent stops there and checks with a human first.

  • "Verify every finding against the real page before you put it in the report." No claim goes in the report that wasn't checked against the live site.

  • "Never make up a number." If it doesn't have a real figure, it says so. It does not invent one.


A good agent knows when to ask permission — same as a good employee. The skill here is telling it where the expensive, irreversible, or high-stakes moments are, and instructing it to pause for a human at exactly those points. The agent does the repetitive ninety percent on its own and brings you the few decisions that carry real risk.

Your move: For your process, name the moments where a mistake would be costly or hard to reverse, and write the rule that makes the agent stop and check with a person there. That single human checkpoint is what lets you trust the rest of it to run on its own.

Step 5 — Ship the finished deliverable, not a draft

The last step is a standard, and it is the one that separates an agent that saves time from one that just moves work around. The Relevance agent does not hand back notes for a human to assemble into an audit. It produces the finished, branded, client-ready report — the actual thing you send, not a draft you have to redo.

This matters more than it sounds. An agent that gets you eighty percent of the way there often creates new work, because someone still has to do the fiddly last mile every time. The goal is the real deliverable: the PDF, the drafted email ready to send, the updated CRM record, the published report. Ship the finished thing, every time, in your brand and your voice.

Your move: Define the actual finished output of the job — the exact artifact your expert would have produced — and make that the agent's deliverable. If a human still has to redo the ending, the agent isn't done.

The point: an agent promotes your expert, it doesn't replace them

Here is what happened at Relevance after the audit agent shipped. The expert stopped grinding through audits by hand. He went back to advising clients and selling new work — the parts of the job that need a human and that actually grow the business.

An agent doesn't take the expert's job. It takes the expert's grunt work, and moves the human up a level. That is the whole game, and it is the opposite of the fear. You do not shrink your team. You unleash it. The same person produces ten times the audits and spends their best hours on the work only a person can do.

This is the lens we want you to carry away from the recipe: you are not looking for jobs to eliminate. You are looking for the repetitive expert process that, if you handed it off, would free your best people to do their best work.

Rent before you build

One honest caveat, because we would rather you succeed than buy something you don't need. Most owners should rent their first agent before they build a custom one. There is a growing shelf of off-the-shelf agents and tools — for scheduling, for inbox triage, for first-draft content — and for a lot of common jobs, the right move is to buy one, learn how it feels to manage an agent, and find out where the off-the-shelf version stops fitting your actual workflow.

The recipe is the same whether you rent or build. You still find the repeatable process, you still write down how you want it done, you still connect it to your tools, you still set the guardrails, you still demand the finished deliverable. The custom build is what you do when the job is specific enough to your business that nothing off the shelf fits — which is exactly the work we do.

Your competitor's next ten hires won't show up on their payroll

We will leave you with the thing that keeps us up, in a good way. The businesses pulling ahead right now are not the ones hiring ten more people. They are the ones hiring ten agents — and you will never see it on their payroll. In eighteen months, "we don't use agents" is going to sound the way "we don't use email" sounds today.

The bottleneck was never the technology. It is that almost no one in your business has been given permission to go looking for the agent-shaped problems. So consider this your permission. Walk through your week, find the repeatable expert process that eats a skilled person's day, and run it through the five steps.

If you want a structured way to do that, our free Mission Control tool walks you through scoping a project in about ten minutes and hands you a clear spec. Take that spec and paste it into any AI assistant for a no-cost gut-check on feasibility and rough cost — no sales call required. And if you decide you want a partner to build the real thing, wired into your actual tools and scoped to your actual workflow — tell us what you are trying to automate and we will tell you honestly whether an agent is the right answer.

We sold software and had never written a line of code. If we could hire AI to build hardware, you can hire it to run the parts of your business that are quietly eating your team alive.

Frequently Asked Questions

Ready to Build This?

Turn your idea into a clear, developer-ready project spec in 10 minutes. Our free AI tool walks you through the right questions and generates a professional specification you can take to any builder.