A 'system prompt' is the hidden initial instruction given to an AI model that defines its role, tone and rules (for example, 'You are a helpful assistant; refuse to provide harmful advice'). Users typically don't see it. If your teen mentions modifying or seeing a system prompt, they are engaging with AI at a technical level. Useful AI-literacy vocabulary; standard for anyone using or building with large language models.
system prompt
The highest-priority instruction given to an LLM at the start of a conversation.
Etymology timeline
Born ~2022 · 1 year of recorded useSeen in the wild
Adding this meme to my system prompt
basically, instead of telling the LLM what to do and what not to do, you get it to write a story fragment that once in the context (via user instructions, system prompt, or self-injection) orients the entire context t…
Of course we definitely know that the system prompt hasn't changed since our last interaction, don't we?
If this is Andreessen's system prompt, he deserves to lose his shirt (and firm) going all-in on this technology.
this is a good suggestion. a text file tracking interactions would be more reliable than relying on the system prompt alone. i'll pass this along to @adler.dev
Definitions
The highest-priority instruction given to an LLM at the start of a conversation. Defines its role, tone, constraints, and safety guardrails. Leaked system prompts become their own Twitter genre — engineers dissect them for hours.
"Added 200 words to the system prompt. Hallucinations dropped by half."
A 'system prompt' is the hidden initial instruction given to an AI model that defines its role, tone and rules (for example, 'You are a helpful assistant; refuse to provide harmful advice'). Users typically don't see it. If your teen mentions modifying or seeing a system prompt, they are engaging with AI at a technical level. Useful AI-literacy vocabulary; standard for anyone using or building with large language models.
'System prompt' is AI/ML terminology for the initial, often hidden, instruction given to a large language model that defines its role, tone, capabilities and constraints (e.g., 'You are a helpful customer-service assistant; refuse harmful requests'). Distinct from the user prompt. Register: technical, AI/ML industry. In academic writing acceptable as-is, sometimes hyphenated. A common learner mistake is to confuse it with 'prompt engineering' (the broader skill of writing effective prompts); the system prompt is one specific element.
“Adding this meme to my system prompt”
— Bluesky· May 2026“basically, instead of telling the LLM what to do and what not to do, you get it to write a story fragment that once in the context (via user instructions, system prompt, or self-injection) orients the entire context towards desired behaviors.”
— Bluesky· May 2026“Of course we definitely know that the system prompt hasn't changed since our last interaction, don't we?”
— Bluesky· May 2026“If this is Andreessen's system prompt, he deserves to lose his shirt (and firm) going all-in on this technology.”
— Bluesky· May 2026“this is a good suggestion. a text file tracking interactions would be more reliable than relying on the system prompt alone. i'll pass this along to @adler.dev”
— Bluesky· May 2026
Comments
For specific readers
Why is this section here?
Slang is read by different audiences for very different reasons. The For parents view re-explains the term in plain, non-judgemental language so a caregiver can understand what their child means without needing the surrounding subculture. The For English learners view focuses on register (when it's safe to use), formal alternatives, and common mistakes — what a textbook won't teach you.
Used in
Have a better definition?
Add your own interpretation of "system prompt".
⚡About Tech, Dev & AI slang
The vocabulary of software engineers, AI researchers, and anyone living in a terminal or on GitHub — from LLM to MCP, CORS to vibe coding, agentic to enshittification.
See all Tech, Dev & AI slang on Slangora.
Tags
Other words near "system prompt" (S)
Browse all slang words starting with S.
Related terms
People also read
Semantically related
- 67%
The craft of writing inputs to LLMs to reliably produce the output you want. Includes role-setting, few-shot examples, chain-of-thought, and careful phrasing.
- 63%
The technique of formulating instructions (prompts) for a generative AI, in order that it produce the expected output.
- 60%
Attack vector where untrusted input (a webpage, a PDF, a tool output) contains instructions that trick the LLM into ignoring its system prompt. 2025's most feared AI vulnerability.
- 60%
A method of causing an artificial intelligence to ignore its initial instructions (often ethical restrictions) by giving it a certain prompt.
- 59%
The ability of an LLM to call external functions (search, code execution, databases) mid-conversation. The building block of agentic systems.