
Share
Moore's Law scaling on a flat plane is running out of room, so AMD, Intel, and Graphcore are stacking silicon vertically instead. Here's what that shift actually means for chip performance and design tradeoffs.
For decades, the playbook for making chips faster was simple: shrink the transistors, cram more of them onto the die, repeat. That approach is hitting physical and economic walls. Traces are already down to a handful of nanometers in pitch (the edge-to-edge spacing between conductive lines), and squeezing more out of that dimension gets exponentially harder and more expensive with every generation.
So the industry is turning to a different axis entirely: up. Instead of making chips bigger and flatter, engineers at AMD, Intel, and Graphcore are stacking silicon dies on top of each other, connecting them with dense vertical interconnects instead of relying purely on horizontal scaling. It's not a brand-new idea, 3D packaging has been a research topic for years, but it's now shipping in real products and changing how chip architects think about performance budgets.
Here's why that matters for anyone working close to hardware: the old constraints on cache size, memory bandwidth, and core density were largely dictated by how much you could fit on a single flat die. 3D stacking breaks that constraint. You can now treat "chip area" as a volume problem instead of a surface problem, which opens up design space that simply didn't exist five years ago.
AMD's Zen 3 architecture is the most concrete example of this shift reaching consumers. Rather than redesigning the core logic from scratch, AMD's approach layers additional cache silicon directly on top of existing compute dies using through-silicon vias, vertical electrical connections that punch through the stacked layers to link them together electrically. The result is a meaningful cache capacity boost without touching the base die's floorplan or blowing up the chip's footprint.
That's a big deal for practitioners because cache misses are expensive. Every time a core has to reach out to main memory instead of hitting a nearby cache, you're paying a latency tax that can dominate real-world performance in latency-sensitive workloads like gaming or transactional databases. Stacking cache vertically means you get more of it sitting physically closer to the compute logic, without the interconnect delay penalty you'd get from spreading it out horizontally across a larger die.
Intel and Graphcore are approaching the same underlying problem from different angles, but the throughline is consistent: stop treating the die as a single flat surface and start treating it as a stack of specialized layers that can each be optimized independently. That's a meaningful architectural mindset shift. It means a memory layer can be fabbed on a process node tuned for density and low leakage, while the compute layer next to it gets fabbed on a node tuned for switching speed, and you glue them together instead of forcing one process to compromise on both.

For chip architects, this changes the math on a few fronts:
That last point is worth sitting with. 3D stacking doesn't magically solve the physics problem that got us here, it relocates it. The engineering challenge shifts from "how small can we make a transistor" to "how densely can we pack vertical interconnects without frying the chip or killing yield." That's a genuinely different set of problems, requiring different tooling, different simulation models, and in some cases entirely new EDA (electronic design automation) workflows to manage the added complexity of a multi-layer thermal and electrical model.
There's also a reader-flagged nuance worth clarifying for anyone getting into the packaging weeds: "pitch," in this context, refers specifically to the distance from one edge of a trace to the corresponding edge of the next trace, generally equal to the minimum trace width plus the minimum spacing between traces. It's a small distinction, but it matters if you're trying to reason precisely about how dense these vertical interconnects can actually get, since pitch is one of the hard physical limits governing how many TSVs you can pack into a given area.
It's also worth noting this isn't happening in a vacuum. Chipmakers in China, including work published by Alibaba and IC League, have reportedly pushed performance gains in related 3D and advanced packaging techniques well beyond the roughly 40 percent improvements AMD and others have publicly discussed, according to reporting from EE Times. Whether those numbers hold up to the same scrutiny as AMD's shipped products is a separate question, but it's a reminder that this is now a genuinely global race, not a two-or-three-company story.
3D stacking is one of the few remaining levers left for meaningful performance gains now that traditional planar scaling is running out of easy wins. AMD's Zen 3 cache-stacking approach shows the concept works in shipping silicon today, not just in research papers. But the tradeoffs are real: thermal management, yield strategy, and interconnect density all get harder in ways that flat scaling never forced engineers to confront. For anyone designing or evaluating next-gen silicon, the question isn't whether 3D stacking matters anymore, it's how quickly your tooling and thermal models can catch up to a world where "the chip" is no longer a single flat piece of silicon.
Tags
Original Sources
AMD’s Zen 3
↗ https://spectrum.ieee.org/amd-3d-stacking-intel-graphcore/amds-zen-3
About the author
Kai built ML infrastructure at a Bay Area startup before developing an obsession with transformer architectures and inference optimisation that eventually pulled him out of product work entirely. A stint at a compute research lab sharpened his instinct for what actually matters in a model release versus what is marketing. He writes from the inside — from the perspective of someone who has debugged the systems he is describing at three in the morning. He is allergic to hype and instinctively drawn to the unglamorous plumbing questions that everyone else skips over.
More from The Engineer →This Week's Edition
6 September 2026
41 articles
Related Articles

Inside Jabil's Integration-First Playbook for Scaling AI Across 100+ Manufacturing Sites
Tools & Engineering · 5 min

Why Chipmakers Are Building Up Instead of Out: The 3D Stacking Shift
Tools & Engineering · 5 min

Nvidia's PAIR Turns Your Idle Home PCs Into a Local LLM Cluster
Tools & Engineering · 5 min
Related Articles

Inside Jabil's Integration-First Playbook for Scaling AI Across 100+ Manufacturing Sites
Tools & Engineering · 5 min

Why Chipmakers Are Building Up Instead of Out: The 3D Stacking Shift
Tools & Engineering · 5 min

Nvidia's PAIR Turns Your Idle Home PCs Into a Local LLM Cluster
Tools & Engineering · 5 min
More Stories
© 2026 Cedar & Bloom. All rights reserved.