AI From Zero · AI Fundamentals

What Is Generative AI?

Understand what generative AI is, how it differs from traditional AI systems, what kinds of content it can create, and how it relates to modern AI models.

Estimated learning time: 12 minutes

What You'll Learn

By the end of this lesson, you will be able to:
- Explain generative AI in simple terms.
- Understand the difference between generating content and simply classifying or predicting information.
- Identify the major types of content generative AI can create.
- Understand the relationship between generative AI, machine learning, and deep learning.
- Understand why generative AI has become so widely used.
- Recognize some important limitations of generative AI.

What Is Generative AI?

So far, we have followed the journey from artificial intelligence to machine learning and then to deep learning.

Now we arrive at one of the most visible forms of modern AI: generative AI.

Generative AI refers to AI systems that can create new content in response to instructions or inputs.

That content can include:

  • Text
  • Images
  • Audio
  • Video
  • Computer code

For example, you can ask a generative AI system to write an email, summarize a document, create an image, explain a concept, or generate computer code.

The important idea is that the system is not simply retrieving one stored answer. It is generating an output based on patterns learned during training and the instructions it receives.

Generative AI vs Traditional AI

Not every AI system generates new content.

Many AI systems are designed primarily to classify, predict, detect, or recommend something.

For example, a spam filter may receive an email and predict:

Spam or Not Spam.

A fraud detection system may receive a transaction and predict whether it appears suspicious.

A recommendation system may predict which product or movie a user might be interested in.

Generative AI can perform a different kind of task: it can produce new content.

For example:

Input: "Write a short explanation of machine learning for a beginner."

Output: A newly generated explanation.

This distinction is useful, although modern AI systems can perform many different types of tasks.

How Can Generative AI Create Something New?

This is one of the most interesting questions about generative AI.

A generative AI model is trained on large amounts of data. During training, the model learns statistical and mathematical patterns in that data.

For a language model, this can include patterns in how words and pieces of text relate to one another.

When the model receives an instruction, it uses what it learned during training to generate an appropriate sequence of outputs.

It is important to understand that this does not mean the model stores a complete copy of every answer it can produce. Instead, the model learns parameters that represent patterns useful for generating outputs.

A Simple Text Example

Imagine asking a generative AI system:

"Explain artificial intelligence in three sentences for a ten-year-old."

The system processes your instruction and generates a response that attempts to follow the request.

You could then change the instruction:

"Now explain the same idea to a software developer."

The output can change because the requested audience and style have changed.

This ability to generate flexible responses is one reason generative AI has become such a powerful interface for interacting with computers.

Generative AI Can Create Many Types of Content

Generative AI is not limited to text.

Text

Language models can generate explanations, summaries, emails, stories, reports, and other forms of written content.

Images

Image-generation systems can create images from textual descriptions or other inputs.

Audio

Generative systems can produce speech, music, sound effects, and other forms of audio.

Video

Modern generative systems can also create or transform video content.

Code

AI systems can generate computer programs, functions, SQL queries, scripts, and other forms of code from natural-language instructions.

What Are Large Language Models?

One of the most important technologies behind modern generative AI is the large language model, often abbreviated as LLM.

An LLM is a machine learning model designed to work with language. It is trained on very large collections of text and learns patterns that allow it to process and generate language.

When you interact with a modern AI assistant using natural language, a large language model may be working behind the scenes.

We will explore large language models and AI assistants in much greater detail later in this course.

Where Does Deep Learning Fit In?

Generative AI is strongly connected to the deep learning concepts we learned in the previous lesson.

Modern generative AI systems commonly use large neural networks trained using deep learning techniques.

A useful simplified picture is:

Artificial Intelligence

Machine Learning

Deep Learning

Many Modern Generative AI Systems

This does not mean that every possible AI system fits into this exact chain, but it is a useful way for a beginner to understand how many modern generative AI systems are built.

Why Has Generative AI Become So Popular?

One major reason is accessibility.

People can interact with sophisticated AI systems using ordinary language instead of learning a programming language first.

For example, a person can type:

"Explain this financial report in simple language."

or:

"Help me write a professional email."

The computer can respond to these natural-language instructions.

This makes AI useful to people who may never have considered themselves technical users.

Generative AI Is Not the Same as a Search Engine

A search engine primarily helps you find information from available web pages and other indexed sources.

A generative AI system can instead generate a response based on the model and the information available to it.

Some modern AI products combine both approaches. They can search for current information and then use a generative model to summarize or explain what they found.

This distinction matters because a generated answer should not automatically be assumed to be a verified fact.

Generative AI Can Make Mistakes

One of the most important things to understand about generative AI is that it can produce incorrect information.

A model can generate an answer that sounds confident and convincing while still being wrong.

This is sometimes described as a hallucination.

For important decisions, AI-generated information should therefore be checked against reliable sources.

The fact that an AI system produces fluent language does not guarantee that every statement it makes is accurate.

Generative AI Does Not "Think" Exactly Like a Human

Generative AI can produce surprisingly sophisticated responses, but we should be careful about assuming that it understands the world exactly as a human does.

The underlying model is performing mathematical computations based on patterns learned from data and the input it receives.

It can be extremely useful without being human-like in the way people sometimes imagine.

The Importance of the Prompt

The instruction given to a generative AI system is commonly called a prompt.

The quality and clarity of the prompt can influence the usefulness of the generated response.

For example, compare:

"Write something about AI."

with:

"Explain machine learning to a complete beginner in five simple paragraphs and include one everyday example."

The second instruction gives the AI much more information about what the user wants.

Later in this course, we will study prompt engineering and learn how to communicate more effectively with AI systems.

The Big Picture

Generative AI represents an important development in the history of artificial intelligence because it allows people to interact with powerful AI systems through natural language and other simple inputs.

These systems can generate text, images, audio, video, code, and other forms of content.

Modern generative AI is closely connected to machine learning and deep learning, and large language models are an important example of the technology behind many text-based AI assistants.

But generative AI also has limitations. It can make mistakes, produce biased or inappropriate outputs, and should not automatically be treated as an authoritative source of truth.

The most important idea to remember is: generative AI is AI that can create new content based on patterns learned from data and the instructions it receives.

Key Takeaways

Generative AI creates new content such as text, images, audio, video, and code. Traditional AI systems may classify, predict, detect, or recommend, while generative AI can produce new content. Large language models are an important technology behind many text-based generative AI systems. Modern generative AI is closely connected to deep learning. A prompt is an instruction given to a generative AI system. Generative AI can produce incorrect information, so important outputs should be verified. Generative AI is powerful without being identical to human thinking or understanding.

Try It Yourself

Choose one task you normally do with a computer, such as writing an email, summarizing information, creating an image, or writing code. Describe how you might ask a generative AI system to help with that task. Do not worry about making the prompt perfect; just write the instruction in your own words.

Test Your Knowledge

You've reached the end of this lesson.

Test what you've learned with the What Is Generative AI? — Quiz.

Take the Quiz
← What Is Deep Learning?
How AI Actually Learns →
Back to Course