Logo
FrontierNews.ai

Why the Race for AI Chips Is Shifting From Training to Inference

The artificial intelligence hardware industry is undergoing a fundamental shift in priorities, moving away from the massive training systems that dominated 2023 and 2024 toward specialized chips designed for inference, the phase where AI models actually answer questions and generate responses. This transition is reshaping how governments invest in AI infrastructure, how companies design chips, and which players will dominate the next phase of the market.

What's Driving the Move From Training to Inference?

For years, the bottleneck in AI has been training, the computationally expensive process of teaching large language models (LLMs), which are AI systems trained on vast amounts of text data to understand and generate human language. Companies like OpenAI and Google poured billions into GPU-based systems to train models like ChatGPT and Gemini. But once a model is trained, it needs to run at scale, answering millions of user queries every day. That's inference, and it has completely different hardware requirements than training.

Inference workloads expose a structural mismatch with traditional GPU architecture. During inference, especially in the "decode" phase where the model generates one token (roughly one word) at a time, the system becomes memory-bound rather than compute-bound. This means the bottleneck shifts from raw processing power to how fast data can move between memory and the processor. GPUs, designed for parallel computation, leave their cores underutilized during this phase, wasting energy and latency.

Neural Processing Units (NPUs), domain-specific accelerators built from the ground up for inference, address these mismatches through fundamentally different architectural choices. Unlike GPUs, which execute all operations on shared processing cores, NPUs employ physically separate engines for different operation types, allowing them to run memory operations and computation in parallel rather than sequentially.

How Are Countries Building AI Self-Reliance Through Domestic NPUs?

South Korea is making a strategic bet on domestic NPU development as a path to AI independence. The Institute of Information and Communications Technology Planning and Evaluation (IITP), the country's primary AI research funding body, announced on June 17 that it is accelerating investment in homegrown neural processing units and planning to build a "K-cloud" infrastructure based on these chips.

The strategy reflects a broader recognition that relying on foreign chip suppliers for critical AI infrastructure creates geopolitical and economic vulnerabilities. South Korea has already invested heavily since 2020 in next-generation intelligent semiconductors and processing-in-memory (PIM) based AI chips, supporting companies like FuriosaAI, Rebellions, DeepX, and Mobillent. These firms are now moving beyond research prototypes into mass production and international expansion.

"Domestic AI Semiconductor corporations are achieving real market entries beyond technology validation," stated Hong Jin-bae, president of IITP, adding that the institute will "directly push for building a K-cloud based on NPUs to raise the self-reliance of AI computing infrastructure."

Hong Jin-bae, President of IITP

The practical impact is already visible. DeepX has achieved supply results in overseas markets including China's Baidu, while Rebellions and FuriosaAI have attracted large-scale investments. This demonstrates that domestic NPU development is not merely theoretical but is producing commercially viable products.

What Technical Challenges Make NPU Inference Prediction So Difficult?

Building and optimizing NPU systems for inference introduces three major technical challenges that researchers are only now beginning to solve. First, commercial NPU manufacturers do not disclose detailed microarchitectural information, making it impossible to simulate their behavior accurately. Second, NPU compilers apply graph optimizations in unpredictable ways that differ fundamentally from GPU compilers, causing prediction errors as high as 493% when GPU-based methodologies are applied directly.

Third, NPUs use static compilation, meaning each input shape requires a separate compilation. This forces serving systems to adopt a "bucketing" strategy that pads inputs to predefined lengths, causing latency to jump discretely at bucket boundaries rather than varying smoothly. This step-function behavior invalidates the assumptions of existing prediction methodologies.

To address these challenges, researchers developed LENS (Latency Estimator for NPU Systems), a tool that predicts LLM inference latency for arbitrary input-output length combinations using only two end-to-end measurements per bucket. LENS treats NPUs as black boxes and operates solely on per-bucket profiling, achieving a mean prediction error of just 2.15% across NPUs from multiple vendors, several LLMs, and diverse workloads.

How Are Major Semiconductor Companies Responding to the NPU Shift?

Qualcomm, facing weak positioning in the data center AI market, is reportedly in advanced negotiations to acquire Tenstorrent, an AI accelerator startup founded by legendary silicon architect Jim Keller, at a valuation between $8 billion and $10 billion. The deal reflects a broader industry pattern: companies that cannot build competitive inference accelerators quickly enough are buying their way in.

Qualcomm's core business, the Snapdragon application processor for smartphones, is mature and cyclical. The company's handset revenue dropped 13% year-over-year in the second quarter of fiscal 2026, driven by memory inflation and suppressed smartphone production in China. While automotive revenue is growing at 38% annually, the center of gravity in semiconductors has shifted decisively to generative AI infrastructure.

Tenstorrent has spent eight years building an inference accelerator architecture that is deliberately opposite to Nvidia's approach. The fundamental compute unit is the Tensix core, a self-contained tile containing a RISC-V data movement processor, a matrix math engine with an 8 by 8 block floating-point 16 (BF16) tile multiply-accumulate unit, and a vector unit for element-wise operations. Each Tensix core gets approximately 1.5 megabytes of local memory.

The design philosophy maximizes hardware utilization by decoupling data movement and compute so they can run in parallel. Tenstorrent's current shipping product, Blackhole, integrates 16 RISC-V CPU cores directly onto the accelerator die, eliminating the PCIe bottleneck that adds latency in conventional systems where a host CPU connects to the accelerator over a separate bus.

Steps to Understanding the NPU Landscape for Your Organization

  • Assess Your Inference Workload: Determine whether your AI applications are primarily training-focused or inference-focused. If you are deploying trained models at scale to answer user queries, inference optimization should be your priority, not training performance.
  • Evaluate Memory Bandwidth Requirements: Understand that inference latency is often memory-bound rather than compute-bound. Look for accelerators designed with high on-chip memory and efficient data movement, not just raw TFLOPS (floating-point operations per second).
  • Consider Supply Chain Resilience: Evaluate whether relying on a single supplier for critical AI infrastructure creates unacceptable risk. Domestic or diversified NPU options may offer strategic advantages even if they are not the absolute performance leader.
  • Profile Before Deploying: Use tools like LENS to predict latency for your specific input-output combinations before committing to a particular NPU platform. Configuration choices that seem optimal on paper may not translate to real-world performance.

Why Does the Inference Shift Matter Beyond Hardware?

The move from training to inference has implications far beyond chip design. It signals that the AI industry is maturing from a research phase dominated by a handful of well-funded labs into a production phase where millions of applications need to run AI models efficiently at scale. This transition favors companies and countries that can design specialized hardware, optimize software stacks, and build reliable infrastructure.

South Korea's K-cloud initiative and Qualcomm's acquisition strategy both reflect the same underlying reality: inference is where the economic value of AI will be captured over the next five years. Training is expensive and happens infrequently. Inference is continuous, touches billions of users, and determines whether AI applications are economically viable. The companies and countries that dominate inference hardware will shape the AI economy of the 2030s.

The technical challenges of NPU inference prediction, the strategic importance of domestic chip development, and the consolidation activity among semiconductor giants all point to a market in rapid transition. The winners will be those who can deliver inference accelerators that are not just fast, but efficient, reliable, and integrated into complete software stacks that developers can actually use.