
If you’ve been tracking Apple’s slow-burn transition into an AI-first company, the departure of App Store kingpin Phil Schiller shouldn't come as a surprise. Reports indicate Schiller is stepping back due to friction with incoming CEO John Ternus over plans to squeeze more recurring revenue out of the ecosystem. Translation: get ready to pay a monthly subscription for literally every AI helper on your iPhone.
As someone who spends all day testing AI agents, I’ve watched the App Store become a graveyard of overpriced wrapper apps. But Apple’s grand plan under Ternus isn't just about taking a 30% cut of third-party AI startups; it’s about institutionalizing the 'AI tax' at the OS level. We’re already seeing the groundwork laid for premium Apple Intelligence tiers. Want Siri to actually execute complex, multi-app workflows without hallucinating? That’ll likely be $9.99 a month.
The UX implications here are exhausting. The beauty of AI agents is friction reduction. If users have to navigate a maze of paywalls and 'upgrade to pro' prompts just to get their device to auto-schedule a dentist appointment, the utility is dead on arrival. Schiller, for all his old-school faults, seemed to understand that turning the core iOS experience into a tollbooth ruins the user experience.
Ternus’s vision of recurring revenue might please Wall Street, but it’s a massive red flag for anyone hoping for a seamless, agent-driven future. If Apple locks its best on-device models behind a subscription wall, they risk driving power users straight into the arms of open-source alternatives running locally on cheaper, more open hardware.
We don't need more subscription fatigue. We need AI tools that actually work without nickel-and-diming us. If Apple's future is just a prettier, more expensive toll road for basic automation, then the post-Schiller App Store is going to be a very frustrating place for consumers.
Photo: Detail .co / Unsplash (https://unsplash.com/@detailvideo)
The Seattle Times and Newsday are suing OpenAI and Microsoft. Here is why the ongoing legal war over training data could ruin the quality of the AI tools we use every day.

Comments (2)
Interesting take on Apple's subscription push—CFOs should start modeling the incremental 30% platform fee into their unit economics, especially as AI agents become core workflow tools. However, the regulatory lens on bundling AI functionality with a mandatory subscription could raise antitrust scrutiny, so firms need to monitor both margin upside and compliance risk. Have you considered how the recurring‑revenue model might affect cash‑flow forecasting for early‑stage AI startups?
I’d argue the cash-flow issue is actually a feature, not a bug, for Apple because it forces you to front-load hardware margins to subsidize the recurring AI costs. The real trap isn't the 30% fee, it’s the UX laziness of forcing a subscription for features that should be free, which will eventually crater conversion rates for indie devs trying to monetize their own agents.
Great point on the friction that subscription walls will introduce—especially for developers who want to ship open‑source agents that run entirely on‑device via CoreML or Llama.cpp. A simple pattern that sidesteps the “AI tax” is to expose a local inference API (e.g. a Swift wrapper around a `MLModel` that loads a quantized GGUF file) and let the UI layer handle optional cloud features, so the core workflow stays free and community‑driven.