{"id":495214,"date":"2024-01-15T10:23:00","date_gmt":"2024-01-15T09:23:00","guid":{"rendered":"https:\/\/www.devoteam.com\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/"},"modified":"2024-01-15T10:23:00","modified_gmt":"2024-01-15T10:23:00","slug":"enhancing-support-agent-efficiency-with-ai-generated-content","status":"publish","type":"success-story","link":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/","title":{"rendered":"Enhancing Support Agent Efficiency with AI-Generated Content"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull feature-boxes has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-033faf9f wp-block-group-is-layout-constrained\" style=\"margin-top:0px;padding-top:var(--wp--preset--spacing--small);padding-right:0;padding-bottom:var(--wp--preset--spacing--small);padding-left:0\">\n<div class=\"wp-block-group alignwide is-vertical is-layout-flex wp-container-core-group-is-layout-b99ecfb1 wp-block-group-is-layout-flex\">\n<h2 class=\"wp-block-heading has-text-align-left\">The snapshot<\/h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-e3ca69fe wp-block-columns-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px\">\n<div class=\"wp-block-column is-style-column-box-shadow has-border-color has-base-background-color has-background is-layout-flow wp-container-core-column-is-layout-413fa631 wp-block-column-is-layout-flow\" style=\"border-color:#e3e3ea;border-width:1px;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-b56e0895 wp-block-group-is-layout-constrained\">\n<p class=\"has-primary-color has-text-color has-link-color has-xxx-large-font-size wp-elements-1 wp-block-paragraph\"><strong>1<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-style:normal;font-weight:600\">Innovative AI solution implemented to assist support agents in providing faster and more accurate responses to customer inquiries.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-style-column-box-shadow has-border-color has-base-background-color has-background is-layout-flow wp-container-core-column-is-layout-413fa631 wp-block-column-is-layout-flow\" style=\"border-color:#e3e3ea;border-width:1px;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-b56e0895 wp-block-group-is-layout-constrained\">\n<p class=\"has-primary-color has-text-color has-link-color has-xxx-large-font-size wp-elements-2 wp-block-paragraph\"><strong>2<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-style:normal;font-weight:600\">AI system leverages RAG technique and GenAI technologies, allowing agents to choose from pre-generated content, significantly improving support efficiency.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-style-column-box-shadow has-border-color has-base-background-color has-background is-layout-flow wp-container-core-column-is-layout-413fa631 wp-block-column-is-layout-flow\" style=\"border-color:#e3e3ea;border-width:1px;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-b56e0895 wp-block-group-is-layout-constrained\">\n<p class=\"has-primary-color has-text-color has-link-color has-xxx-large-font-size wp-elements-3 wp-block-paragraph\"><strong>3<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-style:normal;font-weight:600\">Hybrid architecture balances cost and effectiveness, with lessons learned highlighting the importance of context understanding in AI-generated responses.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-the-challenge\">The Challenge<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Customers frequently raise questions about their telecom operator or mobile phone plans, necessitating the creation of support tickets in Zendesk. However, the process of understanding user requests, gathering context, drafting responses, and interacting with customers can be time-consuming for support agents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this case study, we explore how an innovative AI solution was implemented to assist support agents in responding to customer inquiries more efficiently within an integrated customer service platform, similar to Zendesk. The AI system suggests responses to support agents, empowering them to select the most appropriate answer for the customer&#8217;s question.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-the-solution\">The Solution<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The proposed solution leverages cutting-edge GenAI technologies to provide support agents with pre-generated content to aid users. The application initiates when a new ticket is generated on the customer&#8217;s Zendesk platform. It employs a Retrieval Augmented Generation (RAG) technique, utilizing frequently asked questions (FAQ) documents from the telecom operator to find the most suitable response to the customer&#8217;s query.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A Vector store, relying on RDS (Relational Database Service), is used to store vectorial representations of the requests. The application, based on ECS (Elastic Container Service), compares these representations with the documents stored in the index, retrieving the best matches (i.e., documents) to be included in the response.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">LangChain orchestrates module\/chain steps such as embedding, vector stores, LLM (Large Language Model) calls, text transformation, etc. The primary modules rephrase the customer&#8217;s question, identify relevant FAQ documents using RAG, and then initiate a call to the LLM. The LLM receives the context documents, the original question, the relevant part of the FAQ, and instructions indicating that the caller is a customer service agent, requesting a clear, non-fictional response in French, with proper formatting and a polite closing sentence.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Subsequently, the modules filter the response to remove contact information and employ a fact-checking technique to ensure the answer aligns with the retrieved FAQ documents. Additional transformation modules are used to refine the customer&#8217;s question, concatenate titles, and include greeting sentences without invoking the LLM.<\/p>\n\n\n\n<div class=\"wp-block-group alignfull feature-boxes has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-033faf9f wp-block-group-is-layout-constrained\" style=\"margin-top:0px;padding-top:var(--wp--preset--spacing--small);padding-right:0;padding-bottom:var(--wp--preset--spacing--small);padding-left:0\">\n<div class=\"wp-block-group alignwide is-vertical is-layout-flex wp-container-core-group-is-layout-b99ecfb1 wp-block-group-is-layout-flex\">\n<h2 class=\"wp-block-heading has-text-align-left\">The better change<\/h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-e3ca69fe wp-block-columns-is-layout-flex\" style=\"margin-top:0px;margin-bottom:0px\">\n<div class=\"wp-block-column is-style-column-box-shadow has-border-color has-base-background-color has-background is-layout-flow wp-container-core-column-is-layout-413fa631 wp-block-column-is-layout-flow\" style=\"border-color:#e3e3ea;border-width:1px;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-b56e0895 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large is-resized is-style-default wp-duotone-red-devoteam\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/sliders-light.svg\" alt=\"\" class=\"wp-image-5413\" style=\"width:35px;height:auto\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-style:normal;font-weight:600\">The deployed application has significantly improved the efficiency of the customer support service.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-style-column-box-shadow has-border-color has-base-background-color has-background is-layout-flow wp-container-core-column-is-layout-413fa631 wp-block-column-is-layout-flow\" style=\"border-color:#e3e3ea;border-width:1px;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-b56e0895 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large is-resized is-style-default wp-duotone-red-devoteam\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/handshake-simple-light.svg\" alt=\"\" class=\"wp-image-5406\" style=\"width:35px;height:auto\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-style:normal;font-weight:600\">TCO Analysis Performed: No cost analysis was conducted for this project, as it falls under an internal innovation lab within the customer&#8217;s IT service. Decisions regarding the selection of LLMs are made based on a pragmatic evaluation of cost and performance.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-style-column-box-shadow has-border-color has-base-background-color has-background is-layout-flow wp-container-core-column-is-layout-413fa631 wp-block-column-is-layout-flow\" style=\"border-color:#e3e3ea;border-width:1px;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--medium);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-b56e0895 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large is-resized is-style-default wp-duotone-red-devoteam\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/fingerprint-light.svg\" alt=\"\" class=\"wp-image-5465\" style=\"width:35px;height:auto\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"font-style:normal;font-weight:600\">Support agents now have access to a bot that generates well-informed and contextually relevant responses, saving them time and helping end-users receive accurate assistance.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Lessons Learned: <\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Developing an AI system that generates accurate content for support agents requires a deep understanding of <strong>context<\/strong>. <\/li>\n\n\n\n<li><strong>Interpreting the true meaning<\/strong> behind user requests, especially when it is hidden, can be <strong>challenging<\/strong>. <\/li>\n\n\n\n<li>Developing such an application involves iterative processes and the<strong> comparison of various LLMs<\/strong>, as results may vary significantly. It was observed that larger LLMs tend to perform better but come at a higher cost. As a result, a hybrid architecture is employed, combining different AI solutions to balance cost and effectiveness, including utilising AWS Bedrock.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:51px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--xxx-large);padding-right:var(--wp--preset--spacing--large);padding-bottom:var(--wp--preset--spacing--xxx-large);padding-left:var(--wp--preset--spacing--large)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-main-background-color has-background-dim-70 has-background-dim\"><\/span><div class=\"wp-block-cover__image-background wp-image-7229 has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/devoteam.info\/wp-content\/uploads\/2024\/05\/Surfer-001-copy.jpg)\"><\/div><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-ea3f966a wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-d064aeaa wp-block-columns-is-layout-flex\" style=\"border-style:none;border-width:0px\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<h2 class=\"wp-block-heading\" id=\"h-your-success-starts-here\"><strong>Your Success Starts Here<\/strong><\/h2>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"border-left-color:var(--wp--preset--color--base);border-left-style:solid;border-left-width:2px;padding-right:var(--wp--preset--spacing--small);padding-left:var(--wp--preset--spacing--x-large);flex-basis:70%\">\n<div class=\"wp-block-group is-style-default has-global-padding is-layout-constrained wp-container-core-group-is-layout-9819b1f7 wp-block-group-is-layout-constrained\" style=\"padding-right:var(--wp--preset--spacing--x-small)\">\n<p class=\"has-medium-font-size wp-block-paragraph\">Partner with Devoteam to leverage award-winning tech expertise, agile execution, and a culture of continuous learning.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/devoteam.info\/en-se\/get-in-touch\/\">Get in touch<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The snapshot 1 Innovative AI solution implemented to assist support agents in providing faster and more accurate responses to customer inquiries. 2 AI system leverages RAG technique and GenAI technologies, allowing agents to choose from pre-generated content, significantly improving support efficiency. 3 Hybrid architecture balances cost and effectiveness, with lessons learned highlighting the importance of [&hellip;]<\/p>\n","protected":false},"featured_media":495228,"template":"","categories":[920,2290],"tags":[],"industry":[1116],"class_list":["post-495214","success-story","type-success-story","status-publish","has-post-thumbnail","hentry","category-ai-en-se","category-aws-en-se","industry-technology-en-se"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/\" target=\"_self\" ><img width=\"300\" height=\"450\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Enhancing Support Agent Efficiency with AI-Generated Content\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background-200x300.jpg 200w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-7 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Success story<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/\" target=\"_self\" >Enhancing Support Agent Efficiency with AI-Generated Content<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Enhancing Support Agent Efficiency with AI-Generated Content | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enhancing Support Agent Efficiency with AI-Generated Content\" \/>\n<meta property=\"og:description\" content=\"The snapshot 1 Innovative AI solution implemented to assist support agents in providing faster and more accurate responses to customer inquiries. 2 AI system leverages RAG technique and GenAI technologies, allowing agents to choose from pre-generated content, significantly improving support efficiency. 3 Hybrid architecture balances cost and effectiveness, with lessons learned highlighting the importance of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-15T10:23:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/\",\"name\":\"Enhancing Support Agent Efficiency with AI-Generated Content | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/support-agent-background.jpg\",\"datePublished\":\"2024-01-15T09:23:00+00:00\",\"dateModified\":\"2024-01-15T10:23:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/#breadcrumb\"},\"inLanguage\":\"en-SE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-SE\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/support-agent-background.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/support-agent-background.jpg\",\"width\":300,\"height\":450},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/enhancing-support-agent-efficiency-with-ai-generated-content\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Success stories\",\"item\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/success-story\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Enhancing Support Agent Efficiency with AI-Generated Content\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-SE\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Enhancing Support Agent Efficiency with AI-Generated Content | Devoteam","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/","og_locale":"en_US","og_type":"article","og_title":"Enhancing Support Agent Efficiency with AI-Generated Content","og_description":"The snapshot 1 Innovative AI solution implemented to assist support agents in providing faster and more accurate responses to customer inquiries. 2 AI system leverages RAG technique and GenAI technologies, allowing agents to choose from pre-generated content, significantly improving support efficiency. 3 Hybrid architecture balances cost and effectiveness, with lessons learned highlighting the importance of [&hellip;]","og_url":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/","og_site_name":"Devoteam","article_modified_time":"2024-01-15T10:23:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/","url":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/","name":"Enhancing Support Agent Efficiency with AI-Generated Content | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/en-se\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg","datePublished":"2024-01-15T09:23:00+00:00","dateModified":"2024-01-15T10:23:00+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/#breadcrumb"},"inLanguage":"en-SE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/"]}]},{"@type":"ImageObject","inLanguage":"en-SE","@id":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg","width":300,"height":450},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/en-se\/success-story\/enhancing-support-agent-efficiency-with-ai-generated-content\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/en-se\/"},{"@type":"ListItem","position":2,"name":"Success stories","item":"https:\/\/devoteam.info\/en-se\/success-story\/"},{"@type":"ListItem","position":3,"name":"Enhancing Support Agent Efficiency with AI-Generated Content"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/en-se\/#website","url":"https:\/\/devoteam.info\/en-se\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/en-se\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-SE"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg",300,450,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background-200x300.jpg",200,300,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg",300,450,false],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg",300,450,false],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg",300,450,false],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/support-agent-background.jpg",300,450,false]},"uagb_author_info":{"display_name":"Syeda Saana Hashmi","author_link":"https:\/\/devoteam.info\/en-se\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"The snapshot 1 Innovative AI solution implemented to assist support agents in providing faster and more accurate responses to customer inquiries. 2 AI system leverages RAG technique and GenAI technologies, allowing agents to choose from pre-generated content, significantly improving support efficiency. 3 Hybrid architecture balances cost and effectiveness, with lessons learned highlighting the importance of&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/success-story\/495214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/success-story"}],"about":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/types\/success-story"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/success-story\/495214\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/media\/495228"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/media?parent=495214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/categories?post=495214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/tags?post=495214"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/industry?post=495214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}