What Is Generative AI? A Plain-English Explanation
"Generative AI" is the umbrella term behind the current AI boom — here's what actually separates it from earlier AI systems.
Generating vs. classifying
Older, "predictive" AI systems mostly classified or scored existing input — is this email spam, what's the price this house should sell for. Generative AI instead creates new content — text, images, audio, code — that didn't exist before, based on patterns learned from training data.
The technology underneath
Text generation is powered by large language models (see What Is an LLM?). Image generation typically uses a different architecture (diffusion models), but the underlying principle is similar: learn the statistical patterns of a huge dataset well enough to produce new, plausible examples in that same style.
Why it took off when it did
The core ideas behind generative models existed for years before ChatGPT's public launch. What changed was scale — enough training data, enough compute, and architectural refinements (especially the transformer) crossing a threshold where the output became reliably useful rather than a novelty.
Frequently Asked Questions
What makes AI "generative"?
It creates new content — text, images, audio, code — rather than just classifying or scoring existing input, based on patterns learned from training data.
Is ChatGPT generative AI?
Yes — it's a generative AI product built on top of a large language model, generating new text in response to a prompt.