AI Fundamentals
← All Concepts
intermediate

System Prompts

The Employee Handbook No One Sees

6 min read

The Analogy

The Employee Handbook No One Sees

Every employee gets an induction handbook that shapes how they behave — but customers never read it.

The handbook tells the employee: speak formally, never discuss pricing without manager approval, always escalate angry customers. It runs silently in the background. System prompts work the same way — hidden instructions that shape everything the AI says and does in a product, invisible to the end user.

In Plain English

A system prompt is a hidden set of instructions given to an AI model before the conversation starts. It defines the AI's persona, rules, limitations, and behaviour — shaping every response without the user seeing it.


The Technical Picture

System prompts are injected as a privileged context block before the human turn in the conversation. They configure the model's behaviour, persona, task framing, and constraints. In production applications, system prompts are the primary mechanism for product-level customisation of foundational models.

Real-World Examples

  • Zomato's AI assistant has a system prompt telling it to only discuss food-related queries
  • Customer service chatbots use system prompts to set tone, boundaries, and escalation rules
  • Claude's Constitutional AI principles are partly enforced through training and system-level instructions
Key Takeaway

System prompts are the invisible rulebook behind every AI product — they shape everything you see.

Related Concepts