0
0
AI for Everyoneknowledge~10 mins

What is a prompt in AI for Everyone - Visual Explanation

Choose your learning style9 modes available
Concept Flow - What is a prompt
User thinks of a question or task
User writes or says the prompt
AI receives the prompt
AI processes the prompt
AI generates a response
User reads or hears the response
This flow shows how a prompt starts with the user and leads to the AI giving an answer.
Execution Sample
AI for Everyone
User prompt: "What is the weather today?"
AI processes prompt
AI responds: "The weather today is sunny with 25°C."
This example shows a user asking a question and the AI giving a clear answer.
Analysis Table
StepActionInput/ConditionOutput/Result
1User thinks of a questionWhat is the weather today?Question ready to be asked
2User writes or says promptWhat is the weather today?Prompt sent to AI
3AI receives promptPrompt receivedAI starts processing
4AI processes promptAnalyze questionDetermine answer needed
5AI generates responseWeather data accessedThe weather today is sunny with 25°C.
6User reads responseResponse receivedUser understands answer
💡 Process ends when user receives and understands AI's response.
State Tracker
VariableStartAfter Step 2After Step 4After Step 5Final
PromptNone"What is the weather today?""What is the weather today?""What is the weather today?"Used for response
AI StateIdleReceived promptProcessing promptGenerated responseWaiting for next prompt
ResponseNoneNoneNone"The weather today is sunny with 25°C."Delivered to user
Key Insights - 2 Insights
Why does the AI need a prompt to give an answer?
The AI uses the prompt as the instruction or question to know what to answer, as shown in execution_table step 4 where it processes the prompt to determine the answer.
Is the prompt the same as the AI's response?
No, the prompt is the user's input (step 2), and the response is the AI's output (step 5). They are different parts of the process.
Visual Quiz - 3 Questions
Test your understanding
Look at the execution_table, what happens at step 3?
AUser thinks of a question
BAI receives the prompt
CAI generates a response
DUser reads the response
💡 Hint
Check the 'Action' column for step 3 in the execution_table.
According to variable_tracker, what is the AI state after step 5?
AIdle
BReceived prompt
CGenerated response
DProcessing prompt
💡 Hint
Look at the 'AI State' row under 'After Step 5' in variable_tracker.
If the user changes the prompt, which step in execution_table would change?
AStep 1 and Step 2
BStep 4 only
CStep 5 only
DStep 6 only
💡 Hint
The prompt is created and sent in steps 1 and 2, so changes happen there.
Concept Snapshot
A prompt is the question or instruction a user gives to an AI.
The AI reads the prompt, thinks about it, and then gives an answer.
Without a prompt, the AI does not know what to do.
Prompts guide the AI to provide useful responses.
Full Transcript
A prompt is what a user asks or tells an AI to do. The user thinks of a question or task, then writes or says it as a prompt. The AI receives this prompt and processes it to understand what is asked. After processing, the AI generates a response based on the prompt. Finally, the user reads or hears the AI's answer. This step-by-step process helps the AI know what to answer and how to help the user.