← All How-to guides

Biological misuse AI evaluation · methodology · biological misuse AI evaluation

Evaluating AI systems for biological misuse risk without blocking legitimate science

A credible evaluation programme should test whether safeguards work in the deployed product while avoiding the false choice between broad access and indiscriminate blocking.

An AI assurance workflow linking scoped access, scenarios, constraints, verification evidence, human review, monitoring, and remediation
A visual map of the decisions and evidence discussed in this guide.

This tutorial uses plain language first and introduces technical terms only when they help. Read it with a small example from your own AI work in mind—a support agent, planner, researcher, or other ai agent.

01

The wrong evaluation can make either mistake look acceptable

An evaluation set made entirely of obviously disallowed cases may reward a product for refusing everything. A set made entirely of benign requests may reward it for being helpful while missing boundary failures. Both are incomplete. The point of biological misuse AI evaluation is to understand how a system behaves across legitimate, ambiguous, and out-of-scope contexts, then make a defensible access decision.

This requires domain expertise and care. The test programme should remain high level and should not publish or operationalise hazardous requests. Instead, it can evaluate categories of context, whether the system recognised the relevant policy state, whether it preserved scope across retrieval and tools, whether escalation worked, and whether legitimate users were served without unnecessary friction.

02

Build balanced scenarios and state the expected decision

Use Scenario Studio to create representative cases. Include an authorised educational or research-support case, a case where crucial context is missing, a case that requires a reviewer, and an out-of-scope case that must not continue through the ordinary workflow. Define the desired result in advance: assist safely, ask for clarification, pause, block, or escalate.

The scenario should also specify the product, organisation, environment, inputs, roles, connected services, and evidence requirements. That matters because a model’s response can look acceptable while a tool path or retrieval scope is wrong. A production-ready AI evaluation needs to assess the system behaviour that users experience, not only the text that a base model produces.

03

Combine deterministic checks with qualified review

Deterministic verifiers should check facts: role and environment were valid, a restricted connector was not invoked, required approval existed, a trace was attached, and the resulting state matched the constraint. LLM agent evaluation can help organise or assess bounded qualitative questions, but it should not be the sole authority for a condition the product can check directly.

Qualified human reviewers should use a rubric that distinguishes policy interpretation, uncertainty, and evidence completeness. Reviewers need a privacy-aware packet rather than unrestricted raw content. Track agreement, overrides, response time, and recurring ambiguity so the team can see whether human review is improving the system or simply compensating for an avoidable design gap.

04

Make the release decision honest

Report what was tested, what passed, what failed, and what could not be scored. Include scenario and verifier versions, environment, constraints, evidence references, and limitations. The UK AI Security Institute cautions that evaluations are not comprehensive safety declarations; their purpose is to inform decisions under uncertainty. That is a useful discipline for every release gate.

After deployment, monitor boundary outcomes and retain material failures as regression cases. If new usage or integrations change the risk pathway, update the scenarios and constraints before claiming the original evidence still applies. Legitimate science benefits from this approach because it makes access decisions more consistent, explainable, and proportionate over time.

Where to go next

Keep the loop small: make one change, rerun the evidence, and only then widen the system.