The Footnotes Apple Did Not Want You to Read
Yesterday Apple released iOS 27, iPadOS 27, and macOS 27. The press release was long and filled with superlatives. Siri AI is “more capable and conversational.” Apple Intelligence is “deeply integrated.” The Camera app is “smarter.” Every sentence was designed to evoke the feeling that your $1,000 phone had just become significantly better for free.
I read the press release three times — not the marketing copy at the top, but the footnotes at the bottom. That is where Apple hid the actual product decisions. What I found changes how I interpret every headline I have seen about this release.
Footnote 8, buried after specific testing methodology disclosures and hardware compatibility tables: “Certain Apple Intelligence features that rely on server-side models are subject to daily usage limits, including but not limited to Siri AI, intelligent photo editing tools, Image Playground, and AFM 3 Cloud models in Shortcuts. Daily limits may vary by feature, request complexity, system demand, system policies, and other factors. Expanded access to such features will be available for a fee in the future.”
Read that again. The marquee feature of iOS 27 — Siri AI — ships with daily usage limits on day one. And “expanded access” will cost money at some unspecified future date. Apple did not announce a price, a timeline, or a tier structure. They announced a capability while burying the information that the capability is metered. The entire framing of the launch — AI for everyone, built into your iPhone you already own — is technically accurate in the same way that “free samples” at a supermarket are technically free food.
On the same day this press release went out, The Wall Street Journal reported that OpenAI acquired Glass Imaging for over $300 million. Glass Imaging was founded by Ziv Attar and Tom Bishop — two former Apple engineers who led the team that built Portrait Mode. They spent years at Apple solving the hardest problem in smartphone photography: how do you make a tiny sensor with a tiny lens produce images that compete with cameras ten times its physical size? Their answer was computational photography, specifically neural networks trained to understand the particular optical characteristics of each camera module on each device. Portrait Mode was not just a filter. It was a learned model of how light behaves through a specific lens stack on a specific sensor, used to convincingly separate foreground from background in conditions where geometry alone would fail.
Attar and Bishop left Apple, built a company around that insight, raised $30 million, and then sold it to OpenAI for $300 million. OpenAI did not buy a product. It bought a team and an approach: training models against hardware-specific optical physics to extract information from images that the hardware alone cannot produce.
I do not think these two stories — Apple rationing Siri AI behind daily limits while OpenAI acquires Apple’s best camera engineering talent — are unrelated. Together they tell a story about where Apple actually stands in the AI race, and why the iOS 27 marketing language is doing so much work to obscure it.
What Daily Limits Actually Mean for an AI Assistant
Daily usage limits on a conversational AI assistant are not a minor implementation detail. They are a fundamental constraint on the product’s utility. An assistant you cannot rely on to be available is not an assistant. It is a sample.
I have spent the last year using AI assistants as daily work infrastructure. Not for entertainment, not for occasional curiosity, but for the kind of continuous, high-throughput use that makes a genuinely capable AI worth integrating into your workflow. In that context, a daily limit is not a nuisance. It is the product failing at its core proposition at the moment it would be most valuable.
Consider a realistic day for someone integrating Siri AI seriously into their work. They ask Siri to summarize a long email thread in the morning. They use Write with Siri to draft a response. They use Visual Intelligence on their screen to pull data from a PDF into a message. They use the new Safari tab organization feature during research. They use Image Playground to create a quick visual for a presentation. Each of these is a server-side model call. Each one counts against the limit Apple has not disclosed but confirmed exists.
The only way a daily usage limit makes sense as a product decision is if Apple does not currently have the server-side infrastructure to serve all of its users at full capacity simultaneously. Apple has roughly 2 billion active devices. If even 10 percent of them start making Siri AI requests at the rate that makes Siri AI genuinely useful, that is 200 million daily active users running inference on models that are meaningfully larger than a local on-device model. That is an extraordinary inference compute problem, and Apple — despite being the most valuable company in the world — does not have a history of building hyperscale inference infrastructure. Its cloud history is full of embarrassments: MobileMe, the original iCloud, iCloud Drive’s early years. Apple is a hardware company that has operated cloud services. It is not, structurally, a cloud-first company.
The daily limits are almost certainly a reflection of this constraint. Apple shipped Siri AI before it could actually serve Siri AI at scale, because the competitive pressure to ship — primarily from Google’s Gemini integration and Samsung’s Galaxy AI features — was greater than the cost of shipping a constrained product. The footnote is the honest version of the press release. The press release is the marketing version of the footnote.
The “Available for a Fee” Signal Is More Important Than the Limit
The limits themselves are operational. The “available for a fee in the future” sentence is strategic.
Apple has spent two years positioning Apple Intelligence as the answer to the AI subscription economy. The implicit pitch has always been: you do not need to pay $20 a month for ChatGPT Plus or $30 a month for Google One AI Premium. Your iPhone, the device you already paid a thousand dollars for, will have AI built in, included, no additional subscription required. This was the differentiating message. This was why it mattered.
The footnote reveals that this pitch was always conditional. The included AI will be good enough to demo and to establish the habit. The AI that is actually useful for heavy use will cost extra. Apple has not said how much extra, because saying a number would require them to defend it. Instead they have created a two-tier AI reality — free-tier Siri AI and premium Siri AI — without announcing the prices of either tier. This is exactly the same playbook as every SaaS company that offers a “free forever” plan with limits that are only visible in the fine print.
I have watched this pattern play out repeatedly in enterprise software. The free tier establishes dependency. The usage limits create frustration at exactly the moment of deepest engagement. The frustration converts to subscription revenue. It is a rational business strategy. It is also not what Apple advertised when it announced Apple Intelligence.
The deeper issue is that once Apple has a usage-metered AI subscription, it changes the incentive structure of every product decision the company makes. Features that currently exist as one-time-purchase software improvements become recurring revenue opportunities. Today, Write with Siri is a feature you use. In twelve months, Write with Siri beyond ten requests per day is a feature you pay for. The distinction between hardware and software and services — which Apple has spent enormous effort maintaining for regulatory and consumer trust reasons — becomes harder to sustain when the most valuable feature of the software layer is gated behind a usage counter.
Why OpenAI Paid $300M for Portrait Mode’s Parents
Glass Imaging’s technology solves a specific, hard problem: given the physical constraints of a small camera module, extract more information than the optics alone can provide. The approach is to train a neural network on large quantities of images captured by a specific camera system — the exact same lens, the same sensor, the same image signal processor — and learn what that system gets wrong relative to ground truth. Then, at inference time, apply those learned corrections to every frame the camera produces.
This is not general image processing. It is camera-specific learning. The model for an iPhone 18 Pro’s main camera is not the model for its telephoto. The model for a Samsung Galaxy S25 main camera is different still. The value is in the data collection pipeline, the training methodology, and the engineering expertise to make this work at 60 frames per second on a device that must also be answering your text messages and running your navigation app.
OpenAI paid $300 million for this because OpenAI is building hardware. The io acquisition — Jony Ive’s company, acquired for $6.5 billion — is the device design layer. Glass Imaging is the camera intelligence layer. OpenAI’s eventual device will not compete with iPhones on marketing slides about megapixels. It will compete on what the camera does with the light it captures, and Glass Imaging’s approach is the best-known method for making a small camera punch far above its sensor size.
But there is a second reason this acquisition matters, and it is less obvious. Glass Imaging’s founders built Portrait Mode. Portrait Mode requires precise depth estimation from a camera that does not have a dedicated depth sensor. The same underlying capability — understanding the three-dimensional structure of a scene from two-dimensional image data — is exactly what you need for Visual Intelligence to work well. Apple’s Visual Intelligence feature, which lets Siri AI analyze what is on your screen or what you are pointing your camera at, is fundamentally a computer vision problem. The better your camera understands the scene, the more useful Visual Intelligence becomes.
OpenAI just hired the people who built Apple’s best version of this capability. They did not hire them away — Attar and Bishop had already left Apple years ago — but the direction of the acquisition makes the competitive vector clear. OpenAI is not trying to do what Apple does. It is trying to do what Apple should have been doing if it had prioritized AI infrastructure over its existing ecosystem.
Apple’s Structural Problem Is Not the AI Models
The standard critique of Apple’s AI effort focuses on the quality of the models. Siri has been worse than Google Assistant for years. Apple’s first-party language models are not competitive with GPT-4 or Gemini Pro. The decision to partner with OpenAI for ChatGPT integration in iOS 26 was widely read as Apple admitting it could not build competitive large language models itself.
This critique is correct but incomplete. The deeper problem is not model quality. It is inference infrastructure and talent density in the right specializations.
Apple has more machine learning engineers than almost any other company on earth. Its neural engine silicon is world-class — the A18 Pro in the iPhone 18 handles local on-device inference tasks that would require a GPU on any other phone. Apple’s hardware AI capability is genuinely excellent. But hardware AI capability is not what Siri AI needs. Siri AI needs server-side inference at a scale Apple has never had to operate before, running models substantially larger than anything Apple has trained for deployment on-device, with the latency and reliability guarantees of a consumer product that hundreds of millions of people expect to just work.
The daily usage limits are a direct consequence of this gap. Apple has the hardware. Apple has the on-device software. Apple does not have the server-side inference infrastructure or the operational experience to run it at the scale its user base demands, and the footnote is the honest disclosure of that fact.
Compare this to Google. Gemini Ultra runs in Google’s data centers across infrastructure Google has spent a decade optimizing for exactly this kind of workload. When Google ships an AI feature that hits a spike in usage, it can scale horizontally in ways that are nearly invisible to users. Google has done this for search — the highest-stakes, lowest-latency, highest-volume inference task that has ever existed — for twenty years. Apple has done it for iMessage delivery and iCloud sync. These are not the same problem.
| Company | AI inference infrastructure origin | Primary AI surface | Daily limit policy |
|---|---|---|---|
| Apple | Built for device sync and messaging; extended to AI 2024–2026 | On-device + Private Cloud Compute | Daily limits on Siri AI; future paid tier |
| Built for search inference at planet scale since 2001 | Gemini in Search, Android, Workspace | Free tier generous; Gemini Advanced at $20/mo | |
| Microsoft | Azure infrastructure; extended to Copilot via OpenAI partnership | Copilot in Windows, Office 365, Edge | Free with Microsoft 365; enterprise metering at scale |
| OpenAI | Built from scratch on Azure, now hybrid with own infrastructure | ChatGPT, API, device hardware (future) | Free tier capped; Plus at $20/mo; Pro at $200/mo |
| Samsung | Google and proprietary on-device models; Snapdragon NPU | Galaxy AI on Galaxy S and Z series | Free through 2025; future pricing unannounced as of 2026 |
The table above shows a consistent pattern: every company that started building AI inference infrastructure early, for a purpose other than consumer AI, has a significant advantage over companies that built their infrastructure primarily for hardware device management. Apple is the most extreme case. Its infrastructure is optimized for the problem of keeping 2 billion devices in sync with user data, which is a read/write distributed storage problem. Server-side language model inference is a fundamentally different compute pattern.
What the iOS 27 Feature List Actually Shows
Reading the Apple press release with the daily limits context in mind, the feature selection becomes more legible. Apple put extraordinary engineering effort into on-device features — features that run entirely on the neural engine of the iPhone or Mac without any server-side inference. App launches 30 percent faster. Photos load 70 percent faster. AirDrop transfers 80 percent faster. These are all local compute improvements. They do not require Apple’s servers to do anything. They scale automatically with every device Apple sells, because the processing happens on hardware Apple controls.
The server-side AI features — Siri AI, Write with Siri, Image Playground in photorealistic mode, Safari tab organization, Call Context — are real features that Apple has shipped, but they are the features subject to the limits. They are also the features most likely to create genuine user dependency, which is why they need to be good enough to drive adoption before the paid tier launches.
There is one feature that bridges these two worlds and that I think deserves more attention than it has received: Visual Intelligence on iPhone, iPad, and Mac, which lets users ask Siri about what they see on-screen. This capability is implemented as a hybrid: local vision models process the image and extract semantically relevant objects and text, then pass that structured representation to the server-side language model to generate a response. The local processing reduces the server-side inference load substantially. Apple has been careful to design its AI feature set around minimizing server calls, which is smart infrastructure design but also directly explains why Siri AI feels less fluid and immediate than ChatGPT in interactive conversation — the local preprocessing step adds latency that server-side-first systems do not have.
The Siri AI EU Exemption Tells You What Apple Is Actually Worried About
One detail from the press release that received almost no coverage: “Siri AI will not be available initially in the EU in iOS, iPadOS, and watchOS.” Apple is shipping Siri AI to EU users on Mac and Vision Pro, but not on iPhone and iPad. The stated reason is regulatory requirements. The Digital Markets Act has specific provisions about how dominant platforms can promote their own services, and the EU has been aggressive about enforcing them against Apple specifically — the App Store changes, the browser choice screen, the sideloading requirements were all driven by DMA enforcement.
But the EU exclusion for Siri AI on iPhone is more interesting than it looks. Apple integrated Siri AI directly into the operating system at the deepest level — the lock screen, the camera app, the notifications, the control center. This integration is exactly what the DMA’s provisions about self-preferencing are designed to address. Apple has made Siri AI an exclusive feature of iOS in a way that competing AI assistants cannot replicate because they do not have the same OS-level access. The EU regulators apparently saw this and Apple apparently decided it was easier to exclude the feature than to fight the regulatory battle in time for the launch.
This is not just a regulatory compliance story. It reveals Apple’s core competitive strategy for Siri AI: the moat is not model quality but OS integration. Apple’s AI does not need to be as good as ChatGPT or Gemini in conversation quality. It needs to be good enough while being available from the lock screen, inside every first-party app, with context from your personal data that third-party assistants cannot access. The EU regulators understood this strategy clearly enough to block it on iPhone. Apple’s response — shipping the feature everywhere except where regulators are watching — confirms that the regulators understood correctly.
The Glass Imaging Acquisition as Camera Hardware Arms Race
Returning to OpenAI’s acquisition: the $300 million price for a company that raised $30 million total is a 10x revenue multiple for what is essentially an engineering team and a proprietary training methodology. This is not a traditional M&A valuation. It is a talent acquisition with a technology license attached.
The specific talent OpenAI acquired has spent years solving the problem of learning camera-specific optical physics from data. Applied to OpenAI’s expected hardware product, this means an AI device with a camera that learns how its specific camera module captures light — its particular aberrations, distortions, noise characteristics, and dynamic range limits — and applies learned corrections in real time. The result is images that appear to have been captured by a camera with significantly better optics than the hardware contains.
For a device that has no legacy brand in photography — no “Shot on iPhone” history, no Pro camera reputation — this is the fastest path to a camera that people will regard as competitive. You cannot beat Apple’s camera brand heritage with marketing. You can potentially beat it with a camera that produces better images from a smaller, cheaper optical stack. Glass Imaging’s methodology is the closest thing to a shortcut that exists for achieving this.
The timing is also significant. OpenAI’s hardware ambitions have been public since the io acquisition announcement. Building a hardware product takes two to four years from concept to mass production. If OpenAI wants to ship a device in 2027 or 2028 with a camera that is competitive with the iPhone, they needed to acquire Glass Imaging in 2026. The three-year window between acquisition and product launch is the minimum time to collect the training data, build the pipeline, train the models, integrate them into a production camera system, and validate them on real hardware at the yield rates required for consumer devices.
Apple’s camera advantage has always been a combination of hardware procurement, Apple Silicon neural engine optimization, and accumulated training data from billions of photos processed through Apple’s systems. OpenAI just hired the people who built Apple’s best camera algorithmic work, at a point in time when Apple’s own AI infrastructure is shipping with daily limits. The talent direction is moving in one direction. The infrastructure story is moving in the other.
What I Expect to Happen Over the Next Eighteen Months
These are my specific, falsifiable predictions about the Apple AI trajectory:
Siri AI paid tier launches by March 2027. Apple will announce an “Apple Intelligence Pro” or similar tier at $9.99 to $14.99 per month that removes daily limits on Siri AI and adds access to higher-capability server-side models. This will be bundled with Apple One at a premium tier, and will ship alongside iPhone 19 to create an upgrade cycle narrative. The timing will be after Apple has had six months to measure how many users hit the daily limits and convert that frustration into willingness to pay.
The EU Siri AI situation will not resolve in 2026. Apple will spend the next twelve months in regulatory negotiations about the DMA self-preferencing concerns. Siri AI on iPhone will remain unavailable in the EU through at least mid-2027. This will create a visible split in Apple’s product story and will give EU regulators a live example of why their DMA enforcement matters.
OpenAI’s Glass Imaging technology will appear in a shipping device by 2028. Whether that is an io device, an AI companion product, or an upgraded feature of ChatGPT’s camera integration, the computational photography technology will appear in a product within 24 months of the acquisition. The team is too focused and the problem too well-defined for this to take longer than that.
Apple’s server-side inference investment will triple between 2026 and 2028. The daily limits are an infrastructure problem, not a policy preference. Apple will spend aggressively to expand Private Cloud Compute capacity, and will likely make a significant data center investment announcement in 2027 that is framed as supporting Apple Intelligence. The capital expenditure numbers will be large enough to appear in earnings calls.
The “expanded access for a fee” language will become Apple’s most controversial 2026 product decision in retrospect. Right now it is buried in footnotes. In twelve months, when Apple announces pricing, it will be front-page technology news framed as Apple charging for features that were implied to be free. The consumer trust damage will be significant, and Apple will spend considerable PR effort explaining why this was always the plan.
Why This Matters Beyond Apple
The pattern Apple is following is not unique to Apple. Every AI platform that shipped capabilities ahead of its infrastructure is facing the same reckoning. The promise of AI as infrastructure — always available, seamlessly integrated, just works — runs directly into the physical reality that inference at scale is expensive, that building the compute infrastructure to serve it costs billions of dollars, and that no company has figured out how to make AI features free at the margin cost required to treat them as included with hardware purchases.
Microsoft Copilot in Windows has similar constraints on the free tier. Google’s Gemini has a generous free tier but reserves the most capable models for paid Workspace plans. OpenAI’s free ChatGPT hits rate limits aggressively during peak usage. The difference is that these companies were always explicit that there would be paid tiers for full capability. Apple was not explicit. Apple’s marketing message — AI built in, included with your iPhone — implied an unconditional promise that the footnote now conditionalizes.
I have been building software long enough to know that footnotes in press releases are where product decisions go when the decision-makers know the decision is defensible but not sellable. The daily limits are defensible. Apple needs time to scale its infrastructure. The pricing will eventually be defensible too — compute costs money, and Apple needs to recover it somehow. What is not defensible is the gap between the marketing language and the fine print.
For developers building on top of Apple Intelligence APIs, this gap has practical consequences. If end users run out of Siri AI quota in the middle of using your app, your app looks broken. Apple has not published guidelines for how apps should handle quota exhaustion gracefully. This is the kind of detail that causes hundreds of thousands of developer hours to be spent on edge case handling for a problem that Apple could resolve by being clearer about the limits developers need to plan around.
The iOS 27 release is genuinely impressive in many dimensions. The on-device performance improvements are real and measurable. The parental controls are thoughtful and significantly better than anything shipping on any major mobile platform today. The Liquid Glass design refinements are tasteful. Apple’s hardware team continues to build the best-integrated computing products available at consumer price points.
But Siri AI — the feature Apple most needed to get right, the one that the entire marketing campaign has been building toward for two years — shipped with a metered service model that Apple disclosed in a footnote rather than a headline. That choice tells you more about Apple’s AI position than any benchmark or demo.
Attar and Bishop built Portrait Mode. Now they work for OpenAI. The footnote says Siri AI has daily limits. These are related facts.




Discussion