Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/System Prompt
πŸ“‹
FundamentalsBeginner

System Prompt

The hidden instruction that shapes how an AI behaves before you say anything.

A system prompt is a set of instructions given to a model before the user conversation begins. It defines the model's persona, constraints, tone, output format, and scope of knowledge.

In the API, it appears as a message with role "system" (OpenAI) or the system parameter (Claude). In consumer products like Claude.ai or ChatGPT, it's invisible β€” already set by the product team.

What system prompts do:

  • Set persona: "You are a concise technical assistant"
  • Define constraints: "Only answer questions about cooking. Decline everything else."
  • Specify format: "Always respond in JSON with fields: summary, steps, caveats"
  • Inject context: "The user's account tier is Pro. Today's date is…"

Why it matters for practitioners: When building AI features, the system prompt is your primary control surface. A well-crafted system prompt reduces the need for per-request instructions, improves consistency, and can dramatically change output quality without changing the model.

System prompts are not foolproof β€” users can sometimes override them through prompt injection or jailbreaking techniques.

In plain terms

A job briefing before a contractor walks on site. The contractor (the model) hasn't met the client yet, but already knows: here's the project scope, here's how to communicate, here's what's off-limits.

Related concepts

✨

Prompt Engineering

The art of asking AI the right question in the right way.

⬑

Large Language Model

AI trained on vast text to understand and generate language.

πŸ› οΈ

Function Calling

Letting an AI invoke real code and APIs mid-reasoning.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source Β· Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote β†—GitHub β†—RSS Feed β†—
Β© 2026 Sintra Β· Curated in the open.Built on the void.