{"id":39600,"date":"2025-02-17T20:25:54","date_gmt":"2025-02-17T19:25:54","guid":{"rendered":"https:\/\/sovanta.com\/?p=39600"},"modified":"2025-02-27T20:26:18","modified_gmt":"2025-02-27T19:26:18","slug":"magical-generative-ai-buzzwords-and-where-to-use-them","status":"publish","type":"post","link":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/","title":{"rendered":"Magical Generative AI buzzwords and where to use them"},"content":{"rendered":"\n<p><strong>\u201cOur RAG application integrates seamlessly with AI agents and utilizes Knowledge Graph technology to autonomously fulfill user requests.\u201d &#8211; If that sentence sounds confusing, you\u2019re not alone. Many customer inquiries mix these buzzwords, leaving especially non-technical audiences overwhelmed by the vast array of available technologies. That\u2019s why Niklas Fr\u00fchauf, Data Scientist at sovanta, is here to cut through the noise. He\u2019ll clarify these concepts, bring structure to the buzzword jungle, and, most importantly, highlight the real business value and future use cases they enable.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Concepts\">LLMs and their limitations<\/h2>\n\n\n\n<p>Let\u2019s start simple: <strong>Large Language Models (LLMs)<\/strong> such as ChatGPT, Gemini and recently DeepSeek are the main building block for most of today\u2019s Generative AI approaches. At their core, they are trained on terabytes of public text data, rendering them capable of \u201cgenerating\u201d text based on arbitrary input \u201cprompts\u201d. Due to the nature of their training process, they are unable to recall information that was made public after their training was completed, and obviously also unable to recall information that is not public, such as company-internal guidelines and documents. Instead, they will in the best case tell you that they cannot answer the question, and in the worst case confidently <strong>\u201challucinate\u201d an incorrect answer<\/strong>. Asking ChatGPT about an existing contract with sovanta thus is most likely not going to give you any meaningful information. Sure, you could <strong>fine-tune these LLMs<\/strong> on company-specific data, but <a href=\"https:\/\/arxiv.org\/html\/2406.11201v1\">many studies<\/a> show that unless you have loads of high-quality documents available, this will degrade their overall performance. Add to that the rather high time (and cloud costs!) required to do so, and it quickly becomes infeasible, especially for smaller- or medium-sized companies.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Retrieval-Augmented-Generation\">Shift to Retrieval-Augmented Generation (RAG)<\/h2>\n\n\n\n<p>As a result, companies can shift to an approach called <strong>\u201cRetrieval-Augmented Generation\u201d (RAG) <\/strong>or \u201cdocument grounding\u201d. Basically, your internal documents are first indexed into a vector database, using a specific \u201cembedding model\u201d which turns each section of the document into a list of numbers that represent the semantic content of this \u201cchunk\u201d. Whenever a user wants to ask a question that may be related to these documents, the question is also embedded (using the exact same model as during indexing), and <strong>the chunks with the highest semantic similarity are considered further<\/strong> (\u201cretrieval\u201d). Next, these chunks (sometimes also called \u201ccontext information\u201d) are passed to the LLM together with the user question, enabling <strong>answers based on internal data<\/strong> as well as allowing the user to check the contents of files that were found during the retrieval process, <strong>providing much-needed transparency<\/strong>. In our example, indexing your contracts with RAG would then allow a user to ask questions such as \u201cWhat\u2019s the title and duration of the contract we have with sovanta?\u201d without the need for LLM fine-tuning.<\/p>\n\n\n\n<p>What\u2019s more, it is technically feasible to self-host all components (Ollama for Open-Source LLMs, Transformers + ONNX for embeddings), thus reducing the dependency on 3rd party vendors. Our <a href=\"https:\/\/sovanta.com\/gen-ai-document-chat\/\">GenAI DocumentChat<\/a> follows this technological approach, too, relying on SAP-hosted Open Source Models via their Business Technology Platform (BTP), and leveraging the SAP HANA Vector Engine for quick document retrieval.<\/p>\n\n\n\n\n  <div id=\"horizontal-teaserblock_c87fe9c4e7a0b37ba8dfa58157e62fcb\" class=\"block__horizontal-teaser -detect-in-viewport  -aspect-ratio--teaser_16_9\">\n    <div class=\"horizontal-teaser__wrapper\">\n      <div class=\"horizontal-teaser\">\n        <div class=\"horizontal-teaser__content__wrapper has--background-color \">\n                    <div class=\"horizontal-teaser__content\">\n            <h3 class=\"h2\">GenAI DocumentChat<\/h3>\n                        <p>Our GenAI DocumentChat lets users \u201cchat\u201d with your internal documentation, legal texts, compliance guides, and other complex documents.<\/p>\n                                      <div class=\"horizontal-teaser__link\">\n                <a class=\"btn btn--primary\" href=\"https:\/\/sovanta.com\/en\/gen-ai-document-chat\/\" >More<\/a>\n              <\/div>\n                      <\/div>\n        <\/div>\n                <div class=\"horizontal-teaser__img__wrapper\">\n          <img decoding=\"async\" width=\"738\" height=\"416\" src=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-738x416.png\" class=\"attachment-teaser_16_9 size-teaser_16_9\" alt=\"\" srcset=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-738x416.png 738w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-300x169.png 300w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-1024x576.png 1024w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-768x432.png 768w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-1536x864.png 1536w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-1400x788.png 1400w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9-700x394.png 700w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/10\/GenAI-DocuChat_web_16-9.png 1920w\" sizes=\"(max-width: 738px) 100vw, 738px\" \/>        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Knowledge-Graphs\">Next: Knowledge Graphs<\/h2>\n\n\n\n<p>However, this classical RAG approach has drawbacks: What if the answer to a user question requires more than let\u2019s say the top 10 most similar chunks, instead running <strong>aggregations<\/strong> on top of them? Imagine having loaded all your PDF-based contracts with hundreds of thousands of sections into your RAG system, just for a user to ask a question such as \u201cHow many contracts do we have with companies in Berlin?\u201d. This can be addressed using what&#8217;s often referred to <strong>\u201cKnowledge Graphs\u201d<\/strong> or \u201cTriplet Stores\u201d, an approach founded in 90s research on \u201cSemantic Web\u201d. In addition to (or instead of) using classic RAG with embeddings, all documents are turned into a graph representation, where the nodes usually represent concepts\/entities, and the edges represent relationships. <\/p>\n\n\n\n<p>In our above example, you could have a node for each contract partner (\u201csovanta\u201d), connected to each legal entity or business partner (e.g. \u201csovanta Germany\u201d), in turn linked to the city (\u201cHeidelberg\u201d) and a node for each contract (\u201cGenAI Discovery Workshop\u201d). The neat part: You don\u2019t have to manually generate this graph; instead you can ask the LLM to extract those nodes and relationships from each document while they are being indexed. Using specific Graph Databases (Neo4j, <a href=\"https:\/\/community.sap.com\/t5\/technology-blogs-by-sap\/connecting-the-facts-sap-hana-cloud-s-knowledge-graph-engine-for-business\/ba-p\/13888597\">the upcoming HANA Knowledge Graph Engine<\/a> and others) together with a specific query language (such as SPARQL or Cypher) allows you to quickly insert and search for complex graphs. Tasked with a user request such as the one above, the LLM is used to <strong>turn it into it\u2019s corresponding query representation<\/strong>:<\/p>\n\n\n\n<p><code>SELECT COUNT(?contract) WHERE { ?company a :Company ; :hasLocation ?location . ?location :locatedIn \"Berlin\"^^xsd:string . ?company :hasContract ?contract . }<\/code><\/p>\n\n\n\n<p>This query can be <strong>executed against the graph database<\/strong>, returning the correct number to the LLM to create a final answer for the user. As you can see, Knowledge Graphs are mainly useful when you are working with a set of similar documents that have a somewhat clear domain data model, but which are not yet available in tabular\/structured form in any of your company systems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Function-Calling-and-Tools\">Function Calling and Tools<\/h2>\n\n\n\n<p>But what if you already have your data in structured format somewhere? Or you have an external system that has a clear-defined REST API to access? In these cases, it may make sense to switch to the method of <strong>\u201cfunction calling\u201d <\/strong>(or user-provided <strong>\u201ctools\u201d<\/strong>). Ideally, you could also hook up not one but multiple functions to the system, allowing the user to ask questions such as \u201cWhat was the last purchase order we signed with sovanta?\u201d but also \u201cWho\u2019s the client partner for sovanta, and what\u2019s his phone number?\u201d in the same context. The approach is similar to the one using Knowledge Graphs &#8211; First, the LLM is presented with the user question and available tools\/functions, then <strong>selects a function to execute together with the function inputs, runs the function and returns the result back for a final answer<\/strong>. <\/p>\n\n\n\n<p>Technically speaking, a Knowledge Graph lookup is also simply a function! In our example, we may have two functions: Firstly, the \u201clookup_purchase_orders\u201d one (expecting e.g. a filter argument) and the \u201clookup_business_partners\u201d (the same). The initial LLM call would then decide to execute \u201clookup_purchase_orders\u201d with \u201cfilter=vendor LIKE %sovanta%\u201d order by createdAt DESC LIMIT 1\u201d, which in turn calls the responsible system, producing the correct result and retuning that for a final user answer. This approach also allows the LLM to trigger e.g. business processes and workflows, open tickets, and many more options, making it a prime approach for supporting end to end user requests with a clearly defined scope.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"(AI)-Agents\">Spotlight on &#8220;(AI) Agents&#8221;<\/h2>\n\n\n\n<p>Sadly, requests from user are not always straightforward, and sometimes require cross-referencing results from various different tools. Additionally, they may refer to specific edge cases that cannot be solved by a simple function call. What would you do if a user uploads a vendor offer and asks the system to create the corresponding purchase requisition? Obviously, the exact approach would depend on your corporate guidelines and the system that is used for managing the purchase requisitions. You may have different fields that are required for service or for product requisitions.<\/p>\n\n\n\n<p>This is where the approach of <strong>AI Agents<\/strong> shines &#8211; instead of having a very narrow system that can only fulfil straightforward requests, you simply rely on <strong>LLMs to autonomously plan and iteratively execute various tools<\/strong> to ultimately fulfil a user request. The output of the plan step for our example could look something like this \u201cFirst, I need to check the PDF to extract line item information. Then, I need to check the company guidelines to verify if additional information is needed. Next, I need to find the system that stores the purchase requisitions and fetch the documentation of its external REST API to find the correct format. Once this is done, I need to re-check required fields and ask the user for clarification and approval. Only then I can send the final HTTP request.\u201d Keeping track of internal state, the Agent(s) iterate(s) until they have fulfilled their task, showcasing an <strong>ability to react to errors and incorporating new knowledge as it is uncovered<\/strong>.<\/p>\n\n\n\n\n  <div id=\"horizontal-teaserblock_1beccad3150989a7a8e73fdf3689981e\" class=\"block__horizontal-teaser -detect-in-viewport  -aspect-ratio--teaser_16_9\">\n    <div class=\"horizontal-teaser__wrapper\">\n      <div class=\"horizontal-teaser\">\n        <div class=\"horizontal-teaser__content__wrapper has--background-color \">\n                    <div class=\"horizontal-teaser__content\">\n            <h3 class=\"h2\">AI Agent Starter<\/h3>\n                        <p>AI agents are intelligent software solutions powered by artificial intelligence, designed to automate complex tasks, make decisions, and independently optimize processes.<\/p>\n                                      <div class=\"horizontal-teaser__link\">\n                <a class=\"btn btn--primary\" href=\"https:\/\/sovanta.com\/en\/ai-agent-starter\/\" >more<\/a>\n              <\/div>\n                      <\/div>\n        <\/div>\n                <div class=\"horizontal-teaser__img__wrapper\">\n          <img decoding=\"async\" width=\"738\" height=\"416\" src=\"https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-738x416.jpg\" class=\"attachment-teaser_16_9 size-teaser_16_9\" alt=\"Von AI bis BDC Discovery - stets der richtige Service\" srcset=\"https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-738x416.jpg 738w, https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-300x169.jpg 300w, https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-1024x576.jpg 1024w, https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-768x432.jpg 768w, https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-1536x864.jpg 1536w, https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-1400x788.jpg 1400w, https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9-700x394.jpg 700w, https:\/\/sovanta.com\/wp-content\/uploads\/2023\/10\/Image_Header_AI-BDC-Joule-BDC_web_16-9.jpg 1920w\" sizes=\"(max-width: 738px) 100vw, 738px\" \/>        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Summing-it-up\">Summing it up: Generative AI buzzwords<\/h2>\n\n\n\n<p>That was a lot of information at once. Let\u2019s quickly recap on a high level:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Standard LLMs<\/strong> are quick and cheap, but only work on publicly available data, and fine-tuning them usually doesn\u2019t make sense<\/li>\n\n\n\n<li><strong>Retrieval-Augmented Generation<\/strong> can be a cheap way to ground LLM replies in your company data, reducing hallucinations, but breaks down when faced with complex aggregation questions<\/li>\n\n\n\n<li>This can be solved using <strong>Knowledge Graph Technology<\/strong>, turning heaps of unstructured documents into a graph representation that can quickly be queried<\/li>\n\n\n\n<li>When data is in external systems and readily available via APIs,<strong> function calling or tools<\/strong> can be used to provide results from external systems for user questions<\/li>\n\n\n\n<li>If that is not enough and user questions require complex interactions, self-organising <strong>AI Agents<\/strong> may be a solution<\/li>\n<\/ul>\n\n\n\n<p>Since AI Agents seem to be the most capable, why shouldn\u2019t we let them handle everything for us? The answer is simple &#8211; again. Cost and time! Generally speaking, the further down you go in the above list of approaches, the higher the incurred LLM token cost, but also the higher the overall execution time. While we observe sub-second delays and sub-cent costs for simple LLM calls, that can quickly increase to 3-10 seconds and 5 or more cents for function calling. Agents, ultimately, require a LOT of tokens to keep track of internal updates, sometimes requiring several tens of thousands of tokens, resulting in execution times up to two minutes, with associated costs sometimes well above 2\u20ac. The second drawback: Transparency and maintainability &#8211; Analysing why an agent has failed is much more difficult than understanding why RAG may have failed.<\/p>\n\n\n\n<p>It is thus necessary to select the correct approach for your business case, something that we are more than happy to provide consulting on. Let&#8217;s connect!<\/p>\n\n\n\n<div id=\"contact-personblock_d7e1d8b5b44dbff9756e172211b02f23\" class=\"block__contact-person -detect-in-viewport block__contact-person--default block__contact-person--with-headline has-seashell-background-color has-background-color\">\n\n  <div class=\"contact-person__wrapper\">\n\n    <div class=\"contact-person__header\">\n\n      <div class=\"contact-person__header__wrapper\">\n\n        \n\n                    <div class=\"contact-person__image\">\n            <img decoding=\"async\" width=\"350\" height=\"466\" src=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf-350x466.jpg\" class=\"attachment-contact_person size-contact_person wp-post-image\" alt=\"\" srcset=\"https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf-350x466.jpg 350w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf-225x300.jpg 225w, https:\/\/sovanta.com\/wp-content\/uploads\/2024\/01\/Niklas-Fruehauf.jpg 750w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>          <\/div>\n                                  <div class=\"contact-person__name\">\n              Niklas Fr\u00fchauf            <\/div>\n                        <div class=\"contact-person__position\">\n              Senior Data Scientist            <\/div>\n          \n          \n      <\/div>\n\n    <\/div>\n\n    <div class=\"contact-person__body\">\n\n              <h2 class=\"h3 contact-person__headline\">Your Contact<\/h2>\n      \n      \n                    <div class=\"contact-person__text\">\n          Niklas Fr\u00fchauf works as a Senior Data Scientist at sovanta. He focuses on keeping up with latest AI methodologies and state-of-the-art approaches in the areas of natural language understanding, computer vision and time series forecasting, leveraging these to support customers in solving their business challenges and automating their processes with AI.        <\/div>\n      \n                  \n                    <div class=\"contact-person__channels\">\n                              <a href=\"mailto:niklas.fruehauf@sovanta.com\" class=\"contact-person__channel contact-person__channel--mail\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Contact via Mail\">\n            <span class=\"icon icon--svg\">\n<svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\">\n<path d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\" fill=\"currentColor\"><\/path>\n<\/svg>\n<\/span>    <\/a>\n                      <a href=\"https:\/\/www.linkedin.com\/in\/niklasfruehauf\/?originalSubdomain=de\" class=\"contact-person__channel contact-person__channel--linkedin\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"Contact via Linkedin\">\n            <span class=\"icon icon--svg\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg><\/span>    <\/a>\n                          <\/div>      \n    <\/div>\n\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u201cOur RAG application integrates seamlessly with AI agents and utilizes Knowledge Graph technology to autonomously fulfill user requests.\u201d &#8211; If that sentence \u2026<\/p>\n","protected":false},"author":3,"featured_media":39601,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[308],"tags":[],"competence":[],"Industry":[],"line_of_business":[],"resource":[376,640,641],"systems-and-technologies":[],"class_list":["post-39600","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sovanta-en","resource-blog-en","resource-sap-ai-bdc-blog-en","resource-btp-blogpost-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Magical Generative AI buzzwords and where to use them - sovanta AG<\/title>\n<meta name=\"description\" content=\"Generative AI buzzwords: We bring structure into this labyrinth of buzzwords, focusing on the actual business value and use cases.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Magical Generative AI buzzwords and where to use them - sovanta AG\" \/>\n<meta property=\"og:description\" content=\"Generative AI buzzwords: We bring structure into this labyrinth of buzzwords, focusing on the actual business value and use cases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/\" \/>\n<meta property=\"og:site_name\" content=\"sovanta AG\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sovantaAG\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-17T19:25:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-27T19:26:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"sova.hilkert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sovanta_AG\" \/>\n<meta name=\"twitter:site\" content=\"@sovanta_AG\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sova.hilkert\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/\"},\"author\":{\"name\":\"sova.hilkert\",\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3\"},\"headline\":\"Magical Generative AI buzzwords and where to use them\",\"datePublished\":\"2025-02-17T19:25:54+00:00\",\"dateModified\":\"2025-02-27T19:26:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/\"},\"wordCount\":1682,\"publisher\":{\"@id\":\"https:\/\/sovanta.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg\",\"articleSection\":[\"sovanta\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/\",\"url\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/\",\"name\":\"Magical Generative AI buzzwords and where to use them - sovanta AG\",\"isPartOf\":{\"@id\":\"https:\/\/sovanta.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg\",\"datePublished\":\"2025-02-17T19:25:54+00:00\",\"dateModified\":\"2025-02-27T19:26:18+00:00\",\"description\":\"Generative AI buzzwords: We bring structure into this labyrinth of buzzwords, focusing on the actual business value and use cases.\",\"breadcrumb\":{\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage\",\"url\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg\",\"contentUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sovanta.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Magical Generative AI buzzwords and where to use them\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sovanta.com\/en\/#website\",\"url\":\"https:\/\/sovanta.com\/en\/\",\"name\":\"sovanta AG\",\"description\":\"Simplify IT, HR and Sales\",\"publisher\":{\"@id\":\"https:\/\/sovanta.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sovanta.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sovanta.com\/en\/#organization\",\"name\":\"sovanta AG\",\"url\":\"https:\/\/sovanta.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg\",\"contentUrl\":\"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg\",\"width\":380,\"height\":226,\"caption\":\"sovanta AG\"},\"image\":{\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/sovantaAG\/\",\"https:\/\/x.com\/sovanta_AG\",\"https:\/\/www.linkedin.com\/company\/sovanta-ag\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3\",\"name\":\"sova.hilkert\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Magical Generative AI buzzwords and where to use them - sovanta AG","description":"Generative AI buzzwords: We bring structure into this labyrinth of buzzwords, focusing on the actual business value and use cases.","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:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/","og_locale":"en_GB","og_type":"article","og_title":"Magical Generative AI buzzwords and where to use them - sovanta AG","og_description":"Generative AI buzzwords: We bring structure into this labyrinth of buzzwords, focusing on the actual business value and use cases.","og_url":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/","og_site_name":"sovanta AG","article_publisher":"https:\/\/www.facebook.com\/sovantaAG\/","article_published_time":"2025-02-17T19:25:54+00:00","article_modified_time":"2025-02-27T19:26:18+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg","type":"image\/jpeg"}],"author":"sova.hilkert","twitter_card":"summary_large_image","twitter_creator":"@sovanta_AG","twitter_site":"@sovanta_AG","twitter_misc":{"Written by":"sova.hilkert","Estimated reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#article","isPartOf":{"@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/"},"author":{"name":"sova.hilkert","@id":"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3"},"headline":"Magical Generative AI buzzwords and where to use them","datePublished":"2025-02-17T19:25:54+00:00","dateModified":"2025-02-27T19:26:18+00:00","mainEntityOfPage":{"@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/"},"wordCount":1682,"publisher":{"@id":"https:\/\/sovanta.com\/en\/#organization"},"image":{"@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage"},"thumbnailUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg","articleSection":["sovanta"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/","url":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/","name":"Magical Generative AI buzzwords and where to use them - sovanta AG","isPartOf":{"@id":"https:\/\/sovanta.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage"},"image":{"@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage"},"thumbnailUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg","datePublished":"2025-02-17T19:25:54+00:00","dateModified":"2025-02-27T19:26:18+00:00","description":"Generative AI buzzwords: We bring structure into this labyrinth of buzzwords, focusing on the actual business value and use cases.","breadcrumb":{"@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#primaryimage","url":"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg","contentUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2025\/02\/gruppe-personen-social-networking-lichter-bunt-unschaerfe_web_stock_16-9.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/sovanta.com\/en\/magical-generative-ai-buzzwords-and-where-to-use-them\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sovanta.com\/en\/"},{"@type":"ListItem","position":2,"name":"Magical Generative AI buzzwords and where to use them"}]},{"@type":"WebSite","@id":"https:\/\/sovanta.com\/en\/#website","url":"https:\/\/sovanta.com\/en\/","name":"sovanta AG","description":"Simplify IT, HR and Sales","publisher":{"@id":"https:\/\/sovanta.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sovanta.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/sovanta.com\/en\/#organization","name":"sovanta AG","url":"https:\/\/sovanta.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg","contentUrl":"https:\/\/sovanta.com\/wp-content\/uploads\/2022\/01\/Logo_sovanta_Claim_RGB.svg","width":380,"height":226,"caption":"sovanta AG"},"image":{"@id":"https:\/\/sovanta.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/sovantaAG\/","https:\/\/x.com\/sovanta_AG","https:\/\/www.linkedin.com\/company\/sovanta-ag\/"]},{"@type":"Person","@id":"https:\/\/sovanta.com\/en\/#\/schema\/person\/0b2dab3f65b5928cf52378374235afd3","name":"sova.hilkert"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts\/39600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/comments?post=39600"}],"version-history":[{"count":9,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts\/39600\/revisions"}],"predecessor-version":[{"id":40612,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/posts\/39600\/revisions\/40612"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/media\/39601"}],"wp:attachment":[{"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/media?parent=39600"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/categories?post=39600"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/tags?post=39600"},{"taxonomy":"competence","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/competence?post=39600"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/Industry?post=39600"},{"taxonomy":"line_of_business","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/line_of_business?post=39600"},{"taxonomy":"resource","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/resource?post=39600"},{"taxonomy":"sap-product","embeddable":true,"href":"https:\/\/sovanta.com\/en\/wp-json\/wp\/v2\/systems-and-technologies?post=39600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}