Meta's In-House AI Chip Enters Mass Production in September: Modular Design Breaks New Ground for Compute Autonomy

Meta's in-house AI chip enters mass production in September, using modular design to pursue compute autonomy.
Meta's new-generation in-house AI chip, part of the MTIA series, will begin mass production in September. Using a modular design and Chiplet approach, Meta aims to cope with rapid AI evolution, cut costs, optimize for recommendation and inference workloads, and reduce dependence on NVIDIA GPUs.
Meta Accelerates Its In-House AI Chip Efforts
According to overseas reports, the new generation of AI chips designed in-house by Meta will begin mass production this September. This confirmed timeline marks a substantive step forward for the social media giant on its path toward reducing dependence on third-party chip suppliers.
Meta's journey into in-house chip development can be traced back to its internal accelerator project, MTIA (Meta Training and Inference Accelerator). The first generation of MTIA was officially unveiled in 2023, built on TSMC's 7nm process, containing approximately 2.5 billion transistors with a peak INT8 compute performance of about 102.4 TOPS. It was designed specifically for inference workloads such as Meta's recommendation and ranking systems. Its microarchitecture is optimized for sparse embedding lookups: larger on-chip SRAM capacity and more flexible memory access scheduling to handle the massive random memory access patterns characteristic of recommendation systems. Compared to NVIDIA GPUs, MTIA delivers higher energy efficiency when processing sparse embedding lookups, achieving 2-3x energy efficiency gains on certain inference tasks — though it still lags in dense compute scenarios like large-batch matrix multiplication. This trade-off reflects Meta's pragmatic judgment: sacrificing generality in exchange for extreme optimization of core scenarios. The new-generation chip covered in this report is regarded as an important evolution of the MTIA series, expected to bring comprehensive upgrades in process node, bandwidth, and modular packaging.
Against the backdrop of surging AI compute demand and persistent GPU supply constraints, Meta's move is not an isolated case, but rather a microcosm of tech giants collectively seeking compute autonomy. From Google's TPU, to Amazon's Trainium and Inferentia, to Microsoft's Maia, major cloud computing and AI companies are all accelerating their in-house chip initiatives, attempting to seize the initiative in this compute arms race.
It's worth noting that this wave of in-house development did not happen overnight. Google launched its first-generation Tensor Processing Unit (TPU) as early as 2016, designed specifically for matrix-multiplication-intensive neural network training and inference. It has now evolved to the fifth-generation TPU v5, supporting a large volume of Google's internal AI workloads as well as external services through Google Cloud. Amazon AWS, meanwhile, has introduced two product lines — Trainium for training and Inferentia for inference — deeply integrated into its cloud computing ecosystem to offer customers a more cost-effective AI compute option than renting NVIDIA GPUs. Microsoft's Maia 100 AI accelerator, released at the end of 2023, is likewise optimized for large-scale language model inference. What these in-house chips share in common is: forgoing generality in exchange for extreme energy efficiency tailored to specific workloads, and building competitive barriers by tightly coupling with their own software frameworks (such as Google's JAX/XLA).
Modular Design: A Key Strategy for Coping with Rapid AI Evolution
The most noteworthy technical detail in this report is the modular approach Meta has adopted in its chip design. Meta anticipated that by the time the chip actually goes into production, the rapid evolution of AI technology would cause requirements to shift accordingly, and therefore chose this more flexible design path.
Why Modular Design Matters So Much
The core value of modular design lies in coping with uncertainty. The pace of technological iteration in the AI field is staggering — from the widespread adoption of the Transformer architecture, to the rise of Mixture of Experts (MoE) models, to the explosion of multimodal large models. Hardware requirements have undergone dramatic changes in just two or three years.
Mixture of Experts (MoE) is a key example for understanding this shift in demand. Its basic principle is to replace the feed-forward network layers of a model with multiple parallel "expert" sub-networks, and to introduce a gating mechanism that dynamically selects a few experts to activate for each input token, rather than activating all parameters. This means a model can have an enormous total parameter count, but only invokes a small portion of it during each inference — thereby significantly reducing per-computation overhead while maintaining model capability. MoE's requirements for a chip's memory bandwidth and high-speed interconnect differ markedly from those of dense models — this is precisely one of the key reasons Meta hopes to achieve targeted adaptation through its modular in-house chips.
Traditional monolithic chips often require years of development cycles, and once taped out, their architecture is difficult to change — making them highly prone to the passive predicament of "the chip goes into production, but the requirements have already changed."
Modular design, on the other hand, allows manufacturers to combine different functional units like building blocks, flexibly adjusting the ratio of compute, memory, and interconnect modules. This philosophy aligns closely with the Chiplet technology that has emerged in the industry in recent years. The core idea of Chiplets is to split the different functional modules originally integrated on a single chip into multiple independent small dies, then use advanced packaging technology to interconnect them at high density, combining them into a complete system-in-package (SiP).
Notably, the rise of Chiplet technology is not merely an innovation in design paradigm — it profoundly reshapes the division of labor across the semiconductor supply chain. Under the traditional model, chip design companies (fabless) had to integrate all functionality onto a single die, making them heavily dependent on the advanced process nodes of top foundries like TSMC and Samsung. The Chiplet model, by contrast, allows different functional modules to be manufactured separately by the most suitable foundries using optimal process nodes, then integrated via advanced packaging processes — meaning the strategic importance of back-end packaging houses (such as ASE and JCET) rises significantly. Currently, the industry is actively promoting the standardization of Chiplet interconnects. The UCIe (Universal Chiplet Interconnect Express) Alliance was established in 2022, with giants including Meta, Intel, and TSMC as founding members. It aims to promote standardized interconnection between chiplets from different vendors, further reducing the fragmentation risk of modular design and driving the Chiplet ecosystem toward openness.
Among advanced packaging technologies, CoWoS (Chip on Wafer on Substrate) is currently one of the most representative solutions in the AI chip field. This is a 2.5D advanced packaging technology developed by TSMC, which integrates multiple chiplets and high-bandwidth memory (HBM) on top of a wafer to achieve ultra-high-density interconnection between chips. Compared to traditional PCB board-level connections, the inter-chip bandwidth within a CoWoS package can be increased tens of times over, while substantially reducing transmission power consumption. NVIDIA's H100/H200 GPUs both rely on CoWoS to tightly integrate the compute die with HBM3 memory — it was precisely the bottleneck in CoWoS capacity that once constrained the overall supply of the H100, highlighting the strategic importance of advanced packaging in the AI chip supply chain. In addition, Intel's EMIB (Embedded Multi-die Interconnect Bridge) is a representative technology on a similar path.
Different modules can use the process node best suited to them (e.g., 3nm for compute cores, 12nm for memory controllers), significantly lowering overall cost. At the same time, the yield of a single small die is far higher than that of a large-area monolithic chip, boosting overall production efficiency. Modules can also be combined and reused on demand, dramatically shortening development cycles. Both AMD's EPYC processors and NVIDIA's H100 GPU have already adopted Chiplet or Chiplet-like packaging technology, validating the feasibility of this path. This design philosophy both reduces development risk and effectively shortens product iteration cycles, making it an important design trend in the current field of in-house AI chips.
Strategic Considerations Behind Compute Autonomy
Meta's substantial investment in developing in-house AI chips can be understood from multiple strategic dimensions.
Reducing Costs and Escaping Single-Supplier Dependence
For a long time, training and inference of large-scale AI models have relied heavily on NVIDIA GPUs. As Meta continues to ramp up its efforts in generative AI, recommendation systems, and the metaverse, compute expenditure has become a massive outlay. If in-house chips can be deeply optimized for Meta's own workloads, they could theoretically achieve better cost-effectiveness on specific tasks while effectively avoiding overreliance on a single supplier.
Customized Optimization for Recommendation Systems and Inference Scenarios
The nature of Meta's business dictates that its AI chip requirements differ markedly from those of general-purpose GPUs. Core scenarios such as recommendation systems, content ranking, and ad targeting require handling massive volumes of inference requests, with extremely high demands on energy efficiency and response latency.
Understanding this difference from a technical perspective is particularly important: Meta's recommendation systems rely on ultra-large-scale embedding table lookups, and the bottleneck of these workloads typically lies in memory bandwidth (large volumes of random access to sparse embedding vectors) rather than floating-point compute. They also require extremely low inference latency (millisecond-level response) and ultra-high concurrent throughput.
Here, the configuration of High Bandwidth Memory (HBM) is crucial. HBM adopts a stacked 3D structure, vertically interconnecting multiple layers of DRAM dies via Through-Silicon Vias (TSVs), then connecting them to the compute die at extremely close range through a silicon interposer. HBM3e specifications can provide over 1TB/s of memory bandwidth — 5-6 times that of traditional GDDR6X memory. For memory-access-intensive workloads like Meta's recommendation systems, the configuration of HBM capacity and bandwidth directly determines system throughput — which is precisely the core value of in-house chips being able to optimize the memory hierarchy in a targeted way and thereby achieve significant energy efficiency gains. General-purpose GPUs excel with their powerful parallel floating-point computation, but often suffer energy efficiency disadvantages when handling the aforementioned memory-intensive sparse access scenarios. In-house chips are custom-designed for these specific scenarios, thereby achieving significant energy efficiency improvements at data center scale.
Industry Impact and Market Outlook
The news of Meta's chip entering mass production in September further confirms a deeper trend: large tech companies are transforming from "consumers" of AI chips into "producers." This transformation is not just about cost control — it involves control over the core links of AI infrastructure.
For the industry as a whole, the wave of giants developing in-house chips may bring two effects: first, it intensifies the competitive landscape of the AI chip market — even if NVIDIA remains dominant in the short term, its long-term market share will face continuous erosion from custom chips; second, the proliferation of design philosophies such as modularity and Chiplets is expected to drive deep innovation in the design paradigm across the entire semiconductor industry.
Of course, the path to in-house chips is not smooth. Beyond the high barriers of chip design and tape-out, building the software ecosystem is often the most underestimated challenge. The reason NVIDIA has been able to dominate the AI chip market owes much to the CUDA ecosystem — after more than a decade of accumulation, mainstream frameworks like PyTorch and TensorFlow depend deeply on CUDA, and tens of thousands of optimized operator libraries (such as cuDNN and cuBLAS) form an extremely deep moat. If an in-house chip cannot efficiently support existing model code, researchers must rewrite or adapt operators, significantly raising the barrier to use.
On this dimension, Meta possesses a unique potential advantage. As the original developer of PyTorch, Meta's compiler team is deeply involved in building next-generation compiler infrastructure such as TorchDynamo and TorchInductor, giving it the ability to map computation graphs directly to its in-house hardware instruction set. In theory, Meta could achieve deep optimization for its in-house chips through the compiler layer, bypassing direct dependence on the CUDA ecosystem — but this requires internal engineering teams to simultaneously possess expertise across three dimensions: hardware architecture, compilers, and algorithms. The leap from internal tooling to a complete ecosystem still demands substantial engineering investment. Whether it can truly surpass mature commercial GPU solutions in both performance and cost remains to be verified in practice after mass production. Meta's strategy of using modular design to cope with rapid AI evolution at least shows that it has fully accounted for the high degree of uncertainty in this field at the strategic planning level.
As the September mass production milestone approaches, the actual performance of Meta's in-house AI chips will become an important bellwether for observing the success or failure of tech giants' pursuit of compute autonomy.
Related articles

Disaster and Glory of the Apollo Program: The History We Must Revisit Before Returning to the Moon
From the fatal Apollo 1 fire to Apollo 8's daring lunar orbit to Apollo 11's successful landing—revisiting the disasters, fears, and compromises of the Apollo program and their lessons for today's return to the Moon.

Netflix Trust Exercise Turns Into Firing Trap: Where Are the Boundaries of Corporate Trust?
A Netflix employee was fired after sharing private info in a trust exercise. We analyze the risks of corporate trust exercises and how employees can protect themselves.

AMD CDNA5 Architecture Deep Dive: Technical Evolution and the AI Computing Competition Landscape
Deep analysis of AMD's CDNA5 architecture covering Chiplet packaging upgrades, HBM memory evolution, and low-precision compute optimization, examining how AMD challenges NVIDIA's AI chip dominance.