Definition
Generative AI is AI whose central capability is producing new text, code, images, audio, video, or structured data from a learned generative model. The system generates an output conditioned on a prompt, example, control signal, or other input, or samples without an external condition.
"New" means the system constructs an output for the request. It does not prove originality, novelty, ownership, or factual accuracy. A generated passage can repeat memorized material, combine familiar patterns, or state a plausible falsehood. Those questions require separate provenance, similarity, and correctness checks.
The current label covers several technical families, including autoregressive language models, diffusion models, variational autoencoders, and generative adversarial networks. Generative modeling predates the recent public use of "generative AI," and the umbrella phrase does not identify one architecture or inventor.
Distinguish it from nearby terms
- Discriminative AI estimates labels, scores, or boundaries from inputs rather than modeling how to generate samples. One system can contain both kinds of model.
- Predictive AI forecasts an outcome. A generative model also predicts during generation, but the product distinction concerns whether the system returns content or a bounded prediction.
- An agent selects actions and uses tools toward a goal. A generative model can power an agent without being agentic by itself.
- A foundation model is defined by broad reuse. It may be generative, but generative output alone does not make a model foundational.
Operational significance
Evaluation must inspect the produced artifact, not only whether the model returned one. Define factuality, safety, style, rights, privacy, and format requirements for the use case. When output can trigger tools or publication, add validation and authorization before the generated content becomes an action.
Check your understanding
A system drafts an email but cannot send it. It is generative AI. Adding permission to choose recipients and call a mail tool changes the surrounding system into an agentic workflow, not the underlying definition of generation.