The Neogen Brief
AI Agent Development

What an AI Agent Development Company Actually Builds (India, 2026)

Gartner calls it agent washing. Here is how to tell a real AI agent build from a rebranded chatbot, and the nine questions that sort a shortlist fast.

Rehdhil Siyad
Rehdhil Siyad
Founder · Neogen Media
1 September 2026
11 min read
A chrome vault door standing ajar, three glossy red tokens arcing toward the lit gap

An AI agent development company builds software that reads your live business systems, decides what to do next, and acts inside limits you set. The build is mostly governance, not modelling: scoping one job, writing down what the agent may touch, enforcing those limits outside the agent itself, and proving it in a supervised pilot before it runs alone.

That is a narrower definition than most of the market uses, and the gap is expensive. Gartner predicts that more than 40% of agentic AI projects will be cancelled by the end of 2027, citing escalating costs, unclear business value and inadequate risk controls. In the same June 2025 analysis, Gartner estimated that of the thousands of vendors now selling agentic AI, only about 130 are real, and gave the rest a name: agent washing, the rebranding of assistants, RPA and chatbots that have no agentic capability underneath.

So the useful question when you are shortlisting is not which vendor has the best model. Every credible shop is calling the same three or four APIs. The question is which vendor hands you the artefacts that separate an agent build from a chat box: a scope, an authority list, scoped credentials, an escalation path, and a pilot with a pass mark. This guide is written from the buyer's side of that table, using what we have learned running four agents in production at Neogen.

What does an AI agent development company actually do?

It ships a system that observes, decides and acts against real business data, then stays accountable for what that system does. The deliverable is not a model. It is a scoped job, a set of connections into systems you already run, a written limit on the agent's authority, and a monitored path from supervised drafting to unsupervised operation.

Anthropic's engineering team draws the line that matters here. A workflow orchestrates models and tools through predefined code paths, while an agent directs its own process and decides its own tool use. Most of what is sold as an agent is a workflow with a conversational front end. That is not a fraud in itself, and a workflow is often the correct answer, but the two cost different amounts to build, fail in different ways, and need different oversight. A vendor who will not tell you which one they are proposing has already told you something.

In practice the work splits into five stages, and only one of them is model work:

  • Discovery, where the agent's job is defined as a seat or a workflow a human currently owns
  • Definition, where the authority list is written before any code is touched
  • Build, where the container, the scoped credentials and the tool loadout are assembled
  • Pilot, where the agent drafts every action and a human approves it
  • Graduation, where the agent runs scheduled, logged and accountable

Choosing the model is the last decision in that sequence, not the first. If a proposal opens with the model and the framework, the sequence is inverted.

What is the difference between an AI agent and a chatbot wrapper?

A chatbot wrapper retrieves and replies. An agent holds a goal, plans multiple steps, calls tools that change state in your systems, and knows when to stop and ask a human. The tell is write access: if the thing cannot change a record, book a slot, or move money, it is answering, not acting.

Anushree Verma, Senior Director Analyst at Gartner, put the maturity problem plainly in that June 2025 release: "Most agentic AI propositions lack significant value or return on investment, as current models don't have the maturity and agency to autonomously achieve complex business goals or follow nuanced instructions over time."

We read that as a scoping instruction rather than a reason to wait. Models are not reliable enough to be handed a department. They are reliable enough to be handed one seat, with a written boundary and a human on the other side of anything consequential. Every agent we run is scoped to a seat, not a function.

Three questions separate the two categories quickly on a sales call:

  • Which systems does it write to, and under what credential?
  • What does it do when it is not confident? If the answer is that it answers anyway, it is a wrapper
  • Show me a log of an action it took last week that a human did not initiate

The third one ends most conversations.

What should an AI agent build include?

Six artefacts, and you should see all of them named in the proposal before you sign. The list is short because the failure modes are consistent: projects die on unclear scope, on access nobody agreed to, or on nobody having decided what happens when the agent is wrong.

  • A scope that names one seat or one workflow, not a department
  • An authority list written before any code, covering what the agent may do freely, what needs draft-and-wait approval, and what it may never touch
  • Least-privilege credentials, issued per system, revocable one at a time
  • An escalation path with a named human and a channel that person actually reads
  • A supervised pilot on live data, not a demo on sample data
  • Graduation criteria agreed up front, plus a logged audit trail from day one

Why the authority list is the real deliverable

The authority list is the document that survives the project. It is where the argument happens: the finance lead discovers what the ops lead assumed the agent would be allowed to do, and the disagreement gets resolved on paper instead of in production. Writing it takes one to two weeks on most builds, and it is the cheapest week of the engagement.

It is also the artefact that makes a vendor comparison honest. Two proposals that both promise an autonomous operations agent look identical until you ask each to draft the authority list. One will produce a page of specifics. The other will send a capability deck.

Escalation is a design decision, not a fallback

An agent that escalates everything is a routing script with an expensive inference bill. An agent that escalates nothing will eventually take an action you would not have approved. The build has to define, per action type, which of the two failure modes you can tolerate. Our agents escalate through Slack and WhatsApp because those are channels operators read within minutes, and an escalation nobody sees is the same as no escalation.

If you want the full five-stage version of this with the governance model written out, that is on our AI agent development service page, including how the authority list is enforced and what the pilot gate looks like.

How do you know the agent can only do what you scoped?

Because the limit is enforced outside the agent, not inside its prompt. An instruction telling a model to stay within bounds is a request. A root-owned access policy and a write gate that sit outside the agent's container are enforcement, and the agent process cannot edit them even if a prompt talks it into trying.

This is the single question most buyers skip, and it is the one that decides whether a security review passes. Prompt-level guardrails fail the review for a simple reason: the thing being constrained is also the thing interpreting the constraint. Ask the vendor where the boundary lives. If the answer is the system prompt, the answer is that there is no boundary.

At Neogen the access policy is host-owned and covers a library of 150 skills across our production agents, with an access test suite that currently runs 110 of 110 passing. Those tests exist because a permission model you have not tested is a permission model you are guessing at. Ask any shortlisted vendor whether their access rules are tested, and how often.

Connecting the agent to your CRM, ERP or accounting stack is where most of the scoped-credential work actually lands, which is why we treat it as integration work with its own discipline rather than something the agent figures out on its own.

What does a pilot look like, and when should the agent graduate?

The pilot should run in shadow mode: the agent drafts every action it would have taken and notifies a human instead of executing. You tune on real decisions against live data, and you get a comparison set. Graduation happens when the agent is making the calls a human would have made, not when the sprint ends.

Two things make this work. The first is that shadow mode produces evidence rather than opinion. After a few hundred drafted actions you are no longer arguing about whether the agent is ready, you are reading a disagreement rate. The second is that the pass mark is agreed before the pilot starts, so nobody gets to move it afterwards.

On our builds, discovery and the authority list take one to two weeks. Build and shadow-mode piloting run another two to four weeks, depending on how many systems the agent has to connect to. Any vendor quoting a fixed two-week delivery for an agent that touches four systems is quoting for a wrapper.

What does it cost to work with an AI agent development company?

There are two numbers and most proposals only show one. The build fee covers discovery, the authority list, integrations, the pilot and graduation. The running cost covers inference, orchestration, monitoring, and the maintenance that follows every time a connected system changes its API. A quote without the second number is incomplete.

We do not publish build pricing, because a governed agent that writes to an ERP across 52 branches and a single-seat drafting agent are not the same project and pretending otherwise helps nobody. What you should insist on before signing is the shape of the cost:

  • What the build fee covers, and what is explicitly out of scope
  • Expected monthly inference and infrastructure cost at the pilot's observed volume, not at an optimistic one
  • Who pays when a vendor's API changes and the integration breaks
  • Whether the running cost sits on your cloud account or theirs

That last one is worth a conversation on its own. When the infrastructure is client-owned, the running cost is visible to you and the switching cost stays low. When it sits inside the vendor's platform, you are renting the agent and the data path both.

What should you ask an AI agent development company before signing?

Nine questions, in the order that eliminates vendors fastest. Most shortlists collapse by the fourth one.

  • Is what you are proposing an agent or a workflow, and why is that the right choice here?
  • Which single seat or workflow will this agent own?
  • Will you draft the authority list before the build, and is it a contract deliverable?
  • Where is the access boundary enforced, and can the agent process modify it?
  • Are the permission rules covered by automated tests, and how many currently pass?
  • What does the shadow-mode pilot measure, and what is the agreed pass mark?
  • Who is the named human in the escalation path, and on which channel?
  • What is the monthly running cost at realistic volume, and whose account does it sit on?
  • On the day we part ways, what do we keep? Prompts, workflows, credentials, logs, data.

A vendor who answers all nine without a follow-up call has built agents before. A vendor who answers the first two and redirects to a case study has built decks.

What does a real agent build look like in practice?

A worked example is more useful than a capability list. The Parakkat Group, a jewellery retail and hospitality business, ran 52 branches across eighteen disconnected systems. Answering a question like which branches are below reorder level meant exporting from the ERP, waiting for a scheduled report, or asking someone to build a pivot table.

What we built was a command centre on infrastructure the group owns: a connector per source normalised into a canonical schema, a Postgres system of record underneath, and a governed agent on top that answers in plain English from a browser or WhatsApp. All six of the ERP's Excel reports now exist as live data across the 52 branches. Pages open in about a second.

The part that matters for this article is the smallest one. The agent executes only behind an approval gate. It can read everything it was scoped to read and answer conversationally against all eighteen sources, but an action that changes state waits for a human. That gate is why the system was allowed near a live ERP at all. The full build is written up in the Parakkat command centre case study.

Frequently asked questions

Who owns the agent after the project ends?

You should, and it should be written into the contract rather than assumed. Ownership means the prompts, the workflow definitions, the connector code, the credentials and the logs, hosted somewhere you control. If any of those five sit inside a vendor platform you cannot export from, you have bought a subscription rather than a build, and your switching cost grows every month the agent runs.

We already run n8n and GoHighLevel. Does an agent build replace that?

Usually it sits on top rather than replacing it. Deterministic automation is cheaper and more predictable than an agent for anything with a fixed path, so the sensible pattern is to keep the existing workflows doing the fixed work and give the agent the judgement calls that currently land on a person. We build on the same stack, so existing n8n workflows generally become tools the agent can call rather than work to be redone.

Do we need our own servers to run an AI agent?

Not always, but you need somewhere the access policy can live outside the agent's reach, and you need visibility of what the agent costs to run. Client-owned infrastructure gives you both, which is why we default to it for anything writing to an ERP or holding customer data. Smaller single-seat agents run fine on managed infrastructure provided the credential scoping and logging are still yours.

What happens when the agent gets something wrong?

You need three things decided in advance: how the mistake is detected, who is told, and how the action is reversed. Detection usually comes from the audit log plus a disagreement rate carried over from the pilot. Reversibility is a scoping constraint, which is the real reason irreversible actions such as payments and outbound sends sit behind approval gates instead of running unsupervised.

How many agents should we start with?

One, owning a seat that a person currently fills badly or expensively. Starting with a single scoped agent gives you a real disagreement rate, a real running cost and a real integration map within about six weeks. Every organisation we have seen attempt three agents in parallel spent the first month arguing about scope instead of shipping one.

Where to start

If you can name the seat, we can scope the agent. Bring us the role you were about to hire for, or the workflow that breaks every time the person who owns it takes leave, and we will come back with the authority list before we quote the build. Talk to us about an agent build, or read how the governance model works on our AI agent development page.

Rehdhil Siyad
Rehdhil SiyadFounder · Neogen Media

Founder and Director at Neogen Media. Writing field notes on AI automation, growth systems, and the integrated playbook we ship for Indian SMBs. Based in Kochi.

Follow on LinkedIn
Next Step

Want a system like this shipped for you?

If the playbook above maps to your stack and you'd rather we implement it than read about it, book a 30-minute strategy call. We'll map the priorities, tell you what's actually worth building, and leave you with a plan either way.

Book a Strategy Call
30 MINFREE AUDITNO DECKNO OBLIGATION
Or send us a WhatsApp
// What You Walk Away With
  • 01

    A map of every manual task worth automating

  • 02

    Ballpark ROI on your top 3 automation opportunities

  • 03

    Honest read on whether we are a fit — or who is

Usually responds within 24 hours