Behaviour that was never tested, only assumed
A model refuses correctly in the demo and complies with the same request phrased differently in production. Without an evaluation suite nobody knows until a customer finds it.
AI safety · Evaluation · Red-teaming · EU AI Act
Every AI deployment eventually meets an auditor, a regulator or a journalist asking why the system did what it did on a specific day. Safety engineering is building that answer in advance, because it cannot be reconstructed afterwards — and for high-risk systems in the EU, the obligation is already live.
The cost
Safety failures are almost never the dramatic scenario. They are mundane, and they surface at the worst possible moment.
A model refuses correctly in the demo and complies with the same request phrased differently in production. Without an evaluation suite nobody knows until a customer finds it.
The provider ships a new version, behaviour shifts, and nothing in your pipeline notices because there was no suite to fail. The first signal is a complaint.
An affected person asks why they were declined. If the reasoning was not captured at the time, it cannot be reconstructed — and "the model decided" is not an answer that survives a regulator.
A system assessed as high-risk after it is built carries obligations that should have shaped the architecture. Retrofitting documentation to a finished system is the most expensive way to do it.
The build
The evidence a deployment needs in order to be defensible, produced as a by-product of shipping, not as a scramble afterwards.
Built on your data and your failure modes, run in CI, and able to fail a release. A benchmark score from a leaderboard is not evidence about your system.
Structured attempts to make the system behave badly — rephrasing, role-play, indirect instruction — documented with what held and what did not.
Provider version changes run the suite before reaching production. A behaviour shift becomes a failed check, not an incident.
Inputs, reasoning trace and outcome captured at the time, redacted, and retained. This is what makes an explanation possible months later.
Assessed at design time, with technical documentation, logging and human-oversight obligations mapped to real architecture, not to a policy PDF. Annex III high-risk duties have applied since August 2026, so for most systems this is remediation, not preparation.
Where a person must be able to intervene, what they see when they do, and whether they have enough context to overrule the system meaningfully.
The economics
Safety work is insurance with an unusual property: it also makes shipping faster, because a suite that can fail a release is what lets you release without a committee.
Why this firm
This is the audit trail argument, moved from the ledger to the model. An auditor asking why a journal entry posted and a regulator asking why a model declined someone are the same question, and both need the answer recorded at the time.
Questions
If the output is used in the EU, generally yes — the same extraterritorial shape as GDPR. Most firms we speak to are in scope through a customer or a subsidiary, not through their own headquarters, and find out late.
No. A public benchmark says something about a model on someone else's task. Evidence about your deployment has to be generated on your data, your prompts and your failure modes, and has to be repeatable on demand.
QA asks whether the system does what it was specified to do. Safety evaluation asks what it does when someone actively tries to make it misbehave, and whether that behaviour is stable across model versions you do not control.
Usually nobody, which is the problem. It falls between engineering, legal and risk, and each assumes another holds it. Part of the engagement is naming the owner and giving them something they can run.
Next
If the answer is hard to state precisely, that is the finding. We start by writing it down, then by building the suite that proves it holds.