AI Terminology Course
AI Terminology
/
Beginner

User Prompt

Definition

The direct query, instruction, or conversational input provided by the end-user in an AI application.

Explain Like I'm New

The message you actually type into the chat box.

Real World Example

In an AI coding assistant, the user prompt is: 'Find the bug in this Python function.'

Common Use Cases

  • •Conversational AI interface

Interview Questions

basic

  • What is the main difference between a System Prompt and a User Prompt?

intermediate

  • Why should developers never fully trust a User Prompt?

Flash Cards

Question

Difference?

Click to reveal answer
Answer

The System Prompt is written by the Developer to set the rules. The User Prompt is written by the Customer to ask a question.

Question

Why not trust?

Click to reveal answer
Answer

Because malicious users will intentionally craft User Prompts designed to 'trick' the AI into breaking its rules, generating hate speech, or leaking confidential data (Prompt Injection).