all notes
2026-07-11Naman Barkiya

What a custom AI chatbot or agent costs in 2026.

A custom docs-grounded chatbot costs $8,000–$15,000, retrieval over live private data (RAG) $15,000–$40,000, and an agent that owns a full workflow $40,000–$80,000 in 2026 — the spread within each band is driven by integration count and evaluation infrastructure, not model choice.

A docs chatbot, a RAG system, and a workflow agent are three different builds with three different price tags. Quotes vary 10x because half the market prices a wrapper and calls it an agent.

A chatbot that answers from your documents runs $8,000–$15,000. Retrieval over live private data — actual RAG — runs $15,000–$40,000. An agent that owns a real workflow end to end runs $40,000–$80,000. The spread inside each band is integrations and evaluation, almost never the model.

Quotes for "an AI chatbot" vary by 10x because the phrase covers three structurally different builds. Founders comparing a $6,000 quote against a $60,000 quote are usually comparing a wrapper against a system. Here is how we scope the three tiers and what moves the number inside each.

Tier one: the docs-grounded chatbot — $8,000–$15,000

A bot that answers questions from a fixed body of content: your help articles, policies, product docs. Ingestion, chunking, a retrieval layer, a refuse-to-answer threshold so it says "I don't know" instead of inventing, and a simple review loop.

This tier sits at or below our usual minimum, and we'll say so on the call. If your content is clean and the use case is support deflection, a good template or a competent freelancer can get you most of the way. Where it earns a studio build: messy content, compliance constraints, or a hard requirement that wrong answers never ship.

Tier two: RAG over live private data — $15,000–$40,000

Retrieval-augmented generation over data that changes: a product catalog, a document pipeline, customer records. Now the build includes sync from your systems of record, permissioning (who is allowed to retrieve what), an evaluation set that catches quality regressions, and monitoring.

The number moves with data messiness more than data volume. One clean Postgres source sits at the bottom of the band. Four sources, two of them PDFs with tables, sits at the top. For the LaunchProd build we ran a section-level retrieval pipeline on pgvector with a refuse-to-answer threshold — and the most valuable engineering decision was removing complexity: cutting multi-tier chunking and reranking dropped latency roughly 35 percent with no quality loss. You are paying for that judgment, not for the vector database.

Tier three: the workflow agent — $40,000–$80,000

An agent that executes multi-step work — triages the ticket, drafts the response, updates the CRM, escalates the exception — rather than chatting about it. The model is one component. The build is the state machine around it: tool integrations, failure handling, human approval gates, an audit trail, and an evaluation harness that measures task completion, not vibes.

The upper half of this band is where our usual $15,000–$60,000 range tops out; past that we split the build into scoped phases so each milestone ships something operable on its own.

What moves the number

What doesn't move the number

Model choice, mostly — providers are swappable behind an interface, and we pick per evaluation results, not brand. UI polish matters less than founders expect; the chat interface is the cheap part. And "GPT-5 versus everyone else" debates move the quote by approximately zero dollars.

Red flags in the quotes you're comparing

A $3,000 "AI agent" is a wrapper — one API call in a trench coat. A quote with no evaluation line item is a demo with an invoice. Per-seat pricing on a custom build means you're renting your own product. And any proposal that can't tell you what happens when the model is wrong hasn't thought about the only question that matters in production.

Ask each bidder one question: "how will we know the outputs are correct?" The quality of the answer prices the quote for you.

FAQ

Questions this usually surfaces.

How much does it cost to build an AI chatbot for my business?
A chatbot grounded in a fixed set of documents costs $8,000–$15,000. If it needs to retrieve from live, changing data — a catalog, customer records — that is a RAG build at $15,000–$40,000. The difference is sync, permissioning, and evaluation infrastructure, not the model.
How much does a custom AI agent cost?
An agent that executes a real multi-step workflow — reads systems, takes actions, escalates exceptions — runs $40,000–$80,000. Most of that is the state machine around the model: integrations, approval gates, audit trail, and an evaluation harness that measures task completion.
Why do AI development quotes vary so much?
Because 'AI chatbot' covers three structurally different builds, and because some quotes price a wrapper — one API call in a trench coat — while others price a system with evaluation and failure handling. Ask each bidder how you'll know the outputs are correct; the answer prices the quote.
Where can I hire RAG developers?
Hire whoever can show you a production retrieval system and its evaluation harness, not a demo. Our LaunchProd RAG architecture is public — section-level retrieval on pgvector with a refuse-to-answer threshold. We take these builds: hq@singlebit.xyz, estimate within 24 hours.