Generative AI: Generative AI is a class of AI models that create new content, including text, images, code, audio, and video, in response to a prompt. Chat assistants like ChatGPT, Claude, and Gemini and image tools like Midjourney are generative AI.
Most AI before 2022 was predictive: it classified, scored, or ranked things that already existed. Generative AI produces something new. Ask for a project status email, a logo concept, a SQL query, or a voiceover, and the model composes it on the spot by predicting what should come next, one piece at a time.
Under the hood, text tools are large language models and most image tools are diffusion models, but you interact with both the same way: describe what you want in plain language. The quality of what you get depends heavily on how specific you are about audience, purpose, format, and constraints.
The limits matter as much as the capabilities. Generated text can be fluent and wrong. Generated images can carry the biases of their training data. Generated code can look correct and fail on edge cases. And anything you paste in may leave your organization, so check your company's policy before sharing confidential material.
Example at work
A marketing manager at a home services company drafts a month of social posts in one sitting: she pastes last quarter's best-performing posts as examples, describes the tone, and asks for twelve variations by theme. She then edits every post, removes two claims the model invented, and generates matching images in Canva.
Why it matters
Generative AI is the reason AI moved from a data science department to your desktop. The skill that pays off is not learning to code. It is learning to brief the tool the way you would brief a smart new hire, then reviewing its work with the same care.
Related terms
- Large language model (LLM)A large language model (LLM) is a neural network trained on enormous amounts of text to predict the next word, then tuned to follow instructions and hold a conversation. LLMs power ChatGPT, Claude, Gemini, and Microsoft Copilot.
- Diffusion modelA diffusion model is a type of generative AI that creates images, audio, or video by starting with random noise and removing it step by step until a coherent result matching the prompt emerges. Most image generators of recent years are built this way.
- PromptA prompt is the text (and sometimes files or images) you give an AI model to tell it what you want. A good prompt states the role the AI should play, the task, the relevant context, the output format, and any constraints.
- HallucinationA hallucination is when an AI model produces information that is false or fabricated but presents it confidently, such as an invented statistic, a citation to a paper that does not exist, or a made-up product feature.
- Multimodal AIMultimodal AI is a model or system that can understand and produce more than one type of content, such as text, images, audio, and video. Modern assistants that can read a screenshot, describe a chart, or listen to speech are multimodal.