Pioneers Insight Method Research Author
Wang Yanpeng on China’s Compute Evolution and a 30,000-GPU Cluster
Back to Episodes

Wang Yanpeng on China’s Compute Evolution and a 30,000-GPU Cluster

Summary

  • Wang Yanpeng describes the evolution of China’s internet infrastructure as 3 leaps: Big Data replaced expensive proprietary machines with cheap hardware and distributed software, the cloud delivered elasticity through virtualization, and AI shifted the computational center of gravity from CPUs to GPUs. The first 2 waves still rested on general-purpose computing; this one requires models, operators, chips and clusters to be co-designed. AI innovation is therefore becoming constrained by the physical world, echoing the OpenAI judgment cited by the host at the opening: “Infra Is Destiny.”

  • Large models turned uncontrollable algorithmic breakthroughs into a repeatable industrial process, while compute is becoming a more fundamental variable than algorithms and data. Scaling law continues to trade larger parameter counts and more training data for greater capability. As internet data approaches exhaustion, synthetic data, reinforcement learning, cleaning and filtering all consume compute, creating a positive loop of more compute, more high-quality data and more intelligence. Wang believes compute will play an increasingly important role.

  • DeepSeek’s significance is not that “clever tricks can replace compute,” but that hardware-software co-design can raise overall intelligence efficiency. Wang breaks this into 2 parts: how much intelligence each token delivers is algorithm efficiency; how much compute each token requires is compute efficiency. Their product is overall intelligence efficiency. DeepSeek designed MoE around the characteristics of existing GPUs and clusters, rearranging workloads in sparse computation, where the hardware is not naturally strong, and showing that model architecture is deeply intertwined with hardware.

  • Baidu’s internally developed-chip cluster reached 30,000 cards and was fully utilized within just 2-3 months, showing that suppressed training demand far exceeded new supply. Wang says the leading overseas clusters training frontier models are already at the 100,000-card level, while domestic chips still lag NVIDIA in performance. This is not a simple question of the percentage gap between 30,000 and 100,000 cards; it is about whether models can be scaled, larger experiments run and the frontier approached.

  • Asked how to respond to the claim that GPUs and data centers become obsolete within 6-18 months, Wang’s answer is that if this is an Industrial Revolution, building is not optional. Under the current paradigm, he believes additional compute “will definitely produce better results.” The debate is whether application value rises 10x or 100x, and whether 100x arrives in 3 years or 5; building is fundamentally about pulling innovation and value realization forward.

  • NVIDIA’s moat is not chip performance alone, but a hardware-software flywheel built from CUDA, engineering services and frontier models. Wang recalls NVIDIA sending large numbers of engineers to optimize models and algorithms one by one in the early days; “80% of its people were doing software.” Its market cap rose from roughly $10B then to about $4T today. For China to produce its own NVIDIA, the necessary condition is not to copy a chip first, but to have consistently leading models actually emerge on domestic silicon.

  • Google, Meta and OpenAI represent 3 distinct ways to bet on AI infra: build a full-stack foundation, buy a team with massive spending, and use future expectations to lever long-duration infrastructure. Wang is most impressed by Google’s long-term momentum across TPUs, JAX, cloud, models and applications. He sees Meta spending roughly $100B a year on GPUs and another $2B to poach 20 people as financially rational, but considers assembling a team on the fly unhealthy. OpenAI, in his view, is “levering up,” using a distant vision to drive investments in power and data centers with cycles lasting 10 years.

  • AI infra startups have real demand behind them, but may struggle to produce independent giants; the more credible opportunity is to go deep with a specific customer or use case. Every model, chip and cluster scale requires different optimizations, while general-purpose platforms overlap heavily with cloud providers and are difficult to differentiate. The talent bar has also moved: in pretraining, algorithms and infra must be tightly integrated, and failing to understand either side can mean losing competitiveness outright. Full-stack capability is becoming a requirement, not a bonus.

Deep dive

1. Big Data first disrupted expensive proprietary machines and high-end servers

  • Wang Yanpeng traces the start of his career to Google’s 3 foundational papers: MapReduce, Bigtable and GFS. Traditional IBM mainframes, HP and Dell servers, and Oracle database services were “basically 2 orders of magnitude” short of internet data volumes—while also being expensive and unable to meet demand.

  • The key idea Jeff Dean pushed was to build high-performance systems from commodity hardware: tens of thousands of simple machines, close to consumer PCs, with reliability, distributed computing and distributed storage all delegated to software rather than complex fault tolerance in hardware. “Hardware is relatively easy; it’s simple.” The hard problems moved up to the system layer.

  • Hadoop and the broader open-source ecosystem then made high-end, closed-source parallel computing and distributed storage reproducible. Baidu Search was among the first domestic monolithic applications to hit the wall of massive data, which pushed it early into data centers, where it developed its own servers, software and full infrastructure stack.

2. Cloud computing turned “moving servers” into a few mouse clicks

  • The host’s experience during the Fanfou era captures the friction before the cloud: when traffic suddenly spiked, he and Wang Xing took a yellow taxi to haul blade servers to a Beijing West Railway Station data center, racked them, then called colleagues at the office to confirm the setup. “It was practically prehistoric.” Today’s engineers might ask: “Isn’t it just 2 clicks?”

  • Wang defines the second leap as elasticity. Amazon had idle servers left over from the peaks and troughs of e-commerce, so it rented out the capacity and used virtualization to present users with a login-ready “single machine” whose CPU, memory and disk could be configured—without any contact with the data center or physical hardware.

  • A data center can manage tens of thousands of physical servers while virtualizing hundreds of thousands of machines for users and scaling resources up or down at will. Smart NICs serve as the virtualization layer, separating underlying physical resources from the cloud resources users see. The architecture is no longer centered only on scale, but on “extreme elasticity.”

3. GPUs rewrote the decades-old general-purpose computing contract

  • CPUs are good at complex logic and generality, but the cost is substantial: Wang estimates that later on, “perhaps only 10% of the units were used for computation,” while the other 80-90% went to cache, control, out-of-order execution and prediction.

  • Turing-complete instruction sets decoupled software from hardware. Hardware advanced roughly every 18 months under Moore’s law, and old software could usually capture nearly synchronized performance gains without modification. Big Data and cloud computing both developed fundamentally within this CPU framework.

  • GPUs devote almost all transistor real estate to computation, trading away sophisticated control for tens of times more compute. The price is that every algorithm, operator and model requires bespoke optimization, and each hardware refresh often brings software adaptation. “I need hardware and software as one” is the defining shift in this infrastructure cycle.

4. CUDA’s moat comes from software engineering, not just chips

  • NVIDIA did not initially build CUDA because it foresaw deep learning. It wanted to abstract graphics-card compute so users could program it themselves. Early users were mainly university researchers; the deep-learning wave led by Hinton and others happened to carry the tool into industry.

  • Baidu established its deep-learning lab, IDL, relatively early, and NVIDIA sent many engineers to work with the team on algorithms, use cases and models. Wang realized that NVIDIA was very different from Intel: although it was a chip company, “80% of its people were doing software.”

  • At the time, NVIDIA’s market cap was about $10B, versus Baidu’s roughly $30B-$40B. Looking back on the roughly $4T valuation today, the host and Wang joked that “if we’d seen it coming, we’d have bought the stock.”

  • The first wave of AI chip startups never really took off. The problem was not an inability to stack compute in hardware, but the high software cost of adapting to the many small models and variants in early deep learning. It was hard for startups to “go toe-to-toe with Nvidia” inside an ecosystem already covered by CUDA.

5. Scaling law turned model innovation into industrial mass production

  • Early deep learning was still driven by algorithmic breakthroughs and required researchers to have flashes of insight. Solving one task did not transfer cleanly to another; the discovery process was uncontrollable and commercial expectations limited. GPUs were therefore a supplement to CPUs, not the center of a new compute platform.

  • The industrial paradigm of large models is to keep scaling parameter counts and training data in exchange for steadily improving capability. As Moore’s law once propelled the CPU-era software economy, the new production function is straightforward: expand model and data scale, and intelligence expands with it.

  • NLP was once viewed as the crown jewel of research because language contains rich semantics and diverse tasks. The previous deep-learning wave mainly cracked visual recognition—faces and license plates, “things a 4- or 5-year-old can do.” Large models broke through NLP’s ceiling first and demonstrated cross-task generalization, a leap the industry broadly did not anticipate.

  • The simultaneous arrival of capability breakthroughs and a reproducible production process is what allowed the compute platform to move from CPUs to GPUs. Wang’s view is that compute can generate intelligence, and new intelligence in turn consumes more compute, creating a self-reinforcing loop.

6. Data exhaustion is making compute even more important

  • Of the 3 ingredients—compute, algorithms and data—Wang still sees room for algorithmic innovation, but says the broad direction has converged. The more immediate constraint is that “we’ve basically used up the data on the internet,” leaving models short of usable data.

  • Next-generation models will rely more heavily on synthetic data, while reinforcement learning is essentially models generating data for themselves. Generation is not the only expense: cleaning, filtering and selecting high-quality data also consume compute. More compute therefore expands not only models, but the supply of data that can be manufactured and processed.

  • This creates Wang’s closed loop: compute makes and filters data, and high-quality data feeds training in return. Even so, piling up cards does not guarantee success. Using Meta as an example, he says, “you still need top talent”; engineering and research innovation determine whether resources become model capability.

7. DeepSeek shows that cleverness and brute-force compute are not contradictory

  • The host placed DeepSeek R1 alongside OpenAI’s “Stargate”: one side argues that “great force produces miracles,” while the other suggests China can use ingenuity to break out of compute determinism. Wang’s answer: “The 2 are not contradictory,” because every algorithmic or data innovation ultimately has to land on sufficient compute.

  • His breakdown is simple: how much intelligence each token delivers is algorithm efficiency; how much computation each token requires is compute efficiency. Their product is overall intelligence efficiency. DeepSeek shows that improvements on the algorithm side can deliver large gains, avoiding a world where progress requires 10x or 100x more hardware.

  • What made him “sit up” was not an isolated algorithm, but the tight coupling between model architecture and existing GPUs and clusters. MoE shifts from dense to sparse computation, but GPUs are not good at sparse matrices full of holes; maximizing sparsity can actually make hardware execution less efficient.

  • DeepSeek thus offers a hardware-software co-design case study: start from how GPUs and clusters execute, then decide where to compute and where not to. This is not designing MoE abstractly from home; it is making algorithm efficiency materialize as system efficiency.

8. Big companies will dominate the current paradigm, but the next architecture may emerge elsewhere

  • If scaling law continues to hold, Wang expects more frontier research to happen inside companies with massive compute. Smaller companies and universities will struggle to explore models at the same scale. But he preserves a key uncertainty: “This may not be the ultimate form of intelligence.”

  • The human brain does not consume anything close to this much compute or electricity, suggesting that current neural networks may be far from the most efficient architecture. The host cited Andrew Kapasi’s analogy of the Transformer as a machine for producing primitive animals; they also discussed Hinton’s doubts that Transformers lead to AGI and his exploration of directions such as capsule networks.

  • Wang sees the brain as closer to trigger-based computation than continuous brute-force calculation. Brain-inspired networks and more advanced compression algorithms remain worth pursuing, and they too will require hardware-software integration: if the mode of computation changes, the chip will “definitely look different from today’s.”

  • DeepSeek OCR, released on the day of the recording, offered another clue. Human memory and reading may not process tokens one by one, but organize information through visual representations; compressing inputs as images could improve storage and transmission efficiency. This line of inquiry is distinct from simply scaling existing models.

9. The 30,000-card domestic cluster filled quickly, exposing a supply constraint

  • Wang says Baidu has built a 30,000-card single-site cluster using internally developed chips, likely the largest domestic single-site cluster based on Chinese chips today, with advanced model-training jobs already running on it. “From being built to being fully used, it may have taken only 2 or 3 months.”

  • The speed to full utilization shows that innovation and experimentation had been “suppressed by the lack of compute.” Once new capacity came online, pent-up demand consumed it almost immediately. The 30,000 cards were not an ample endpoint, but a supply expansion that was instantly absorbed.

  • He estimates that the clusters used by Meta, OpenAI, xAI and other leaders to train their most advanced models are already at the 100,000-card level. China has fewer cards, domestic chips still lag NVIDIA in performance, and objective constraints make it difficult to secure enough compute. That is already limiting model scale and the scope of exploration.

  • The host asked whether the gap between 30,000 and 100,000 cards was 70%, 20% or several times. Wang refused to offer a false linear conversion. Exploring more advanced models requires moving to larger scale; the gap is about what can be attempted, not just the percentage difference in one training run.

10. Power, liquid cooling and networking are becoming part of model capability

  • A 30,000-card cluster already requires large-scale liquid cooling and long-distance RDMA. Traditional RDMA was designed for smaller interconnect domains; at 30,000 or even 100,000 cards, greater distances force a redesign of protocols, network topology and scaling methods.

  • The power requirement has also moved from a single building to an entire campus: a substation serving one building is no longer enough, and a campus-level substation may be required.

  • The host adds that aging data centers “definitely won’t meet demand,” while even newly built facilities today may serve only the current generation. Next-generation computing will require greater per-rack density, facility density and power capacity, while infrastructure construction still lags compute and energy demand. AI infra has therefore moved beyond servers and software into cooling, power transmission, campus planning and inter-data-center networking.

11. “It will become obsolete soon” is not sufficient reason to stop building

  • The host presented the strongest bearish case against the infrastructure boom: once laid, fiber can be used for years, but GPUs and data centers may fall a generation behind within 6 months or 18 months, potentially turning enormous capex into a total loss.

  • Wang reduces the decision to one question: do you believe this is a new Industrial Revolution? Cards are not static assets but tools for innovation. Like steam engines that continued to evolve, models are improving “every day,” and those gains all depend on the compute available today.

  • Under the current paradigm, he believes adding more compute “will definitely produce better results.” The real uncertainty is whether application value rises 100x or 10x, and whether 100x arrives in 3 years or 5—not whether the gain is limited to a 10% marginal improvement.

  • The host therefore summarized the choice as “there’s no choice between building and not building,” and Wang agreed. The purpose of construction is to make better innovation happen earlier and shorten the time until the future arrives. Viewed over a longer horizon, he does not see this as a major waste.

12. Baige 5.0 puts scale, stitching and engineering efficiency on one platform

  • Baige grew out of more than a decade of AI infrastructure development inside Baidu and now serves both internal and external customers. Wang calls it “an efficient infrastructure platform” whose core job is to provide stable support for training, inference and frontier research across different types of compute.

  • The first capability is scale: the platform supports single-site jobs at the 10,000-card level and the full stack of data-center operations, stability, network scaling and long-running training. The second is “cross-location, heterogeneous and cross-network” operation, making it easier to stitch together compute across chips, geographies and network environments.

  • The third is extreme engineering efficiency. A 10% performance gain in training, inference engines or reinforcement-learning frameworks can mean using 10% fewer cards. At large-cluster scale, that is not a minor optimization but an “astronomical” cost difference.

  • Faced with Baige 5.0’s claim to be “the most powerful AI computing platform ever, bar none,” Wang did not retreat into modesty. He attributes the confidence to working on GPUs since 2012, serving real-world workloads over the long term, and Baidu’s full-stack investment across chips, cloud platforms, models and applications.

13. A domestic NVIDIA must grow alongside frontier models

  • Wang believes China “will definitely have” its own NVIDIA because AI competition is viewed as competition in national power, and domestic chips determine whether the country controls a critical lifeline.

  • NVIDIA’s flywheel works like this: the most advanced platform attracts the most advanced models; once models are trained on it, they become deeply tied to the platform, and the next infrastructure purchase naturally favors the option with the highest probability of success. Algorithms iterate in months, while a chip takes years, and the mismatch in cycles further reinforces the lock-in.

  • The necessary condition for domestic chips to succeed is to “come out together with the most advanced models.” Only when China’s most advanced—and eventually consistently leading—models are trained on domestic chips will those chips have a high probability of building a real ecosystem rather than remaining at the level of compatibility or substitution.

  • The 30,000-card domestic cluster is already running many training jobs and represents significant progress, but it is not the end state. Training must move from small to large, cover more tasks and reach stability before it can push toward frontier models. Wang explicitly acknowledges: “we haven’t reached the state we were just describing.”

14. Google, Meta and OpenAI are betting on foundations, talent and leverage

  • Google appeared clearly behind the technology leader after OpenAI’s rise, but Wang believes it has “the best endowment”: long-term in-house TPU development, investments across frameworks, cloud, models and applications, and no need to make money by selling chips like NVIDIA. In theory, it is one of the companies in the world least short of compute.

  • Jeff Dean also drove TPU development. Google later shifted more of its internal use toward the lightweight JAX rather than TensorFlow. Its recent rebound has convinced Wang that the full-stack foundation across chips, frameworks, cloud, models and individual applications is “unshakable.”

  • Meta’s lavish poaching is financially rational on paper: if it spends roughly $100B a year buying GPUs, even $100M per person to recruit 20 people amounts to only $2B. But Wang is “not very optimistic” about assembling a team on the fly, arguing that sustained innovation requires a stable team and culture. Llama’s weaker performance may reflect a team-building problem rather than a shortage of cards.

  • The host used the rumored $100B “Stargate,” a $300B Oracle order and 4.5 GW of data centers to illustrate the scale of OpenAI’s bet. Wang sees the model as “levering up,” using future expectations to drive investment: algorithms take months, chips about 2 years, while power and infrastructure can take 10 years or even several decades. Long-cycle components must start earlier.

15. AI infra startups have room to operate, but it is hard to get around the cloud providers

  • The opportunity starts with the scale of demand and software complexity: the compute ecosystem is shifting from CPUs to GPUs, while compute scale is expanding sharply. Every model, chip and 10,000-card or 100,000-card cluster brings different engineering implementations and optimization opportunities.

  • Technical execution can create huge differences in compute efficiency, giving value to scheduling, training, inference and use-case-specific optimization. But Wang points out that most AI infra startups’ technology stacks and business models “highly overlap” with cloud providers and are “almost no different.”

  • Asked which company he would invest in with $10M, he answered candidly: “I don’t have one I particularly favor yet; I can’t say there’s one I definitely want to invest in.” His view is not that the industry lacks opportunity, but that general-purpose platforms struggle to build enough differentiation.

  • The more viable path is to go deep on a particular customer class or use case and deliver specialized value. “There is opportunity in this direction, but in this direction you may not be able to build a giant” is his conservative view of the ceiling for startup returns.

16. Infra’s career payoff comes from long-term accumulation and proximity to real customers

  • Infrastructure work often ends up in an awkward position: when stable, it is taken for granted; when it fails, the team is “paraded through the streets.” On small platforms, the work can also become undifferentiated operations—fixing everything and mastering nothing. Wang advises people who want to pursue major infra innovation to start with large platforms that have scale and resources.

  • His early goal in developing servers in-house was concrete: commercial servers could cost twice as much as an internal solution, making cost reduction a clear source of value. As large-model innovation becomes more dependent on expensive resources, he believes it is even more important for young people to enter leading platforms early in their careers than it was in the internet era, when starting a business was in vogue.

  • The second condition is proximity to customers and joint innovation with search, NLP, speech and vision businesses. After Baidu developed SSDs in-house, they could be deployed directly in search, creating a much shorter feedback loop than an independent SSD company first building a product, then finding customers and finally trying to get it installed in servers.

  • Baidu’s top award targets teams of fewer than 10 people that create outsize value. The prize was described at different points in the conversation as both $1M and RMB1M. Wang says he participated in multiple winning projects, many of them joint efforts between infra and business teams. Small teams and clear use cases let even slow-cycle infrastructure receive timely feedback.

17. Algorithm-infra integration has gone from advantage to survival condition

  • Infrastructure still has inherently long feedback cycles: data centers and clusters take time to build, and chip development takes longer. But Wang compares the career accumulation to “training internal strength”—only a long-term understanding of computer architecture enables genuinely different designs at critical moments.

  • Pretraining in particular requires deep algorithm-infra integration because model scalability, operator efficiency and training cost are bound together from day 1. His judgment is direct: “An algorithm engineer who doesn’t understand infra is not a good algorithm engineer, and an infra engineer who doesn’t understand algorithms is not a good infra engineer.”

  • Organizations have already changed: new large-model teams staff algorithm and infra people together from day 1. Wang believes everyone on the team should understand both algorithms and infra, citing new companies such as thinking machine as evidence that this hybrid configuration is already emerging.

  • He is most optimistic about a new generation of students who naturally encounter the full stack, from applications and algorithms to architecture. “This is a beautiful era,” because once people grasp the essence of these fields, they are not impossible to cross; those who can integrate them will have the best chance of turning compute into model and product outcomes.

Verification Notes

  • Baidu’s top-award prize was first stated as “$1M” in the reference transcript and then corrected to “RMB1M”; the amount is internally inconsistent, and the digest preserves that uncertainty.