<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>3D Integration on AI Brew</title>
    <link>https://aibrew.ai/tags/3d-integration/</link>
    <description>Recent content in 3D Integration on AI Brew</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 25 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://aibrew.ai/tags/3d-integration/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Huawei&#39;s τ-Scaling Law: A Real Read of the Paper Behind the Hype</title>
      <link>https://aibrew.ai/2026/05/huaweis-%CF%84-scaling-law-a-real-read-of-the-paper-behind-the-hype/</link>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate>
      <guid>https://aibrew.ai/2026/05/huaweis-%CF%84-scaling-law-a-real-read-of-the-paper-behind-the-hype/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; — Huawei&amp;rsquo;s τ (Tao) Scaling Law, announced at IEEE ISCAS 2026, reframes Moore&amp;rsquo;s Law: instead of shrinking transistors, optimize a time constant τ across the entire computing stack. The paper is real, the production data is concrete, but the &amp;ldquo;first scaling law since Dennard&amp;rdquo; claim deserves scrutiny. This is mostly a solid 3D-integration engineering paper wrapped in a strategic narrative about how China builds high-performance chips without leading-edge lithography.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR</strong> — Huawei&rsquo;s τ (Tao) Scaling Law, announced at IEEE ISCAS 2026, reframes Moore&rsquo;s Law: instead of shrinking transistors, optimize a time constant τ across the entire computing stack. The paper is real, the production data is concrete, but the &ldquo;first scaling law since Dennard&rdquo; claim deserves scrutiny. This is mostly a solid 3D-integration engineering paper wrapped in a strategic narrative about how China builds high-performance chips without leading-edge lithography.</p>
</blockquote>
<hr>
<h2 id="what-was-announced">What Was Announced</h2>
<p>On May 25, 2026, at the IEEE International Symposium on Circuits and Systems (ISCAS) in Shanghai, He Tingbo — President of Huawei&rsquo;s Semiconductor Business — delivered a keynote titled <em>&ldquo;Exploration and Practice of a New Semiconductor Path.&rdquo;</em> The headline: a new scaling principle Huawei calls <strong>τ (Tao) Scaling</strong>, marketed as China&rsquo;s first systematic semiconductor industry law.</p>
<p>The paper, <em>&ldquo;A Time Scaling Theory for Multi-Layer Electronic Systems,&rdquo;</em> was simultaneously posted to ChinaXiv as a preprint (<a href="https://chinaxiv.org/abs/202605.00224">ChinaXiv:202605.00224</a>). Within hours it had over 30,000 reads and 13,000 downloads — unusual for a preprint server.</p>
<p>This is worth taking seriously precisely because it&rsquo;s published, not a marketing deck.</p>
<hr>
<h2 id="the-core-reframe">The Core Reframe</h2>
<p>For 60 years, Moore&rsquo;s Law has driven semiconductor progress by shrinking transistor dimensions. The paper opens with the industry consensus:</p>
<blockquote>
<p><em>&ldquo;For six decades, Moore&rsquo;s geometric scaling drove progress in semiconductors&hellip; returns from pure dimensional shrinking have flattened, leading-edge design budgets exceed one billion dollars per chip, and cost-per-transistor at the most advanced nodes is no longer falling.&rdquo;</em></p>
</blockquote>
<p>So what&rsquo;s the successor principle? The paper&rsquo;s pivot is the key insight:</p>
<blockquote>
<p><em>&ldquo;Spatial scaling served merely as the instrument for compressing time.&rdquo;</em></p>
</blockquote>
<p>In other words: Moore&rsquo;s Law was never really about transistor area — it was about reducing the time it takes for a system to do something. Users don&rsquo;t care that their chip is 3nm. They care that their app opens in 200ms instead of 300ms.</p>
<p>If time was always the underlying goal, <strong>why not measure progress in time directly?</strong> That&rsquo;s τ scaling: a single characteristic time constant τ as the unifying optimization target across the entire computing stack — from picosecond transistor switching to multi-second AI workload latency, spanning twelve orders of magnitude.</p>
<p>The paper&rsquo;s strongest methodological claim:</p>
<blockquote>
<p><em>&ldquo;τ scaling is the first scaling principle since Dennard to establish a shared optimization target across the entire computing stack.&rdquo;</em></p>
</blockquote>
<p>This is a big claim. We&rsquo;ll revisit it.</p>
<hr>
<h2 id="how-τ-works-four-layers">How τ Works: Four Layers</h2>
<p>The framework decomposes τ into four stack layers, each with its own optimization target:</p>
<table>
  <thead>
      <tr>
          <th>Layer</th>
          <th>What τ measures</th>
          <th>Optimization technique</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td><strong>Device</strong></td>
          <td>Transistor switching delay</td>
          <td>Lower resistance, parasitic capacitance</td>
      </tr>
      <tr>
          <td><strong>Circuit</strong></td>
          <td>Signal RC delay along wires</td>
          <td><strong>LogicFolding</strong> — vertical 3D stacking</td>
      </tr>
      <tr>
          <td><strong>Chip</strong></td>
          <td>Compute + memory access delay</td>
          <td>Full-stack co-design</td>
      </tr>
      <tr>
          <td><strong>System</strong></td>
          <td>Inter-chip + inter-rack communication</td>
          <td><strong>Unified Bus + Hi-ONE optical I/O</strong></td>
      </tr>
  </tbody>
</table>
<p>The interesting move is that the paper treats <em>frequency, latency, bandwidth, throughput</em> as all being governed by τ at their respective layers. One framework, twelve orders of magnitude.</p>
<hr>
<h2 id="production-demo-1-kirin-2026-soc">Production Demo #1: Kirin 2026 SoC</h2>
<p>This is the most concrete part of the paper. The Kirin 2026 chip — launching this autumn — is the first commercial product using LogicFolding.</p>
<h3 id="what-logicfolding-actually-does">What LogicFolding Actually Does</h3>
<blockquote>
<p><em>&ldquo;LogicFolding is a design methodology that partitions digital, analog, and memory circuits across vertically stacked active tiers.&rdquo;</em></p>
</blockquote>
<p>In plain terms: instead of laying out logic in a single 2D plane, split the design across multiple active silicon layers connected by high-density hybrid bonding. Some signal paths that previously had to traverse long horizontal distances now travel short vertical ones.</p>
<p>The promise:</p>
<blockquote>
<p><em>&ldquo;Signal wires become substantially shorter, parasitic RC decreases sharply, clock skew tightens, and the chip operates at a higher clock frequency at the same device node.&rdquo;</em></p>
</blockquote>
<p>Crucially: <strong>at the same device node</strong>. This isn&rsquo;t a process shrink. It&rsquo;s a structural reorganization that recovers performance from the interconnect, not the transistor.</p>
<h3 id="the-numbers-from-the-paper">The Numbers (from the paper)</h3>
<p>Measured on Kirin 2026:</p>
<table>
  <thead>
      <tr>
          <th>Metric</th>
          <th>Improvement</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>Transistor density</td>
          <td><strong>155 → 238 MTr/mm² (+55%)</strong></td>
      </tr>
      <tr>
          <td>P-core power efficiency</td>
          <td><strong>+41%</strong></td>
      </tr>
      <tr>
          <td>Peak frequency</td>
          <td><strong>2.75 → 3.1 GHz (+13%)</strong></td>
      </tr>
      <tr>
          <td>SRAM operating frequency</td>
          <td><strong>+40%</strong></td>
      </tr>
      <tr>
          <td>Clock buffer count</td>
          <td><strong>−50%</strong></td>
      </tr>
      <tr>
          <td>Clock skew</td>
          <td><strong>−25%</strong></td>
      </tr>
      <tr>
          <td>Critical wire length</td>
          <td><strong>−30%</strong></td>
      </tr>
  </tbody>
</table>
<p>If these hold up under independent measurement, this is a genuine engineering achievement — not just a process node bump.</p>
<hr>
<h2 id="production-demo-2-ai-data-centers">Production Demo #2: AI Data Centers</h2>
<p>The harder test for any scaling principle: does it work at gigawatt scale?</p>
<blockquote>
<p><em>&ldquo;Whether a principle developed in the milliwatt smartphone regime survives translation to the gigawatt regime of AI training and inference.&rdquo;</em></p>
</blockquote>
<p>The paper&rsquo;s answer: yes, but only if you treat τ as a system-level target, not a per-accelerator optimization.</p>
<h3 id="the-bottleneck-reframe">The Bottleneck Reframe</h3>
<p>The paper&rsquo;s most important industry observation:</p>
<blockquote>
<p><em>&ldquo;Modern AI systems are dominated by data, not by compute. Over 80% of energy in large AI clusters is spent on data movement, and over 70% of system cost goes to data storage.&rdquo;</em></p>
</blockquote>
<p>This is the unspoken truth of AI infrastructure: TOPS numbers on chip datasheets are mostly irrelevant when 80% of energy goes to moving bytes between chips, racks, and storage tiers.</p>
<h3 id="three-solutions">Three Solutions</h3>
<p><strong>1. Unified Bus</strong> (灵衢总线) — A memory-semantic fabric eliminating protocol conversions between PCIe / NVLink / RDMA / Ethernet / InfiniBand layers. The claim:</p>
<blockquote>
<p><em>&ldquo;Conversion-free, peer-to-peer transmission.&rdquo;</em></p>
</blockquote>
<p>Measured impact: end-to-end remote access latency from <strong>tens of microseconds to ~100ns</strong> — a roughly <strong>500× reduction</strong> in system τ on the main communication path.</p>
<p><strong>2. Hi-ONE</strong> (High-density Optical-interconnect-Node Engine) — Near-package optical I/O. At multi-Tb/s per chip, copper becomes physically impractical:</p>
<blockquote>
<p><em>&ldquo;At multi-Tb/s per chip, copper becomes physically impractical.&rdquo;</em></p>
</blockquote>
<p>Hi-ONE delivers <strong>8 Tb/s per module</strong>, extends face-to-face distance to <strong>100m</strong>, and matches the chip&rsquo;s UB bandwidth over a single optical link.</p>
<p><strong>3. 3D Folding</strong> — The fan-out dilemma: compute scales with chip area (N²), but I/O and power scale with chip perimeter (N). Solution: fold I/O and power into vertical stack instead of crowding the edge.</p>
<p><strong>Projection</strong>: more than <strong>100× growth in hardware integration by 2035</strong>.</p>
<hr>
<h2 id="the-honest-caveat">The Honest Caveat</h2>
<p>Buried in the paper is one of the most important sentences for understanding what τ scaling is <em>not</em>:</p>
<blockquote>
<p><em>&ldquo;τ is a time law, not a joule law.&rdquo;</em></p>
</blockquote>
<p>Translation: τ scaling solves <em>time</em>, not <em>energy</em>. If you make an AI cluster 10× faster but it also draws 10× more power, you&rsquo;ve just moved the bottleneck from latency to electricity, cooling, and dollars.</p>
<p>The paper acknowledges this and gestures at the obvious complements: protocol overhead reduction, lower per-bit transmission energy, near-memory computing, backside power delivery, dynamic voltage/frequency scaling. But the framework itself doesn&rsquo;t solve energy. Anyone evaluating τ scaling should remember this.</p>
<p>It&rsquo;s worth noting that He Tingbo explicitly acknowledges this in the paper — unlike most marketing-driven &ldquo;new law&rdquo; announcements, which tend to gloss over their boundaries.</p>
<hr>
<h2 id="earned-credit-vs-marketing">Earned Credit vs. Marketing</h2>
<h3 id="what-stands-up">What stands up</h3>
<ul>
<li><strong>Real paper, real data.</strong> ISCAS keynote + ChinaXiv preprint with concrete production numbers. Not a slide deck.</li>
<li><strong>Honest about limits.</strong> The &ldquo;τ is not a joule law&rdquo; caveat shows genuine engineering humility.</li>
<li><strong>Strategically sound.</strong> Without access to leading-edge EUV lithography, China needs a path to high-performance chips that doesn&rsquo;t depend on 2nm or 1nm process nodes. 3D integration plus system-level optimization is that path. The framework gives it a name and a measurable target.</li>
<li><strong>Kirin 2026 ships this autumn.</strong> Verifiable claims have a verification date.</li>
</ul>
<h3 id="what-deserves-scrutiny">What deserves scrutiny</h3>
<p><strong>&ldquo;First scaling principle since Dennard&rdquo;</strong> is a load-bearing claim. But:</p>
<ul>
<li>3D integration has been studied for years. TSMC&rsquo;s CoWoS, Intel&rsquo;s Foveros, AMD&rsquo;s chiplet packaging, Samsung&rsquo;s X-Cube — these are all forms of vertical integration.</li>
<li>HBM is essentially a 3D-folded memory stack.</li>
<li>Imec&rsquo;s CFET research aims at gate-level 3D folding.</li>
</ul>
<p>The paper differentiates LogicFolding from existing 3D IC and chiplets by arguing they operate at the <em>packaging</em> layer, while LogicFolding operates at the <em>circuit topology</em> layer inside the chip. That&rsquo;s a legitimate distinction — but it&rsquo;s an incremental one, not a paradigm break.</p>
<p><strong>&ldquo;1.4nm equivalent density by 2031&rdquo;</strong> is a density target, not a process node. The paper is careful about this — but the surrounding press has not been. Equivalent density via 3D stacking is real; it is not the same as fabricating a true 1.4nm node, and shouldn&rsquo;t be conflated.</p>
<p><strong>&ldquo;381 chips in 6 years using τ scaling&rdquo;</strong> is post-hoc framing. Huawei has been shipping chips for years; retroactively grouping them under a unified principle is good narrative but doesn&rsquo;t validate the principle as predictive.</p>
<p><strong>No public benchmarks against the competition.</strong> TSMC N2, Intel 18A, Samsung 3GAP — where do they sit on this τ chart? The paper doesn&rsquo;t say. Until independent measurement compares apples to apples, the &ldquo;100× by 2035&rdquo; projection is a roadmap, not a result.</p>
<hr>
<h2 id="why-this-matters-strategically">Why This Matters Strategically</h2>
<p>Strip the &ldquo;scaling law&rdquo; framing and what&rsquo;s left is a coherent industry argument:</p>
<blockquote>
<p><em>&ldquo;You don&rsquo;t need the most advanced lithography to build competitive high-performance chips, if you reorganize circuits in 3D and treat the entire system as a single optimization target.&rdquo;</em></p>
</blockquote>
<p>This is the technical case for a China-led semiconductor strategy that doesn&rsquo;t depend on access to ASML&rsquo;s EUV machines. It&rsquo;s also a vision for how AI infrastructure could be built differently — interconnect-centric, system-co-designed, optical at the edges rather than copper everywhere.</p>
<p>Whether or not τ scaling becomes &ldquo;the next Moore&rsquo;s Law,&rdquo; it&rsquo;s a real-world demonstration that the post-Moore era has multiple paths. The question is which path delivers on its claims.</p>
<hr>
<h2 id="what-to-watch">What to Watch</h2>
<ul>
<li><strong>Kirin 2026 launch (Autumn 2026):</strong> Are the 41% efficiency and 55% density gains independently measurable?</li>
<li><strong>ISCAS 2026 paper full text:</strong> Independent review of LogicFolding&rsquo;s claimed RC reductions vs alternative explanations.</li>
<li><strong>Industry response:</strong> Do TSMC, Intel, Samsung adopt τ-style framing? Or counter with their own &ldquo;scaling principle&rdquo; branding?</li>
<li><strong>Energy data:</strong> Since τ doesn&rsquo;t solve energy, what&rsquo;s the actual J/op for AI workloads on Huawei&rsquo;s Ascend silicon vs NVIDIA&rsquo;s latest?</li>
<li><strong>Beyond Kirin:</strong> Does LogicFolding land in Ascend AI chips next? The paper claims AI-system applicability but the production demo is mobile SoC.</li>
</ul>
<hr>
<h2 id="bottom-line">Bottom Line</h2>
<p>The τ Scaling paper is <strong>a solid engineering paper with an oversized strategic narrative wrapped around it.</strong> The technical core — LogicFolding, Unified Bus, Hi-ONE, 3D Folding — is real work with measurable claims. The framing as &ldquo;the next Moore&rsquo;s Law&rdquo; oversells what is, methodologically, an incremental extension of well-known 3D integration techniques combined with system-level co-design.</p>
<p>That&rsquo;s not a criticism. Most real engineering progress is incremental. The marketing layer is what funds the engineering. What matters is whether the Kirin 2026 ships this autumn with the numbers the paper claims. If it does, China just published a credible technical roadmap for high-performance chips that doesn&rsquo;t depend on access to leading-edge lithography. That&rsquo;s a much bigger deal than &ldquo;the next Moore&rsquo;s Law.&rdquo;</p>
<hr>
<p><em>References</em></p>
<ul>
<li><em><a href="https://chinaxiv.org/abs/202605.00224">Tingbo He — A Time Scaling Theory for Multi-Layer Electronic Systems (ChinaXiv preprint)</a></em></li>
<li><em><a href="https://www.huawei.com/cn/news/2026/5/ieee-iscas-tau-scaling">Huawei official announcement — ISCAS 2026 τ scaling</a></em></li>
<li><em><a href="https://www.eefocus.com/article/2019984.html">EEFocus — Deep read of He Tingbo&rsquo;s &ldquo;Time Scaling&rdquo; paper</a></em></li>
<li><em><a href="https://www.gizmochina.com/2026/05/25/huawei-proposes-tao-law-as-alternative-to-moores-law-first-logic-folding-chip-arrives-this-autumn/">Gizmochina — Huawei proposes Tao Law as alternative to Moore&rsquo;s Law</a></em></li>
<li><em><a href="https://www.21jingji.com/article/20260525/herald/1573642c437a5e4e76a15fc1c40f0a35.html">21 Economic Net — What is the Tao Law and how is it different from Moore&rsquo;s Law</a></em></li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
