惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
博客园 - 叶小钗
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
美团技术团队
aimingoo的专栏
aimingoo的专栏
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
The GitHub Blog
The GitHub Blog
小众软件
小众软件
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
B
Blog RSS Feed
月光博客
月光博客
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
Y
Y Combinator Blog
B
Blog
MyScale Blog
MyScale Blog

RUSI: Latest Commentary

Moscow’s Other Front: Why Ukraine’s Churches Are a Security Issue Illicit Finance in a Fragmenting World: Can the Global System Keep Pace? A Russian Oligarch Speaks Out, But Not Against Russia's War Britain’s Defence Industrial Strategy Has a University-Shaped Gap ‘No Good Answer’: Who Would Defend a United Ireland? 25 Years After 9/11: Whatever Happened to Mass-Effect Terrorism? British–German Nuclear Cooperation: Joint Support, Not Financing Leipzig Sabotage: Why Transport Underpins NATO and Russia’s Defences 2027 Will Test New Zealand's Defence at the Speed of Relevance Force Regeneration through the Veteran ID Card and Defence Gateway The Renaissance of the Dissident Republican Threat Russia’s Most Dangerous Military Adaptation Is Recovery Europe Started Talking Nuclear Deterrence. Still Missing: A Plan Unfinished Business: Effective UK Anti-Money Laundering Supervision Cyber Campaigning: Mid-Tier States Can Leverage Civilian Cyber Power The Battery Gap: Building Industrial Strength for a Military Edge From Tailored Air Group to Tailorable Maritime Aviation Security Cooperation Among the Arctic NATO Allies Beyond the Hype: AI, Ransomware and Business Models The Overstretch Facing the US Navy Australia’s Democratic Coordination in an Age of Foreign Interference Hybrid Navy: Building the Maritime Operating System The Next China Shock Will Hit Defence The ‘Extinct Volcanoes’ Problem: Why Unit Strength Is Not Combat Power Balochistan's Insurgency Is Turning Security into a Development Cost Indo-Pacific and Euro-Atlantic Security is Not Just Indivisible, it Merges Starmer, Burnham and Foreign Aid: A Troubling Inheritance Private Sector Cybercrime Disruption: Compatible with Statecraft? Age of Optionality: The Future is Not About Replacing the US Dollar Building CBRN Crisis Ready Supply for Protection and Sustainment
Responding to the Risks of Open-Weight AI Models
George Balston,[object Object] · 2026-09-18 · via RUSI: Latest Commentary

Open-weight AI models place powerful capabilities beyond any developer’s control. The UK should clarify how its investigatory powers apply before criminal use becomes routine.

Criminals are rapidly beginning to use AI. Google’s May 2026 threat report described criminals preparing a mass-exploitation campaign using a zero-day exploit assessed with high confidence to have been developed with AI assistance, although the model was unidentified and intervention may have prevented its deployment. Anthropic’s June 2026 analysis documented increasing model use for malware development, credential theft and data exfiltration. And in July 2026, OpenAI reported disrupting a Cambodia-based scam network that used ChatGPT to facilitate investment, romance and law-enforcement impersonation fraud. The UK’s National Cyber Security Centre reached a compatible judgement at the strategic level, assessing that AI will ‘almost certainly’ continue to make cyber intrusion operations more effective and efficient, and that the proliferation of open source and commercially available models will lower the barrier to entry for a widening range of actors.

This evidence strongly suggests that criminals are now increasingly likely to use AI to facilitate their illegal activities. So far, most documented activity has used closed-weight models – those served by the frontier AI companies that also develop them. In contrast, open-weight models introduce new and unique risks – they provide access to capabilities which could be used for criminal purposes, are widely available to anyone who intends harm, and are easier to misuse. This piece explores those risks and how UK investigatory powers might apply to them, and argues that policymakers, law enforcement and researchers need to understand them now, so that relationships, guidance and capabilities can be put in place before the use of highly capable open-weight models becomes routine in serious criminal operations.

Closed-Weight versus Open-Weight

A model’s weights are the numerical values – typically billions – that a model learns during training. Given a model’s weights and enough compute to run them, you are able to use the model. They are also just a file – very expensive to produce, but trivial to copy, and impossible to recall once distributed. Major frontier AI companies such as OpenAI, Anthropic and Google do not release their model weights. This means they alone can patch the model, add or tighten safeguards, and as a last resort remove the model from circulation entirely, as happened in June 2026 when the US government directed Anthropic to suspend access to Fable 5. An open-weight model, on the other hand, has no such restrictions – the developer publishes the weights and thereafter has no meaningful ability to recall, patch or supervise any copies.

Researchers at Palisade Research removed the safety training from Meta’s Llama 3 8B in around five minutes on a single GPU for under a dollar, and from the 70B model in well under an hour

Open-weight models are run in one of two ways. They can be served by inference providers – companies that host the model behind an API (application programming interface) and charge for access, often renting the underlying GPUs (graphics processing units) from a third party rather than owning the chips themselves. Or they can be self-hosted – run on infrastructure owned by an individual or group, which may often be an expensive endeavour – running a frontier open-weight model released in July 2026 would cost roughly £220,000–260,000 to purchase or £31,000–34,000 per month to rent. Self-hosting has advantages – models can be run within local jurisdictions, giving governments more control over deployments and representing a greater degree of sovereignty. However, self-hosted deployments may be easier to use in the furtherance of criminal activity, as using the models requires no interaction with or reliance on other parties.

No model developers want their models to be used to cause harm, and so safeguards are implemented to prevent this, which can broadly be split into two categories. The first are refusals learned through alignment training, so the model itself declines certain requests – this can be considered as ‘baked in’ to the model, and as such travels with the model weights. The second are safety classifiers outside of the model itself that screen prompts and responses and block or flag those which might be dangerous. Safety classifiers can be used with any deployment, and indeed standalone safetyclassifiers are available. But there is nothing to compel an open-weight provider to run them, and given that there are many providers who supply access to the same models, a determined malicious actor can search for a deployment that does not run with those safeguards. A review of the published documentation for five prominent open-weight providers – Together AI, Fireworks AI, Groq, DeepInfra and Novita AI – found that none publicly documented a universal, mandatory external safety classifier applied to every prompt and generated output. Where classifiers were offered, they were generally configurable, separately invoked, or left to customers to integrate, should they voluntarily wish to do so.

Enjoy our analysis and research? Ensure it shows up first on Google

Help your search results show more from RUSI. Adding RUSI as a preferred source on Google means our analysis appears more prominently.

In-model safety training is also fragile. Open-weight models can be fine-tuned to strip out refusals cheaply. For example, researchers at Palisade Research removed the safety training from Meta’s Llama 3 8B in around five minutes on a single GPU for under a dollar, and from the 70B model in well under an hour. A technique known as ‘abliteration’ has also been developed, which stops the model from refusing unsafe requests while retaining most of its general capability. It is now relatively inexpensive to fine-tune an open-weight model to remove the in-model safety layer, meaning such models are much easier to use for criminal activities. Abliterated models are readily available, both through inference providers and to download for self-hosting.

Privacy and Jurisdiction

Alongside this, there is rising demand for more private forms of inference – AI deployments where the provider does not see the prompts and responses at all. Some of that assurance is contractual, such as zero-data-retention arrangements, under which a provider commits not to store inputs and outputs beyond what is needed to run the request or comply with the law. Some of it is technical – confidential computing allows workloads to run inside a hardware-based trusted execution environment so that prompts and responses stay encrypted in memory and remain inaccessible even to the host operator. Both are legitimate and desirable in many cases – privacy-preserving inference is something citizens and businesses have good reason to want. But such policies and technology make it harder for outside parties to lawfully surveil the use of both closed- and open-weight models.

There is a mitigation for the major closed-weight providers – they are all US companies, and Western intelligence and law-enforcement agencies have a long history of lawful cooperation with US firms on matters such as terrorism. On the other hand, open-weight inference providers are more varied in their jurisdictional reachability. A provider serving an open-weight model from a country with no cooperative data-sharing framework is, for practical purposes, out of reach.

The result for the law enforcement community is that criminals can now access models which can materially uplift their capability and capacity to cause harm, without a well understood menu of options for surveillance or intervention to monitor or prevent such harm.

How Might Monitoring Inference be Treated under Current Investigatory Powers Legislation?

UK law enforcement typically use one or more of the following for surveilling suspected subjects of interest: communications data (the why, when, who, and what of a communication), the interception of content, or equipment interference, which targets a user’s device and can collect both content and metadata in the process. Importantly, a ‘communication’ under the Investigatory Powers Act 2016 (the IPA) does not have to pass between two people – it is defined as including ‘signals serving either for the impartation of anything between persons, between a person and a thing or between things’. At first estimation, a person querying a model, or one agent querying another, fits that language, and so would likely be covered.

Subscribe to the Cyber & Tech Newsletter

Stay up to date with the latest publications and events from the Cyber and Tech Research Group

Companies providing access to AI models are also likely to count as telecommunications operators for the purposes of the IPA. A telecommunications operator is defined as a person who offers or provides a telecommunications service to persons in the UK, or who controls or provides a telecommunication system, and a telecommunications service as one providing access to and facilities for using such a system. A hosted inference API, which accepts a request over a network and returns a response, seems to fit inside that description. In this case, the metadata surrounding an AI session, including IP addresses, connection times, and request volumes, would appear to meet the definitions of communications data, while the prompts and responses themselves are likely to be classed as content. For self-hosted models, there is no telecommunications operator and arguably no telecommunication system, so the prompt and response may not be a ‘communication’ in the statutory sense – they sit on the user’s equipment as private information reachable by equipment interference or ordinary seizure powers.

It is likely that individuals’ interactions with an AI system would merit a strengthened necessity and proportionality case. Individuals disclose extraordinarily sensitive data to chatbots: financial circumstances, medical symptoms, relationship difficulties, religious and spiritual questions. The IPA anticipates material of this kind – the general privacy duties in section 2 require the authorising authority to have regard to the particular sensitivity of the information being sought, and the codes of practice demand heightened consideration with regard to confidential personal information. A chatbot could potentially aggregate each of those categories in a single record. The necessity and proportionality case for reaching into it would therefore need to be more compelling than for typical communications data.

Policy Priorities

The UK should begin preparing for this shift before private inference from highly capable open-weight models becomes a routine part of serious criminal operations. The following policy actions should be considered:

1. Publish specific guidance on AI inference under the IPA

The Home Office and the Investigatory Powers Commissioner’s Office should develop guidance covering hosted, enterprise, confidential and local inference. This should clarify the likely treatment of prompts and responses, as well as other surrounding data such as interaction metadata, tool calls, model identifiers, and infrastructure logs.

2. Map the inference supply chain

Relationships and lawful-access channels are easier to establish before they are urgently required. Law enforcement and intelligence agencies should develop a data availability map for major open-weight AI services, including the model developer, inference provider, and cloud or GPU operator; the jurisdiction of each entity; the information each retains; and the technical assistance each is able or willing to provide.

Subscribe to the RUSI Newsletter

Get a weekly round-up of the latest commentary and research straight into your inbox.

3. Take a balanced approach towards confidential computing

A blanket requirement to retain readable prompts would create databases at high risk of exploitation, move demand to less reachable jurisdictions, and undermine many of the security benefits the technology is intended to provide. The government should not respond to confidential computing by seeking to prevent its adoption – private inference can improve the protection of citizens, businesses and sensitive government work, and there are clear lessons here to be learnt from the crypto wars.

4. Strengthen endpoint and agentic forensics

As inference moves away from central providers, the endpoint becomes more important. Law enforcement and intelligence agencies will need the ability to identify and recover local model deployments, agent memory, orchestration histories, tool-call records, generated files, API credentials and links to external infrastructure, and importantly link this activity to investigative questions. This will require cooperation between equipment interference specialists, digital forensics teams and AI experts, potentially giving rise to a new discipline of ‘agentic forensics’.

Conclusion

The definitions in the Investigatory Powers Act are broad enough to encompass much AI activity that uses open-weight models, including communications between persons and automated systems. However, the operational assumptions behind those powers are changing. The original model developer may no longer control access, observe misuse or possess any relevant records. Hosted inference can involve several providers across different jurisdictions. Confidential computing can prevent an operator from accessing unencrypted prompts and responses. Local models and autonomous agents can shift the most useful evidence to the target’s equipment.

The result is that investigative visibility ends up fragmented – a familiar concept for those working in law enforcement and intelligence. Authorities will need to understand the complete inference architecture, identify which component holds which information and select the power appropriate to that component. Privacy protections should follow the meaning and sensitivity of the information rather than the storage architecture used to process it. Preserving that principle will allow the UK to adapt its investigatory capabilities without discarding the legitimate security and privacy benefits of open and confidential inference.


keywords

WRITTEN BY

George Balston

Guest Contributor

View profile