> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# UK's AI Safety Regulation Tool is Now Open-Source
- URL: https://itsfoss.com/news/uk-ai-safety-regulation-open-source/
- Published: 2024-05-13T10:05:56.000Z
- Updated: 2024-05-13T10:05:56.000Z
- Description: An open-source tool to evaluate AI models. We needed this.
- Author: Sourav Rudra
- Tags: Open Source, News, #Import 2025-11-08 21:15

AI has been growing at an astonishing pace; some might revere it, some might not. However, one thing is [now clear](https://www.technologyreview.com/2023/10/04/1080801/generative-ai-boosting-disinformation-and-propaganda-freedom-house/?ref=itsfoss.com): There is a need to keep AI in check.

Which is why we require tools and services built for the job, particularly ones that are open-source, as doing so helps promote transparency.

In recent times, many governments around the world have been [warming up](https://itsfoss.com/german-state-ditches-microsoft/) to the concept of open-sourcing important tools and services to benefit the general population.

One such move from the UK Government has caught our attention. With a recent [press release](https://www.gov.uk/government/news/ai-safety-institute-releases-new-ai-safety-evaluations-platform?ref=itsfoss.com), they have open-sourced an AI safety tool, “**Inspect**”, for the global community to adopt and utilize it.

## Inspect: What to Expect?

![a screenshot of the inspect ai safety tool](https://itsfoss.com/content/images/2024/05/Inspect_AI_Tool.jpg)

Spearheaded by the [AI Safety Institute](https://www.gov.uk/government/organisations/ai-safety-institute?ref=itsfoss.com), Inspect is a safety evaluation tool that has been **open-sourced under the** [**MIT License**](https://github.com/UKGovernmentBEIS/inspect%5Fai/blob/main/LICENSE?ref=itsfoss.com), allowing anyone to copy, modify, merge, publish, distribute, sublicense, and/or sell copies of it.

This tool allows anyone to test specific elements of AI models, such as their ability to reason, their autonomous capabilities, and their core knowledge, to generate a score based on the results that best fit the AI model in question.

If you were wondering how Inspect facilitates that, **the evaluations have three key aspects**: The first are the **Datasets**, which consist of a set of standardized samples for evaluation.

Then, there are the **Solvers**, which carry out the actual evaluation, and finally, the **Scorers**, which take the output from the Solvers and give out the final result.

Moments after the announcement, CEO of [Hugging Face](https://huggingface.co/?ref=itsfoss.com), Clément Delangue chimed in on a [Twitter thread](https://twitter.com/ClementDelangue/status/1788942198542909542?ref=itsfoss.com) by Ian Hogarth, Chair of the AI Safety Institute, saying that:

> This is very cool, thanks for sharing openly! Wonder if there’s a way to integrate with [https://t.co/XZn1kgwGFM](https://t.co/XZn1kgwGFM?ref=itsfoss.com) to evaluate the million models there or to create a public leaderboard with results of the evals (ex: [https://t.co/ZkSmieEPbs](https://t.co/ZkSmieEPbs?ref=itsfoss.com)) cc [@IreneSolaiman](https://twitter.com/IreneSolaiman?ref%5Fsrc=twsrc%5Etfw&ref=itsfoss.com) [@clefourrier](https://twitter.com/clefourrier?ref%5Fsrc=twsrc%5Etfw&ref=itsfoss.com)
> 
> — clem 🤗 (@ClementDelangue) [May 10, 2024](https://twitter.com/ClementDelangue/status/1788942198542909542?ref%5Fsrc=twsrc%5Etfw&ref=itsfoss.com)

An idea to create a public leaderboard of AI safety evaluation results? That would be pretty useful!

If this were to become a reality, people around the globe could easily look into how different AI models perform in terms of safety evaluations on one of the most popular open AI communities out there.

As things stand now, Inspect also has the opportunity to be an influential tool in how governments handle AI.

## Want to check it out?

You can do that by visiting the [official website](https://ukgovernmentbeis.github.io/inspect%5Fai/?ref=itsfoss.com), where you will find instructions on how you can configure Inspect on the platform of your choice.

[Inspect](https://ukgovernmentbeis.github.io/inspect%5Fai/?ref=itsfoss.com)

If you are interested in the source code, head to its [GitHub](https://github.com/UKGovernmentBEIS/inspect%5Fai?ref=itsfoss.com) repo.

*💬 Would this encourage other countries and organizations to come up with safety evaluation systems for AI models, and probably introduce some kind of certifications for it? Let me know your thoughts on this.*