A developer says Apple Intelligence-related software became active despite an opt-out, raising a narrow but important question about what disabling an AI feature means.
Developer David Bushell published a first-person investigation on 22 September after observing Apple Intelligence-related processes and storage use on a Mac where he believed the feature was disabled. His report does not prove that every Apple device behaves the same way. It does expose an ambiguity that matters: a user-facing switch may disable visible features without removing every supporting component or background activity.
Why it matters
An opt-out is a product promise expressed through an interface. Users normally interpret it as “this feature is not operating for me.” Engineers may implement something narrower, such as preventing requests while leaving models, services or update mechanisms installed. The gap between those meanings becomes consequential when the feature has privacy, storage, battery or network implications.
Bushell’s evidence is best read as a reproducible field report. He describes his configuration, the processes he observed and the disk space associated with Apple Intelligence components. That is stronger than a vague complaint because another technically capable reader can look for the same indicators. It is weaker than a controlled study across hardware, operating-system versions and account configurations.
Several benign explanations remain possible. An operating system may preinstall shared assets for future use, retain components after a setting changes, or run maintenance services that do not process user content. A settings migration could also fail. None of those possibilities makes the user experience harmless, but each would imply a different privacy and engineering problem.
The distinction between installation and activation is especially important. A model file occupying storage does not show that personal data was sent to a server. A running process does not necessarily show that inference occurred. Conversely, an opt-out that leaves network-capable services active deserves documentation precise enough for users and administrators to verify what is happening.
Apple can resolve the question with a technical explanation: which processes may run when Apple Intelligence is off, what data they access, whether they contact external services, and how model assets are managed. Enterprise administrators would also benefit from auditable controls and logs rather than relying on a consumer settings panel.
For users investigating their own systems, one observation is not enough. A useful test records the operating-system build, setting state, relevant process list, disk changes and network traffic before and after a reboot. It should avoid deleting protected components because that can create a new state Apple never intended to support.
The broader lesson is not that Apple secretly processed every opted-out user’s data; the published evidence does not establish that. It is that AI controls need operational definitions. “Off” should explain whether models remain installed, whether background services start and whether any content leaves the device.
Verification
- VERIFIED — David Bushell published the investigation on 22 September 2026. Primary source: https://dbushell.com/2026/09/22/apple-intelligence/
- VERIFIED AS AN AUTHOR-REPORTED OBSERVATION — The described processes and storage behavior were observed on the author’s system. Primary source: https://dbushell.com/2026/09/22/apple-intelligence/
- UNVERIFIED — The report does not establish how frequently the behavior occurs across Apple devices. No fleet-wide data was located.
- UNVERIFIED — The observation alone does not prove that user content was processed remotely. No packet trace or Apple technical statement establishing that was located.
Glossary candidates
- Opt-out: A control intended to disable participation in or use of a feature.
- Inference: Running a trained model to produce an output from an input.
- Process: A running instance of software managed by the operating system.
Cold-reader sentence: One developer found Apple Intelligence components active after opting out, highlighting the need for Apple to define and document what “off” actually disables.