An AI prompt is the input given to an AI model that communicates the task, context, constraints, examples, desired output, or other instructions used to shape the model’s response.
A prompt can be as short as “Summarize this interview” or as structured as a detailed product-design brief containing user goals, existing flow, constraints, design-system rules, edge cases, and expected output.
The prompt shapes what the model pays attention to during the current task.
A prompt is one input. Context engineering is the broader practice of assembling the right information, tools, memory, and constraints for the model at the moment of execution.
Complex workflows usually cannot fit their entire operating context into one handcrafted prompt.
“Make it premium and intuitive” cannot replace actual product rules.
Specify what matters and leave room where exploration is useful.
Different systems handle memory and context differently.
An AI prompt asks: what should this model understand and do in this turn, and what boundaries make the output useful?
Generative AI · AI agent · Context engineering · Product context
Read AI for UX Design for examples of prompting inside context-aware product workflows.