Comparison
Prompt vs Prompt Engineering
Prompt and Prompt Engineering are both common AI/LLM terms but cover different ideas. Here is a quick side-by-side.
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.
When you would reach for Prompt Engineering
Prompt Engineering comes up when the question is fundamentally about prompting.
Adding "Respond in valid JSON only" + a schema example.
Frequently asked
What is the difference between Prompt and Prompt Engineering?
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. Prompt Engineering: Prompt engineering is the craft of writing prompts that reliably produce the behavior you want from an LLM. It blends formatting, examples, tone, and constraints.
When should I use Prompt vs Prompt Engineering?
Prompt is the right concept when you are focused on prompting. Prompt Engineering applies when you are focused on prompting.
Are Prompt and Prompt Engineering the same thing?
No. Prompt is prompting; Prompt Engineering is prompting. They are related but address different parts of the AI stack.