1. Home
  2. Glossary
  3. AI safety
AI glossary · Safety, ethics & policy

AI safety

AI safety: AI safety is the field concerned with preventing AI systems from causing harm, from everyday failures like confident errors and biased outputs to misuse by bad actors and risks from highly capable future systems.

The term covers a wide range. At the near end are problems you can hit today: a model that invents a legal citation, leaks data through a prompt injection, or screens job candidates unfairly. In the middle are misuse risks, such as scaled scams, deepfakes, and assistance with cyberattacks. At the far end are questions about systems that may become more capable than the people supervising them.

Labs address these with a mix of practices: safety training so models refuse harmful requests, red-teaming by internal and external testers, classifiers that screen inputs and outputs, and published frameworks that define which capabilities trigger extra safeguards before a model ships. Governments have added their own layers, such as the NIST AI Risk Management Framework in the United States and the EU AI Act.

For a working professional, AI safety mostly comes down to process. Keep humans in the loop on decisions that affect people. Verify anything that will be relied on. Limit what an automated agent is allowed to do without approval. Know what data you are sending and where it goes. These habits handle most of the risk you will actually encounter.

Example at work

A property management company lets an AI agent draft responses to maintenance requests. Its safety setup is simple: the agent can read tickets and draft replies, but it cannot send messages, schedule vendors, or issue refunds without a coordinator clicking approve. That single gate prevents most of the ways the tool could cause real damage.

Why it matters

You do not have to take sides in debates about long-term risk to benefit from safety thinking. The same discipline that labs apply at scale, testing before trusting and limiting what a system can do on its own, is exactly what keeps an AI mistake at your company small and recoverable.

Related terms