Meta Developed 4 New Chips to Power Its AI and Recommendation Systems
News/2026-03-11-meta-developed-4-new-chips-to-power-its-ai-and-recommendation-systems-deep-dive
AI Infrastructure🔬 Technical Deep DiveMar 11, 20269 min read
?Unverified·Single source

Meta Developed 4 New Chips to Power Its AI and Recommendation Systems

Featured:MetaNvidia

Practical focus

Choose compute and inference platforms

Guideline angle

Selecting AI infrastructure vendors

Meta Developed 4 New Chips to Power Its AI and Recommendation Systems

Meta’s MTIA Roadmap: A Technical Deep Dive

Executive summary
Meta has unveiled a four-chip MTIA (Meta Training and Inference Accelerator) roadmap built on open-source RISC-V, fabricated by TSMC, and co-developed with Broadcom. The family consists of the already-in-production MTIA 300 (training-focused for ranking/recommendation models), the near-term MTIA 400 (inference accelerator claimed to be competitive with leading commercial silicon), the MTIA 450 (doubling HBM capacity of the 400), and the MTIA 500 (further increased memory plus low-precision innovations), with the latter three scheduled between early and late 2027. This iterative, chiplet-based approach reflects Meta’s recognition that AI workload evolution outpaces traditional 18–24 month ASIC development cycles. The announcement signals Meta’s continued heavy investment in domain-specific silicon for its massive recommendation-system workloads while simultaneously signing multi-billion-dollar deals with Nvidia, AMD, and Google, underscoring that in-house silicon will complement rather than replace merchant GPUs in the near term.

Technical architecture
All four new MTIA chips extend Meta’s existing MTIA line and are implemented on the open-source RISC-V instruction-set architecture. This choice provides Meta with licensing freedom and the ability to customize the micro-architecture without the royalty or feature-restriction overhead of x86 or Arm licenses.

The design philosophy is explicitly iterative and modular. YJ Song, VP of Engineering, described the use of chiplets that allow each generation to incorporate the latest AI workload insights and hardware technologies without requiring a full re-spin of the entire die. This modularity is critical for a hyperscaler whose recommendation models (primarily variants of Deep Learning Recommendation Models — DLRMs) evolve rapidly in embedding table sizes, sparsity patterns, and operator mix.

  • MTIA 300 is positioned for training of ranking and recommendation algorithms that serve hundreds of millions of daily users across Facebook and Instagram. Training DLRMs at Meta scale involves enormous embedding tables (often terabytes in aggregate) and requires balanced compute, memory capacity, and memory bandwidth. The 300-series appears optimized for this memory-bound workload rather than dense matrix multiplication typical of large language model (LLM) training.

  • MTIA 400, 450, and 500 target inference. Inference of recommendation models is characterized by:

    • Massive embedding lookups with high sparsity
    • Relatively low arithmetic intensity compared with transformer inference
    • Strict latency SLOs (service-level objectives) because recommendations must be returned in tens of milliseconds
    • Enormous batch-size variability and the need for high throughput at low power

The MTIA 400 is described as delivering “performance competitive with leading commercial products.” While Meta has not published absolute TOPS or TFLOPS numbers, the claim implies it is in the same performance class as contemporary inference-oriented accelerators from Nvidia (A10, L40S), AMD (Instinct MI300X inference configurations), or Google TPU v5e/v6e for similar DLRM workloads.

The MTIA 450 doubles the high-bandwidth memory (HBM) capacity of the MTIA 400. This is a direct response to the continuing growth of embedding table sizes in production recommenders; larger on-package memory reduces expensive DRAM spills and improves both latency and power efficiency. The MTIA 500 further increases memory capacity and introduces “innovations in low-precision data.” This likely refers to support for FP8, INT8, or even sub-8-bit formats with improved quantization-aware training pipelines and hardware-native sparsity or block-float handling, techniques Meta has explored in earlier MTIA generations and open-source research.

Because the chips are fabricated by TSMC, they presumably leverage the latest available process nodes (N5/N4 or N3 family depending on tape-out dates), though exact process nodes and transistor counts remain undisclosed.

Performance analysis
Publicly disclosed quantitative benchmarks remain limited. Meta’s own blog and the Wired article emphasize qualitative and relative claims:

  • MTIA 400 is “competitive with leading commercial products” on end-to-end DLRM inference.
  • Earlier MTIA generations were benchmarked internally on five different DLRM variants; the new family is stated to more than double compute and memory bandwidth relative to the previous solution while maintaining tight workload coupling.
  • The MTIA 450’s doubled HBM directly addresses the memory-capacity wall that recommendation models hit before they become compute-bound.
  • The MTIA 500’s low-precision innovations are expected to deliver additional throughput and power-efficiency gains, especially important at the scale of Meta’s fleet (hundreds of thousands of accelerators).

Benchmark context (inferred from industry norms and Meta statements)

MetricTypical Merchant Inference ASIC (2024–2025)MTIA 400 (claimed)MTIA 450MTIA 500 (projected)
Target WorkloadDLRM / sparse embedding + dense MLPCompetitive+2× HBM+HBM + low-precision
HBM Capacity48–96 GBBaseline>2×
Memory Bandwidth1–3 TB/sCompetitiveHigherHighest
Precision SupportINT8 / FP16 / BF16CompetitiveSame+low-precision innovations
Relative Performance vs prior MTIA>2× compute & BWFurther upliftFurther uplift

Direct apples-to-apples numbers versus Nvidia H100/H200, AMD MI300X, or Google TPU v5e on Meta’s exact DLRM models have not been published. Historically, Meta’s first-generation MTIA showed strong perf/watt on its internal recommendation stack compared with general-purpose GPUs, but lagged on raw dense compute. The new roadmap suggests Meta is narrowing that gap while retaining the latency and power advantages of a workload-specialized design.

Technical implications
Meta’s MTIA strategy has several ecosystem ramifications:

  1. RISC-V in the hyperscaler data center — By publicly committing to RISC-V for multiple generations, Meta adds significant weight to the open ISA ecosystem. This could accelerate development of RISC-V vector and matrix-extension tooling, compilers, and debug infrastructure that benefit the broader industry.

  2. Chiplet standardization — The explicit use of modular chiplets hints that Meta may be contributing to or leveraging emerging chiplet interoperability standards (UCIe, BoW, etc.), potentially lowering future integration costs.

  3. Workload-specific vs general-purpose silicon — The announcement reinforces the bifurcation of AI silicon into (a) general-purpose training GPUs (still dominated by Nvidia) and (b) highly optimized inference/recommendation accelerators. Meta, Google, Amazon, and potentially OpenAI are all pursuing the latter path.

  4. Supply-chain diversification — While Meta continues to buy billions of dollars of Nvidia and AMD GPUs, the MTIA line provides a hedge against GPU shortages and gives Meta leverage in price negotiations. The ability to run its single largest workload class (ranking & recommendations) on custom silicon reduces long-term opex.

Limitations and trade-offs
Despite the ambitious roadmap, several constraints remain:

  • Scale and maturity: Even the MTIA 400 is only now entering data centers. The 450 and 500 will not arrive until 2027, by which time the AI model landscape may have shifted again toward larger multimodal or agentic systems that stress different bottlenecks.
  • Opportunity cost: Custom silicon development is “enormously expensive and technically complex.” Meta has reportedly scaled back some higher-end GPU-competitive efforts, indicating internal prioritization of the recommendation use case over general LLM training silicon.
  • Software ecosystem: RISC-V still lacks the mature CUDA-level software stack. Meta must maintain its own compiler, kernel library, and integration with PyTorch/TorchRec. This creates a long-term maintenance burden.
  • Performance portability: A highly specialized accelerator risks becoming stranded if Meta’s models evolve toward denser compute or different sparsity patterns that no longer map efficiently to the MTIA micro-architecture.

Expert perspective
From a senior ML-systems perspective, Meta’s MTIA roadmap is a pragmatic and technically sound continuation of a domain-specific acceleration strategy that began in 2023. The iterative chiplet approach and aggressive timeline demonstrate that Meta has internalized the lesson that AI model velocity now exceeds classical semiconductor cadence. By focusing on the single workload that consumes the majority of its inference cycles — DLRM-style recommendation — Meta can achieve better perf/watt and lower latency than general-purpose GPUs while still relying on Nvidia’s ecosystem for frontier LLM training and high-performance dense compute.

The decision to double down on RISC-V rather than license Arm or design yet another proprietary ISA is strategically important; it strengthens the open-source hardware movement and may eventually lower barriers for smaller players. However, the real test will be whether the MTIA 400 family can deliver on the “competitive with leading commercial products” claim at fleet scale and whether the 2027 chips can incorporate sufficiently forward-looking low-precision and memory innovations to remain relevant against rapidly evolving merchant silicon.

Technical FAQ

### How does the MTIA 400 compare to Nvidia’s current inference-oriented GPUs on DLRM workloads?
Meta claims competitive end-to-end performance but has not released side-by-side numbers. Historically, Meta’s first MTIA generation offered superior power efficiency and latency predictability on sparse embedding-heavy workloads compared with H100/A100 GPUs, but lagged on raw FLOPS. The MTIA 400’s doubling of compute and memory bandwidth relative to the prior generation likely closes the gap further, especially when power and TCO are considered.

### Will the new MTIA chips support general LLM inference or only recommendation models?
Current public information positions the entire family primarily for ranking and recommendation (DLRM) workloads. The architecture choices — large on-package memory, emphasis on sparse lookup efficiency, and low-precision innovations — are well-matched to recommendation but less obviously optimal for dense transformer inference. Meta will likely continue using Nvidia, AMD, and Google Cloud TPUs for its large language and generative models.

### Is the MTIA software stack open source or proprietary?
Meta has open-sourced portions of earlier MTIA-related software and continues to contribute to PyTorch and TorchRec. However, the low-level compiler, custom kernels, and RISC-V specific runtime for the new chips are expected to remain largely proprietary, at least initially, to protect Meta’s competitive advantage.

### How does the 2027 timeline for MTIA 450/500 compare to typical hyperscaler custom ASIC cycles?
Extremely aggressive. Most hyperscalers target 18–24 month cycles between major silicon generations. Meta’s plan to ship three new variants between early and late 2027 while already producing the MTIA 300 demonstrates an iterative, chiplet-driven methodology that deliberately shortens the feedback loop between workload evolution and hardware updates.

References

  • Meta AI Blog: “Our next generation Meta Training and Inference Accelerator”
  • Meta Infrastructure Blog: “Introducing Our Next Generation Infrastructure for AI”
  • Wired coverage of the announcement

Sources

Original Source

wired.com

Comments

No comments yet. Be the first to share your thoughts!