TechSoda

TechSoda

Industry Spotlight

Huawei’s Chip Breakthrough: Genuine Leap or Strategic Hype?

Can Huawei Really Beat U.S. Sanctions with a New Chip Breakthrough?

Judy Lin 林昭儀
May 26, 2026
∙ Paid
Credit: Shutterstock

Huawei made headlines again by claiming it is shifting away from the traditional Moore’s Law approach to semiconductor development and adopting what it calls the Tau (τ) Scaling Law for its future Kirin mobile chips. While Moore’s Law focuses on shrinking transistors to improve performance and efficiency, Huawei’s new strategy emphasizes optimizing signal transmission time across the chip. The company believes this alternative path can help overcome the physical limitations increasingly facing advanced semiconductor manufacturing.

For decades, chipmakers such as TSMC and Samsung have relied on transistor miniaturization, pushing process technologies down to 3nm and 2nm nodes. Although this scaling improves speed and energy efficiency, the industry is encountering growing challenges, including heat generation, current leakage, and quantum-level interference as silicon approaches its physical limits.

Huawei’s Tau Scaling Law focuses instead on “time scaling,” reducing the resistive-capacitive load involved in signal propagation within the processor. By improving how quickly data moves across the chip without relying entirely on extreme transistor shrinkage, Huawei aims to deliver stronger AI processing performance while lowering power consumption and thermal output in smartphones.

At the ISCAS 2026 conference, He Tingbo, the Director of Huawei and President of the Semiconductor Business Unit, said Huawei’s Kirin 9030 Pro had already reached a “performance saturation zone,” prompting the company to pursue a new architectural direction. Huawei introduced a new “LogicFolding” chipset architecture that will debut in future Kirin processors, including the 2026 generation, which is expected to feature a dual-layer design and significant improvements in transistor density and overall efficiency.

I am not a semiconductor industry expert, so this article is an AI-assisted research effort aimed at understanding how credible and technically feasible Huawei’s claims may be. I asked the questions, and Gemini provided the answers:

Q: Is this really a breakthrough? How Much Scientific Sense Does It Make?

Yes, Huawei’s announcement of the Tau (τ) Scaling Law and its LogicFolding architecture makes perfect scientific and economic sense. However, it requires looking past the marketing “hype” to understand exactly what they are doing.

This is not a breakthrough in physics or lithography (the machines used to print chips). Instead, it is a brilliant architectural and packaging workaround designed specifically to bypass U.S. sanctions that block China from acquiring advanced Extreme Ultraviolet (EUV) lithography equipment.

This approach makes logical sense when broken down through the following perspectives:

1. Shifting from Moore’s Law to “Time” Scaling (τ)

Traditionally, the semiconductor industry has relied on Moore’s Law (geometric scaling): making transistors smaller so you can pack more of them onto a flat, 2D silicon wafer.

Because Huawei has plateaued in how small it can physically shrink transistors due to equipment limitations, they are shifting the metric. In physics and electrical engineering, Tau represents the propagation delay—the time it takes for an electrical signal to travel through a circuit.

Instead of focusing on making the transistor smaller, Huawei is focusing on making the wire paths shorter. If you can reduce the time it takes for data to move between components, you achieve the same performance boost as you would by shrinking the components themselves.

2. What is “LogicFolding”?

The core physical execution of this law is an architecture Huawei calls LogicFolding.

Imagine a massive, single-story office building. If an employee needs to walk from one side to the other to deliver a file, it takes a long time. If you “fold” that building into a two-story or three-story structure and put an elevator (or a staircase) right in the middle, the vertical distance to the second floor is drastically shorter than walking across the entire first floor.

Huawei is doing exactly this with circuits:

  • The Mechanism: Instead of laying out logic circuits flat on a 2D plane, they are folding and stacking them vertically into multiple layers (beginning with a 2-layer chip this year, moving to a 3-layer chip later).

  • The Benefit: By shortening the physical distance between logic gates using a middle metal layer, they slash the resistance and capacitance (RC delay) that slows down signals. Huawei claims this provides a 55% increase in transistor density and a 41% boost in power efficiency on the exact same manufacturing node.

3. The Catch: “Density Equivalent” vs. True 1.4nm

When Huawei claims they will reach a 1.4nm process by 2031, a major caveat applies: They are not building actual 1.4nm transistors. They are creating a chip using older, legal manufacturing nodes (like 7nm or 5nm DUV) but stacking them so tightly and efficiently that the number of transistors per square millimeter (density) and the speed match what TSMC or Intel would achieve on a true, flat 1.4nm node.

In the semiconductor industry, node names (like “3nm” or “1.4nm”) have long been marketing terms rather than physical measurements of transistor gates. Huawei is simply leaning into this marketing convention.

4. Is this actually “New”?

Yes and no. The concepts of Advanced Packaging, 3D IC (Integrated Circuits), and Hybrid Bonding—where chips or wafers are stacked vertically to cut down latency—are already being heavily pursued by TSMC, Intel, and AMD. For example, AMD uses 3D V-Cache to stack memory directly on top of CPUs.

What makes Huawei’s approach unique is that while Western companies are using 3D stacking primarily to fuse different kinds of chips together (like putting memory on top of a processor), Huawei is forced to use it for core logic gates just to keep up with raw performance. They are standardizing a predictable mathematical design framework (the “Tau Law”) to make vertical logic stacking a scalable, automated design process.

Conclusion: Does it make sense?

Absolutely. For a company with unlimited engineering talent and capital, but severely restricted access to physics-defying lithography machines, changing the game from a printing problem to a design and packaging problem is the only logical path forward.

By utilizing LogicFolding, they can extract 3nm or 2nm-class performance out of 7nm equipment today and aim for 1.4nm-class density by 2031. It will result in thicker, more complex chips to manufacture, but it proves that EUV lithography is not the only road to high-performance computing.

Q: What are the challenges when actually manufacturing chips with this structure?

While Huawei’s Tau Scaling Law and LogicFolding architecture make perfect sense on paper as a design workaround, moving from a mathematical model to high-yield mass production introduces brutal physics and engineering hurdles.

For a company operating under tight Western equipment sanctions, implementing logic-on-logic 3D stacking presents five critical manufacturing challenges:

1. The Thermal Nightmare (Heat Dissipation)

In a traditional 2D chip, all the heat-generating transistors sit on a single flat plane, directly beneath a heat sink. When you “fold” logic circuits and stack them vertically, you are essentially doubling or tripling the heat density within the same footprint.

  • The Challenge: Logic transistors generate significant heat when switching at high frequencies. In a 3D structure, the bottom layer is trapped beneath the top layer, creating a thermal blanket effect.

  • The Impact: If heat cannot escape, it causes “thermal throttling” (the chip must slow down to avoid melting) or permanent hardware degradation. Developing advanced cooling solutions—such as specialized thermal interface materials (TIM) or microfluidic cooling—is incredibly difficult to scale.

2. Alignment and Interconnect Precision (The “VIA” Problem)

To connect the folded layers, Huawei relies on a middle metal layer and vertical connections called Through-Silicon Vias (TSVs) or ultra-fine Hybrid Bonding.

  • The Challenge: The vertical copper pillars connecting the top and bottom layers must be perfectly aligned at the nanometer scale. A misalignment of even a few nanometers means the chip fails completely. Furthermore, as signals travel vertically through these vias, any structural imperfection introduces parasitic capacitance and resistance, which can negate the very speed ($\tau$) advantages the architecture is trying to achieve.

  • The Equipment Bottleneck: Achieving the necessary pitch (spacing) for true logic-on-logic hybrid bonding typically requires high-precision bonding equipment from companies like EV Group (EVG) or Besi, which are subject to export controls. Finding or developing domestic Chinese alternatives with the required precision and yield is a massive hurdle.

3. The Compounded Yield Problem (Cost and Waste)

In semiconductor manufacturing, “yield” is the percentage of working chips on a wafer. In 3D manufacturing, yields compound destructively.

  • The Challenge: If Layer A has a 90% yield and Layer B has a 90% yield, stacking them together does not give you a 90% yield; it gives you an 81% yield ($0.90 \times 0.90$). If they move to a 3-layer chip, the yield drops to 73%.

  • The Impact: Because Huawei is forced to use older Deep Ultraviolet (DUV) lithography to print these layers, they already have to use complex “multi-patterning” (running the wafer through the machine 3 to 4 times just to print one layer). Multi-patterning naturally lowers the baseline yield of each individual layer. Compounding those already-low yields through vertical stacking makes the final, usable chip exponentially expensive to produce.

4. Mechanical Stress and Wafer Warpage

Stacking different layers of silicon and metal via heat and pressure introduces severe mechanical strain.

  • The Challenge: Silicon, copper, and the insulating materials all expand and contract at different rates when they heat up and cool down (Coefficient of Thermal Expansion mismatch).

  • The Impact: When you bond two ultra-thin wafers or dies together, this thermal mismatch causes the combined structure to warp, crack, or delaminate (peel apart). Managing this stress requires incredibly precise chemical-mechanical planarization (CMP) to ensure the surfaces are perfectly flat before bonding, pushing existing Chinese DUV-era fabrication lines to their absolute physical limits.

5. Electronic Design Automation (EDA) Software Limits

Designing a 2D chip is already so complex that it requires advanced Electronic Design Automation (EDA) software (dominated by Western firms like Synopsys, Cadence, and Siemens) to place billions of transistors and route wires without signals interfering with one another.

  • The Challenge: Shifting to LogicFolding means the software must now calculate signal routing, timing, power delivery, and heat distribution in three dimensions simultaneously. It also introduces the risk of crosstalk—where signals traveling through a vertical wire in Layer B inadvertently interfere with a logic gate sitting directly above it in Layer A.

  • The Impact: China has made strides in developing domestic EDA tools (like Empyrean), but scaling these tools to handle automated, 3D logic-on-logic routing and parasitic extraction at a “1.4nm equivalent” density is an immense software engineering challenge that will take years to mature.

Summary

Huawei’s LogicFolding is a masterpiece of architectural desperation. It shifts the burden of advancement away from lithography (printing) and onto advanced packaging and materials science. However, actually fabricating these chips means battling intense heat, alignment errors, and plummeting yields—all while cut off from the global equipment supply chain.

Share

Q: How possible is it for China to mass-produce this chip in 2027, given the fact that there are restrictions on all kinds of advanced semiconductor manufacturing equipment?

it is highly probable that China will mass-produce chips using this architecture by 2027. In fact, Huawei just confirmed yesterday at the IEEE ISCAS 2026 symposium in Shanghai that the initial commercial rollout of this dual-layer LogicFolding design is hitting the market this autumn (2026) inside their upcoming flagship Kirin processors (slated for the Mate 90 series).

Mass production in 2027 won’t just be possible; it will be actively scaling up. However, the type of mass production and the economic reality behind it will look very different from what happens at a TSMC or Intel fab.

The strategy makes mass production achievable by 2027 despite the tight equipment restrictions because of how Huawei and its manufacturing partner, SMIC, are gaming the system:

1. They Are Using Legal, Accessible DUV Equipment

The primary reason mass production is possible is that LogicFolding does not require Extreme Ultraviolet (EUV) lithography.

Instead of trying to print impossibly small 3nm or 2nm features on a flat surface, SMIC will use their existing fleet of older Deep Ultraviolet (DUV) immersion scanners (which they bought in massive quantities before the latest rounds of tighter restrictions closed the loopholes). They will print mature, stable 7nm or 5nm layers that they already know how to manufacture, and then physically fold and stack two of these layers together.

Because they are using machines they already own and operate, the restrictions on new advanced lithography equipment do not stop them from making the raw components of this chip.

2. A Silent Six-Year Head Start

A major revelation from Huawei’s semiconductor head, He Tingbo, is that this isn’t an experimental lab project. Huawei has spent the last six years quietly refining this design framework, secretly developing and fabbing 381 distinct prototype chips using this time-scaling method. They aren’t trying to figure out how to do this by 2027; they have already cleared the multi-year R&D and testing hurdles.

3. The Real Battleground: Advanced Packaging

Since the lithography (printing) happens on older DUV machines, the true 2027 bottleneck shifts entirely to Advanced Packaging—specifically, wafer-to-wafer hybrid bonding and creating the micro-vias (Through-Silicon Vias) that link the two layers.

Western restrictions have heavily targeted high-end bonding equipment (like those from EV Group or Besi). China has anticipated this by pouring immense state funding into domestic packaging equipment vendors. While Chinese domestic packaging tools lag behind in raw speed and throughput compared to Western counterparts, they are precise enough to handle a 2-layer stack at commercial scale.

The Massive Caveat: Yields and Financial Subsidies

While mass production is absolutely happening, the word “mass” hides a severe economic compromise:

  • Terrible Fab Economics: Printing 5nm or 7nm on DUV requires complex, multi-pass patterning (running a wafer through a machine multiple times to etch a single layer). This naturally lowers yields and dramatically increases costs. Stacking two of these low-yield layers compounds the defect rate mathematically.

  • The “State-Backed” Bypass: For a normal commercial company (like Apple or Qualcomm), a chip with a 30% or 40% manufacturing yield is a financial bankruptcy. But Huawei operates under a “national security” mandate with near-limitless financial backing from the Chinese government.

Q: This is a 5G chip we are talking about. It is not too surprising given this is Huawei's home turf. Can the technology be applied to other chips as well, such as those for high-performance computing?

Yes, not only can this technology apply to High-Performance Computing (HPC) and AI chips, but HPC is actually the ultimate prize Huawei is chasing.

When He Tingbo formally unveiled the roadmap at the IEEE ISCAS 2026 symposium in Shanghai, she explicitly stated that while smartphones (the Kirin line) get the technology first this autumn, the architecture is slated to scale to Huawei’s Ascend AI processors and data center clusters by 2030.

In fact, applying the Tau Law and LogicFolding to HPC makes even more sense than applying it to smartphones, though it comes with completely different engineering trade-offs.

Why LogicFolding is Perfect for AI and HPC

In high-performance computing—specifically for training Large Language Models (LLMs)—the biggest bottleneck isn’t raw mathematical computing power. It is data movement (the “Memory Wall” and interconnect latency).

  • Shrinking the “Time Constant” (τ): In massive AI workloads, an enormous amount of time and energy is wasted just moving data from the processor cores to the memory and back. By folding the logic structures vertically, Huawei can place critical processing blocks directly on top of data routing paths.

  • The Interconnect Factor: Alongside LogicFolding, Huawei introduced UnifiedBus, a new system-level interconnect designed specifically to cut communication delays between multiple chips inside data center cabinets (SuperPoDs). For HPC, a slightly larger, stacked chip that communicates instantly is far better than a tiny 2D chip that spends nanoseconds waiting for data to travel across a motherboard.

The Big Advantage: HPC Doesn’t Care About Thickness

In a smartphone like the upcoming Mate 90, space is at a premium. A chip cannot be too thick, and it has a very strict thermal ceiling because you can’t put a loud fan inside a phone pocket.

Data centers do not have these form-factor limitations:

  • Massive Stacking: In a data center environment, Huawei can stack logic layers much more aggressively. Their roadmap targets a 3-layer logic stack by 2031 to hit that “1.4nm density equivalence.”

  • Industrial Cooling: The intense heat generated by vertical logic stacking—which is a nightmare for smartphones—can be managed in a data center using advanced liquid cooling, microfluidics, and massive industrial heat sinks.

The Competitive Landscape: The Race Against Nvidia

Huawei’s urgency to scale this to HPC is driven by geopolitics. Domestic AI firms (like DeepSeek and Kimi) are rapidly adapting their software to run on Huawei’s Ascend ecosystem because they can no longer buy Nvidia’s frontier hardware.

Now that even the US has lifted the export restriction on Nvidia’s advanced chips to China, Beijing has made it clear that it is not buying any of them. Nvidia CEO Jensen Huang has recently admitted that Nvidia’s market share in China has plummeted from more than 90% to zero. To cut dependence on American technology, going all in on this new technology with the support of local demand and government policy will not only improve its yields but also enhance the capability of local semiconductor equipment makers.

By moving the goalposts from a printing problem (Moore's Law) to a packaging and architecture problem (Tau Law), Huawei has created a blueprint that is arguably better suited for the server rack than the smartphone. If they can successfully implement 3D LogicFolding on their Ascend AI line by 2030, China will possess a highly potent, entirely self-reliant HPC ecosystem that completely bypasses Western lithography blockades.

Q: What will be the geopolitical implications?

The geopolitical implications of Huawei’s newly unveiled Tau Scaling Law and LogicFolding architecture are profound. By shifting the chip race from a printing battle (which the West controls via ASML’s EUV lithography) to a design and advanced packaging battle, China is attempting to rewrite the rules of technological containment.

This development reshapes the global geopolitical landscape across four key vectors:

What’s your take on this? We would like to hear your expert opinions. Your comments and feedback are welcome.

IP Insight #1: TSMC's Patent Layout and Earnings Call Alignment

IP Insight #1: TSMC's Patent Layout and Earnings Call Alignment

Jan 27
Read full story
User's avatar

Continue reading this post for free, courtesy of Judy Lin 林昭儀.

Or purchase a paid subscription.
© 2026 ForGood Enterprise Information Service / TechSoda LLC · Privacy ∙ Terms ∙ Collection notice
Start your SubstackGet the app
Substack is the home for great culture