1. Home
  2. Glossary
  3. Chatbot
AI glossary · Using AI at work

Chatbot

Chatbot: A chatbot is software you converse with by typing or speaking. Older chatbots followed scripted decision trees; modern AI chatbots such as ChatGPT, Claude, Gemini, and Copilot use large language models to understand and respond to almost any request.

The word covers two very different things. The support bot that asked you to 'press 1 for billing' was a rules-based chatbot: it matched keywords to a fixed menu and broke the moment you went off script. An LLM-based chatbot has no script. It reads what you wrote, in any phrasing, and composes a reply.

That flexibility is why general-purpose assistants became everyday tools for drafting, summarizing, analysis, and research. It also reaches customer-facing bots: a modern support chatbot can be given your help articles and policies through retrieval and answer real questions, hand off to a person when it is unsure, and log what it could not resolve.

Two things to keep in mind. A chatbot's confidence does not indicate accuracy, so check facts before acting on them. And what you type into a consumer chatbot may be stored or reviewed by the vendor, so never paste confidential client, patient, or employee information unless your organization has approved that specific tool.

Example at work

A dental office replaces its scripted website bot with an LLM-based one that has access to hours, services, insurance accepted, and the appointment scheduling link. It answers questions in plain language, never quotes prices it has not been given, and routes anything clinical to a staff callback the next business day.

Why it matters

Chatbots are the front door to AI for most professionals, both as a personal assistant and as a customer-facing tool. Knowing the difference between a scripted bot and an LLM-based one helps you set expectations for what each can handle and where a person needs to step in.

Related terms