← Back to news

US holds off blacklisting DeepSeek, more than 100 firms deemed security risks

reuters.com|71 points|44 comments|by giuliomagnifico|Jun 17, 2026

US Government Defers Blacklisting of DeepSeek Amidst Broader Security Crackdown

The United States government is currently navigating a complex geopolitical tightrope, choosing to hold off on adding the AI powerhouse DeepSeek to its restrictive trade lists, even as it identifies over 100 other Chinese enterprises as significant national security threats.

The Strategic Dilemma

The Department of Commerce is tasked with a difficult balancing act: curbing the military capabilities of adversaries while managing the global flow of artificial intelligence innovation. While the "Entity List" continues to grow, DeepSeek remains in a state of precarious limbo.

The "Entity List" Framework

The US government utilizes a specific mechanism to restrict access to sensitive technology. The process generally follows this logic:

DeepSeek: The Outlier

DeepSeek has captured global attention not just for its capabilities, but for its extreme efficiency. While many US firms spend billions, DeepSeek has demonstrated that high-tier performance can be achieved with significantly fewer resources.

"The emergence of highly efficient models from non-US entities challenges the assumption that massive compute clusters are the only path to AGI." — Industry Analyst Perspective

Technical Efficiency and Cost

The shock to the industry stems from the cost-to-performance ratio. If we represent the training cost CC as a function of compute PP and data DD, the traditional model was: C(Pgpu×time)+Data AcquisitionC \approx \sum (P_{gpu} \times \text{time}) + \text{Data Acquisition} DeepSeek has effectively lowered the constant of proportionality, proving that Efficiency    Cost\text{Efficiency} \uparrow \implies \text{Cost} \downarrow.

Comparison of Regulatory Status

Entity CategoryCurrent StatusPrimary ConcernUS Action
DeepSeekUnder Review\text{Under Review}Dual-use AI capabilitiesDeferred Blacklisting
100+ Other FirmsBlacklisted\text{Blacklisted}Surveillance / Military AIFull Export Ban
General AI StartupsMonitored\text{Monitored}IP TheftIncreased Scrutiny

The Government's Checklist

To determine if a firm should be blacklisted, the US administration typically evaluates the following:

  • Does the firm have ties to the People's Liberation Army (PLA)?
  • Is the technology being used for mass surveillance?
  • Is the model's open-source nature providing a "net benefit" to global research?
  • Does the firm bypass existing chip sanctions?

Implementation of Restrictions

When a firm is blacklisted, US companies must implement strict filters. For example, a hypothetical compliance check in a cloud API might look like this:

def check_export_compliance(firm_id):
    entity_list = ["Firm_A", "Firm_B", "Firm_101"] # Simplified list
    if firm_id in entity_list:
        raise PermissionError("Export restricted: Entity is on the US Security Risk List.")
    return "Access Granted"

# DeepSeek is currently NOT in the restricted list
print(check_export_compliance("DeepSeek")) 

Nuances and Misconceptions

It is incorrect to assume that the US is ignoring DeepSeek. Rather, the administration is weighing the risks of restricting a firm that promotes open-weights models, which could potentially alienate international allies who also benefit from those models.

AI Security Concept

Summary of Current State

The US continues to expand its security perimeter, but the decision to spare DeepSeek for now suggests a nuanced approach to AI diplomacy. The government is prioritizing the removal of firms directly linked to military aggression while remaining cautious about how it handles the "efficiency revolution" currently emanating from China.