Start / Blog / Artificial intelligence / What companies need to know about generative AI

What companies need to know about generative AI

Summarize with ChatGPT

Artificial intelligence is currently developing at a rapid pace. Generative AI in particular stands out as a key innovation. But what exactly does this term mean? And how can companies benefit from this pioneering technology?

From the definition and specific areas of application to the benefits and challenges - in our comprehensive guide, we shed light on everything you need to know to use generative AI successfully.

The most Important in a Nutshell

  • Generative AI is a class of AI systems that can independently develop new ideas and content.
  • Important generative types of AI include generative adversarial networks, variational autoencoders and transformer architectures.
  • In practice, companies use the technology to generate text, images and audio formats, among other things.
  • Generative AI tools are used in the insurance, industrial and financial sectors, for example.
  • The fundamental advantages of artificial intelligence are more efficient, more cost-effective processes and innovative products and services.
  • The challenges of AI algorithms include possible bias, data protection and a lack of transparency.

Generative AI - Definition

Generative AI, written out in full generative artificial intelligence, or GenAI for short, is a class of AI systems that are capable of independently generating new data. A class of AI systems refers to a group or category of artificial intelligence systems that have similar characteristics, functions or areas of application.

At its core, generative AI systems are not only trained on previous data to respond to specific requests, but also have the ability to generate creative content that goes beyond what they have been directly taught.

To do this, the AI recognizes patterns and structures in the training data and uses them to create new types of content. In this way, it works not only reproductively, but also creatively.

A notable example of generative AI is OpenAI's GPT-3 model - better known as ChatGPT. The AI model is a Transformer-based neural network that OpenAI has trained on a large amount of text data. It can not only understand and generate human-like text, but also write entire articles, answer contextual questions and translate languages.

How does Generative AI work?

Generative AI models work on the basis of artificial neural networks. These networks enable artificial intelligence to capture complex patterns and correlations in large amounts of training data. The mode of operation comprises 4 elementary pillars:

Data preprocessing

First, large amounts of data are collected, which form the basis for training the generative AI. This data can be texts, images, music or other types of information. Careful pre-processing is crucial to make the data accessible to the model and remove irrelevant information.

Network architecture

Generative AI models often use complex neural network architectures, such as transformers. Transformer networks enable the AI to recognize not only spatial but also temporal dependencies in the data. These architectures consist of several layers of attention mechanisms that allow the model to focus on different parts of the input data. The approach was first published in 2017 in the much-cited paper "Attention Is All You Need" and is regarded as the starting signal for the latest AI transformation.

Training in generative AI

The model is trained with the pre-processed data. During training, the AI learns to recognize patterns and structures in the data. This is done by adjusting the weightings in the neural networks. GPT-3, for example, was trained with huge amounts of text data, which enables the AI to develop a deep understanding of the structure and context of language.

Generation of new content

After training, the AI is able to generate new content independently. When generating text, for example, it responds to an input by producing a meaningful and coherent text. This text is based on the learned patterns and the context from the training data. The AI application does not simply copy existing sections of text, but creates new sentences based on the knowledge it has learned.

Evolution of Generative AI

Generative AI has its roots in the early days of artificial intelligence. With increasing computing power and advances in machine learning, the potential of the technology has developed enormously to date - creating numerous opportunities for users.

Early years (1950s to 1990s)

The origins of AI date back to the 1950s. At that time, the focus was on symbolic AI, in which systems were based on the symbolic representation of information. In the 1980s and 1990s, research then concentrated on expert systems and rule-based systems that were able to solve specific tasks using logical rules and knowledge bases.

Examples of symbolic AI include:

  • Expert systems - For example MYCIN (1972) using if-then rules for the diagnosis of infectious diseases
  • Logic-based systems - For example, Prolog programs, which are used with their logic-based programming language for planning, robotics or reasoning.
  • Problem-solving systems - For example the Stanford Research Institute Problem Solver (1971) for planning and navigation.

Emergence of neural networks (2000s)

In the 2000s, AI experienced numerous advances in the field of neural networks. This led to the development of Deep Learninga technique in which multilayer neural networks recognize complex patterns. Generative models such as Restricted Boltzmann Machines (RBMs) have been introduced to generate data.

Development of Generative Adversarial Networks (2010s)

The introduction of Generative Adversarial Networks (GANs) by Ian Goodfellow and colleagues in 2014 marked a milestone. GANs make it possible to generate realistic data by training a generator and a discriminator in an adversarial process (a more detailed explanation follows in the types of generative AI). GANs have been used in image generation, style transfer and other creative fields.

Advanced models and applications (2020s)

In recent years, more advanced models such as OpenAI's GPT have emerged. These models are based on Transformer architectures and can perform complex tasks such as text generation, translation and even coding. The use of AI in art, AI Music and creative industries has increased, with generative models creating innovative works.

generative ki arten

Types of Generative AI

Today, the following types of generative Artificial Intelligence as particularly important:

Generative Adversarial Networks (GANs).

GANs consist of two main parts - a generator and a discriminator. The generator has the task of creating new data, while the discriminator attempts to distinguish between authentic and artificially created data. You can think of it as a creative race between the two, with the generator trying to deceive the discriminator while the discriminator tries to distinguish authentic from generated data. This "competition" forces the generator to produce data that is as realistic as possible.

A practical example: Imagine using a GAN to generate deceptively real images of people. These images can be of such high quality that they are indistinguishable from photos of real people, even though the people depicted do not exist.

In simple terms, this means that GANs are an innovative way of getting computers to create things that look deceptively real to the human eye by making them "compete" with each other. The generator tries to be as convincing as possible, while the discriminator tries to distinguish the "real" things from the artificially created ones.

Variational Autoencoders (VAEs)

VAEs consist of two main components: the encoder and the decoder. Put simply, the encoder is like an artist looking at a photo of a face and translating it into an abstract description. It converts the input data, for example a face, into a special numerical vector in the so-called latent space um. This vector is something like a coded version of the face.

The decoder is then like a painter who takes this abstract description and transforms it back into an image, in this case a face. The special thing about VAEs is that they not only generate a fixed image, but also learn a whole range of possible images in latent space. This means that for the same face, there are different vectors in the latent space that can represent different versions of this face.

A practical example of the use of VAEs is the generation of facial images. Imagine you want to train a computer program to create new faces. The latent space represents various facial features such as eye shape, hair color and facial expression. The trained model can then generate new, previously unseen faces based on these learned features. VAEs therefore enable the creative generation of diverse and unique outputs based on the learned probability distributions in the latent space.

Transformer architectures

Transformer architectures are specifically designed to process sequences of data. A key feature of these architectures is the use of so-called attention mechanisms, which make it possible to focus on different parts of an input sequence. Unlike traditional models, transformer architectures do not have fixed sizes for input or output. This means that they can be flexibly adapted to different tasks.

A practical example of the use of transformer architectures is machine translation, as used in models such as "BERT" (Bidirectional Encoder Representations from Transformers) is the case. Here, the system can take into account both the preceding and subsequent parts of a sentence in order to generate a more precise translation. This flexibility makes transformer architectures particularly suitable for processing natural language.

Imagine using a Transformer to translate text from one language to another. Instead of simply dealing with each word in turn, the transformer can understand the relationship between the words, providing more context-sensitive translations. This makes them powerful tools for various tasks where the structure and context of sequences are important.

Generative Pre-trained Transformers (GPTs)

GPTs are a special type of transformer model, which - to put it simply - are a kind of advanced text generator. They can be thought of as virtual typewriters that have been previously trained on large amounts of text data and can then be "tuned" for various creative tasks. GPTs are characterized by their ability to generate texts that appear human-like. They also understand the context in longer sections of text.

People use OpenAI's GPT-3 for a wide variety of purposes, such as automatically writing texts, creating computer code or answering complex questions. In use, it is as if you have a particularly talented, text-understanding machine that users can use for any task associated with text output.

Hybrid variants of generative AI architectures

Hybrid models are a type of artificial intelligence that combine different construction methods or techniques to meet specific needs. This means that different AI methods are used together to combine the best features of different models.

For example, a hybrid model could combine a generator from a GAN (Generative Adversarial Network) with an encoder from a VAE (Variational Autoencoder). This allows it to generate realistic images and at the same time use a so-called latent space. This latent space enables a diverse generation of images by taking into account different features and styles in the generated images.

In simple terms, this means that hybrid models are like combinations of different creative tools that work together to produce impressive and versatile results.

Generative AI vs. Traditional AI

Generative AI and traditional AI have different approaches to processing data and solving tasks. They differ primarily in the following 5 aspects:

Aim of the AI

Generative AI: The main goal of generative AI is to independently create new data or content. It focuses on creativity and the ability to generate previously unseen patterns.

Traditional AI: Traditional AI, on the other hand, is often geared towards responding to predefined inputs and performing specific tasks without necessarily generating new content.

Training approach

Generative AI: Generative models are often trained with large amounts of unlabeled data to learn patterns and structures that the AI model then uses to generate new data.

Traditional AI: Traditional AI models often require labeled data for training. Users usually optimize them for specific tasks by identifying patterns in the existing data.

Applications

Generative AI: Generative AI tools are used in text generation, image generation, music composition and other creative areas. They are also suitable for simulating data and scenarios.

Traditional AI: Traditional AI is often used in applications that require specific tasks, such as classification, pattern recognition, decision making and automated processes.

Flexibility and creativity

Generative AI: Generative models are more flexible and creative due to their ability to generate new data. They adapt to different applications and are not limited to specific, predefined tasks.

Traditional AI: Traditional models are usually tailored to specific tasks. This also means that they are limited in their ability to cope with new or unforeseen tasks.

Interaction with data

Generative AI: Generative AI tools interact with data in a less deterministic way as they generate new, relevant content. They are thus able to take into account different perspectives or variations in the content created.

Traditional AI: Traditional AI algorithms usually interact with data in a more deterministic way and provide predefined answers or results based on the learned patterns.

generative ki anwendungsmöglichkeiten

Generative AI - Possible Applications

Generative AI comes in various forms, each of which is geared towards specific tasks or applications. The following AI applications are particularly common:

Generative AI for text

Text-generative AI models are specialized in creating human-like text. They are able to generate articles, stories, poems or other written content. A good example is GPT-3, which creates human-like text based on its training with extensive text data.

Generative AI for translation

Generative AI applications are suitable for translating languages. These models understand the context of a language and transfer the content into another language while retaining the meaning. Google Translate and DeepL, for example, use generative AI algorithms to enable automatic translations between a variety of languages.

Generative AI for images

AI models for images are able to further develop existing images as well as create completely new images and graphics. The AI algorithms are suitable for photorealistic images, for example, as well as for art and design. OpenAI's DALL-E model, for example, generates images based on natural language descriptions. For example, it is able to generate images using prompts like "Create a picture of a pink elephant with wings".

Generative AI for faces

Face generation models create realistic-looking faces, often based on certain parameters or characteristics. Users utilize this type of AI in the graphic design industry, among others, to create avatars. StyleGAN2, for example, is a model that generates high-quality, coherent and realistic-looking facial images.

Generative AI for music

Generative AI for music has the ability to autonomously compose melodies, harmonies and rhythms. These models are used by users in music production or the creation of background music for videos, for example. Magenta Studio from Google is an example of a tool that uses AI algorithms to create new melodies and harmonies.

Application examples from various industries

What does the use of generative AI tools look like in practice? We take a look at important areas of application in various industries:

Generative AI in the insurance industry

Companies in the insurance industry are using generative AI to automate processes, improve risk assessments and strengthen customer service. They use AI tools in these areas, for example:

Claims settlement

Generative artificial intelligence is revolutionizing claims settlement in the insurance industry. It automates the entire document management process. The technology collects and categorizes incoming documents, such as photos and witness statements, and thus ensures clear access to all relevant information.

GenAI also plays a key role in damage assessment and evaluation.

Algorithms for machine learning analyze historical data in order to assess damage more accurately. This is primarily supported by image recognition algorithms with Computer Vision for the automatic analysis and assessment of visual damage.

This significantly reduces manual checks by employees. 

In this context, AI is also able to detect possible fraud. By analyzing large amounts of data, the models identify patterns of fraudulent behavior and uncover irregularities or suspicious activities. This enables insurance companies to detect cases of fraud at an early stage and avoid unjustified compensation payments.

Once insurance companies have assessed a claim, they handle communication with policyholders via automated response systems based on natural language processing (NLP).

Customers thus receive real-time information on the status of their claims settlement - and employees can concentrate on more complex queries.

Finally, GenAI also automates the last step in the claims settlement process: compensation payments. Once a claim has been successfully settled, the AI algorithms automatically initiate payment.

If you would like to know in detail how generative AI tools are making claims settlement in the insurance industry more efficient, accurate and error-free, read our detailed article on the use of GenAI in claims settlement.

Konfuzio helps companies to automate the entire claims handling process. To this end, the German provider offers a versatile tool with generative AI that insurance companies can use to record, organize and analyse data, such as from damage reports, police reports and witness statements, without manual intervention.

Talk to one of our experts now and let us advise you on how you can use Konfuzio for your claims settlement!

Risk assessment and underwriting

Generative AI models help to improve risk assessment and the underwriting process to optimize the risk. By analyzing large volumes of data, the models perform predictive analyses to assess the risk of policy applications and make accurate premium calculations.

Personalized insurance products

Generative AI tools play an important role in the development of personalized insurance products. By analyzing customer data and preferences, they create suggestions for customized policies that are better tailored to individual needs.

Climate and risk modeling

Insurance companies use GenAI to model climate risks. By analyzing historical weather data and other relevant information, the AI models make predictions about possible loss events and thus support insurance companies in adjusting their policies.

Generative AI in marketing

Generative AI in marketing increases efficiency, personalizes content and generates innovative marketing strategies. Companies and agencies use GenAI specifically in these areas:

Content creation

Companies use generative AI tools to automatically create marketing content. This ranges from writing product descriptions and blog posts to generating creative images and graphics. In this way, they save time and resources.

Personalized advertising

Companies use generative AI models to create personalized advertisements based on the individual preferences and behaviour of users. This leads to higher conversion rates, as the ads are better tailored to the needs and interests of the target group.

Automated e-mail marketing campaigns

Marketing departments use AI algorithms to generate automated email marketing campaigns. This ranges from the conception of an email series to the actual content of the email. This increases the likelihood that recipients will respond to the email.

Sentiment analysis in social media

Generative AI uses sentiment analysis algorithms to understand the mood and opinions on social media. Marketers use these insights to adapt their marketing strategies, react to trends and carry out targeted campaigns.

Automated translations for international markets

GenAI, especially Transformer models, automatically translate marketing content into different languages. This is particularly useful for companies that operate in international markets and want to convey their messages in a localized way.

Generative AI in the industry

Generative AI in industry helps to increase efficiency, innovation and competitiveness. Companies are using the technology in the following areas, among others:

Product and prototype development

Companies use generative AI to create innovative designs and prototypes for products. This speeds up the development process and enables different design options to be checked quickly.

Automated production and quality control

Companies use generative AI models in production to automatically generate efficient production processes. They also help with quality assurance by detecting defects or deviations in real time.

Supply chain optimization

In the supply chain generative AI is used to predict demand, optimize stock levels and efficiently plan transport routes. This helps to save resources and improve the entire supply chain process.

Robotics and automation

Generative models support robotics and automation by optimizing the movements of robots and automating complex tasks. This is particularly useful in areas such as assembly and logistics.

Energy efficiency and resource management

Generative AI tools help to optimize energy consumption in production facilities. By analyzing data streams and predicting energy requirements, companies can improve their resource efficiency.

Personalized production

Generative AI enables the personalized production of products. For example, manufacturers can produce customized products, from shoes to medical implants, based on individual requirements and preferences.

Predictive Maintenance

By analyzing sensor data, generative artificial intelligence is able to predict maintenance requirements in industrial plants. This helps to minimize unplanned downtimes and extend the service life of machines.

Generative AI in the healthcare sector

In the healthcare sector, GenAI contributes to improving diagnosis, therapy, research and patient care. Hospitals, clinics and medical practices use the AI algorithms in these areas, for example:

Imaging and diagnosis

Generative AI models are used in medical imaging to generate high-resolution images or improve existing images. They also help with the automated diagnosis of images by recognizing patterns in medical images. 

Hospitals, for example, use a GAN to generate realistic CT or MRI images that they use to train image recognition models for automated tumor detection.

Drug development and molecular graph generation

AI applications support the discovery of new drugs by creating molecular graphs and generating virtual molecules. This speeds up the process of identifying potential active ingredients. 

For example, clinics use AI to predict molecular structures in order to identify potential drugs that could combat certain diseases or viruses.

Patient-specific treatment plans

Practices use generative AI models to create personalized treatment plans based on individual patient data. This improves the precision of treatment and reduces unwanted side effects. 

For example, GenAI helps to generate personalized recommendations for the treatment of cancer based on genetic information, medical history and other data.

Text analysis for the medical history

Generative artificial intelligence performs text analysis to extract information from medical reports and medical histories. This facilitates the automated recording and organization of patient data. For example, the technology automatically analyzes reports from medical consultations and extracts relevant information such as symptoms and diagnoses.

Disease modeling and prognosis

Generative AI supports the modeling of disease progression and the prediction of patient prognoses. This enables better planning of care and interventions. Hospitals train the models on historical patient data, for example, to simulate disease progression and predict possible developments, which helps doctors in their decision-making.

Research and genome analysis

Generative AI enables the identification of genetic markers for diseases in genome analysis. This contributes to progress in personalized medicine. The AI algorithms analyse genetic data, for example, to identify possible genetic risk factors for certain diseases and thus support personalized preventive measures.

Generative AI in the financial sector

Generative AI has various applications in finance, ranging from risk management to improving the customer experience. These are classic areas of application:

Fraud prevention

Financial institutions use generative AI to detect fraudulent activities. The AI identifies patterns and anomalies in the transaction data. Thanks to their training on extensive data sets, the algorithms are able to filter out suspicious activities and thus improve fraud prevention.

Credit Risk Assessment

Generative AI can be used to better assess credit risks by creating models based on extensive data. This enables financial institutions to make more accurate credit decisions and minimize the risk of default. Among other things, banks use generative models to refine credit scores by integrating additional data sources to get a more accurate idea of an applicant's creditworthiness.

Automated customer service

GenAI is used for automated customer service. The AI systems explain complex financial concepts, check transaction histories and process general customer inquiries, for example. In practice, banks use a generative chatbot to understand and answer customer queries, check transactions or even provide simple financial advice.

Portfolio optimization

Generative AI tools help to optimize investment portfolios by performing market analyses, examining historical data and making forecasts for future developments. This supports financial advisors in making well-founded investment decisions. 

A practical example: An investment company uses generative models to simulate different investment opportunities and create optimal portfolios based on investors' individual goals and risk appetites.

Financial text analysis

GenAI supports banks in analyzing financial news, reports and other text-based information. It helps to extract relevant information, evaluate sentiment and thus support trading or investment decisions. 

In practice, a hedge fund, for example, uses generative models to automatically analyze financial news and react more quickly to market trends or risks on the basis of these analyses.

generative ki vorteile der Technologie für Unternehmen

Generative AI - advantages for companies

Generative AI offers companies a wide range of advantages that benefit almost all business areas. Basically, the technology generates these benefits:

Innovation Promotion

Generative AI enables companies to develop creative and innovative solutions. The ability to generate new data, content or models promotes the innovation process and opens up new possibilities for products and services.

Efficiency increase

By automating creative processes, generative AI increases efficiency in various business areas. The automatic generation of content, designs or other creative elements reduces the manual workload and speeds up production times.

Personalization of offers

Generative AI enables the personalization of offers and content. For example, companies can create personalized marketing materials or recommendations by using AI algorithms to respond to individual preferences.

Cost efficiency

The automation of processes using generative AI tools leads to cost savings. By reducing the manual effort involved in creating content or analyzing data, companies work more efficiently and save resources.

Flexibility and adaptability

Generative AI models can be used flexibly and adapted to different tasks and applications. This enables companies to react to changing requirements and market conditions.

Improving the decision-making process

Analyzing and generating extensive data helps to make more informed decisions. This is because companies can rely on more accurate predictions, better insights from large data sets and optimized data analytics access.

Greater availability of resources

Generative AI optimizes the availability of resources by automating repetitive or time-consuming tasks. This allows employees to focus their time on more demanding tasks that require human creativity and judgment.

Competitive advantage

The bottom line is that GenAI gives companies a competitive advantage. The ability to offer innovative products and personalized services and to have efficient processes plays a key role in differentiating themselves from the competition.

Generative AI - Risks and Challenges

While generative AI offers many advantages, it also poses challenges and risks that companies should carefully consider. These are among the most important:

Bias and fairness

Generative models can incorporate biases in the training data and reflect them in the generated content. This means that if the training data is not balanced or representative, generative models can tend to produce stereotypical or discriminatory content.

Ethics and abuse

Users could use generative AI tools for abusive purposes, such as creating fake content, deep fakes or other manipulated media. This can lead to a loss of trust, disinformation and legal consequences.

Privacy and security

Generative models can learn sensitive information from the training data and unintentionally disclose it in the generated content. The unintentional disclosure of personal or confidential information could lead to data breaches and jeopardize user trust in the applications.

Lack of transparency and interpretability

Generative AI models, especially deep neural networks, are often difficult to interpret. This means that it can be difficult to understand how they arrive at certain decisions or generated content. The lack of transparency impairs the understanding of how AI works and limits the ability to troubleshoot and accountability.

Regulatory challenges

There are still no clear and uniform regulatory guidelines for the use of generative AI, especially in areas such as media, healthcare and finance. Companies can therefore be confronted with uncertainty regarding legal frameworks, which can lead to legal problems - especially when companies and public institutions use generative models for sensitive applications.

AI Alignment as a solution approach

AI alignment refers to the field of research and practice of designing artificial intelligence in such a way that its goals, decisions and actions are in line with the values, goals and ethical principles of humans. It is not just about ensuring that an AI "works", but that it does the right thing - in harmony with human intentions, norms and the social context. Without alignment, there is a risk that even powerful AI systems will produce undesirable or harmful consequences, for example by misinterpreting instructions or pursuing goals in an unethical way.

AI alignment helps to systematically address key challenges such as bias, fairness, ethics, data protection and regulatory compliance. For example, aligned AI models can be trained to recognize and avoid bias in data, promote fair decisions and ensure the protection of personal information. Alignment also plays a key role in complying with legal requirements - such as the GDPR in Europe: only if AI systems act in a comprehensible, responsible and value-based manner can they be used sensibly in safety-critical or sensitive areas such as healthcare, justice or finance.

Current trends from GenAI

The world of GenAI is constantly evolving. There are currently several current trends that are shaping the research and application of this technology:

Improvement of GANs

Although GANs were introduced many years ago, they are still an important area of generative AI. The focus today is on improving stability, training speed and control over the generated results. Users are exploring new architectures and training strategies to make GANs more effective and versatile.

Transfer learning in generative models

Transfer learning is a technique in the field of machine learning where a model is trained on a specific task and then the knowledge learned is transferred to another, related task. The main idea behind transfer learning is that a model that has performed well on one task can use this knowledge to improve performance on a new, similar task. Today, the technology is increasingly being applied to generative models. The models are pre-trained on large, general data sets and then fine-tuned for specific tasks or domains to increase efficiency and performance.

Multimodal generative models

The trend is increasingly moving towards models that are able to process multiple modalities such as text, image and sound. This enables more advanced applications in which different types of data interact with each other.

Controllable generation

The ability to better control generated content is an important focus. Researchers are working on designing generative models so that they can control specific properties or styles in the content created to give users more control.

Ethics and bias awareness

With the growing influence of generative AI in various areas, awareness of ethical issues and potential bias problems is also increasing. Researchers and developers are increasingly grappling with the responsibility of ensuring that generative models are fair and ethical.

Harness the potential of generative AI - with Konfuzio

Konfuzio offers innovative solutions for the automation and optimization of business processes. To this end, the German provider has advanced generative AI technologies that enable companies to derive important insights from data and make well-founded decisions for their business on this basis.

Konfuzio specializes in the classification, processing, analysis and evaluation of data in unstructured documents such as invoices, orders and forms. The application uses pioneering AI technologies such as optical character recognition (OCR), natural language processing (NLP), computer vision and machine learning and has trained these on more than 100,000 documents.

Talk to one of our experts now and find out about the wide range of possible applications for Konfuzio's Generative AI!

Contact Konfuzio now!

Did you find this page helpful?

Thank you for your feedback!

Would you give me feedback? (anonymous)

We develop AI software for companies and deliberately avoid annoying advertising banners. Through our articles, we document topics that occupy and interest us and also finance our daily bread.

As our content is free of charge, your feedback is our praise.

Each author reads your anonymous feedback personally, although AI could automate it, and integrates constructive suggestions directly into the next revision or uses it as inspiration for the next article.



    </article
    • Tim Filzinger
      (Author)

      Editor and communications consultant. Specializes in enterprise technology and artificial intelligence.

    en_USEN