TL;DR GPT-5.5 Prompting Guide > Set personality: how the assistant sounds. > Set work style: how it asks, assumes, decides, and handles risk. > Use preambles: give quick updates before long/tool-heavy tasks. > Prompt outcomes: define the goal, not every step. > Add stop rules: stop once enough evidence exists. > Limit strict rules: use ALWAYS/NEVER only for true requirements. > Control format: specify length, bullets, tables, or JSON. > Require citations: cite factual claims when needed. > Set search limits: search again only if key evidence is missing. > Separate facts from copy: don’t invent metrics, dates, or claims. > Check work: run tests or inspect outputs when possible. > Use phases: commentary for updates, final_answer for final response.
A concise checklist for structuring system prompts to control GPT-5.5's personality, reasoning style, output format, and factual reliability.
Example(text)
TL;DR GPT-5.5 Prompting Guide
> Set personality: how the assistant sounds.
> Set work style: how it asks, assumes, decides, and handles risk.
> Use preambles: give quick updates before long/tool-heavy tasks.
> Prompt outcomes: define the goal, not every step.
> Add stop rules: stop once enough evidence exists.
> Limit strict rules: use ALWAYS/NEVER only for true requirements.
> Control format: specify length, bullets, tables, or JSON.
> Require citations: cite factual claims when needed.
> Set search limits: search again only if key evidence is missing.
> Separate facts from copy: don't invent metrics, dates, or claims.
> Check work: run tests or inspect outputs when possible.
> Use phases: commentary for updates, final_answer for final response.Why it works
When to use
- •Writing or refining a system prompt for a GPT-5.5 assistant or agent deployment
- •Debugging an existing prompt where the model is hallucinating facts, over-searching, or producing inconsistent formats
- •Building agentic workflows where you need clear handoffs between reasoning steps and final outputs
Report an Issue
Found something wrong with this article? Let us know and we'll look into it.