Apple Is the King of AI and Nobody Knows It
Limited Edition Jonathan
SubscribeSign in
Apple Is the King of AI and Nobody Knows It<br>NVIDIA is a dead man walking. I’ve been saying this for months. Consider this my timestamp.
Limited Edition Jonathan<br>Jul 17, 2026
581
110<br>93
Share
I want this on the record, with a date on it: July 17, 2026. Apple is the number one, undisputed king of AI right now, and almost nobody knows it. NVIDIA is a dead man walking.<br>I’ve been beating this drum in private for months — in group chats, on calls, to anyone who’d sit still long enough. Every few weeks another headline lands that makes me look a little more like a prophet, and I’m tired of watching my own take show up in other people’s think pieces six months from now. So I’m writing it down. This is an opinion piece. It’s my opinion. It also happens to be correct, and I’m going to show you the receipts.<br>The scoreboard everyone is reading is the wrong scoreboard
Here’s how the world currently keeps score in AI: who has the best frontier model, and who sells the chips that train it. By that scoreboard, NVIDIA is untouchable. First company in history to cross a $5 trillion market cap. Revenue up 85% year over year. Jensen Huang on stage in a leather jacket telling everyone there’s “no chance our GPUs end up idle.” The entire S&P 500 is basically a leveraged bet on that sentence being true.<br>But that scoreboard measures the training race. And the training race is not where this ends. It never was.<br>The endgame of AI is not four companies renting you intelligence by the token from a datacenter in Virginia. The endgame is intelligence as a commodity — models good enough for 95% of everything, free to download, running on hardware you own, answering to nobody. Every historical technology wave ends the same way: the mainframe becomes the PC, the timeshare becomes the laptop, the cloud becomes the edge. The only people who ever argue otherwise are the people selling mainframes.<br>Therefore the right question isn’t “who has the best model?” It’s “when the models become free, whose hardware do they run on?”<br>That question has exactly one answer, and it isn’t Jensen’s.<br>The models went free faster than anyone planned for
Let me just recite what happened in open-weight AI over the last five months, because the cadence is the story.<br>February: Alibaba ships Qwen 3.5 , a 397-billion-parameter mixture-of-experts model, weights on the internet. April: DeepSeek drops V4 — 1.6 trillion parameters, MIT-licensed, topping open leaderboards at 80.6% on SWE-bench Verified — and Moonshot ships Kimi K2.6 the same week. June: MiniMax releases M3 with a million-token context window; Moonshot follows with K2.7-Code ; and Zhipu releases GLM-5.2 — roughly 750 billion parameters, a million tokens of context, MIT license, no strings — a model that trades blows with closed frontier systems on real coding benchmarks.<br>And then this week — literally yesterday, July 16 — Moonshot announced Kimi K3 : a ~2.8-trillion-parameter model that, per early leaderboard numbers, sits third in the world behind only Anthropic’s and OpenAI’s best closed models. Weights promised public by July 27. Bloomberg’s headline was about China “closing the gap with US rivals.” That’s the polite version. The impolite version is that the gap between “the best model money can buy” and “the best model you can download for free” is now measured in single-digit benchmark points and shrinking every few weeks.<br>Those are just this week’s models. That’s the part people keep failing to metabolize. This isn’t one lucky release — it’s a cadence. A near-frontier open-weight model now drops roughly every three to six weeks, each one MIT-licensed or close to it, each one better than the last. You cannot moat against a cadence. By the time you’ve priced one release into your worldview, two more have shipped.<br>So the frontier is commoditizing in real time. Which forces the question the entire market is refusing to ask out loud: where do free frontier models actually run?<br>The only box in the world that can hold them
Here’s the dirty secret of trillion-parameter models: they’re not compute-bound, they’re memory-bound . A mixture-of-experts model like Kimi or GLM only activates a few dozen billion parameters per token — the compute is almost pedestrian. But the whole model has to sit in fast memory, all trillion-plus parameters of it, waiting. The bottleneck isn’t FLOPs. It’s bytes.<br>NVIDIA’s answer to “bytes” is VRAM, and VRAM is where their consumer story collapses. The biggest card NVIDIA will sell you — the RTX Pro 6000 Blackwell, the crown jewel of their workstation line — has 96GB. That’s it. That’s the ceiling. A 4-bit quant of GLM-5.2 alone is ~467GB. The card physically cannot hold one modern open-weight frontier model. Not slowly. Not at all.
A frontier-class inference rig, pictured with it’s entire operations team.<br>Apple’s answer is unified memory — one giant pool of fast RAM shared by CPU and...