iPhone 17, the Air, and a modem that finally isn't Qualcomm's
A19 Pro, a very thin phone as a technology demonstrator, and Apple's first in-house cellular modem shipping at scale.
Apple announced the iPhone 17 line this week. The interesting engineering is not in the flagship.
the C1 modem#
Apple's in-house cellular modem ships in the iPhone Air. This project has been running for roughly a decade — including the acquisition of Intel's modem business in 2019 — and has slipped repeatedly.
Cellular modems are genuinely, notoriously hard. You are implementing a standard that is tens of thousands of pages, that has accumulated twenty years of backward compatibility, that must interoperate with carrier equipment from dozens of vendors deployed in every configuration imaginable, and that must be certified in every market on earth. The failure mode is not a crash; it is a dropped call in one city on one carrier's network under one specific handover condition.
Qualcomm's position has been the strongest moat in mobile for exactly this reason. Apple, with effectively unlimited resources and a decade, has produced a first modem that is competitive on power efficiency and behind on peak throughput. That is a reasonable first-generation result and it tells you how hard the problem is.
The power efficiency angle matters more than peak speed for a phone. Nobody saturates a 5G connection all day; everybody has a battery.
the Air#
Extremely thin, single rear camera, smaller battery. As a product it is a trade-off most people will not want. As an engineering statement it is the platform for the C1, the new thermal design, and the packaging techniques that will show up in the rest of the line later.
Apple has done this before — the original MacBook Air was a compromised machine that established a direction the whole industry followed.
A19 Pro#
Faster, more efficient, more neural accelerator throughput. The specific number that matters to developers is memory: on-device model work is memory-bound, and the amount of RAM in a phone determines what you can run.
Apple has been conservative here for years for power reasons. On-device AI is the first argument for more RAM that has real product weight behind it, and the trajectory is upward.
the developer read#
Two practical items.
On-device model capability is now a spec differentiator across the line. If you build a feature on Foundation Models, know which devices support it and design the fallback. "Newest phones only" is a real constraint for a consumer app.
The modem transition means cellular behavior will vary by model in ways it has not for a decade. If your app does anything sensitive to network characteristics — real-time media, aggressive prefetching, connection reuse — test on both modem generations. Field behavior differences in the first year of a new modem are normal and you do not want to discover them through crash reports.
the pattern worth noting#
Apple's vertical integration keeps extending: CPU, GPU, neural engine, now modem, with networking chips also in-house. Each one takes roughly a decade and each one removes a dependency and a margin stack.
The strategic logic has been consistent since 2008 and it keeps paying off. The cost is that when they get one wrong, there is nobody else to blame and no alternative supplier to switch to.
— Dom, September 12, 2025