Comparison
Generative AI vs Prompt
Generative AI and Prompt are both common AI/LLM terms but cover different ideas. Here is a quick side-by-side.
When you would reach for Generative AI
Generative AI comes up when the question is fundamentally about foundations.
ChatGPT writing an email.
When you would reach for Prompt
Prompt comes up when the question is fundamentally about prompting.
A system prompt + user message + a few-shot examples = a typical prompt.
Frequently asked
What is the difference between Generative AI and Prompt?
Generative AI: Generative AI refers to models that produce new content — text, images, audio, video, or code — rather than classifying or predicting from a fixed set of labels. Prompt: A prompt is the text you send to an LLM to elicit a response. It typically includes a system message, optional examples, and the user's query.
When should I use Generative AI vs Prompt?
Generative AI is the right concept when you are focused on foundations. Prompt applies when you are focused on prompting.
Are Generative AI and Prompt the same thing?
No. Generative AI is foundations; Prompt is prompting. They are related but address different parts of the AI stack.