0.7.2 Generative AI

Generative AI Produces New Content

Generative AI refers to AI systems designed to produce new content in response to input.

Depending on the system, the output can include:

A text-based generative AI system might receive:

Plain text
Write a short announcement reminding the soccer team that practice starts at 5:00.

and produce a draft message.

The output did not exist as that exact response before the request.

The system generated it.

Generative AI Learns Patterns Rather Than Storing One Answer for Every Prompt

A generative model is developed from patterns in data and other training processes.

When given a prompt, it uses its model and current context to generate an output.

That is different from a simple database that looks up one fixed stored answer for every possible question.

This is why generative AI can respond to many inputs that were never written in exactly that form before.

Text Generation Happens Piece by Piece

A text-generating model produces a response by predicting useful continuations based on the prompt and current context.

At a high level:

Plain text
prompt
  ↓
model processes context
  ↓
model generates response content

The technical implementation can be far more complex than this simplified flow.

For FIT, the important idea is that the response is generated, not retrieved as guaranteed truth.

Generative AI Can Transform Existing Information

Generation does not always mean creating something from nothing.

A generative AI system can also transform supplied content.

Examples include:

The user's input becomes context for the generated result.

Generative AI Can Help With Exploration

A learner might use generative AI to:

These uses can be helpful because the system can quickly produce candidate content.

Candidate content still needs evaluation.

Generative AI Is Not Automatically an Authoritative Source

A polished response can sound confident and complete.

That presentation does not prove that every claim is correct.

The system is generating an answer.

It may produce:

The quality can vary across tasks and prompts.

Different Systems Have Different Capabilities

One generative AI system may work only with text.

Another may also accept:

Some systems may have access to external tools or current information.

Others may not.

Do not assume that one AI tool's capabilities apply to every other AI tool.

The Prompt Shapes the Task

Compare:

Write about soccer.

with:

Write a 100-word explanation for a new player describing the difference between a throw-in and a goal kick.

The second prompt provides:

That additional information helps define the requested output.

The next Learning Activity looks more closely at prompts, inputs, and outputs.

Generated Does Not Mean Random

Generative AI is not simply choosing arbitrary words or pixels.

The output reflects patterns represented in the model and the context of the request.

At the same time, generation is not a guarantee of factual correctness.

Those two ideas belong together:

The output is pattern-based and purposeful.

The output still needs human evaluation.