Skip to lesson content
Free course

AI Foundations / Module 2 / M02-U01 · 6-8 minutes

M02-U01 · 6-8 minutes

Generative AI Can Create More Than Text

Work through the explanation, apply it to the example, and complete the quick check before continuing.

What does generative mean?

Generative AI creates content from an input and the patterns learned during training.

The new content may be text, an image, audio, video, code, or data in a set format.

The word generative tells us what kind of result the system can produce. It does not tell us everything about how the model works.

Common types of content

Text

A text model may write an answer, summary, translation, email, plan, or story.

Images

An image model may create a new picture, change part of an existing image, or make a new version in another style.

Audio

An audio model may create speech, music, or sound effects. It may also change one voice into another.

Video

A video model may create a short clip, add movement to an image, or change part of existing video.

Code

A coding model may write a function, query, test, or setup file. Code still needs testing and review.

Structured content

A model may return a table, list, or data in a format requested by another system.

Input and output can be different

A system can work with more than one kind of content. This is often called multimodal.

For example:

  • You upload a photo and ask a text question.
  • The system studies the photo and returns a text answer.

The input is an image and text. The output is text.

Another system may receive text and create an image. The input and output types are different.

One request, many generators

Suppose we are planning a public tree-planting event.

SystemInputGenerated resultWhat still needs checking
Text assistantEvent detailsShort announcementDates, place, contact details
Image generatorVisual descriptionPoster imageText inside image, suitability, rights
Speech generatorApproved announcementAudio messageVoice permission and clear speech
Code generatorForm needsRegistration form codeSecurity, errors, and correct behaviour

All four systems generate content. Their outputs and risks are different.

Generation is not retrieval

Imagine a photo library.

You search for red flowers. The library returns three photos that already existed. That is retrieval.

Now imagine a model creates a new picture from the words red flowers beside a blue gate. That is generation.

A product may use both. It may find reference material and then create a new result.

Not every model works the same way

In the next units, we will study a common way that text models generate language. They work with tokens and predict the next token again and again.

This is a useful way to understand text generation.

Do not turn it into a rule for every image, audio, or video model. Other kinds of models may use different methods.

Quick check

A service finds and returns an existing training video from its library. What is proven?

A. Video generation. B. Video retrieval. C. Deep learning. D. An AI agent.

Check the answer

Answer: B. The service returns an existing item. There is no proof that it creates a new video.

Remember

  • Generative AI can create many kinds of content.
  • Input and output may use different media.
  • Generative describes a result, not one model design.
  • Retrieval finds existing material. Generation creates content.
  • We will use text models as our main example, not as an explanation of every model.

Next, we will see how a text model breaks language into tokens.