These are architectures I have already built and run. They are not four specialities —
any of them can do your job. They differ in how they get there, not in what they produce.
Your build starts from whichever route fits your constraints, which is why it takes weeks
instead of quarters.
Orbital loop
1 of 4
Plan-first
Plan first, then execute
Clear finish line. The agent plans the path, does the work, and will not call it done until an independent check agrees.
The plan-first route. It takes a goal, breaks it into ordered sub-tasks, runs them in a sandbox, and refuses to mark anything complete until an independent check agrees. The route I reach for when the job has a finish line you can define up front.
Answers from dozens of sources. The agent fans out, cross-checks, and hands you one cited report.
The parallel route. It splits the goal across as many workers as the job allows, cross-checks every result against at least two independent sources, and reconciles the whole thing into one answer with provenance intact. Wide rather than deep, and usually the cheapest of the four to run.
Structured report generation with inline citations
3 of 4
Ambient
Always watching, acts on context
No start button. The agent watches inbox, calendar, and docs — then moves when something matters.
The ambient route. It watches the context around the work — inbox, calendar, documents — builds a graph of what matters, and moves on a trigger instead of waiting to be asked. The route I reach for when the job has no obvious start button.
Mail, calendar and document watchers · streaming updates
ContextLayer 2
Entity and preference graph · recency-weighted
TriggersLayer 3
Trigger conditions · digest scheduling · nudges
ApprovalsLayer 4
One-tap human-in-the-loop for anything with side effects
4 of 4
Swarm
Split into specialists, arbitrate
Too big for one brain. Specialists split the work, settle conflicts, and leave a full audit trail.
The swarm route. It splits the goal across up to fifty sub-agents in isolated worktrees, arbitrates their conflicts, and merges the result with a full audit trail of who changed what and why. The route I reach for when the job is too big for one context window.
Hierarchical dispatch · role assignment · budget control
IsolationLayer 2
Per-agent git worktree or sandbox · no shared mutable state
ArbitrationLayer 3
Conflict detection · merge policy · rollback
MonitoringLayer 4
Full trace log · per-agent cost and token accounting
Do you need an agent?
You want automation
If you can already write down every step in order — do this, then this, then this — that is automation. It is cheaper, faster, and more predictable than an agent. That lives at /automation .
You want an agent
If the steps change depending on what it finds, and a person currently has to think about it before acting, that is an agent.
This page. This offer. The pilot proves it.
Most businesses need some of both. If you are not sure which one you need, the $1,500 pilot answers it in a week.
How smart, exactly?
The tier you pick is really a question about how much thinking you are handing over.
Turn the dial — the steps below highlight what that autonomy buys.
Agent drafts. You decide. Nothing ships without a yes.
Tier 1 Smart
Does one job. Follows your rules. Checks with you before anything risky.
Tier 2 Super smart
Takes a whole workflow. Picks its own steps. Several agents splitting the work.
Tier 3 Decision maker
Makes the call and tells you what it did. You set the guardrails and the budget.
n8n is the execution layer under the agents I build. It is self-hosted on your infrastructure, so nothing leaves your network to run a workflow.
The workflows are JSON files you own outright. There is no vendor lock-in and no per-seat tax — you could hand them to another developer tomorrow and they would run.
n8n shipped standalone Agents on August 5, 2026. That means more of this work now runs natively inside n8n itself, instead of needing custom orchestration code bolted on top.
Direct collaborations with the n8n team
500+ automations built
All certifications Make.com AI Automation, complete set
20,000+ hours architecting agentic systems
What actually happens.
Week 0Pilot
You pay $1,500 and get a working agent on your real data in one week.
Week 1Scope
We write the accuracy target down and both sign it. The $1,500 comes off.
Week 2–10Build
2 weeks at Tier 1, 5 at Tier 2, 8–10 at Tier 3. You see it running, not a big reveal.
LaunchHandover
It runs in your infrastructure, your accounts, your keys. Your team trained on it.
Month 2Management
Optional. First audit inside 14 days.
Before we start.
What I need from you
One decision-maker
Someone who can say yes without a committee. Agent builds move fast and stall hard waiting on approval chains.
Access
Access to the tools the agent has to touch. If it needs to read your CRM, I need to see your CRM.
Real data
Real data, not a sanitised sample. The agent has to work on the messy version it will actually see in production.
Your own accounts
Your own model and API accounts. You pay for tokens direct, and I architect for cost from day one.
Two hours a week
Someone who actually does the job today, for two hours a week during the build, to check my work against reality.
How we agree it works
The target, in numbers
The accuracy target gets written down before I build anything — in numbers, not adjectives.
Earned autonomy
The agent proposes and you approve until the evaluation numbers earn it more autonomy.
Every decision logged
Every decision logged with its cost and its reason, so you can audit any run after the fact.
The guarantee
If it misses the agreed target at handover, I keep working and you do not pay more.
Straight answers.
Do I need an agent?
What is an AI agent, exactly?
An AI agent — sometimes called an autonomous agent — is software that takes a goal, decides its own steps to reach it, and acts inside limits you set. A regular program follows a fixed script. An agent reasons about what to do next, calls the tools it needs, and checks its own work against a target you agreed on before it started. If the steps never change, you do not need one. If judgment is required along the way, you do.
What's the difference between an AI agent and AI automation?
Automation follows a fixed script: do this, then this, then this, every time, in the same order. An agent decides its steps as it goes, because the right move changes depending on what it finds. Automation is cheaper, faster, and easier to predict, so I build it whenever the job allows for it. Reach for an agent only when a person currently has to stop and think before acting — that is the real line.
Is an AI agent just a chatbot with extra steps?
No. A chatbot answers what you type and stops there. An agent takes a goal, plans the steps, uses tools like your CRM or your inbox, checks its own output, and keeps going until the job is done or it hits something it has to hand back to you. Chat is one interface an agent might use along the way. It is not what makes something an agent.
What can't AI agents do well right now?
Agents are bad at open-ended judgment calls with no clear success criteria, and bad at jobs where being wrong once is expensive and unrecoverable — legal sign-off, irreversible financial moves, anything without an undo button. They are also only as good as the access and data you actually give them. Scope the job tightly, set a real accuracy target up front, and most of these failure modes shrink to almost nothing.
Will an AI agent replace my employees?
Rarely, and I will tell you plainly if that is not the right play for your business. Most of what I build removes the repetitive part of a job — the part your best people already hate doing — so the person stays and does higher-value work instead. If you are hoping an agent lets you cut headcount with zero oversight, say so up front, because that changes what gets built and how carefully.
What kind of jobs actually make sense for an AI agent?
Jobs with a clear goal, real data to pull from, and a decision point where a person currently has to stop and think — research that needs judgment calls, workflows with branching paths, anything running on inboxes, documents, or a CRM that changes shape depending on what shows up. If you can already write the steps down in order with zero branching, that is automation, not an agent, and automation costs less.
How do you decide which type of AI agent architecture fits my business?
By how the work has to get done, not by what industry you are in. A plan-first system fits a job with a clear finish line you can define up front. A fan-out system fits pulling from dozens of sources and reconciling them into one answer. An ambient system fits work with no obvious start button, like watching an inbox and acting on triggers. A swarm fits a job too big for one context window. Same outcome, four different routes.
How do I know if my business is ready for an agentic AI project?
You are ready if one person can say yes without a committee, you can hand over real data instead of a cleaned-up sample, and someone who does the job today can give me two hours a week during the build. Missing one of those does not disqualify you — it just means we fix that first. If you are still not sure, the $1,500 pilot answers it in a week instead of a meeting.
What happens if I just keep doing things manually and skip this?
Nothing breaks overnight. That is the trap. The task keeps eating the same hours every single week, the person doing it stays capped at how fast they can type, and the real cost of waiting is not a crash — it is every week you did not get that time back. I have shipped 500-plus automations, and the pattern holds: the ones people regret are always the ones they sat on for a year first.
Is agentic AI worth it for a small business, or only for enterprise?
Worth it has nothing to do with your headcount and everything to do with whether one task is eating enough hours to justify fixing it. A five-person shop with one person buried in the same report every week is a better fit than a thousand-person company with no single painful job. Start with the $1,500 pilot if you are not sure — it is priced so the answer does not require a board meeting.
Building it
How long does it take to build an AI agent for my business?
Depends on the tier. Tier 1 is one agent doing one job, live in two weeks. Tier 2 is a multi-agent build — several agents splitting a workflow with memory and a dashboard — live in five weeks. Tier 3 is your own agentic product with full tracing and a trained team, live in eight to ten weeks. Most builds start with a $1,500 pilot that puts a working agent on your real data inside five business days.
What accuracy target should I expect from an AI agent before it goes live?
We write the number down before I build anything, in percentages, not adjectives like pretty good. What that number needs to be depends on the job — a research agent lives or dies on source agreement, a customer-facing agent needs a tighter bar for getting facts wrong. If it misses the agreed target at handover, I keep working and you do not pay more. That guarantee only holds together because the target was specific from day one.
What is an evaluation harness, and why does my AI agent need one?
It is the test suite that grades your agent's actual output against the target you set, every single time it runs, not a one-time check before launch. Without one, an agent can drift for weeks before a customer notices and tells you first. Tier 2 builds ship with an evaluation harness from day one, and Tier 3 adds full tracing on top so every decision gets logged with its cost and its reason.
What do you need from me before you can start building my AI agent?
One person who can say yes without a committee, access to the actual tools the agent has to touch, and real data — not a sanitized sample, the messy version it will actually see in production. I also need someone who does the job today for about two hours a week during the build, to check my work against reality. Skip any of those and the timeline stretches, not the price.
Where does my business data go when you build an agentic AI system, and how secure is it?
It stays on your infrastructure. The execution layer, n8n, runs self-hosted on your accounts, so nothing leaves your network just to run a workflow. You also pay for model tokens and infrastructure yourself, directly, on accounts you control, so I never touch your data through a third-party bill of my own. Tier 3 builds add a full security and permissions review on top of that.
Who owns the code and workflows after the agent is built?
You do, outright, no exceptions. The AI workflows are JSON files that live on your infrastructure, not a subscription to a platform I control. There is no vendor lock-in and no per-seat tax on top — you could hand the files to another developer tomorrow and they would still run. At Tier 3, your own team gets trained to operate and extend the system without me.
Why do you build AI agents on n8n instead of a custom framework?
Because your workflows end up as JSON files you own instead of code trapped in a proprietary system I control. n8n runs self-hosted on your infrastructure, and I work with the n8n team directly, so I am building on the platform's own roadmap instead of guessing at it. n8n shipped standalone Agents on August 5, 2026, which means more of this now runs natively instead of custom orchestration bolted on top.
Can an AI agent connect to the software my business already uses?
Yes — that is most of the actual engineering. Tier 1 hooks into whatever tools the one job touches. Tier 2 connects as many tools as the whole workflow needs and adds a memory layer so the agent remembers your documents and customers between runs. If your CRM, inbox, or database has an API, or even just a login screen, there is almost always a way in.
Does my AI agent act on its own, or does a human have to approve everything first?
It starts by proposing and you approving, every time, on anything with a real-world side effect. That dial moves toward more autonomy only as the evaluation numbers earn it — I do not hand over the keys because one demo went well. Human in the loop is the default at every tier, and at Tier 3 you are the one who decides exactly how far the dial goes.
What happens when an AI agent hallucinates or gets something wrong?
It gets caught, logged, and fixed. Hallucination is a property of the LLM underneath the agent, not a bug I can fully switch off, so every build includes an evaluation harness and guardrails checking output against the accuracy target we agreed on before launch. Anything below that number gets flagged instead of shipped to your customer. If it still misses the target at handover, I keep working at no extra charge.
Cost and terms
How much does it cost to build an AI agent for my business?
One-time builds run from $6,000 to $62,500 depending on scope. Tier 1 is one agent on one job for $6,000, live in two weeks. Tier 2 is several agents splitting a workflow for $18,000, live in five weeks. Tier 3 is your own agentic product for $62,500, live in eight to ten weeks. Most builds start with a $1,500 pilot, and that fee comes off whichever tier you end up choosing.
What is the $1,500 pilot, and what do I actually get for it?
A real working agent, not a slide deck, doing one narrow job on your actual data, delivered in five business days. You keep it and can run it yourself forever, even if you never buy anything else from me. You also get a build quote priced off what I actually saw while building it, not a guess. It is the cheapest way to find out if this works before you commit real money.
Does the pilot fee count toward the cost of a full build?
Yes, the full $1,500, with no expiry, so you can run the pilot now and decide on the rest whenever you are ready. It comes off any build tier you pick later, and you keep the pilot agent either way, even if you never build anything more. There is no scenario in this offer where paying for the pilot costs you money you do not get credit for.
What's the difference between agent management and a fractional AI CTO?
Management keeps agents you already have running — recurring audits, prompt updates, security checks, watching uptime and cost — starting at $6,000 a month. A fractional CTO puts me inside your team, owning architecture and technical direction for your whole AI roadmap, starting at $12,000 a month for one day a week. Management fixes what already exists. A fractional CTO decides what gets built next and defends that call to your board.
Do I pay for AI model usage on top of the build price?
Yes, directly, on your own accounts — I do not mark it up or route it through mine. I architect every build for cost from day one, so you are not stuck with a surprise token bill months later. This also means you always know exactly what your agent costs to run, because the invoice comes straight from the model provider to you, never through Spurlock Studios.
How much can I save by committing to a longer contract?
On agent management and fractional CTO retainers, a three-month minimum takes 25 percent off the monthly price. Going annual takes that same 25 percent off and adds two months free on top, so a $6,000-a-month management plan lands at $3,750 a month billed annually. Longer commitments always cost less per month — there is no version of this where paying monthly makes sense once you know you are staying past three months.
Is there a referral bonus if I recommend Spurlock Studios to another business?
Yes. Refer someone who signs a three-month minimum and you get two more months free on your own plan. It works across both agent management and fractional CTO, and it stacks with the annual discount, so a referral on top of an annual commitment can mean several months of a retainer running at no cost to you. Simple as that: you send business my way, I send savings back yours.
What happens if the AI agent you build doesn't hit the accuracy target?
I keep working, and you do not pay more. The accuracy target gets written down in numbers before I build anything, so missing it has one exact meaning, not a feeling about performance. If the agent falls short of that number at handover, closing the gap is on me, never billed as a change order. That guarantee only works because the target got agreed on paper before a single line got built.
Can I cancel agent management or the fractional CTO retainer if it's not working out?
On the monthly plan, yes — cancel anytime, no penalty, full price for that flexibility. Committing to a three-month minimum or an annual term is what earns you the 25 percent discount, so those terms trade a cancellation window for a lower price, not the other way around. If you are not sure yet, start on monthly, see how the work actually runs, then move to a longer term once you trust it.
How do I hire someone to build an AI agent for my business?
Reach out through the contact page to start. From there, it is me — not a project manager, not an AI consultant handing you a strategy deck, but William Spurlock, one operator with 20,000-plus hours in this work, no junior handoff. Most people buy the full build first and find out if it works after. That is backwards. Start with the $1,500 pilot, see a real agent on your real data in five business days, then decide with evidence instead of a sales pitch.