Logo
FrontierNews.ai

The U.S. Is Quietly Weighing Restrictions on Chinese AI Models Like DeepSeek and Qwen

The U.S. government is actively discussing restrictions on Chinese artificial intelligence models, including DeepSeek, Alibaba's Qwen, Moonshot AI's Kimi, and Zhipu's GLM, over concerns that Chinese developers may have improperly copied proprietary American technology. U.S. Treasury Secretary Scott Bessent threatened China with sanctions in July, and Washington is now evaluating whether to ban or restrict foreign models with open weights, which are often created using a technique called distillation.

What Is Distillation, and Why Are U.S. Officials Concerned?

Distillation is a standard industry practice where one AI model is trained based on another model's outputs. U.S. officials claim that Chinese companies have used this approach on a large scale to illegally copy proprietary American systems. The latest accusations focus on Moonshot AI, which develops the Kimi models. According to U.S. officials, the company improperly used distillation of one of Anthropic's most advanced models to create Kimi K3.

However, defining where distillation crosses into intellectual property infringement remains murky. Pedro Domingos, professor emeritus of computer science and engineering at the University of Washington, noted that "it is difficult to define the line beyond which distillation constitutes an infringement of intellectual property rights," according to the reporting.

China's Ministry of Commerce has rejected the U.S. allegations, stating that they lack factual and legal basis and pledging to defend the country's legitimate rights and interests.

Why Is the Tech Industry Pushing Back Against a Ban?

Not all of Silicon Valley agrees with restricting Chinese models. Part of the U.S. tech industry is actively opposing such restrictions, arguing that blocking access to Chinese open-weight models could have unintended consequences. Amjad Masad, CEO and co-founder of Replit, said that the company's engineers work with both American models, including Anthropic's Claude, and Chinese models, such as GLM.

"The Little Tech Association has called on the Trump administration not to block Chinese models with open weights, as the organization believes this could concentrate demand for AI among a few companies with closed models, drive up prices, and limit the development of new products," according to reporting on the industry response.

Little Tech Association, industry advocacy group

This concern reflects a broader tension in AI policy: restricting foreign competition might protect American intellectual property, but it could also reduce competition, raise prices for developers, and slow innovation across the industry.

How to Evaluate Chinese Open-Weight Models for Your Workflow

If you're a developer or researcher considering Chinese models, practical evaluation matters more than headlines. Here's how to approach the decision:

  • Start with the 27B variant: Qwen 3.8-27B is a practical starting point for local testing on consumer hardware, requiring about 56 gigabytes of graphics memory in full precision or 28 to 36 gigabytes in lower-precision formats.
  • Test task-specific performance: Run a 20 to 30-prompt evaluation against competing models like Llama, Gemma, DeepSeek, Kimi, and GLM on your actual use cases, such as code repair, multilingual writing, long-document summarization, or retrieval-augmented generation (RAG).
  • Compare against your current paid model: Benchmark Chinese open-weight models directly against the commercial AI tools you currently use, rather than relying only on generic leaderboard scores.
  • Consider licensing and deployment: Qwen 3.8-27B is released under the Apache 2.0 license, making it easier to evaluate and deploy locally compared to proprietary alternatives.
  • Plan for infrastructure needs: The larger Qwen 3.8-2.4T model is designed for cloud-scale inference and requires distributed serving expertise, not desktop hardware.

What's at Stake in the U.S.-China AI Policy Debate?

The dispute over Chinese open-weight models reflects deeper questions about AI governance, intellectual property, and global competition. On one side, U.S. officials want to protect American companies' research investments and prevent unauthorized copying of proprietary systems. On the other, developers and smaller companies argue that open-weight models, regardless of origin, drive down costs and accelerate innovation across the industry.

Qwen 3.8, released by Alibaba, exemplifies the challenge. The model comes in multiple sizes, from a practical 27-billion-parameter version that runs on consumer GPUs to a massive 95-billion-parameter variant designed for cloud infrastructure. The 27B model is accessible through Hugging Face and ModelScope, making it easy for developers worldwide to download and test.

The outcome of U.S. policy decisions could reshape how developers access AI tools globally. If restrictions proceed, developers may face higher costs and fewer options. If they don't, the competitive pressure from Chinese models may force Western companies to lower prices and accelerate their own open-weight releases. For now, the debate remains unresolved, and developers continue to evaluate models from both regions based on technical merit and practical fit.