Cluster guide · Implementation

How to Implement AI Agents in Your Company, Phase by Phase

Arkatai 9 min

Implementing AI agents is not installing a product and switching it on. It is a sequence of phases that runs from choosing the right process to keeping the system running when the model, the process or the market changes. I have done this work in real operations, and I have found that the order matters as much as each piece: skipping the mapping, deploying without permissions, or calling “done” what only works in the demo are the most expensive ways to get it wrong. This is the full guide, phase by phase, with a link to each topic where I develop it in detail.

Before the phases, one idea orders everything else. AI models are already a utility: contracted through an API and swapped when it makes sense. What cannot be bought off the shelf is encoding your operation —your rules, your exceptions, your systems— into agents that work with your specific process. That specific work is the implementation, and it happens during deployment. I make the full argument in the manifesto on the custom phase. Here we break it into steps. If you want the prior framing of what an agent is and what work it executes, it is in the pillar on AI agents for business.

Before you start: the house in order

No technical phase makes up for an unprepared house. Before you sign anything you need three things: the candidate process described as it actually runs, that process’s data accessible, and a person with the authority to change steps and open up access. Without that person, the documentation never gets finished and the project’s timeline depends on a committee. I review the full groundwork, and the first ninety days, in prepare your company for agents. If that is not in place, start here, not with the technology.

Phase 1 — Choose the right process

The first expensive mistake is made when choosing. A badly chosen process —no volume, unpredictable exceptions, or disconnected from the P&L— produces a pilot that works and that nobody uses. Good candidates share a pattern: enough volume for automation to pay off, known rules, exceptions you can typify, a measurable outcome, and proximity to revenue, margin or service.

I do not develop the criteria here because they have their own place: in which processes to automate with AI I explain how to score candidates and how to avoid the ones that look good and are not. The short rule: pick a process that matters to someone in the business, not the one that is technically flashy.

Phase 2 — Map the process

Once the process is chosen, you have to make it explicit. An agent executes what you define. If part of the process lives only in two people’s heads, that tacit knowledge is the first job, and it is not technical. Mapping means writing down four things: the inputs the process receives, the rules that get applied, the exceptions with their reason, and the expected outcome.

Mapping is also the first phase of turning the operating model into code. The definition you produce here is the raw material for everything that comes after. How you map it, with a worked example, is in which processes to automate with AI. A rigorous map almost always uncovers steps with no current reason and exceptions you can remove before any agent executes anything.

Phase 3 — Prepare the data and the integrations

An agent works inside your systems: it reads an email, queries the ERP, writes to a platform. This phase answers two questions. First, the data: what information the process needs, where it lives, and how to reach it programmatically. To begin, access matters more than a full cleanup. A corporate data program can defer for years a process that only needs three tables and a folder of documents. Second, the integrations: each system involved needs a read path and, where it applies, a write path, with concrete permissions.

The write integration is what separates a demo from an operation. Reading is easy, but letting an agent write to the ERP or issue a document demands real controls. I develop this phase in two topics of its own: the data an AI agent needs and integrating AI agents with the ERP.

Phase 4 — Deploy with permissions and controls

Deploying is not handing the agent the keys to everything. It is granting exactly what the process needs and nothing more: what it may read, what it may write, what it must never touch, and which actions require human approval before running. Broad permissions “so it goes faster” are the cause of the incidents a board does not forgive.

The design of those limits —permissions per action, approvals for anything with external consequences, a separation between what the agent decides and what it only proposes— is detailed in AI agent permissions and controls, and the risk framework around it in AI agent governance. You design them on day one, not after a scare.

DEPLOYMENT PERIMETERAGENTReadsorders and invoicesWritesentries and statuses✕ Forbiddenpayments · mastershuman approvalon anything externalTRACE · every action recorded
Deploying is granting the agent exactly what the process needs: what it reads, what it writes, what it must never touch, and what requires human approval before it runs.

Phase 5 — Evaluate before giving it real work

This is where you decide whether the system operates or only impresses. Before it gets work with consequences, an agent is measured: test cases with known answers, quality thresholds below which it does not reach production, and systematic review of its failures. Without evaluation there is no serious way to claim “this works”. There is a feeling, which is a different thing.

Evaluation is not a one-off exam. You run it again every time the process or the model changes, which is why it connects directly to the last phase. How that test set is built, what you measure and with which thresholds, is in AI agent evaluation, inside the broader risk framework of AI agent governance.

Frequent case✓ reaches productionCommon variant✓ reaches productionEdge casestays in testingRare casestays in testingquality thresholdquality measured per case
Before it gets work with consequences, each type of case is measured against a quality threshold; whatever fails to clear it does not reach production.

Phase 6 — Operate supervised and handle exceptions

An agent that passes evaluation goes into operation, but not without a net. You start with heavy human review and loosen control only where the data proves reliability. The piece that governs real risk is escalation: which cases exceed the agent’s mandate and go to a person, with the context already prepared. Where you put that line is a business decision, not a technical one.

Every exception that shows up in production gets documented and folded into the model, so the operation learns. I detail the escalation design in exception handling and human escalation; the full operating ground is in AI agents in operations, and the governance framework that holds it up in AI agent governance. And there is a part that is not technical, the people whose work changes. Change management for AI decides whether the system gets adopted or quietly sabotaged.

Phase 7 — Update, because this does not end

The most expensive mistake I see is treating deployment as a project with an end date. An unmaintained agent system degrades like any machine without maintenance: models change, your process changes, new exceptions appear, and the evaluations have to be run again. Updating is the permanent phase, and it is the one that decides whether six months in the system still operates or has ended up on the shelf.

This cycle —map, deploy, operate and update— is the one we follow at Arkatai and I describe on the method page. The person who absorbs that technical cycle —evaluations, integrations, model swaps— is a forward-deployed engineer who connects the system to your operation and maintains it, not a rented programmer.

The jump that kills projects: from pilot to production

Most projects do not die in the technical phase but in the jump from demo to real work. A demonstration with clean data and the happy path says almost nothing about how the system behaves with the order that arrives by email outside the catalog or the exception one person knows. That jump has a life of its own and I develop it in from pilot to production. The reasons so many pilots stall on the way are in why enterprise AI pilots fail.

How long it takes, what it costs, and who does it

Three questions close any board meeting. How long it takes depends on the process and how prepared the house is, but a first process operating at small scale is measured in weeks or a few months, not a year. The breakdown by phase is in how long it takes to deploy AI agents. What it costs is analyzed in AI agents implementation cost. And who does it depends on the path: build in-house, buy platforms, or contract the managed operation. If you do not have a product and technology team able to sustain this cycle, a managed AI operation shifts the maintenance to whoever operates the system. The full decision is in buy vs build for enterprise AI and the return that sustains it in AI operations ROI.

Frequently Asked Questions

Where do I start implementing AI agents?

With a single process, not a corporate platform. Pick one with volume, known rules and a measurable outcome, check that you have its data accessible and a person with authority over it, and map it in writing. With that base, the technical deployment is the governable part. Without it, any technology ends up on the shelf.

How long does it take to deploy an agent?

A first process operating under supervision at small scale is measured in weeks or a few months, not a year, provided the house is prepared. What stretches timelines is almost never the model, but the missing documentation, the closed-off access, and the decisions escalated to a committee instead of being resolved by an owner.

Do I need my own technical team to implement agents?

It depends on the path. If you build or buy platforms, someone in your organization will have to configure, evaluate, integrate and maintain the system at the pace this field changes. If you contract the managed operation, the provider absorbs that cycle and your team runs the business: setting outcomes, permissions, and the cases that require human decision.

What is the most common mistake when implementing AI in a company?

Treating deployment as a project with an end date and skipping evaluation. An agent with no test cases and known answers goes into production blind, and an unmaintained system degrades in months. Serious implementation designs permissions, evaluation and updating from day one, not after the first incident. I collect the most common ones in AI implementation mistakes.