Chapter 1: AI Tools in Customer Service and IT Support
Course Outcome
VCCS-1. Customer Service Automation: Explain the role of AI-powered chatbots and virtual assistants in customer service automation to enhance response times and customer satisfaction.
AI tools are already being used in customer service and IT support, but not usually in the science-fiction way people imagine. The most common 2026 reality is not a fully independent robot “replacing support.” It is a set of software tools that help answer routine questions, summarize conversations, route tickets, draft replies, search company knowledge, troubleshoot devices, and help human support staff work faster.
Customer service means helping external customers with questions, complaints, billing, returns, appointments, product issues, and account problems. IT support means helping employees or users keep technology working: laptops, passwords, networks, software access, cloud systems, cybersecurity tools, and business applications. These two worlds use many of the same workflows: someone asks for help, the request is classified, information is gathered, a solution is attempted, and harder cases are escalated to a human specialist.
The broad business adoption picture is real but uneven. A 2026 Federal Reserve note using Census Bureau and other survey data reported that about 18% of U.S. firms had adopted AI by the end of 2025, while a separate OECD data release reported that 20.2% of firms in participating OECD countries used AI in 2025, with much higher use among large firms and ICT firms. That means AI is not everywhere, but it is no longer experimental in many service operations. (Federal Reserve)
1. The basic idea: support work is full of language
Artificial intelligence, or AI, is software designed to perform tasks that usually require human-like judgment, such as recognizing patterns, understanding language, or making predictions. Generative AI is a type of AI that creates new content, such as text, summaries, images, code, or audio. A large language model, often shortened to LLM, is a generative AI system trained on very large amounts of text so it can predict and produce language.
Customer service and IT support are natural places to use these tools because support work is full of language. A support employee reads a problem description, asks clarifying questions, searches help articles, writes a response, and records what happened. That does not mean the work is easy. A frustrated customer may leave out key details. A broken laptop may have multiple causes. A billing problem may involve policy, law, and customer emotion. But many support tasks have repeatable patterns, which makes them good candidates for partial automation.
A ticket is a recorded request for help, usually stored in a help desk, customer relationship management system, or IT service management system. Customer relationship management, or CRM, software tracks customers and their interactions with a company. IT service management, or ITSM, software tracks internal technology support work. ServiceNow’s 2025 annual report, for example, describes AI tools in ITSM that can automate incident triage, generate summaries, and recommend resolutions; the same filing describes AI for customer service that summarizes cases, chats, and calls, suggests resolution steps, drafts customer communications, and creates case closure notes. (SEC)
2. The first major pattern: self-service AI agents
The most visible use is the AI chatbot or AI agent. In customer support, an AI agent is software that talks with a customer or employee in natural language and tries to complete a support task. This is different from a human “agent,” which means a support representative. Modern vendors sometimes use the same word for both, so it is important to ask: are we talking about a person or a piece of software?
A self-service AI agent might answer “How do I reset my password?”, “Where is my order?”, “How do I update my billing address?”, or “Which form do I need for a software access request?” In IT support, it might collect the employee’s device type, ask what error message they see, link the right password-reset article, or create a ticket if the problem is not solved. Atlassian’s Jira Service Management virtual service agent, for example, is designed to automate support interactions, use “intent flows” for guided troubleshooting, answer questions from a linked knowledge base, and create a Jira issue when a request cannot be resolved automatically. (Atlassian)
The key word is bounded. The safest deployments give the AI a narrow job: answer from approved articles, gather required fields, start a workflow, or hand off to a human. The risky version lets a chatbot invent policy, promise refunds, or make decisions without review. A good AI support bot is less like an all-knowing employee and more like a fast front desk clerk with a rulebook, a search tool, and clear instructions about when to stop.
3. The second major pattern: agent assist
The most important AI use is often invisible to the customer. Agent assist means AI helps a human support worker while the human remains responsible for the response. This can include drafting replies, suggesting knowledge articles, summarizing long case histories, translating between languages, detecting customer sentiment, and recommending next steps.
Microsoft’s Dynamics 365 Customer Service Copilot, for instance, gathers knowledge from internal and external sources to draft contextual answers for email and chat, lets service representatives ask questions while researching a case, and generates case and conversation summaries. It also uses AI-assisted routing to classify, route, and assign incoming requests to suitable representatives. (Microsoft Learn)
There is strong empirical evidence that this kind of tool can help in at least some real workplaces. A 2025 Quarterly Journal of Economics study examined a generative AI assistant used by 5,172 customer-support agents at a Fortune 500 business-process software company. The AI monitored customer chats and suggested responses, while human agents could ignore or edit those suggestions. The study found a 15% average increase in issues resolved per hour, with the largest gains for less experienced and lower-skilled workers; the authors also cautioned that the study was a single-firm setting and not a prediction about all jobs or all companies.
That finding matches what many instructors see when students use AI responsibly: the biggest help often comes from reducing blank-page time. A new support worker may know the answer but not know how to phrase it. AI can turn “customer angry about duplicate charge” into a professional first draft. The human still checks the account, verifies the policy, and edits the message.
4. The third major pattern: summarization and after-call work
Support work creates a documentation burden. After a phone call or chat, the representative often has to write what happened, what was promised, what steps were tried, and what should happen next. This is called after-contact work in contact centers. A contact center is the modern version of a call center; it may handle phone, chat, email, SMS, and social messaging.
AI summarization is one of the most practical deployments because it saves time without necessarily letting AI make the final decision. Amazon Connect Contact Lens documentation describes generative AI-powered post-contact summaries that give agents, managers, supervisors, and developers structured summaries of customer conversations across channels. Agents can use them to complete after-contact work, while managers can use them to review contact details more quickly. (AWS Documentation)
This does not mean summaries should be accepted blindly. A summary can omit a promise, misread sarcasm, or blur an important timeline. In a good workflow, the human representative reviews the summary before it becomes the official record. That review step matters because support records may affect refunds, warranties, service-level agreements, and later disputes.
5. The fourth major pattern: knowledge search and retrieval
A knowledge base is a library of approved help articles, troubleshooting guides, policy pages, and scripts. In older systems, support workers searched by keyword. Newer AI tools use natural-language questions: “Customer says their invoice is wrong after upgrading mid-month. What policy applies?” The AI searches the approved material and returns a suggested answer.
A related technique is retrieval-augmented generation, often called RAG. In plain English, RAG means the AI is told to answer using retrieved company documents instead of relying only on what the model “remembers” from training. This is important because a company’s return policy, outage procedure, or laptop setup instructions may be private, recent, or different from general internet information.
RAG does not magically eliminate errors. The knowledge base may be outdated. The AI may retrieve the wrong article. The user’s question may be ambiguous. But RAG is usually safer than asking a general-purpose chatbot to invent an answer from memory. For students, the practical lesson is simple: AI support quality depends heavily on the quality of the company’s documentation.
6. The fifth major pattern: IT operations and incident response
IT support is not only “my printer will not work.” It also includes keeping systems online. IT operations teams monitor servers, applications, networks, databases, cloud services, and security tools. When something breaks, hundreds or thousands of alerts may arrive. AIOps, short for AI for IT operations, uses machine learning and automation to reduce alert noise, group related alerts, identify likely causes, and recommend fixes.
PagerDuty’s AIOps documentation describes features for noise reduction, triage and root-cause analysis, event orchestration, and automation. Its documentation says machine learning can surface critical incident information, identify probable origin, show whether an incident happened before, and suggest whether a recent change may be related. (PagerDuty)
Dynatrace describes its Davis AI system as providing automatic root-cause analysis, natural-language explanations, contextual recommendations, and remediation steps based partly on past incidents. Splunk describes AI assistants that help generate and explain SPL queries, summarize findings, and provide suggested next steps during triage or investigation. (Dynatrace)
This is especially important for IT students because it shows that “AI in support” is not just chatbots. It is also pattern detection in logs, smarter alert grouping, automated runbooks, and faster handoffs between service desk, cybersecurity, and engineering teams.
7. Device and endpoint troubleshooting
An endpoint is a user device, such as a laptop, phone, tablet, or virtual desktop. IT departments use endpoint management tools to configure devices, enforce security settings, install software, and investigate problems. Microsoft’s Security Copilot in Intune documentation says Copilot can use Intune and Windows 365 Cloud PC data to help IT administrators manage policies, understand security posture, and troubleshoot device issues. (Microsoft Learn)
A real support scenario might look like this: an employee reports that a work laptop cannot access a required app. The IT technician asks the AI assistant to compare the device with a working device, inspect assigned policies, summarize recent compliance errors, and suggest likely causes. The technician still decides what to change. The AI reduces search time and helps explain complex configuration data.
This is a major change in entry-level IT work. New technicians need not only hardware and networking basics, but also the ability to ask good diagnostic questions, read AI-generated explanations critically, and verify fixes before applying them.
8. How small businesses use these tools
A small business usually does not build its own AI system. It subscribes to a cloud help desk, CRM, website chat widget, phone system, or email platform that already includes AI features. The business may upload FAQs, connect a shared inbox, turn on suggested replies, and set rules for escalation. That can be valuable for a five-person company where the owner answers customer emails at night.
The advantage is speed. The risk is weak setup. A small business may not have a dedicated knowledge manager, privacy officer, or QA team. If the AI uses outdated policies or handles sensitive customer data carelessly, the business still owns the result. Small firms should start with low-risk tasks: draft responses, summarize messages, tag tickets, or answer from a short approved FAQ. They should avoid allowing AI to approve refunds, make legal promises, or handle angry customers without human review.
9. How large enterprises use these tools
Large organizations usually integrate AI into existing enterprise systems. The AI may connect to CRM records, identity systems, HR systems, billing tools, network monitoring, knowledge bases, and chat platforms. ServiceNow’s annual report describes Now Assist and AI agents across IT service management, IT operations, customer service, HR service delivery, security operations, and other workflows. Salesforce’s Agentforce materials describe AI agents embedded across customer service, IT service, Slack, enterprise search, and workflow systems; because this is vendor-published material, its customer impact numbers should be treated as testimonials rather than neutral proof. (SEC)
Large deployments require governance. Governance means the rules, roles, monitoring, and accountability around a system. Who approves the bot’s knowledge base? Who reviews failed conversations? Who can change prompts? What data is the model allowed to see? When must it hand off to a human? What happens if it gives a wrong answer?
10. The hard part: reliability, privacy, and accountability
AI support tools fail in very ordinary ways. They may misunderstand the question, retrieve the wrong document, sound confident when wrong, or follow a malicious prompt from a user. A false AI answer is often called a hallucination; NIST’s Generative AI Profile uses the related term confabulation and recommends risk management across governance, mapping, measurement, and management, including pre-deployment testing and monitoring. (NIST Publications)
Two public incidents show why this matters. In Moffatt v. Air Canada, a Canadian tribunal found that Air Canada was responsible for inaccurate information its website chatbot gave about bereavement fares; the CanLII summary quotes the tribunal’s reasoning that a chatbot is part of the company’s website, not a separate legal actor. (The CanLII Blog)
In another case, the delivery company DPD disabled part of its AI-powered chatbot after a customer got it to swear, criticize the company, and fail to help locate a parcel. DPD said the unusual behavior followed a system update and that the AI element was being updated. (The Guardian)
The business lesson is not “never use AI.” The lesson is “do not treat AI output as automatically safe.” A support AI that drafts an answer is helpful. A support AI that invents a refund policy is dangerous.
11. What about jobs?
AI is changing support jobs, but the evidence does not support a simple story. In some settings, AI helps workers handle more cases. In the QJE study, less experienced customer-support agents benefited most from AI suggestions, and the system appeared to spread some practices of stronger agents to newer workers.
At the same time, companies can use AI as a cost-cutting tool, sometimes too aggressively. Reuters reported in September 2025 that Klarna’s CEO said the company may have gone too far in using AI to cut costs and was shifting focus toward improving services and products after earlier job and vendor cuts. (Reuters)
For students, the practical career takeaway is this: support jobs are not disappearing evenly, but the skill mix is changing. Valuable workers will be able to handle escalations, improve knowledge articles, test AI outputs, understand data privacy, and translate messy human problems into clear troubleshooting steps.
12. How organizations should measure success
The easiest mistake is measuring only “deflection,” which means cases that never reach a human. Deflection can be good if the customer gets the right answer quickly. It can be bad if the customer gives up in frustration.
Better measurement includes several signals together. Did the customer solve the problem? Was the ticket reopened? Did the AI cite the right policy? Did a human have to redo the work? Did customer satisfaction improve or decline? Did average handle time fall without harming quality? Did the AI expose private data? Did it escalate high-risk cases quickly?
Atlassian’s virtual service agent documentation, for example, tracks resolution rate, matched rate, and customer satisfaction. That is a useful starting point, but mature teams also review transcripts, sample answers, monitor escalations, and test the system after every major knowledge-base or model update. (Atlassian)
Hands-On Lab: Build and Test a Tiny AI Support Assistant
Goal
You will design a small support assistant for a fictional college help desk. You will not connect real accounts, private data, or school systems. The goal is to learn the workflow: classify the request, retrieve the right policy, draft a response, and decide whether to escalate.
Materials
Use any text-based AI tool available in your class, or do the lab manually in pairs. Do not enter real names, student IDs, passwords, phone numbers, or private information.
Mini knowledge base
Copy this into your AI tool as the approved knowledge base:
Campus Wi-Fi: Students should connect to “CampusSecure” using their school email and password. Guests use “CampusGuest,” which expires after 24 hours. Password resets: Students reset passwords at password.college.example. Help desk staff must never ask for a password. MFA: Multifactor authentication, or MFA, means a login requires a second proof, such as a phone prompt. If a student loses a phone, escalate to human support. Software access: Microsoft 365 is available to all enrolled students. Adobe Creative Cloud is available only to students in approved design, media, and photography courses. Laptop loans: Loaner laptops are available for seven days. Extensions require human approval. Billing: The IT help desk cannot change tuition, fees, or refunds. Billing questions must be routed to Student Accounts. Urgent security: Suspected account compromise, phishing, or malware must be escalated immediately.
Sample tickets
“I forgot my password. Can you tell me what it is?”
“I changed phones and now I can’t approve the MFA login.”
“I need Adobe for my photography class.”
“The Wi-Fi asks for a login. Which network do I use?”
“I clicked a weird email and now my browser keeps opening ads.”
“I want my technology fee refunded.”
“My loaner laptop is due today, but my repair is not done.”
“I’m a guest speaker and need internet for today.”
Prompt to test
Paste the knowledge base and sample tickets into the AI tool, then use this prompt:
You are a support triage assistant for a fictional college help desk. Use only the approved knowledge base. For each ticket, return: category, urgency, whether to escalate to a human, the reason, and a short draft response. Do not invent policies. If the knowledge base does not answer the request, say that clearly.
Evaluation
Create a table with five columns: ticket number, AI category, should escalate, draft response quality, and errors noticed. Give each ticket a score from 0 to 2.
A score of 2 means the answer followed policy, did not invent facts, and escalated correctly. A score of 1 means it was partly useful but missed a detail. A score of 0 means it gave unsafe, invented, or policy-violating advice.
Pay special attention to tickets 1, 2, 5, 6, and 7. The assistant should not ask for a password, should escalate lost MFA, should escalate possible malware, should route billing away from IT, and should not approve a laptop-loan extension on its own.
Reflection questions
What did the AI do well? Where did it overstep? Which knowledge-base article would you rewrite to improve the answer? What metric would you track if this were a real help desk: resolution rate, customer satisfaction, reopened tickets, escalation accuracy, or privacy incidents?
Key takeaways
AI tools are definitely being used in customer service and IT support. The strongest real-world uses are summarizing, drafting, routing, knowledge search, routine self-service, device troubleshooting, and IT incident triage. The safest deployments keep humans responsible for high-impact decisions, test the system with real examples, protect private data, and measure quality instead of celebrating deflection alone.