
The logo of JD Cloud is seen during the World Artificial Intelligence Conference (WAIC) in Shanghai on July 6, 2023. WANG ZHAO/AFP via Getty Images
JD Cloud announced on September 9, 2026 that it will build a 100,000-GPU computing cluster powered entirely by chips from Beijing-based Moore Threads — the first time a major Chinese cloud provider has committed to operating China's domestically produced AI silicon as a commercial hyperscale service available to enterprises across industries. That distinction matters. Prior milestones in China's domestic-compute push involved research clusters, single-lab inference deployments, and government-mandated procurement targets. A commercial cloud service that charges enterprises for compute cycles on domestic GPUs is a different proposition — and the engineering claims that underpin it have not been independently verified at the scale JD Cloud is attempting.
The partnership builds on an existing 10,000-GPU cluster the two companies have already operated together — making this a tenfold scale-up of infrastructure that has already been stress-tested in at least limited production. The expanded cluster is designed for large-scale model training, AI inference, and what JD Cloud describes as "embodied intelligence" workloads — a category that includes humanoid robotics and physical-world AI applications, a sector seeing rapid investment across China. Computing capacity will be sold to companies across industries, in much the same way JD Cloud already sells cloud capacity built on Nvidia hardware.
Moore Threads went public on Shanghai's STAR Market in December 2025, nine months before the JD Cloud announcement, after reporting 2025 revenues of approximately ¥1.505 billion (approximately $224 million USD), a year-on-year increase of 243%. AI computing boards and clusters accounted for 95% of that revenue at a gross margin of 69%. The company was founded in 2020 by Zhang Jianzhong, a former Nvidia global vice president and China general manager, and has attracted investment from Sequoia Capital China, ByteDance, Tencent, and Shenzhen Capital Group. The US Bureau of Industry and Security added Moore Threads to its Entity List in October 2023, restricting the company's access to American technologies — including advanced manufacturing processes and electronic design automation software — without a special license.
Read more: Sanctioned Chinese Chips Just Served 62 Trillion AI Tokens at Frontier Scale
The cluster is expected to use Moore Threads' flagship AI accelerator, the MTT S5000, built on the company's fourth-generation "PingHu" (PH100) architecture. The card is equipped with 8,192 shading cores and 512 tensor cores, 80 gigabytes (GB) of high-bandwidth memory (HBM), and a memory bandwidth of 1.6 terabytes per second (TB/s) — roughly a third of Nvidia's H200 at 4.89 TB/s and roughly a quarter of the AMD Instinct MI300X's 6.55 TB/s memory bandwidth. For inter-card connectivity, Moore Threads states the S5000 supports up to 800 GB/s through its MTLink interconnect technology — compared with NVLink 4.0's 900 GB/s in Nvidia's Hopper-class configurations.
At the December 2025 MUSA Developer Conference, Moore Threads demonstrated the MTT S5000 achieving 1,000 decode tokens per second and 4,000 in prefill on DeepSeek V3. The company says clusters based on the S5000 can deliver 10 ExaFLOPS of floating-point compute — a figure for the full 100,000-GPU cluster, not a per-card number. All of these figures come from Moore Threads' own announcements. No independent Western auditor has tested the MTT S5000 at cluster scale, and no independent organization has validated the 10 ExaFLOPS or per-card performance claims against a controlled external workload.
Note that JD Cloud's official announcement did not specify which Moore Threads GPU model the cluster will use. The S5000 attribution comes from Moore Threads' current product lineup — the company's only announced data center AI accelerator — and was reported by multiple outlets citing Moore Threads' website, but was not confirmed in the official JD Cloud announcement itself.
Moore Threads has published two scaling efficiency figures for the S5000 cluster: 95% linear scaling efficiency and model flop utilization (MFU) of 60% for dense models and 40% for mixture-of-experts (MoE) architectures. If accurate, these would be strong results for any GPU cluster — roughly comparable to what well-configured Nvidia H100 NVLink clusters achieve in production at moderate scale.
The problem is what happens when cluster size grows. A well-documented industry case study: when OpenAI trained GPT-4 across approximately 25,000 Nvidia A100 GPUs, average MFU dropped to 32–36% — significantly below what A100s achieve in smaller configurations — because collective communications overhead (the coordination of gradient updates across thousands of GPU nodes) became the dominant bottleneck. NVLink 4.0 on the H100 partially addressed this by delivering 900 GB/s peer-to-peer bandwidth — a 50% improvement over A100's NVLink 3.0 — enabling higher sustained MFU at larger cluster sizes.
The JD Cloud cluster is ten times larger than anything Moore Threads has previously operated with a single customer, and ten times larger than the 10,000-GPU KUAE platform for which Moore Threads claims 91% linear speedup. Even for that 10,000-GPU configuration, Tom's Hardware noted in 2024 that "the full performance metrics of a 10,000-GPU cluster remain undisclosed" and that the available comparison benchmarks pitted the MTT S4000 against "unspecified Nvidia GPUs" in workloads that were "not the same — sprinkle liberally with salt."
At 100,000 GPUs, the collective communications problem scales further. Cross-node bandwidth — the fabric connecting GPUs that are not on the same server — typically relies on InfiniBand or a proprietary equivalent. Moore Threads' announcement did not disclose the cross-node fabric architecture for the 100,000-GPU cluster. That is the bottleneck most likely to determine whether the claimed 95% linear scaling holds at this scale. Microsoft's ZeRO++ research documented that even on high-bandwidth clusters, scaling to thousands of GPUs forces small per-GPU batch sizes that create communication bottlenecks regardless of the interconnect's peak bandwidth.
Galen Zeng, senior research manager for semiconductors at IDC Asia Pacific, noted that Moore Threads has a specific advantage in the Chinese domestic market: the ability to offer customized hardware-software integration tailored to Chinese customers' specific needs in a way that larger international competitors do not typically provide. That advantage is real and commercially meaningful — but it is distinct from independently verified performance benchmarks.
The MTT S5000's hardware claims are the part of this story that has received the most attention. The software story is where the commercial cloud risk is harder to see and harder to quantify.
Moore Threads' MUSA (Moore Threads Unified System Architecture) software stack now supports PyTorch, Megatron-LM, vLLM, and SGLang — a meaningful list, and significantly broader than Moore Threads offered two years ago. The company has demonstrated Day-0 software adaptation for several major Chinese AI models, including Zhipu AI's GLM-5, Moonshot's Kimi K3, and China Mobile's Jiutian model, per prior TechTimes MUSA coverage. That pattern — same-day hardware support for new frontier model releases — suggests MUSA has crossed a meaningful maturity threshold for single-lab inference deployments.
Commercial multi-tenant cloud at 100,000-GPU scale is a different environment. A hyperscale cloud service requires workload isolation between tenants, dynamic scheduling across heterogeneous job types (training, inference, fine-tuning, embodied-AI simulation), fault tolerance that maintains service continuity as individual cards fail, and resource accounting that can track GPU-hours across thousands of concurrent users. MUSA's capabilities in these operational domains have not been publicly documented, and JD Cloud has not published a technical architecture description of the cluster that addresses these commercial-cloud requirements.
Nvidia's CUDA ecosystem, against which enterprise engineering teams build and validate AI workloads, has more than a decade of development, near-universal framework support, and a developer community that does not exist in equivalent depth for MUSA. Chinese engineers moving workloads to a MUSA-based cloud are re-engineering at the infrastructure layer, not just re-running existing code. Validated migration tools and documented production case studies at this scale do not yet exist publicly.
Read more: DeepSeek's 160,000-Chip Huawei Order Puts PRC Law Over Every API Query
Every enterprise that purchases compute time on JD Cloud's 100,000-GPU cluster routes its AI workloads through infrastructure operated by JD Cloud — a wholly owned subsidiary of JD.com, headquartered and incorporated in China.
Three Chinese laws govern what that means:
China's National Intelligence Law (2017), Article 7 requires that "all organizations and citizens shall support, assist, and cooperate with state intelligence work in accordance with the law." JD Cloud qualifies as an organization operating in China. No carve-out exists for commercial transactions with foreign customers, for data stored under a foreign company's account, or for workloads processed on behalf of enterprises headquartered outside China. The full National Intelligence Law text is publicly available.
China's Cybersecurity Law (2017), Article 28 requires network operators to "provide technical support and assistance to public security organs and national security organs." JD Cloud, operating networks in China, is a network operator under this law. The Stanford DigiChina translation confirms this reading.
China's Data Security Law (2021) adds data localization and government-access provisions that apply to all data processed within Chinese territory. The Data Security Law applies to all data processed on JD Cloud's infrastructure.
The Center for Strategic and International Studies has noted that this legal suite "subordinates private interests to state security imperatives" and institutionalizes state authority to require access to products and data controlled by ostensibly private Chinese firms, regardless of those firms' stated privacy policies.
These obligations are not specific to Moore Threads, JD Cloud, or this cluster. They apply to every company operating networks and processing data in China. An enterprise with internal data-sovereignty requirements, regulatory obligations around data location, or sensitive intellectual property in its AI workloads should evaluate JD Cloud's domestic-GPU compute against those policies before use. There is no technical configuration of the cluster that removes these legal obligations.
The MTT S5000 has cleared China's Security and Reliability Assessment (2026, Level I rating), per Moore Threads' own announcement, as documented in prior TechTimes coverage. No equivalent independent Western security audit of the hardware or its firmware exists in the public domain.
Context matters for reading the significance of this announcement. China's domestic AI chip ecosystem has produced two prior types of large-cluster deployments: government-coordinated research clusters (such as Sugon's 100,000-GPU system using Hygon processors) and single-lab inference deployments (such as the mixed domestic-chip cluster that Z.ai used for the Ox Alpha stealth inference trial in late August 2026, which served 62 trillion AI tokens across Huawei, Hygon, and Moore Threads cards).
What distinguishes the JD Cloud cluster is the commercial cloud model: making domestic-GPU compute available to any enterprise that wants to buy it, priced by GPU-hour, accessible across multiple industries. That is the same model that has made Nvidia's hyperscale cloud footprint so strategically significant — not the hardware itself, but the organized, multi-tenant commercial availability of it. If JD Cloud can sustain the performance claims it has made at 100,000-GPU scale, it will have demonstrated something no Chinese cloud provider has demonstrated before: that domestic silicon can underpin a commercial cloud service competitive enough that enterprises choose it for cost or availability reasons rather than purely because Nvidia hardware is unavailable.
Cambricon, another Chinese AI chip firm, has seen its shares rise more than 100% on the Shanghai exchange in 2026 as investor enthusiasm for domestic semiconductor alternatives has grown. Moore Threads' own shares rose 425% in their STAR Market debut before settling back, and the company's market capitalization exceeded ¥350 billion (approximately $52 billion USD) at peak post-IPO trading. That valuation embeds a significant amount of expectation about what a 100,000-GPU commercial cluster can deliver. Whether the underlying hardware and software can deliver it at the claimed efficiency is what JD Cloud's buildout will answer in production.
Moore Threads is also developing its next-generation GPU family — the Huashan AI line, based on the forthcoming "Huagang" (Flower Harbor) architecture with chiplet design and eight HBM slots — targeting performance between Nvidia's Hopper and Blackwell generations, per Tom's Hardware December 2025 reporting. The MTLink 4.0 interconnect for the Huashan generation is planned at 1,314 GB/s — 65% faster than what the current S5000 cluster will use. The JD Cloud buildout is therefore not the endpoint of Moore Threads' roadmap — it is a commercial proving ground for the current generation while the next one is in development.
For China's AI industry, the JD Cloud cluster represents an attempt to close the loop: domestic models, trained and served on domestic compute, delivered through a domestic cloud, sold to domestic enterprises. Whether the economics and reliability can match that ambition — at a scale that has never been operated on MUSA — will be measurable within months of the cluster coming online. The benchmark that matters most will not be Moore Threads' own 95% linear scaling claim. It will be the utilization rate that JD Cloud can sustain, at commercial pricing, against the Nvidia-based alternative that enterprise AI teams already know how to use.
Exchange rate as of September 10, 2026; conversions are approximate.
JD Cloud, the cloud computing arm of Chinese e-commerce company JD.com, announced on September 9, 2026 that it will build a 100,000-GPU computing cluster using chips made by Moore Threads — a Beijing-based GPU company founded in 2020 by a former Nvidia executive. The announcement marks the first time a major Chinese cloud provider has committed to making China's domestically manufactured AI compute available as a commercial hyperscale cloud service. Prior domestic-chip deployments in China involved either government research clusters or single-lab inference trials. A commercial cloud service that sells GPU-hours to enterprises across sectors is a structurally different proposition — and its success will depend on whether Moore Threads' unverified scaling efficiency claims hold at 100,000 GPUs, a scale ten times larger than what the company has previously operated.
The MTT S5000's memory bandwidth of 1.6 TB/s trails Nvidia's H200 (4.89 TB/s) and AMD's Instinct MI300X (6.55 TB/s), meaning the chip handles fewer simultaneous data movements per second during model inference and training. Moore Threads claims 95% linear scaling efficiency and 60% model flop utilization (MFU) for dense models at 100,000-GPU scale — but no independent organization has verified either figure. Industry precedent is instructive: when OpenAI trained GPT-4 on 25,000 Nvidia A100 GPUs, MFU dropped to 32–36% because inter-node communication overhead dominated at that scale. The JD Cloud cluster is four times larger, on hardware with lower per-card bandwidth, and the cross-node fabric architecture that will connect all 100,000 GPUs has not been disclosed. The 95% scaling claim is achievable if the interconnect and software stack can minimize collective-communications overhead — but that is precisely what remains unproven.
Enterprise users should understand the fixed legal conditions governing JD Cloud's operations before routing sensitive data through its infrastructure. JD Cloud is a subsidiary of JD.com, incorporated and operating in China. China's National Intelligence Law (2017, Article 7) requires all organizations operating in China to cooperate with state intelligence work on demand. The Cybersecurity Law (2017, Article 28) requires network operators to provide technical assistance to security organs. The Data Security Law (2021) adds government-access provisions for data processed on Chinese territory. These obligations apply regardless of JD Cloud's commercial terms, data security certifications, or any contractual data protection agreement. Organizations with internal data-sovereignty policies, regulatory requirements around data location, or sensitive intellectual property should evaluate these legal conditions specifically before use. No technical configuration of the cluster removes them.
MUSA (Moore Threads Unified System Architecture) now supports major AI frameworks including PyTorch, Megatron-LM, vLLM, and SGLang — and the company has demonstrated same-day software adaptation for new Chinese frontier model releases. For inference workloads on supported models, the MUSA stack is functional and maturing. However, MUSA lacks CUDA's approximately decade-long head start, its multi-million-developer community, and the depth of third-party integration support that has made CUDA the default environment for AI research worldwide. Engineers migrating workloads from CUDA to MUSA for a commercial multi-tenant cloud environment — one requiring job scheduling, workload isolation, and fault tolerance across 100,000 GPUs — are re-engineering at the infrastructure layer, not simply re-running existing code. The MUSA stack's capabilities for commercial hyperscale cloud operations at this scale have not been publicly documented.
