Code strings in iOS 27 reference a 'Take a Break Message' for Siri AI, a feature that would nudge users away after long conversations and remind them Siri isn't a real person. Apple hasn't confirmed it, but the strings line up with safety measures already shipping from OpenAI, Anthropic, and Google.
Apple appears to be building usage guardrails into its conversational Siri, based on code references discovered in iOS 27. The strings point to a "Take a Break Message" that Siri AI could surface after particularly long conversations, a pattern already familiar to anyone who has spent extended time inside ChatGPT or Claude.

The references were spotted by Aaron Perris on X, and they describe a message that does two things: it suggests the user step away, and it reminds them that Siri is not a real person. That second part matters more than it might sound, and we'll get to why.
What the code actually shows
What exists right now is exactly that: code. There is no shipping feature, no documented behavior, and nothing Apple discussed during the WWDC keynote this week, even though the company spent time on privacy and responsibility questions around Siri AI. The keynote covered how Apple intends to handle data and model behavior, but it skipped the question of what happens when someone just keeps talking.
The interesting detail for developers is how the trigger seems to be structured. Based on what Perris shared, there is no fixed timer that flips the reminder on after a set number of minutes. Instead, the value appears to feed into a broader decision, combined with other signals, to determine whether the message should appear. That suggests Apple is treating conversation length as one input among several rather than a hard threshold. For an on-device assistant, that approach fits the pattern of using local context and heuristics rather than a single blunt rule.

Why Apple is following the pack here
The concern driving these features is well documented across the industry. Some users form strong attachments to chatbots or spend long uninterrupted stretches interacting with them as though they were people. In severe cases, reports have described episodes loosely labeled "AI psychosis" or "chatbot psychosis," where prolonged interaction coincides with delusional thinking or worsening mental health.
That has pushed the major model providers toward similar safeguards. OpenAI added break reminders that ChatGPT can show during long sessions. Anthropic's Claude has been observed nudging users to rest, drink water, or step away after extended conversations. Google has worked on comparable measures. Apple shipping its own version would put it in line with the rest of the field rather than ahead of it.
The "not a real person" reminder is the piece that separates this from a generic screen-time nudge. It is a deliberate framing choice aimed at the attachment problem specifically, not just at time spent.
What it means if you build on Apple's platforms
For developers shipping apps that integrate with Siri or App Intents, a feature like this is worth tracking even in its current code-only state. If Apple bakes break reminders into the system-level Siri experience, any conversational surface that routes through Siri AI could inherit that behavior without the app developer opting in. That is consistent with how Apple tends to handle platform-wide safety: the system enforces it, and apps live inside the boundary.
It also signals where Apple's thinking sits on AI responsibility. Companies do not write code strings for features they have no intention of considering. The presence of these references means the question of long-session handling is already on the roadmap internally, even if the public answer is still pending.
Nothing here is confirmed. Apple has not said whether the feature will ship, how the trigger will be tuned, or what the message will ultimately read. Until it appears in a beta or a release, treat it as an indication of direction rather than a committed behavior. The full writeup from 9to5Mac has the original code details for anyone who wants to follow the trail.

Comments
Please log in or register to join the discussion