News · OpenAI ships tone presets and live-updating personalization in GPT-5.1
OpenAI ships tone presets and live-updating personalization in GPT-5.1
The GPT-5.1 release moves ChatGPT's personality from a hidden model trait to an explicit settings surface — and changes how those settings propagate through active conversations.
Personality became a labeled control panel, not a model quirk
The clearest product decision in this release is the renaming and expansion of tone presets. Friendly replaces Listener, Efficient replaces Robot, and three new presets — Professional, Candid, and Quirky — join the list. Two earlier options, Cynical (formerly Cynic) and Nerdy (formerly Nerd), stay unchanged under the same personalization dropdown.
The renaming matters more than it looks. Labels like Listener and Robot described a personality; Friendly, Efficient, and Professional describe a use case. OpenAI states these presets are 'designed to align with what we've learned about how people naturally steer the model.' In other words, the vocabulary of the settings panel is being fitted to the requests users were already typing, moving that steering out of the prompt and into a persistent selector that 'applies across all models.'
Granular tuning and mid-conversation preference capture
Below the presets, OpenAI is experimenting with direct sliders for specific characteristics: how concise, warm, or scannable responses are, and how frequently the model uses emojis. This is a notable admission that a fixed set of personas can't cover the range of preferences — the same reason the announcement gives for adding presets in the first place ('preferences on chat style vary—from person to person and even from conversation to conversation').
The more interesting behavior is that ChatGPT 'can also proactively offer to update these preferences during conversations when it notices you asking for a certain tone or style, without requiring you to navigate into settings.' That collapses the usual gap between an in-chat instruction ('be more concise') and a durable setting. The chat surface itself becomes a way to write to the preferences store, and any change can be adjusted or removed later.
The state change that will actually be felt: live propagation
The most consequential frontend detail is easy to miss. OpenAI writes that personalization updates 'now take effect across all chats right away, including ongoing conversations.' The prior behavior is stated plainly: 'Before, changes to base style and tone or custom instructions only applied to conversations started afterward.'
This is a real shift in how conversation state is resolved. Previously, tone was effectively frozen at conversation creation, so a long thread carried whatever style it started with. Now the settings are read live, meaning an existing thread can change voice mid-stream when the user edits preferences elsewhere. For anyone building on top of ChatGPT's behavior — or reasoning about consistency within a session — the assumption that a conversation's tone is fixed once started no longer holds.
Adaptive reasoning makes response latency a variable to design around
On the model side, GPT-5.1 Instant can, 'for the first time,' use adaptive reasoning to decide whether to think before answering. GPT-5.1 Thinking varies its thinking time more dynamically than its predecessor: OpenAI reports it is 'roughly twice as fast on the fastest tasks and twice as slow on the slowest tasks' on a representative distribution of ChatGPT tasks, with thinking time set to Standard for the comparison.
For a frontend, that widening spread is the practical takeaway. A single model now produces a broader range of response times depending on the question, and GPT-5.1 Auto routes queries without the user choosing a model. Interfaces that assumed a narrow, predictable latency band — spinners, timeouts, streaming affordances — are now sitting on top of a system deliberately tuned to be fast sometimes and much slower other times.
What this specifically asks of teams shipping ChatGPT-adjacent UIs
The implication of GPT-5.1 is that tone and latency have both become user-controllable, live-updating variables rather than fixed properties of a session. Personality is now a settings surface that writes through to active conversations, and reasoning time is a per-query decision the model makes on its own.
Two concrete steps follow. First, stop treating a conversation's voice as immutable once it begins — the same thread can shift style after a settings change, and custom instructions are now adhered to more precisely. Second, design for a genuinely wide latency distribution under GPT-5.1 Auto, since the routing and adaptive reasoning that OpenAI is promoting as a usability win also remove the predictability a UI might have been quietly relying on.
Find this story relevant to you?
Contact us to find a unique solution
Need an AI engineering partner that can actually build?
We help businesses integrate AI, build AI-powered products, automate high-value workflows, and modernize the software systems behind them.
Related reading
More analysis around product delivery, operational AI, and the systems work that makes deployment hold up in reality.