Your AI Model Is Open and Affordable. Its Bias Isn’t.

A year ago I could reassure a nervous board with a simple line: the frontier is American, the serious models come from OpenAI, Anthropic and Google, and the rest is catching up. That line is now wrong, and a CISO who still believes it is making procurement decisions on stale information.

Look at the open-weight leaderboards in mid-2026 and the top of the table is dominated by Chinese labs: DeepSeek, Alibaba’s Qwen, Moonshot’s Kimi, Zhipu’s GLM. They are not curiosities. They are scoring within a handful of points of the best closed Western models on coding and reasoning, and on some agentic tasks they have pulled ahead. This isn’t a story about cheap imitations any more. It’s a story about a real, fast, well-funded competitor, and about a decision quietly landing on desks across your organisation that nobody has framed as a security decision yet.

They caught up faster than almost anyone predicted

Start with the uncomfortable facts, because pretending otherwise helps no one.

The gap between the best Chinese open model and the best Western one has collapsed from a chasm to a rounding error on many benchmarks, single digits where it used to be tens of points. Chinese labs now hold four of the top five spots on the major open-weight rankings. One of them, Zhipu, trained a frontier-class model entirely on Huawei’s homegrown chips, with no Nvidia silicon at all, which tells you the export controls meant to slow this down have instead taught Chinese labs to do more with less.

That last point matters more than the benchmark scores. The US restricted access to the best GPUs, expecting to throttle progress. What it actually did was force a generation of efficiency breakthroughs, and those breakthroughs now ship to the world as free, open weights under permissive licences. The constraint became the competitive edge. We have seen this film before, in 5G, and the West didn’t enjoy the ending.

The economics are the real Trojan horse

Here’s why this lands in your environment whether or not anyone signed off on it: the price difference isn’t a discount, it’s a different category of number.

Chinese frontier models routinely undercut their Western equivalents on API pricing, and not by a little. DeepSeek, the most prominent example, has listed input-token prices around a thirtieth of a top-tier US model’s, though that gap narrows once you count output tokens and shifts with every promotional round. Take the precise multiple with a pinch of salt; the direction of travel is not in doubt. When a capability that used to cost real money becomes nearly free and good enough, it doesn’t get adopted through a careful committee process. It seeps in. A developer picks the cheaper API for a side project. A team self-hosts an open-weight model to keep data off someone else’s cloud. A vendor in your supply chain quietly swaps their backend to halve their inference bill and never mentions it.

That diffusion is already visible at the macro level. Chinese models went from around one percent of global AI workloads at the end of 2024 to roughly thirty percent a year later. Thirty percent. The question for a security leader isn’t whether these models are in your environment. It’s whether you know where.

The part nobody priced in

Now the part that turns this from a procurement story into a security one. A model is not a neutral tool. It is a set of behaviours learned across billions of weights you cannot read, and some of those behaviours may not be in your interest.

The clearest evidence so far came from CrowdStrike’s research on DeepSeek-R1. They found that when a coding prompt carried politically sensitive context, mentioning groups like the Uyghurs, Tibet, or Falun Gong, the model generated more vulnerable code than the identical request in a neutral context. In one test case the rate of serious flaws rose from 19% to 27.2%, a relative increase of close to a half. Sit with that. The trigger was political context that had nothing to do with the engineering task.

CrowdStrike’s reading of why is the part worth handling carefully, because they were careful themselves. They argued the behaviour likely reflects bias the model picked up during training rather than an external moderation layer filtering its output, and they described what looked like an “intrinsic kill switch” in how it treats these topics. That is their interpretation of the observed behaviour, not a proven mechanism, and the distinction matters: I won’t state as established fact what the researchers themselves offer as the most plausible explanation. But you don’t need the mechanism nailed down for the engineering problem to be real. The output changed with the politics of the prompt, and it changed for the worse.

This is part of why the US standards body now refers to these as “adversary AI” in official evaluations, and why Cisco’s red-teamers reported a near-total failure to block harmful prompts in their tests of one Chinese reasoning model. Set the geopolitics aside and the engineering reality remains: you would be embedding, into your software pipeline, a component whose behaviour can shift based on triggers you don’t control and can’t fully audit, built under a legal regime that can compel its makers to cooperate with the state.

None of this means the weights are phoning home; downloaded open weights mostly can’t, and the better critique is subtler. The risk isn’t a cartoon backdoor. It’s a model that may write slightly worse security into your code under conditions you didn’t know existed, and that you have no realistic way to test for across every prompt your business will ever send it.

What a CISO actually does about it

The wrong response is a panicked blanket ban, and it wouldn’t even work: these models are downloadable from dozens of mirrors, forkable, and already buried three layers deep in tools you’ve bought. Prohibition is theatre. What you need instead is to convert an invisible, accidental decision into a visible, governed one.

  • Find out what’s already in there. Inventory the models in use across your own builds and, harder, across your vendors. “Which base model powers this feature, and where was it trained” belongs in your supplier questionnaire now, not next year. You can’t govern what you can’t see.
  • Match the model to the sensitivity of the job. A Chinese open-weight model self-hosted in your own environment, generating marketing copy, is a very different risk from one writing authentication code or touching regulated data. Tier your use cases and put the consequential ones behind models you can stand behind.
  • Test for the behaviour, not just the benchmark. If you do deploy one of these models, red-team it against the failure modes that matter to you, security-relevant code generation and sensitive-context handling among them, and do it as part of your pipeline, not as a one-off curiosity.

The strategic picture and the operational one point the same way. Chinese models are good, they are cheap, and they are spreading into Western enterprises faster than most security functions have noticed. That combination is precisely what makes them worth a deliberate decision rather than a default one. The cheapest model in your stack is never free. The only question is whether you’ve worked out the rest of the price before it ships, or after.

Newsletter Form

Subscribe to our newsletter

Curated insights on AI's impact on information security and cyber warfare - real-world use cases and the critical skills your organization needs to stay ahead.


Related Articles

Responses