# US AI Dominance Is Over: Here's Why

## Executive summary

The use of Chinese AI models should be selective and requires rigorous due diligence, as 'Chinese model' is not a monolithic category. While these models offer significant economic advantages for high-volume, bounded tasks (e.g., DeepSeek V4 Pro at $0.87/M tokens vs Kimi K3 at $15/M tokens), their suitability depends entirely on the specific task, required capability, and deployment path. Engineers must prioritize measuring 'cost per accepted result' over simple token price to accurately assess total cost of ownership (TCO).

## Key takeaways

- Economic Value vs. Capability Gap: For high-volume, repeatable tasks (extraction, classification), Chinese models can offer extraordinary value due to low pricing. However, for ambiguous or high-stakes judgment calls, the strongest American frontier systems may still be necessary as a baseline.
- Cost Metric is Key: The 'cost per accepted result' (including input/output, reasoning traces, tool calls, and retries) is the gold standard metric, as token price and finished work cost can point in opposite directions. A cheap model can become expensive if it requires long reasoning traces.
- Deployment Strategy Matters: There are three deployment choices: first-party API (least control), third-party host (regional flexibility), or self-hosting (maximum control, but requires dedicated hardware, security, and operational team accountability).

## Technical details

- Model Architecture & Scaling: The Mixture of Experts (MoE) architecture allows enormous models (e.g., DeepSeek V4 Pro with 1.6T total parameters) to be economical because the router only activates a small subset of parameters per token, reducing compute requirements compared to the full parameter count.
- Local Deployment vs. Frontier: Smaller, distilled models (e.g., smaller Qwen or DeepSeek distillations) are suitable for private notes and offline work where high control and privacy outweigh peak capability. Full frontier models require significant hardware resources.
- Data Sovereignty & Risk Profile: The risk profile changes drastically based on deployment location. A model run on a self-hosted server provides different data sovereignty guarantees than accessing it via a first-party chat service in China, requiring careful review of governing law and contract terms.
- Evaluation Findings (CAISI): The CAISI evaluation found that while DeepSeek V4 Pro was highly capable, its cost efficiency varied significantly across benchmarks, ranging from 53% cheaper to 41% more expensive per correctly solved task.

## Practical implications

- Always define the job first: Is it bounded volume work, local assistance, or frontier judgment?
- When evaluating models, measure 'cost per accepted result' rather than just token price.
- For self-hosting a large model, ensure you have not only the weights and license but also the necessary hardware, operational team, and data control to manage the full stack.
- Treat country of origin as merely the starting point for due diligence; it does not substitute for comprehensive testing.

## Topics

Large Language Models (LLMs), AI Deployment, Build Engineering, Cost Modeling, Data Sovereignty, Chinese AI Models Test Guide, Spotify Podcast Link

Source: https://www.youtube.com/watch?v=JBzz53HqMEs
