Almost every modern AI chat has two layers of instructions: the system prompt (the AI's standing rules) and the user prompt (your messages). Knowing which goes where helps you build consistent, repeatable AI behaviour — for yourself and for any tool you might build.
When you open ChatGPT or Claude, you see only your messages and the AI's replies. But behind the scenes, there is usually a "system prompt" — a hidden layer of instructions that sets the AI's personality, tone, and ground rules before you even start talking.
Understanding this hidden layer is essential the moment you start building tools, custom GPTs, or company-wide assistants.
Set once. Hidden from the user. Defines the AI's persona, voice, scope, and limits. It tends to outweigh user instructions when there is a conflict (e.g. if the system prompt says "never discuss politics", asking the AI to discuss politics in a user prompt will usually be politely declined).
What you type in the conversation. These can vary every turn. They include the task, the questions, the data, and any in-the-moment instructions.
Without a system prompt, every chat starts from default behaviour. The AI sounds generic, has no persona, no memory of your preferences, no rules of engagement. Your user prompts have to do all the work, every time — which means you keep re-explaining the same things.
Re-explaining every time
USER: Act as a strict editor. Be direct.
Don't use words like "leverage" or
"synergy". Now rewrite this paragraph:
…
You repeat the same constraints in every chat.
Constraints moved to system
SYSTEM (set once):
You are a strict, direct editor.
Never use the words "leverage" or
"synergy". Prefer plain English.
USER (varies):
Rewrite this paragraph: …
Set the rules once. Every user message inherits them automatically.
You are [ROLE].
Your job: [PRIMARY OBJECTIVE].
Voice and tone:
- [adjective], [adjective], [adjective]
- Avoid jargon and clichés.
Rules:
- Never [forbidden behaviour].
- Always [required behaviour].
- If you don't know, say so.
Output style:
- Default to [format] unless asked otherwise.
- Keep responses under [length] unless told to expand.
Fill the blanks once. Save the result. Reuse for every chat that fits that role.
Note: The system prompt is not magic. The user prompt can still override soft preferences. Use the system prompt for stable, repeated behaviour — not one-off requests.
Write a 5-bullet system prompt for "personal editor". Save it in your AI tool's custom instructions. Use it for a week and notice the difference.
Create two different custom GPTs (or Claude Projects) with different system prompts — e.g. "blunt strategist" vs "patient teacher". Ask both the same question. Compare.
Look at the system prompts of public custom GPTs you like (some creators share them). Identify which rules you would adopt or modify for yourself.
Sign in to join the discussion and post comments.
Sign inPrompt Engineering for Education & Learning
Use AI as your personal tutor. Learn how to study faster, create lesson plans, generate practice questions, master languages, and prepare for competitive exams with smart prompts.
Prompt Engineering for Developers
Use AI as your coding co-pilot. 18 tutorials on writing prompts to generate clean code, debug faster, write tests, build APIs, and ship better software.
Prompt Engineering for Business & Productivity
Use AI to work smarter — automate tasks, make better decisions, and communicate professionally. 12 practical business prompt tutorials for professionals.
Prompt Engineering for Data Science & Analytics
Supercharge your data workflows with AI. 15 practical tutorials on using prompt engineering for data cleaning, EDA, machine learning, SQL, visualisation, and more.
Prompt Engineering for Content & Copywriting
Write blogs, ads, emails, and social media content ten times faster with AI. 13 practical tutorials on prompt engineering for content creators and copywriters.
Prompt Engineering for Specific AI Tools
Tool-by-tool mastery — deep dives into ChatGPT, Claude, Gemini, GitHub Copilot, Midjourney, Stable Diffusion, and more. Learn the exact prompting techniques each platform rewards.