There is a battle going on right now, and this one is not being fought with code. For years, the big tech fights were about software: who had the best search engine, the best app, the best cloud service, the best algorithm.
Today everyone is fighting over chips: who can build them, buy them, and run the biggest AI models on them without going broke. NVIDIA and Apple are both in this, but from completely different angles, and looking at why explains a lot about where AI is actually going to be run.
Chips Are the New Gold
Every AI company hits the same wall: you need GPUs, and there are not enough of them. Training a big model can cost hundreds of millions of dollars in compute alone, and running one for millions of users is not a cheap task either. Who controls the chip supply controls how fast everyone else can move, especially when a single top-end server costs more than a house and takes months to actually get. That’s basically why NVIDIA became one of the most valuable companies almost overnight, and why Apple is quietly playing its own version of the same game.
NVIDIA: originally for gaming and visual computing
NVIDIA did not just build fast chips, it built a trap that’s hard to leave. Its software platform, CUDA, has been around since 2007, and nearly every AI tool out there, PyTorch, TensorFlow, is built to run on it. This represent almost twenty years of tooling and habits that competitors like AMD are still trying to catch up to. You could design a chip that beats NVIDIA on paper, but getting the whole industry to switch is a much bigger problem.
Chips like the GB10 and the newer Blackwell series have made NVIDIA the default choice for anyone training or running large models, which means it also gets to set the price. Its own CEO has said the quiet part out loud: they’re not just selling chips anymore, they are selling entire “AI factories”, chips, networking, and software bundled together so leaving becomes painful. And even NVIDIA does not fully control its own supply chain: almost every advanced AI chip in the world gets made by TSMC in Taiwan, a single dependency that is probably one of the biggest risks nobody talks about enough.

The GB10 Superchip inside NVIDIA’s DGX Spark
It is worth remembering who is actually running NVIDIA, because it explains a lot. Jensen Huang isn’t a finance guy who inherited a chip company, he is a chip guy from the start. He studied electrical engineering at Oregon State and Stanford, then spent years designing microprocessors at AMD and LSI Logic before co-founding NVIDIA in 1993. Thirty years later he’s still CEO, and the company still moves like an engineering shop that happens to be worth trillions, not the other way around.
Apple: distributed AI on device
Apple isn’t trying to beat NVIDIA at building data centers. Instead it leans on something surprisingly good for AI: unified memory. On a Mac with Apple Silicon, the processor, graphics, and AI parts all share one pool of memory, up to 512GB on the biggest Mac Studio. That matters because the real bottleneck in running AI models usually isn’t raw power, it’s having enough memory to hold the model. A consumer NVIDIA card tops out around 24GB; a Mac Studio can be configured with far more, and use all of it directly. Combined with Apple’s own MLX framework and the growing pile of models built for regular computers, a Mac has quietly become one of the best machines for running AI yourself, no cloud, no bill, nothing sent to someone else’s servers.
Apple is not chasing NVIDIA’s training-scale compute. It is following a different strategy: being the place where AI runs, on your own device, for the billions of people who will never touch a data center. It can make that bet because it controls everything, the chip, the OS, and increasingly the models themselves.
That focus on silicon and hardware is not an accident. Tim Cook stepped down in September 2026 after 15 years as CEO, and Apple handed the job to John Ternus, who ran Hardware Engineering. Ternus is a mechanical engineer who’s spent 25 years at Apple building the actual devices, not managing spreadsheets. Putting a hardware guy in charge right as the industry fights over chips and on-device AI is a pretty clear signal of where Apple thinks the next decade gets won.
Two Different Bets, Same Battle
NVIDIA is betting on going big: massive data centers, huge models, compute rented by the hour. Apple is betting on going local: smaller models running on hardware you already own, selling privacy and speed instead of raw power. Neither bet is wrong, they’re just built for different futures, and the likely outcome is both keep growing side by side, heavy training staying in NVIDIA’s data centers while everyday AI, coding assistants, summaries, increasingly runs locally on Apple Silicon or whatever competitors ship in response.
Software Is Dead?
While everyone fights over who runs these models, something strange is happening to the value of the code they produce. Tools like OpenAI’s Codex and Anthropic’s Claude Code can now write, fix, and ship working software from a plain instruction, often faster and with fewer mistakes than a human.
So is software dead? Not really, but what makes someone good at it has changed fast. Typing code was never really the hard part, it just felt that way. These tools are great at producing code that works, but still bad at knowing what to build, why it matters, and what to do when it breaks in the middle of the night, and that judgment has not gotten any cheaper. If anything, checking the work becomes the new bottleneck: when code is nearly free to write, the value shifts to reading it, testing it, and deciding whether to trust it.
The advantage shifts to a higher level. Getting started is also getting much easier, and that’s mostly a good thing: one person can now do what used to take a whole team. But this also means just knowing how to code is not a special career advantage anymore, the same way knowing how to use a spreadsheet stopped being one decades ago. The easy, repetitive parts of coding are getting automated. What is left are the truly hard parts: sofware architecutre, technological knowledge, and understanding what people actually need. Software is not going away only the “just writing the code” part is going away or delegated.
Conclusion
The fight between NVIDIA and Apple is really about two ideas of where AI should live, in giant data centers or on the devices already in our hands, and both will probably keep winning in their own lane for a long while. Meanwhile the tools running on all that hardware are quietly taking over the easy parts of writing software, pushing what makes someone valuable different. Whichever side you are leaning on, the chip in front of you matters more than it used to, and the code running on it is about to matter very differently.