What Is a Chatbot? (Answers Questions)
A chatbot is a conversational interface: a customer or employee types a question, and the bot answers. Modern LLM-powered chatbots are dramatically better than the decision-tree bots of five years ago — they understand natural language, handle follow-up questions, and when connected to your knowledge base through retrieval (RAG), they answer from your actual documentation instead of guessing. What a chatbot fundamentally does not do is act.
It can tell a customer your refund policy; it cannot process the refund. That boundary is a feature, not a limitation — for customer-facing FAQ handling, lead qualification conversations, and internal knowledge lookup, a well-built chatbot is cheaper, faster to deploy, and easier to control than a full agent. Typical cost: $5,000–$25,000 to build well, live in two to four weeks.
What Is RPA? (Follows Rules)
Robotic process automation is software that mimics human clicks and keystrokes: open this application, copy this field, paste it there, click submit. It's deterministic — the same input always produces the same output — which makes it reliable for stable, structured tasks and brittle everywhere else. If the invoice layout changes or a new supplier formats dates differently, classic RPA breaks.
RPA still has a real place in 2026: it's often the only way to automate legacy desktop software that has no API, and for high-volume, never-changing data transfers it's cheap and dependable. The modern pattern is to stop using RPA as the brain and use it only as the hands — AI reads and decides, RPA executes the clicks in systems nothing else can reach.
What Is an AI Agent? (Plans and Acts)
An AI agent is software that pursues a goal by planning steps and using tools — reading data, calling your systems' APIs, sending messages, updating records — with the judgment to handle variation along the way. Where a chatbot answers 'what's the status of order 4571?', an agent can notice the order is delayed, check inventory in your ERP, draft an apology email with a revised date, update the CRM record, and flag the pattern to your ops team. Agents are the most capable of the three technologies and the ones requiring the most careful engineering: they need permission scopes (what the agent may and may not touch), human-in-the-loop approval for consequential actions, and evaluation against real scenarios before launch.
Typical cost for a production single-purpose agent: $20,000–$75,000, live in four to eight weeks.
The Decision Framework: Which One for Which Job?
Ask two questions about the task. First: does it need to converse, or to act? Pure question-answering — support FAQs, policy lookup, lead qualification chat — is chatbot territory. Doing work — processing documents, updating systems, chasing approvals — needs an agent or automation pipeline.
Second: how much does the input vary? Stable and structured (same file format, same fields, every time) can run on cheap deterministic automation, including RPA. Variable and messy (different formats, unstructured text, judgment calls) needs AI in the loop. Plot your task on those two axes and the answer usually falls out.
One warning sign to watch for: if a vendor proposes an expensive agent for a task that's really a stable data transfer, you're overpaying for flexibility you don't need.
How the Three Work Together in Practice
Real businesses rarely pick just one — mature automation stacks layer all three. A typical accounts-payable flow: AI extraction reads incoming invoices regardless of format (the judgment layer), an orchestration pipeline matches them to purchase orders and routes exceptions for approval (the process layer), and an RPA connector keys the approved entries into a legacy accounting system that has no API (the hands). On the front end, a chatbot answers suppliers asking about payment status — pulling live data from the same pipeline.
Each technology does what it's best at. This is also why 'which tool should we buy?' is usually the wrong question. The right question is 'what should our workflow look like?' — the tools follow from the design, not the other way around.
What This Means for Your Budget
A rough 2026 pricing map for well-built implementations: knowledge-base chatbots run $5,000–$25,000; document-processing automation pipelines run $15,000–$45,000; single-purpose AI agents run $20,000–$75,000; multi-agent systems with enterprise guardrails start around $75,000 and climb with complexity. Ongoing costs — API usage, hosting, monitoring, maintenance — typically run 10–20% of build cost per year. The sequencing advice we give every client: start with the layer that touches your highest-volume pain.
For most service businesses that's a document pipeline, not an agent — it's cheaper, proves ROI faster, and produces the clean data foundation that makes a future agent dramatically more effective.
Not sure which technology fits your problem?
Describe the task in a free 30-minute call and we'll tell you honestly whether it needs a chatbot, a pipeline, an agent — or a $200/month off-the-shelf tool. No commitment required.
Book a Free Scoping CallFrequently Asked Questions
What is the difference between an AI agent and a chatbot?
A chatbot answers questions in conversation; an AI agent plans and takes actions — calling APIs, updating records, sending messages — to complete real work. Chatbots inform, agents act. Agents cost more and require guardrails like permission scopes and human approval for consequential actions.
Is RPA obsolete now that AI agents exist?
No — its role has changed. RPA is now best used as the 'hands' that click through legacy desktop software with no API, while AI handles the reading and deciding. For stable, structured, high-volume transfers, RPA remains cheap and reliable.
How much does an AI agent cost to build?
A production single-purpose agent typically costs $20,000–$75,000 and takes four to eight weeks. Chatbots run $5,000–$25,000; multi-agent enterprise systems start around $75,000. Ongoing costs run 10–20% of build cost per year.
Which should my business implement first?
Usually neither a chatbot nor an agent — a document-processing pipeline. It's cheaper, proves ROI fastest, and creates the clean data foundation that makes any future agent far more effective. Start where your volume and pain are highest.
Are AI agents safe to connect to business systems?
Yes, when engineered properly: permission scopes limiting what the agent can touch, human-in-the-loop approval for consequential actions, audit logging, and evaluation against real scenarios before launch. An agent without guardrails is a liability, not an asset.