Learning Library

← Back to Library

AI Summaries Transform Customer Support

Key Points

  • Customers frequently experience frustration with traditional call centers due to lengthy navigation menus and agents lacking context about prior interactions.
  • The speakers propose leveraging generative AI (large language models) to improve the experience by automatically summarizing past call transcripts for agents.
  • AI can also perform sentiment analysis on previous calls, giving agents insight into whether the customer’s prior experiences were positive or negative.
  • Intent classification by the language model can identify the primary reason for a customer’s call (e.g., product inquiry, billing issue, promotion interest) before the agent speaks.
  • Retrieval‑augmented generation (RAG) can be used to supply agents with relevant historical information during call transfers, ensuring continuity and better service.

Full Transcript

# AI Summaries Transform Customer Support **Source:** [https://www.youtube.com/watch?v=Vipb458S-co](https://www.youtube.com/watch?v=Vipb458S-co) **Duration:** 00:07:40 ## Summary - Customers frequently experience frustration with traditional call centers due to lengthy navigation menus and agents lacking context about prior interactions. - The speakers propose leveraging generative AI (large language models) to improve the experience by automatically summarizing past call transcripts for agents. - AI can also perform sentiment analysis on previous calls, giving agents insight into whether the customer’s prior experiences were positive or negative. - Intent classification by the language model can identify the primary reason for a customer’s call (e.g., product inquiry, billing issue, promotion interest) before the agent speaks. - Retrieval‑augmented generation (RAG) can be used to supply agents with relevant historical information during call transfers, ensuring continuity and better service. ## Sections - [00:00:00](https://www.youtube.com/watch?v=Vipb458S-co&t=0s) **AI‑Powered Call Summaries** - The speakers discuss using generative AI, like large language models, to summarize call transcripts, perform sentiment analysis, and classify intent, enabling agents to quickly grasp customer issues and improve the support experience. - [00:03:06](https://www.youtube.com/watch?v=Vipb458S-co&t=186s) **Using RAG for Real-Time Agent Support** - The speaker explains how Retrieval‑Augmented Generation can turn speech‑to‑text inputs into LLM‑driven answers, instantly equipping call agents with expert knowledge and eliminating costly transfers and extensive training. - [00:06:16](https://www.youtube.com/watch?v=Vipb458S-co&t=376s) **Automating Customer Support with AI** - The speakers explain how AI tools such as automated ticket generation, product recommendation, next‑best‑action guidance, summarization, sentiment analysis, and intent classification can dramatically increase call‑center agent productivity and improve the customer experience. ## Full Transcript
0:01Sai, have you ever called customer care 0:02and ended up being completely frustrated? 0:05Yes Sharath, all the time. 0:07First of all, when I call the customer care, 0:09getting to a real person is an impossible task because 0:12I have to answer a whole bunch of questions, 0:14need to press a lot of keys before even I get to a real person. 0:18Even when I'm talking to a real person, 0:19the agent wouldn't understand why I called, 0:23my history or any of those details. 0:27So, overall, it was a real poor experience. 0:29Yeah, I've had the same poor experience. 0:32Wouldn't it be really cool if we can use generative AI 0:35to help the agent and make it a much better experience 0:39for the end customer? 0:40Generative AI, that will be really cool. 0:42How can we use generative AI in such situations? 0:46So we can use LLMs, or large language models, 0:49to do a number of different things, such as summarization. 0:53So let's say we take a previous transcript, 0:58call transcript, between an agent and a customer. 1:01We run that through a large language model, 1:04and the large language model can then generate a short summary 1:08of the entire long call transcript. 1:13Okay, so the agent will be able to understand 1:15why the customer called in the previous instances 1:17without actually looking at the whole transcript, 1:20but instead looking at just a summary transcript 1:22that is provided by the LLMs. 1:24That's right. 1:25We can do a couple of other things with those previous transcripts. 1:28One is sentiment analysis. 1:38And the third thing is intent classification. 1:47Okay, so the agent already knows in advance 1:50what kind of experience the customer had in the previous instances, 1:53whether it was negative or positive experience. 1:56That is good information to have 1:58before the agent picks up the call and talks with the customer. 2:01But can you explain a little more about 2:03how intent classification can be utilized here? 2:06Sure, so we can look at this previous call transcript 2:09and then we can classify it as what is the main reason 2:13or intent the customer has called. 2:15So this could be things like 2:17maybe the customer's calling to ask about a particular product 2:20or a billing issue. 2:22Or, let's say there's a recent promotion 2:24and wanted more information about that. 2:26So the large language model is able to look at the transcript 2:29and determine what is the main intent for that conversation. 2:34Oh, that'll be really great because 2:35even before the agent talks to the customer, 2:38picks up the call and talks to the customer, 2:39the agent already knows a lot about the customer. 2:43Knows the summary of previous conversations, 2:45why the customer call in the previous instances, 2:48and also the kind of experience the customer had. 2:50So that'll be good information to have when 2:52the agent is talking to the customer, so that he can 2:54tread carefully when talking to that specific customer. 2:57That will be helpful. 2:58That's right. 2:59But, haven't you had a lot of times when 3:01an agent has just switched over 3:03or will have to transfer to another agent? 3:06So that's where we can use another thing known as RAG, 3:12or Retrieval Augmented Generation. 3:17That is interesting because every time I call the agent, 3:20I get transferred to a different agent and I have to end up 3:23saying the thing, saying all the things over and over again. 3:26But how does this RAG work? 3:27As in, can the agent just type in a question and 3:30get the responses back from the generative AI LLMs? 3:34Sure, so instead of transferring to a number of different agents, 3:37RAG can help any agent become an expert on any particular topic. 3:43So that way you don't have to get transferred to another agent. 3:46So instead of typing out the question, 3:49imagine if AI could automatically be listening in to the conversation 3:53so we could have the speech-to-text listening in to the conversation. 3:57That text then sent to the large language model, 4:00which can then bring up the relevant information 4:03and present it to the agent 4:05so that the agent is knowledgeable about any topic 4:08that a particular customer is asking about. 4:11Okay, that actually makes a lot of sense because 4:14the agent doesn't need a lot of training on all of the things that are available 4:18and requires a lot of lesser switching to different agents and 4:22the agent will be able to help the customer on the call in real time. 4:26That is good information for the agent to have. 4:29But how does the RAG framework work? 4:31Can we talk about that and how can it be applied in such scenarios? 4:36Sure, so let's say there are a number of different data sources. 4:40This could be things like product documentation. 4:43You could have a FAQ information 4:46as well as previous trouble tickets. 4:49All of this is text information, 4:52which can then be split up or chunked 4:54and sent to an embedding model. 4:57This embedding model can then convert all of this text 5:00into embeddings or vectors. 5:03Really it is just numerical information 5:06which can then be stored into a vector database. 5:09So now when a user is asking a question, 5:12this vector database is able to understand the semantic information 5:16and then bring up the most relevant content, 5:19send that over to a large language model, 5:22which can then generate an answer 5:24and send that back over to the user. 5:31That actually will help the agent in a lot of scenarios because, 5:34as we've been talking about, 5:36the agent doesn't know anything and everything. 5:38So having the generative AI LLMs bringing up 5:41the learned information real time 5:43as the agent is talking to the customer will be really valuable. 5:46That's right. 5:47So we can also do a number of other things. 5:50So let's say, you know, in some cases 5:53it might still require that a particular agent 5:58needs to send some information over to another system. 6:01So think of trouble ticketing systems 6:04where you can have a large language model 6:06automatically pre-populate all of the different fields 6:10in this trouble ticket form 6:11when it makes it easy for the agent to then just review that information. 6:16Yes, that will be that will be really helpful because 6:19usually the agents spend a lot of time in taking notes, 6:22creating those trouble tickets after the call is ended. 6:24So it'll really help boost the agent's productivity and efficiency, and 6:28all the agent has to do is just look at the automated trouble ticket 6:32that is created and just review it and update it if needed, 6:36and submit a trouble ticket. 6:37That saves a lot of time. 6:38Exactly, yeah, and then we can also do a couple of other things. 6:42So we can do things like product recommendation, 6:45where a large language model can automatically recommend 6:49the product based on the particular customer. 6:53So that can be also personalized. 6:55We can also do things like next best action, 6:58where we can tell the agent what is the next best thing that 7:01the agent needs to be doing while on the call. 7:04So this can really guide the entire conversation between 7:07the agent and the customer. 7:09Well, there you have it. So with all of these things - 7:11summarization, sentiment analysis, intent classification, RAG, 7:15and these kind of generation tasks - 7:17the agent will now be able to talk to the customer, 7:20and help the customer in a more productive fashion. 7:23Right, so next time you call a customer care 7:25hopefully you won't be as frustrated. 7:27That'll be really helpful, thank you. 7:31If you liked this video and want to see more like it, 7:34please like and subscribe. 7:36If you have any questions 7:37or want to share your thoughts about this topic, 7:39please leave a comment below.