Tone & control · Updated June 2026

The system prompt guide

The system prompt is the most powerful and least understood control over how an AI behaves. Get it right and tone, rules and format stay consistent across every reply.

In one line: a system prompt is a standing instruction applied before the user says anything. It sets role, tone, rules and output format — and it outweighs instructions buried in a single message. For any product or repeated workflow, it's the control that matters most.

What it is

Most chats have two voices: the system (you, setting the rules) and the user (the person typing). The system prompt is the first, and it persists for the whole conversation. The model treats it as higher priority than ordinary messages, which is why it's the right place for anything that must always hold true.

Why it matters more than clever prompting

A clever one-off prompt helps a single answer. A good system prompt shapes every answer — keeping tone consistent, enforcing rules, fixing the output format and stopping persona drift. For products and recurring tasks, that consistency is worth far more than any individual prompt trick.

The five things a good system prompt sets

  1. Role. Who the model is acting as ("You are a support agent for an accounting firm").
  2. Audience. Who it's talking to ("Replies go to non-technical small-business owners").
  3. Tone. The voice ("Warm, plain English, no jargon") — see changing tone.
  4. Rules. Hard constraints ("Never give tax advice; escalate anything about filing deadlines").
  5. Output format. The shape of the answer ("Reply in under 120 words, end with a next step").

A template

"You are [role] helping [audience]. Always respond in a [tone] voice. Rules: [hard constraints]. Format every reply as [format]. If you are unsure, say so rather than guessing."

Good practice

Where it lives

In the API it's the dedicated system role. In consumer apps it's Custom Instructions (ChatGPT), Projects (Claude), Gems (Gemini) or agent settings (Copilot). Setting it there — rather than re-typing it each chat — is what makes it stick.

Building a customer-facing assistant? Combine this with the customer service tone guide and the right base model.