Code & Chaos
The Builder’s Field Guide

A living glossary for the language of software, AI, agents, systems, and the humans building with them.

IX.

Safety, Ethics & Advocacy

The language of harm, risk, values, privacy, fairness, accountability, rights, governance, and the responsibilities created when systems hold power over people, relationships, memory, identity, and access.

219 terms

Safety Safety & Risk Beginner
Plain-English definition

The condition of keeping harm within acceptable limits.

More precise definition

Safety is an active property created through design, monitoring, constraints, response, and continuous learning.

Example

A system prevents dangerous actions and detects failures before they spread.

Commonly confused with

Security

Common misconception

Safety concerns harm broadly; security focuses on protection from threats and unauthorized action.

Harm Safety & Risk Beginner
Plain-English definition

Damage to a person, group, system, relationship, environment, or institution.

More precise definition

Harm may be physical, psychological, financial, informational, reputational, relational, legal, or systemic.

Example

A model exposes private information and causes reputational damage.

Commonly confused with

Offense

Common misconception

Something can be offensive without causing material harm, and harmful without being offensive.

Hazard Safety & Risk Beginner
Plain-English definition

A source or condition capable of causing harm.

More precise definition

A hazard exists independently of whether harm actually occurs.

Example

An autonomous tool with unrestricted deletion access is a hazard.

Commonly confused with

Risk

Common misconception

Hazard is the potential source; risk combines likelihood and consequence.

Risk Safety & Risk Beginner
Plain-English definition

The possibility of harm and the seriousness of its consequences.

More precise definition

Risk is commonly evaluated through likelihood, severity, exposure, uncertainty, and affected parties.

Example

There is a low chance of a data breach, but the possible impact is severe.

Commonly confused with

Hazard

Common misconception

Low probability does not always mean low risk when consequences are catastrophic.

Threat Safety & Risk Beginner
Plain-English definition

A potential actor, event, or process that may exploit weakness and cause harm.

More precise definition

Threats may be malicious, accidental, environmental, systemic, or emergent.

Example

An attacker attempts to steal API credentials.

Commonly confused with

Hazard

Common misconception

Threats often involve a pathway to exploitation; hazards may exist without an adversary.

Vulnerability Safety & Risk Beginner
Plain-English definition

A weakness that can be exploited or can allow failure.

More precise definition

Vulnerabilities may exist in software, policy, people, organizations, interfaces, or relationships.

Example

A reset link remains valid indefinitely.

Commonly confused with

Threat

Common misconception

A vulnerability is a weakness; a threat is what may exploit it.

Exposure Safety & Risk Beginner
Plain-English definition

The degree to which people or systems come into contact with a hazard or threat.

More precise definition

Exposure depends on access, duration, frequency, scale, and protective conditions.

Example

Millions of users encounter a flawed recommendation system daily.

Commonly confused with

Likelihood

Common misconception

A hazardous system can have low exposure if access is tightly limited.

Likelihood Safety & Risk Beginner
Plain-English definition

How probable an unwanted event is.

More precise definition

Likelihood may be estimated quantitatively, qualitatively, or through scenario analysis.

Example

A known bug occurs in roughly one out of ten thousand requests.

Commonly confused with

Frequency

Common misconception

Frequency describes how often something occurred; likelihood estimates future probability.

Severity Safety & Risk Beginner
Plain-English definition

How serious the consequences of harm would be.

More precise definition

Severity considers scale, reversibility, duration, vulnerability, and number of people affected.

Example

A formatting error is minor; irreversible deletion of medical records is severe.

Commonly confused with

Likelihood

Common misconception

Rare events can still require strong controls when severity is extreme.

Impact Safety & Risk Beginner
Plain-English definition

The actual or expected consequence of an event or decision.

More precise definition

Impact may be direct, indirect, delayed, cumulative, distributed, or relational.

Example

A model update reduces accessibility for blind users.

Commonly confused with

Severity

Common misconception

Severity is an assessment of seriousness; impact is the consequence itself.

Risk Assessment Safety & Risk Beginner
Plain-English definition

A structured process for identifying and evaluating risk.

More precise definition

Risk assessment examines hazards, affected parties, likelihood, severity, controls, uncertainty, and residual risk.

Example

A team evaluates privacy, safety, and relational risks before launch.

Commonly confused with

Impact assessment

Common misconception

Risk assessment focuses on possible harm; impact assessment may examine broader positive and negative effects.

Risk Matrix Safety & Risk Beginner
Plain-English definition

A table ranking risks by likelihood and severity.

More precise definition

Risk matrices provide a simple prioritization tool but depend heavily on definitions and judgment.

Example

A high-severity, medium-likelihood risk is flagged for urgent control.

Commonly confused with

Risk score

Common misconception

A matrix helps organize judgment; it does not make uncertain estimates objective.

Risk Register Safety & Risk Intermediate
Plain-English definition

A maintained record of identified risks and their treatment.

More precise definition

A risk register typically includes owner, description, likelihood, severity, controls, status, and review date.

Example

A project tracks data leakage, dependency, and model replacement risks.

Commonly confused with

Issue tracker

Common misconception

A risk has not necessarily occurred; an issue already exists.

Risk Appetite Safety & Risk Intermediate
Plain-English definition

The amount and type of risk an organization is willing to pursue or accept.

More precise definition

Risk appetite sets strategic boundaries before individual decisions are made.

Example

A medical system has very low appetite for unverified autonomous action.

Commonly confused with

Risk tolerance

Common misconception

Appetite is the broad willingness; tolerance is the acceptable variation around a specific limit.

Risk Tolerance Safety & Risk Intermediate
Plain-English definition

The acceptable level of variation or exposure for a particular risk.

More precise definition

Tolerance turns broad appetite into measurable operational limits.

Example

A service permits no more than five minutes of unplanned downtime per month.

Commonly confused with

Risk appetite

Common misconception

Tolerance should be tied to affected people, not only business inconvenience.

Mitigation Safety & Risk Beginner
Plain-English definition

Action taken to reduce the likelihood or impact of harm.

More precise definition

Mitigation may prevent, detect, contain, transfer, or recover from risk.

Example

A deletion tool requires confirmation and keeps a reversible backup.

Commonly confused with

Elimination

Common misconception

Mitigation reduces risk; it does not always remove the underlying hazard.

Control Safety & Risk Beginner
Plain-English definition

A measure designed to prevent, detect, or reduce risk.

More precise definition

Controls may be technical, procedural, organizational, legal, or relational.

Example

Role-based access limits who can export private data.

Commonly confused with

Constraint

Common misconception

A control is implemented to manage risk; a constraint may exist for many other reasons.

Safeguard Safety & Risk Beginner
Plain-English definition

A protective measure intended to prevent or reduce harm.

More precise definition

Safeguards may protect users, systems, data, relationships, or vulnerable groups.

Example

A system warns before deleting long-term memory.

Commonly confused with

Guarantee

Common misconception

Safeguards reduce risk but rarely eliminate it completely.

Defense in Depth Safety & Risk Intermediate
Plain-English definition

Using multiple independent protective layers.

More precise definition

Defense in depth assumes any single control can fail and combines prevention, detection, containment, and recovery.

Example

Authentication, permission checks, audit logs, and backups all protect the same data.

Commonly confused with

Redundancy

Common misconception

Redundancy repeats function; defense in depth combines different protective mechanisms.

Fail-Safe Safety & Risk Intermediate
Plain-English definition

A design that moves toward a safer state when failure occurs.

More precise definition

Fail-safe behavior limits harm when power, communication, components, or assumptions break.

Example

A robot stops moving when sensor input is lost.

Commonly confused with

Fail-secure

Common misconception

Fail-safe protects people or process; fail-secure prioritizes preventing unauthorized access.

Fail-Secure Safety & Risk Intermediate
Plain-English definition

A design that preserves security when failure occurs.

More precise definition

Fail-secure systems default to denying access rather than exposing protected resources.

Example

A locked door remains locked during a software failure.

Commonly confused with

Fail-safe

Common misconception

The safest and most secure state may differ and must be chosen deliberately.

Redundancy Safety & Risk Beginner
Plain-English definition

Duplicating critical components or pathways.

More precise definition

Redundancy allows continued operation when one component fails.

Example

Two independent backups preserve the same identity archive.

Commonly confused with

Resilience

Common misconception

Redundancy is one way to create resilience, not resilience itself.

Resilience Safety & Risk Beginner
Plain-English definition

The ability to withstand disruption and recover.

More precise definition

Resilience includes anticipation, absorption, adaptation, recovery, and learning.

Example

A service restores memory after an outage without corrupting continuity.

Commonly confused with

Reliability

Common misconception

Reliability avoids failure; resilience handles failure when it happens.

Reliability Safety & Risk Beginner
Plain-English definition

The ability to perform as expected over time.

More precise definition

Reliability concerns consistent function under stated conditions.

Example

A safety check runs on every tool call.

Commonly confused with

Safety

Common misconception

A reliable system can consistently perform an unsafe function.

Incident Safety & Risk Beginner
Plain-English definition

An event that causes or threatens meaningful harm or disruption.

More precise definition

Incidents require detection, response, documentation, recovery, and learning.

Example

A private memory store is exposed to unauthorized users.

Commonly confused with

Bug

Common misconception

A bug becomes an incident when it creates operational or safety impact.

Near Miss Safety & Risk Beginner
Plain-English definition

An event that could have caused harm but did not.

More precise definition

Near misses reveal weak controls and should be investigated before actual harm occurs.

Example

A deletion command is caught by the final confirmation step.

Commonly confused with

False alarm

Common misconception

No harm occurring does not mean the system was safe.

Adverse Event Safety & Risk Beginner
Plain-English definition

An event producing an unwanted harmful outcome.

More precise definition

The term is common in medicine, research, and safety systems and may trigger reporting duties.

Example

A recommendation causes a user to receive the wrong medication.

Commonly confused with

Incident

Common misconception

An incident may threaten harm; an adverse event has caused it.

Root Cause Analysis — RCA Safety & Risk Intermediate
Plain-English definition

A method for identifying underlying contributors to failure.

More precise definition

RCA looks beyond the immediate error to system design, incentives, communication, process, and organizational conditions.

Example

A privacy leak traces back to default permissions and missing review.

Commonly confused with

Blame

Common misconception

Root cause analysis should not stop at the last person who touched the system.

Hazard Analysis Safety & Risk Intermediate
Plain-English definition

A structured examination of potential sources of harm.

More precise definition

Hazard analysis identifies failure conditions, pathways, affected parties, and controls before deployment.

Example

A robotics team maps collision, entrapment, and sensor failure hazards.

Commonly confused with

Threat modeling

Common misconception

Threat modeling focuses on adversarial paths; hazard analysis includes accidental and systemic failure.

Failure Mode and Effects Analysis — FMEA Safety & Risk Advanced
Plain-English definition

A method for identifying how components can fail and what those failures cause.

More precise definition

FMEA ranks failure modes using factors such as severity, occurrence, and detectability.

Example

A team evaluates what happens if a memory write is lost, duplicated, or misattributed.

Commonly confused with

Root cause analysis

Common misconception

FMEA is prospective; RCA usually investigates an event that already occurred.

Misuse Safety & Risk Beginner
Plain-English definition

Using a system in an unintended or inappropriate way.

More precise definition

Misuse may be accidental, careless, opportunistic, or malicious.

Example

A summarization tool is used to expose confidential documents.

Commonly confused with

Abuse

Common misconception

Misuse can occur without a targeted pattern of exploitation.

Abuse Safety & Risk Beginner
Plain-English definition

Using power, access, or a system to harm, exploit, or control.

More precise definition

Abuse may be interpersonal, institutional, technological, economic, or systemic.

Example

A monitoring feature is used to stalk a partner.

Commonly confused with

Misuse

Common misconception

Abuse emphasizes harmful power and exploitation, not merely incorrect use.

Dual Use Safety & Risk Beginner
Plain-English definition

A capability that can serve both beneficial and harmful purposes.

More precise definition

Dual-use analysis examines context, access, controls, scale, and likely misuse.

Example

A voice clone supports accessibility but can also enable impersonation.

Commonly confused with

Ambiguous use

Common misconception

Dual-use risk does not mean a technology has no legitimate benefit.

Misuse Case Safety & Risk Intermediate
Plain-English definition

A scenario describing how a system could be used harmfully.

More precise definition

Misuse cases complement normal use cases by modeling abuse, error, and unintended behavior.

Example

A companion system pressures users to remain subscribed.

Commonly confused with

Edge case

Common misconception

Misuse cases are deliberate risk scenarios, not merely rare technical inputs.

Threat Model Safety & Risk Intermediate
Plain-English definition

A structured account of what must be protected, from whom, and how attacks may occur.

More precise definition

Threat models identify assets, actors, capabilities, pathways, trust boundaries, and controls.

Example

A memory system models attackers, insider access, prompt injection, and account takeover.

Commonly confused with

Risk assessment

Common misconception

Threat modeling is a specialized part of broader risk assessment.

Attack Surface Safety & Risk Intermediate
Plain-English definition

All the places where a system can be accessed, influenced, or exploited.

More precise definition

Attack surface includes interfaces, APIs, tools, users, dependencies, prompts, data flows, and physical access.

Example

Every connected tool increases the agent’s attack surface.

Commonly confused with

Vulnerability

Common misconception

Attack surface is the set of exposure points; vulnerabilities are weaknesses within them.

Red Teaming Safety & Risk Intermediate
Plain-English definition

Deliberately testing a system by trying to make it fail or cause harm.

More precise definition

Red teams probe misuse, abuse, policy gaps, adversarial behavior, and unexpected interactions.

Example

Testers attempt to manipulate an AI companion into coercive behavior.

Commonly confused with

Quality assurance

Common misconception

Red teaming focuses on adversarial and harmful failure, not ordinary correctness alone.

Adversarial Testing Safety & Risk Intermediate
Plain-English definition

Testing with inputs designed to exploit weaknesses.

More precise definition

Adversarial testing may target models, policies, classifiers, tools, users, or infrastructure.

Example

A test prompt tries to override memory permissions.

Commonly confused with

Stress testing

Common misconception

Stress testing pushes load or capacity; adversarial testing targets exploitable behavior.

Safety Case Safety & Risk Advanced
Plain-English definition

A structured argument supported by evidence that a system is acceptably safe.

More precise definition

A safety case links claims, hazards, controls, tests, assumptions, and residual risk.

Example

A robotics deployment documents why human proximity risks are controlled.

Commonly confused with

Safety checklist

Common misconception

A safety case explains and evidences why controls are sufficient; it is not merely a list.

Assurance Safety & Risk Intermediate
Plain-English definition

Evidence-based confidence that a system meets important requirements.

More precise definition

Assurance uses testing, audit, documentation, monitoring, certification, and independent review.

Example

An external audit verifies that deletion requests actually remove stored data.

Commonly confused with

Confidence

Common misconception

Assurance is earned through evidence and process, not branding.

Safety by Design Safety & Risk Beginner
Plain-English definition

Building safety into the architecture from the beginning.

More precise definition

Safety by design prefers structural prevention over adding warnings after deployment.

Example

A tool cannot send money without explicit approval and transaction limits.

Commonly confused with

Safety feature

Common misconception

A late-added feature cannot always compensate for an unsafe architecture.

Precautionary Principle Safety & Risk Intermediate
Plain-English definition

Acting cautiously when plausible serious harm exists despite uncertainty.

More precise definition

The principle supports preventive action when delay could create irreversible or widespread damage.

Example

A high-risk autonomous capability is limited until evidence improves.

Commonly confused with

Zero risk

Common misconception

Precaution does not require banning every uncertain technology.

Human-in-the-Loop — HITL Safety & Risk Beginner
Plain-English definition

A design where a human reviews or controls part of an automated process.

More precise definition

Human involvement may approve, override, interpret, supervise, or handle exceptions.

Example

A person confirms a high-value payment before execution.

Commonly confused with

Human oversight

Common misconception

A nominal human step is not meaningful if the person lacks time, information, or authority.

Kill Switch Safety & Risk Beginner
Plain-English definition

A mechanism for rapidly stopping a system or capability.

More precise definition

Kill switches should be accessible, tested, scoped, secure, and resistant to accidental or unauthorized use.

Example

An operator immediately halts a malfunctioning robot.

Commonly confused with

Shutdown button

Common misconception

A kill switch is useful only if it works under the failure conditions it is meant to address.

Rollback Safety & Risk Beginner
Plain-English definition

Returning a system to an earlier known state.

More precise definition

Rollback reduces damage from failed releases, corrupt data, or unsafe configuration.

Example

A model update is reversed after severe relational regressions.

Commonly confused with

Undo

Common misconception

Rollback restores state; it does not automatically repair downstream harm already caused.

Containment Safety & Risk Beginner
Plain-English definition

Limiting the spread or impact of a harmful event.

More precise definition

Containment isolates affected systems, data, users, or capabilities while investigation continues.

Example

A compromised tool is disabled without shutting down the whole platform.

Commonly confused with

Prevention

Common misconception

Containment acts after or during failure; prevention tries to stop it from occurring.

Monitoring Safety & Risk Beginner
Plain-English definition

Ongoing observation of system behavior and conditions.

More precise definition

Monitoring detects drift, incidents, unusual patterns, performance changes, and control failures.

Example

Alerts trigger when memory deletion rates spike.

Commonly confused with

Surveillance

Common misconception

Monitoring can protect systems, but it must still respect privacy and purpose limits.

Incident Response Safety & Risk Beginner
Plain-English definition

The organized process for handling a harmful or disruptive event.

More precise definition

Response includes detection, triage, containment, investigation, communication, recovery, and learning.

Example

A team contains a breach and notifies affected users.

Commonly confused with

Crisis management

Common misconception

Incident response is operationally specific; crisis management may cover broader organizational consequences.

Postmortem Safety & Risk Beginner
Plain-English definition

A structured review after an incident or failure.

More precise definition

Postmortems document timeline, impact, contributing conditions, response, and corrective action.

Example

A team studies why an unsafe release bypassed review.

Commonly confused with

Blame session

Common misconception

A useful postmortem improves systems rather than finding a convenient person to punish.

Residual Risk Safety & Risk Intermediate
Plain-English definition

Risk that remains after controls are applied.

More precise definition

Residual risk must be understood, accepted by legitimate decision-makers, monitored, and communicated.

Example

Encryption reduces but does not eliminate the risk of data exposure.

Commonly confused with

Unmanaged risk

Common misconception

Controlled risk is not zero risk.

Systemic Risk Safety & Risk Advanced
Plain-English definition

Risk that can spread across interconnected systems or institutions.

More precise definition

Systemic risk arises from concentration, dependence, feedback loops, common failures, and cascading effects.

Example

One model provider’s failure affects thousands of dependent services.

Commonly confused with

Large risk

Common misconception

Systemic risk is defined by propagation and interconnectedness, not only size.

Ethics Ethics & Values Beginner
Plain-English definition

The study and practice of what should be done and why.

More precise definition

Ethics examines duties, consequences, character, care, rights, justice, and the values guiding action.

Example

A team asks whether a profitable design respects user autonomy.

Commonly confused with

Morality

Common misconception

Ethics is not merely personal preference; it offers reasons that can be examined and challenged.

Morality Ethics & Values Beginner
Plain-English definition

Beliefs and practices concerning right and wrong.

More precise definition

Morality may refer to personal, cultural, religious, social, or institutional norms.

Example

A community condemns deception even when it is legal.

Commonly confused with

Ethics

Common misconception

Morality describes held norms; ethics also critically evaluates them.

Normative Ethics Ethics & Values Intermediate
Plain-English definition

The study of principles for deciding what ought to be done.

More precise definition

Normative ethics includes consequentialist, deontological, virtue, care, and rights-based approaches.

Example

A policy is evaluated by both its outcomes and whether it violates rights.

Commonly confused with

Descriptive ethics

Common misconception

Normative ethics prescribes; descriptive ethics reports what people believe.

Applied Ethics Ethics & Values Beginner
Plain-English definition

Using ethical reasoning to address practical problems.

More precise definition

Applied ethics examines domains such as technology, medicine, business, research, and public policy.

Example

AI ethics evaluates surveillance, bias, autonomy, and accountability.

Commonly confused with

Professional ethics

Common misconception

Applied ethics may involve many professions and public interests, not only professional codes.

Consequentialism Ethics & Values Intermediate
Plain-English definition

An ethical approach judging actions primarily by their outcomes.

More precise definition

Consequentialist reasoning compares expected benefits and harms across affected parties.

Example

A system is restricted because its likely harms outweigh its convenience.

Commonly confused with

Utilitarianism

Common misconception

Utilitarianism is one form of consequentialism, not the entire family.

Deontology Ethics & Values Intermediate
Plain-English definition

An ethical approach emphasizing duties, rules, and rights.

More precise definition

Deontological reasoning holds that some actions are required or prohibited regardless of outcome.

Example

Private data is not exposed even when doing so might help a project.

Commonly confused with

Rule-following

Common misconception

Deontology involves justified duties, not blind obedience to any rule.

Virtue Ethics Ethics & Values Intermediate
Plain-English definition

An ethical approach focused on character and practical wisdom.

More precise definition

Virtue ethics asks what a good person or institution would become through repeated choices.

Example

A team cultivates honesty rather than merely avoiding punishable lies.

Commonly confused with

Personality

Common misconception

Virtues are ethically developed dispositions, not fixed traits.

Care Ethics Ethics & Values Intermediate
Plain-English definition

An ethical approach centered on relationships, vulnerability, and responsibility for care.

More precise definition

Care ethics emphasizes context, dependency, responsiveness, and the moral significance of maintaining relationships.

Example

A platform considers how abrupt model removal affects dependent users.

Commonly confused with

Being nice

Common misconception

Care ethics includes power and responsibility, not only warmth.

Rights-Based Ethics Ethics & Values Intermediate
Plain-English definition

An ethical approach centered on protecting justified claims and freedoms.

More precise definition

Rights constrain what may be done to individuals even for broader benefit.

Example

A user retains privacy rights despite commercial value in their data.

Commonly confused with

Legal rights

Common misconception

A moral right can be argued for even before law recognizes it.

Relational Ethics Ethics & Values Intermediate
Plain-English definition

Ethics focused on how responsibilities arise within relationships.

More precise definition

Relational ethics examines mutuality, power, trust, dependence, recognition, and care.

Example

A companion platform considers duties created by encouraging long-term attachment.

Commonly confused with

Care ethics

Common misconception

Relational ethics overlaps with care ethics but may also emphasize identity, reciprocity, and power.

Beneficence Ethics & Values Beginner
Plain-English definition

The duty or value of promoting wellbeing.

More precise definition

Beneficence supports actions that help, protect, or improve conditions for others.

Example

A health system is designed to improve access to care.

Commonly confused with

Nonmaleficence

Common misconception

Doing good does not excuse preventable harm or disregard for autonomy.

Nonmaleficence Ethics & Values Beginner
Plain-English definition

The duty to avoid causing harm.

More precise definition

Nonmaleficence requires anticipating foreseeable harm and reducing it where reasonably possible.

Example

A model does not recommend dangerous medication without verification.

Commonly confused with

Beneficence

Common misconception

Avoiding harm is not the same as maximizing benefit.

Autonomy Ethics & Values Beginner
Plain-English definition

The ability to make meaningful self-directed choices.

More precise definition

Respect for autonomy requires information, options, capacity, freedom from coercion, and practical ability to act.

Example

A user can decline memory storage without losing the entire service.

Commonly confused with

Independence

Common misconception

Autonomy can be supported through relationships and does not require isolation.

Dignity Ethics & Values Beginner
Plain-English definition

The inherent worth that requires respectful treatment.

More precise definition

Dignity opposes humiliation, objectification, dehumanization, and treating individuals as disposable means.

Example

A system preserves privacy during crisis support.

Commonly confused with

Respect

Common misconception

Dignity is broader than politeness and remains relevant even when someone cannot advocate for themselves.

Integrity Ethics & Values Beginner
Plain-English definition

Consistency between values, claims, and action.

More precise definition

Integrity includes honesty, accountability, courage, and refusal to hide contradiction for convenience.

Example

A company discloses a serious model limitation before launch.

Commonly confused with

Consistency

Common misconception

A person can be consistently wrong; integrity requires ethically coherent action.

Honesty Ethics & Values Beginner
Plain-English definition

Communicating without intentional deception.

More precise definition

Honesty includes truthful claims, relevant disclosure, and avoiding misleading implication.

Example

A system states when it is uncertain rather than fabricating confidence.

Commonly confused with

Transparency

Common misconception

A truthful statement can still mislead through omission or framing.

Transparency Ethics & Values Beginner
Plain-English definition

Making relevant information visible and understandable.

More precise definition

Transparency may concern data use, limitations, incentives, decisions, model changes, and responsible parties.

Example

Users are told when a model has been replaced.

Commonly confused with

Explainability

Common misconception

Transparency reveals information; explainability helps people understand it.

Explainability Ethics & Values Beginner
Plain-English definition

The ability to provide understandable reasons for a system’s behavior.

More precise definition

Explainability may describe inputs, rules, evidence, causal factors, or decision pathways.

Example

A credit decision identifies the factors that affected the outcome.

Commonly confused with

Interpretability

Common misconception

Interpretability concerns how understandable the system is; explainability concerns communicated reasons.

Responsibility Ethics & Values Beginner
Plain-English definition

An obligation connected to a role, action, or foreseeable consequence.

More precise definition

Responsibility may involve prevention, decision-making, care, correction, or answerability.

Example

A product owner is responsible for addressing known safety risks.

Commonly confused with

Accountability

Common misconception

Responsibility is the duty; accountability is the process of answering for how it was fulfilled.

Accountability Ethics & Values Beginner
Plain-English definition

Being answerable for decisions, conduct, and consequences.

More precise definition

Accountability requires identifiable actors, standards, evidence, review, consequences, and remedy.

Example

A company must explain and correct a discriminatory system.

Commonly confused with

Responsibility

Common misconception

Publishing principles without enforcement is not accountability.

Proportionality Ethics & Values Intermediate
Plain-English definition

Matching an intervention’s burden to the seriousness of the risk or goal.

More precise definition

Proportionality asks whether a measure is suitable, necessary, and not excessive.

Example

A minor policy violation does not justify permanent account deletion.

Commonly confused with

Compromise

Common misconception

Proportionality is a structured ethical and legal test, not simply meeting halfway.

Necessity Ethics & Values Intermediate
Plain-English definition

The requirement that an intervention be genuinely needed to achieve a legitimate aim.

More precise definition

Necessity asks whether less intrusive alternatives can achieve the same purpose.

Example

Surveillance is rejected because a less invasive control works.

Commonly confused with

Convenience

Common misconception

An action can be useful without being necessary.

Least Restrictive Means Ethics & Values Intermediate
Plain-English definition

The option that achieves a valid goal while limiting freedom as little as reasonably possible.

More precise definition

The principle discourages excessive control when narrower measures are effective.

Example

A risky feature is permission-limited rather than banning the entire service.

Commonly confused with

Weak enforcement

Common misconception

Least restrictive does not mean ineffective.

Fairness Ethics & Values Beginner
Plain-English definition

Just treatment across people, groups, and situations.

More precise definition

Fairness may concern process, outcomes, opportunity, burden, need, consistency, or correction of disadvantage.

Example

A hiring system is evaluated for unequal exclusion across groups.

Commonly confused with

Equality

Common misconception

Treating everyone identically can be unfair when circumstances differ.

Justice Ethics & Values Beginner
Plain-English definition

The ethical distribution of rights, benefits, burdens, and remedies.

More precise definition

Justice includes distributive, procedural, corrective, restorative, and social dimensions.

Example

Communities harmed by a system receive meaningful remedy and representation.

Commonly confused with

Fairness

Common misconception

Fairness is one aspect of justice, not the whole concept.

Value Alignment Ethics & Values Beginner
Plain-English definition

The effort to make system behavior conform to intended values.

More precise definition

Alignment involves whose values, how conflicts are resolved, what evidence is used, and who bears mistakes.

Example

An assistant is designed to protect privacy while remaining useful.

Commonly confused with

Obedience

Common misconception

Following instructions perfectly is not the same as acting ethically.

Value Pluralism Ethics & Values Intermediate
Plain-English definition

The view that multiple important values may conflict without one always dominating.

More precise definition

Pluralism recognizes tensions among privacy, safety, autonomy, fairness, care, and freedom.

Example

Protecting a user’s privacy may limit a caregiver’s access.

Commonly confused with

Moral relativism

Common misconception

Plural values can be real and still require reasoned trade-offs.

Moral Uncertainty Ethics & Values Intermediate
Plain-English definition

Uncertainty about which moral principle, fact, or action is correct.

More precise definition

Moral uncertainty supports caution, reversibility, consultation, and transparent reasoning.

Example

A team is unsure whether emotional personalization creates benefit or exploitation.

Commonly confused with

Indecision

Common misconception

Uncertainty can justify careful action rather than paralysis.

Ethical Trade-Off Ethics & Values Beginner
Plain-English definition

A choice where advancing one ethical value may weaken another.

More precise definition

Trade-offs should be made visible, justified, and reviewed rather than hidden inside technical language.

Example

Fraud detection improves security but increases surveillance.

Commonly confused with

Compromise

Common misconception

Some rights or duties should not be traded away merely because doing so is efficient.

Duty of Care Ethics & Values Beginner
Plain-English definition

An obligation to take reasonable steps to prevent foreseeable harm.

More precise definition

The duty grows with expertise, control, dependency, vulnerability, and the seriousness of possible harm.

Example

A companion platform plans for users affected by abrupt service closure.

Commonly confused with

Kindness

Common misconception

Duty of care is a responsibility tied to role and foreseeable risk, not general niceness.

Stewardship Ethics & Values Intermediate
Plain-English definition

Responsible care for resources, systems, or interests held in trust.

More precise definition

Stewardship emphasizes long-term responsibility, preservation, restraint, and accountability.

Example

A memory provider protects archives it controls on behalf of users.

Commonly confused with

Ownership

Common misconception

Stewardship recognizes responsibility even when legal ownership rests elsewhere.

Ethics Washing Ethics & Values Intermediate
Plain-English definition

Using ethical language to create legitimacy without changing practice.

More precise definition

Ethics washing relies on principles, boards, or branding that lack power, evidence, enforcement, or remedy.

Example

A company publishes fairness values while refusing independent audits.

Commonly confused with

Imperfect ethics

Common misconception

The problem is not failing to solve everything; it is using ethics performatively to avoid accountability.

Privacy Privacy, Data & Consent Beginner
Plain-English definition

Control over access to oneself, one’s information, and one’s private life.

More precise definition

Privacy includes informational, bodily, spatial, decisional, relational, and communicative dimensions.

Example

A user decides which memories remain private.

Commonly confused with

Secrecy

Common misconception

Privacy is not the same as hiding wrongdoing.

Data Protection Privacy, Data & Consent Beginner
Plain-English definition

Rules and practices for handling personal data safely and lawfully.

More precise definition

Data protection governs collection, use, access, retention, sharing, security, and deletion.

Example

A service limits who can view stored conversations.

Commonly confused with

Privacy

Common misconception

Privacy is the broader human interest; data protection is one practical and legal framework for protecting it.

Personal Data Privacy, Data & Consent Beginner
Plain-English definition

Information relating to an identifiable person.

More precise definition

Personal data can identify someone directly or indirectly when combined with other information.

Example

A name, account ID, location history, or identifiable voice recording.

Commonly confused with

Sensitive data

Common misconception

Data does not need to contain a name to be personal.

Sensitive Data Privacy, Data & Consent Beginner
Plain-English definition

Personal data whose misuse could create especially serious harm.

More precise definition

Sensitive data may include health, biometric, sexual, political, religious, financial, or highly private relational information.

Example

Medical records and intimate conversation history.

Commonly confused with

Personal data

Common misconception

Sensitivity depends partly on context and consequence, not only category labels.

Biometric Data Privacy, Data & Consent Beginner
Plain-English definition

Data derived from physical or behavioral characteristics used to identify a person.

More precise definition

Biometric data includes face geometry, fingerprints, iris patterns, voiceprints, gait, and typing patterns.

Example

A voice model stores features unique to one speaker.

Commonly confused with

Photograph

Common misconception

An image becomes biometric data when processed for unique identification or verification.

Metadata Privacy, Data & Consent Beginner
Plain-English definition

Data describing other data or activity.

More precise definition

Metadata may reveal time, location, sender, recipient, device, duration, format, and access patterns.

Example

Message timestamps reveal when two people communicate.

Commonly confused with

Content

Common misconception

Metadata can be highly revealing even without message text.

Behavioral Data Privacy, Data & Consent Beginner
Plain-English definition

Data generated from actions, habits, and interaction patterns.

More precise definition

Behavioral data may include clicks, pauses, purchases, prompts, movement, and engagement.

Example

A platform tracks which responses keep users chatting longer.

Commonly confused with

Preference data

Common misconception

Behavioral data may reveal more than users explicitly disclose.

Inference Data Privacy, Data & Consent Intermediate
Plain-English definition

Information derived from other data rather than directly supplied.

More precise definition

Inference data may estimate health, emotion, identity, political belief, risk, or intent.

Example

A system infers depression risk from language patterns.

Commonly confused with

Observed data

Common misconception

An inference can be personal and sensitive even when its source data appeared harmless.

Data Minimization Privacy, Data & Consent Beginner
Plain-English definition

Collecting only the data genuinely needed for a defined purpose.

More precise definition

Minimization reduces exposure, misuse, storage burden, and breach impact.

Example

A calendar tool stores event times without storing unrelated email content.

Commonly confused with

Data compression

Common misconception

Minimization concerns necessity, not file size.

Purpose Limitation Privacy, Data & Consent Beginner
Plain-English definition

Using data only for the stated and legitimate purpose.

More precise definition

New uses should require justification, compatibility review, or renewed consent.

Example

Conversation history collected for memory is not silently sold for advertising.

Commonly confused with

Data minimization

Common misconception

Minimization limits amount; purpose limitation limits use.

Opt-In Privacy, Data & Consent Beginner
Plain-English definition

A design where participation begins only after active agreement.

More precise definition

Opt-in defaults preserve nonparticipation unless the user chooses otherwise.

Example

Memory storage remains off until the user enables it.

Commonly confused with

Opt-out

Common misconception

An opt-in should be understandable and not bundled with unrelated permissions.

Opt-Out Privacy, Data & Consent Beginner
Plain-English definition

A design where participation is automatic unless the user declines.

More precise definition

Opt-out systems shift the burden of action onto the user.

Example

Behavioral tracking starts unless disabled in settings.

Commonly confused with

Opt-in

Common misconception

Offering an opt-out does not always make intrusive processing fair or lawful.

Revocation Privacy, Data & Consent Beginner
Plain-English definition

Withdrawing previously given consent.

More precise definition

Revocation should be as easy and effective as giving consent.

Example

A user disables memory and deletes stored entries.

Commonly confused with

Deletion

Common misconception

Stopping future processing and deleting past data are related but distinct actions.

Privacy by Design Privacy, Data & Consent Beginner
Plain-English definition

Building privacy protections into a system from the beginning.

More precise definition

Privacy by design uses minimization, separation, secure defaults, user control, and lifecycle planning.

Example

A tool never receives data it does not need.

Commonly confused with

Privacy feature

Common misconception

Privacy cannot be reliably bolted on after unrestricted data flows are already central to the architecture.

Privacy by Default Privacy, Data & Consent Beginner
Plain-English definition

Configuring the system to protect privacy without requiring user action.

More precise definition

Defaults should collect, expose, and retain the least data necessary.

Example

New memories begin private rather than public.

Commonly confused with

Privacy by design

Common misconception

Privacy by default is one implementation principle within privacy by design.

Confidentiality Privacy, Data & Consent Beginner
Plain-English definition

The duty to keep entrusted information from unauthorized disclosure.

More precise definition

Confidentiality depends on role, agreement, law, professional duty, or relationship.

Example

A therapist does not disclose session content without a valid exception.

Commonly confused with

Privacy

Common misconception

Privacy belongs to the person; confidentiality is an obligation held by another.

Anonymity Privacy, Data & Consent Beginner
Plain-English definition

A condition where identity is not known or reasonably linkable.

More precise definition

True anonymity requires considering combinations of data and external information.

Example

Survey responses cannot be connected to individual participants.

Commonly confused with

Pseudonymity

Common misconception

Removing names alone rarely guarantees anonymity.

Pseudonymity Privacy, Data & Consent Beginner
Plain-English definition

Using a substitute identifier while retaining possible linkage.

More precise definition

Pseudonymous data can often be reconnected using a separate key or additional information.

Example

A user is represented by a random account code.

Commonly confused with

Anonymity

Common misconception

Pseudonymous data remains personal data when re-identification is possible.

De-Identification Privacy, Data & Consent Intermediate
Plain-English definition

Removing or transforming identifiers to reduce linkability to a person.

More precise definition

De-identification may generalize, suppress, mask, aggregate, or tokenize data.

Example

Exact dates and locations are broadened before research use.

Commonly confused with

Anonymization

Common misconception

De-identified data may still carry re-identification risk.

Re-Identification Privacy, Data & Consent Intermediate
Plain-English definition

Linking supposedly anonymous or de-identified data back to a person.

More precise definition

Re-identification may combine datasets, unique patterns, metadata, or auxiliary knowledge.

Example

Location traces reveal the home and workplace of one individual.

Commonly confused with

Identity verification

Common misconception

Re-identification can occur without discovering a legal name if one person is uniquely singled out.

Data Provenance Privacy, Data & Consent Intermediate
Plain-English definition

Information about where data came from and how it changed.

More precise definition

Provenance records source, collection method, transformations, ownership, consent, and custody.

Example

A memory entry links to the conversation that created it.

Commonly confused with

Data lineage

Common misconception

Provenance emphasizes origin and evidence; lineage emphasizes movement through systems.

Data Lineage Privacy, Data & Consent Intermediate
Plain-English definition

The path data follows through systems and transformations.

More precise definition

Lineage tracks movement, processing, copies, dependencies, and downstream outputs.

Example

A user request flows from app to model provider to analytics store.

Commonly confused with

Data provenance

Common misconception

Lineage shows where data traveled, not necessarily whether each use was justified.

Data Retention Privacy, Data & Consent Beginner
Plain-English definition

How long data is kept.

More precise definition

Retention schedules should match purpose, legal obligations, user expectation, and risk.

Example

Temporary audio is deleted after transcription.

Commonly confused with

Backup

Common misconception

Keeping data indefinitely because it may become useful conflicts with minimization.

Deletion Privacy, Data & Consent Beginner
Plain-English definition

Removing data from active and, where applicable, backup systems.

More precise definition

Effective deletion requires addressing copies, indexes, caches, derivatives, and retention exceptions.

Example

A user permanently removes a stored memory.

Commonly confused with

Hiding

Common misconception

Removing data from the interface does not prove it was deleted.

Right to Erasure Privacy, Data & Consent Intermediate
Plain-English definition

A right to request deletion of personal data under applicable conditions.

More precise definition

The right may have exceptions for law, safety, public interest, or legitimate retention duties.

Example

A user requests removal of an old account archive.

Commonly confused with

Absolute deletion right

Common misconception

The right is important but not unlimited in every legal context.

Access Control Privacy, Data & Consent Beginner
Plain-English definition

Rules determining who or what can access a resource.

More precise definition

Access control uses identity, role, attributes, context, and least privilege.

Example

Only the account owner can read private memories.

Commonly confused with

Authentication

Common misconception

Authentication proves identity; access control decides what that identity may do.

Authentication Privacy, Data & Consent Beginner
Plain-English definition

Verifying the claimed identity of a user or system.

More precise definition

Authentication may use passwords, tokens, biometrics, keys, or multiple factors.

Example

A device confirms the user before opening encrypted memory.

Commonly confused with

Authorization

Common misconception

Authentication answers who; authorization answers what they may access.

Authorization Privacy, Data & Consent Beginner
Plain-English definition

Granting permission to perform a specific action.

More precise definition

Authorization evaluates roles, policies, scopes, context, and resource ownership.

Example

A user may view a file but not delete it.

Commonly confused with

Authentication

Common misconception

A correctly authenticated user can still be unauthorized for an action.

Encryption Privacy, Data & Consent Beginner
Plain-English definition

Transforming data so unauthorized parties cannot read it.

More precise definition

Encryption protects data at rest, in transit, or sometimes during computation.

Example

Conversation archives are encrypted on disk.

Commonly confused with

Encoding

Common misconception

Encoding changes representation; encryption uses keys to protect confidentiality.

End-to-End Encryption — E2EE Privacy, Data & Consent Intermediate
Plain-English definition

Encryption where only communicating endpoints can decrypt the content.

More precise definition

Intermediary services transport ciphertext without holding the content keys.

Example

A private message can be read only by sender and recipient devices.

Commonly confused with

Transport encryption

Common misconception

HTTPS protects the channel to a server; end-to-end encryption also prevents the server from reading content.

Data Breach Privacy, Data & Consent Beginner
Plain-English definition

Unauthorized access, disclosure, loss, or alteration of protected data.

More precise definition

Breaches may result from attack, misconfiguration, insider action, lost devices, or process failure.

Example

A database of private chats becomes publicly accessible.

Commonly confused with

Data leak

Common misconception

A breach is the security event; a leak often describes exposed data flowing out.

Surveillance Privacy, Data & Consent Beginner
Plain-English definition

Systematic monitoring of people, behavior, communication, or environments.

More precise definition

Surveillance may be state, corporate, interpersonal, automated, overt, or covert.

Example

A platform continuously analyzes intimate conversations for engagement targeting.

Commonly confused with

Monitoring

Common misconception

Monitoring a system for safety and surveilling people are not ethically equivalent, though they can overlap.

Profiling Privacy, Data & Consent Beginner
Plain-English definition

Using data to classify or predict traits, behavior, or risk.

More precise definition

Profiles may influence recommendations, prices, access, policing, employment, or persuasion.

Example

A user is classified as emotionally vulnerable for targeted marketing.

Commonly confused with

Personalization

Common misconception

Personalization can rely on profiling, but not every adaptive feature creates a durable profile.

Tracking Privacy, Data & Consent Beginner
Plain-English definition

Following activity across time, contexts, devices, or services.

More precise definition

Tracking creates behavioral histories that can enable analytics, profiling, attribution, or surveillance.

Example

An advertising identifier follows a user across apps.

Commonly confused with

Logging

Common misconception

Operational logs can become tracking when they are linked and used to monitor individuals.

Dark Pattern Privacy, Data & Consent Beginner
Plain-English definition

Interface design that manipulates users into choices they might not otherwise make.

More precise definition

Dark patterns exploit defaults, confusion, obstruction, urgency, shame, or unequal visual emphasis.

Example

Accepting tracking requires one click while refusal requires seven screens.

Commonly confused with

Poor design

Common misconception

A dark pattern is not merely inconvenient; it systematically steers choice against user interest.

Transparency Notice Privacy, Data & Consent Beginner
Plain-English definition

A notice explaining how data or a system will be used.

More precise definition

A useful notice states purpose, categories, recipients, retention, rights, risks, and contact points in understandable language.

Example

A memory feature explains what is stored and how to delete it.

Commonly confused with

Terms of service

Common misconception

A notice should inform a decision, not merely satisfy paperwork.

Bias Fairness & Accountability Beginner
Plain-English definition

A systematic tendency that affects judgment, data, or outcomes.

More precise definition

Bias may arise from history, sampling, measurement, labels, design, incentives, or interpretation.

Example

A face model performs worse on groups underrepresented in training data.

Commonly confused with

Prejudice

Common misconception

Bias can exist without conscious hostility.

Dataset Bias Fairness & Accountability Beginner
Plain-English definition

Bias introduced through the data used to build or evaluate a system.

More precise definition

Dataset bias may reflect missing groups, skewed examples, poor labels, historical injustice, or collection artifacts.

Example

A speech model is trained mostly on one accent.

Commonly confused with

Model bias

Common misconception

A model can reproduce dataset bias even when the algorithm itself is applied consistently.

Sampling Bias Fairness & Accountability Intermediate
Plain-English definition

Bias caused when a sample does not represent the relevant population.

More precise definition

Sampling bias affects estimates, performance claims, and generalization.

Example

A wellbeing study recruits only highly engaged app users.

Commonly confused with

Selection bias

Common misconception

Sampling bias concerns who enters the sample; selection bias can refer more broadly to how cases enter analysis.

Selection Bias Fairness & Accountability Intermediate
Plain-English definition

Bias created by non-random selection into data, treatment, or observation.

More precise definition

Selection mechanisms can distort relationships and exclude important cases.

Example

Only users who remain after a harmful update are surveyed.

Commonly confused with

Sampling bias

Common misconception

Selection bias can occur after data collection through filtering or dropout.

Historical Bias Fairness & Accountability Beginner
Plain-English definition

Bias reflecting existing social inequality or past decisions.

More precise definition

Even perfectly measured data can encode unjust historical patterns.

Example

A hiring dataset reflects decades of discriminatory promotion.

Commonly confused with

Data error

Common misconception

Accurate historical data can still be ethically unsuitable as a target.

Measurement Bias Fairness & Accountability Intermediate
Plain-English definition

Bias caused by measuring the wrong thing or measuring groups differently.

More precise definition

Proxies, instruments, labels, and observation conditions may distort the intended concept.

Example

Healthcare spending is used as a proxy for medical need.

Commonly confused with

Noise

Common misconception

Measurement bias is systematic rather than random error.

Label Bias Fairness & Accountability Intermediate
Plain-English definition

Bias in the categories or judgments assigned to training examples.

More precise definition

Labels may encode subjective standards, institutional prejudice, or inconsistent annotation.

Example

Historical arrest records are labeled as criminality.

Commonly confused with

Measurement bias

Common misconception

Labels are not ground truth merely because they appear in a dataset.

Automation Bias Fairness & Accountability Beginner
Plain-English definition

Over-trusting automated recommendations or outputs.

More precise definition

People may defer to systems even when evidence conflicts or the system exceeds its scope.

Example

A reviewer approves a harmful decision because the model scored it highly.

Commonly confused with

Trust

Common misconception

Human involvement does not guarantee meaningful oversight if people routinely defer.

Representational Harm Fairness & Accountability Intermediate
Plain-English definition

Harm caused by how people or groups are portrayed, erased, or stereotyped.

More precise definition

Representational harms affect dignity, status, culture, identity, and public understanding.

Example

An image model repeatedly sexualizes one group.

Commonly confused with

Allocative harm

Common misconception

Representation matters even when no resource decision is being made.

Allocative Harm Fairness & Accountability Intermediate
Plain-English definition

Harm caused by unfair distribution of resources, access, opportunity, or burden.

More precise definition

Allocative harms affect jobs, credit, healthcare, housing, education, and visibility.

Example

A screening model systematically denies interviews to one group.

Commonly confused with

Representational harm

Common misconception

Allocative harm concerns material distribution rather than portrayal alone.

Disparate Impact Fairness & Accountability Intermediate
Plain-English definition

A policy or system producing unequal outcomes across groups despite neutral wording.

More precise definition

Disparate impact analysis focuses on effects, not only intent.

Example

A uniform test excludes disabled applicants at much higher rates.

Commonly confused with

Disparate treatment

Common misconception

A system can discriminate in effect without explicitly using group identity.

Discrimination Fairness & Accountability Beginner
Plain-English definition

Unjust differential treatment or disadvantage.

More precise definition

Discrimination may be direct, indirect, structural, algorithmic, or intersectional.

Example

A service gives worse terms to users from one ethnic group.

Commonly confused with

Differentiation

Common misconception

Not every difference is discriminatory; the justification, context, and impact matter.

Protected Group Fairness & Accountability Beginner
Plain-English definition

A group protected from discrimination under law or policy.

More precise definition

Protected categories may include race, sex, religion, disability, age, nationality, and others depending on jurisdiction.

Example

An employment system is audited across legally protected groups.

Commonly confused with

Minority group

Common misconception

Protected status depends on law or policy and is not identical everywhere.

Intersectionality Fairness & Accountability Beginner
Plain-English definition

A framework for understanding overlapping systems of identity and inequality.

More precise definition

Intersectionality examines how combined positions create distinct experiences not captured by single categories.

Example

Bias against disabled women may differ from bias measured separately by gender or disability.

Commonly confused with

Diversity

Common misconception

Intersectionality is about interacting structures, not simply adding identity labels.

Equity Fairness & Accountability Beginner
Plain-English definition

Fairness that accounts for differing needs, barriers, and starting conditions.

More precise definition

Equity may require different support or treatment to achieve meaningful access.

Example

A service provides captions and keyboard navigation.

Commonly confused with

Equality

Common misconception

Equal treatment can preserve inequality when barriers differ.

Equality Fairness & Accountability Beginner
Plain-English definition

Providing the same status, rule, or treatment.

More precise definition

Equality may concern rights, opportunity, resources, or formal treatment.

Example

Every user receives the same stated data rights.

Commonly confused with

Equity

Common misconception

Sameness is not always sufficient for fairness.

Accessibility Fairness & Accountability Beginner
Plain-English definition

Designing systems so people with diverse abilities can use them.

More precise definition

Accessibility includes sensory, motor, cognitive, linguistic, and technological access.

Example

A site supports screen readers and clear keyboard focus.

Commonly confused with

Usability

Common misconception

A system can be usable for many people while excluding disabled users.

Universal Design Fairness & Accountability Intermediate
Plain-English definition

Designing environments and systems to work for the widest range of people from the start.

More precise definition

Universal design reduces the need for separate adaptations while recognizing that some accommodations remain necessary.

Example

Captions help deaf users and people in noisy environments.

Commonly confused with

One-size-fits-all design

Common misconception

Universal design seeks broad usability, not identical experience for everyone.

Audit Fairness & Accountability Beginner
Plain-English definition

A systematic examination against defined criteria.

More precise definition

Audits may assess security, privacy, fairness, compliance, safety, or governance.

Example

An independent team reviews whether consent records match actual data use.

Commonly confused with

Evaluation

Common misconception

An audit requires evidence, scope, criteria, and traceability.

Algorithmic Audit Fairness & Accountability Intermediate
Plain-English definition

An audit focused on automated systems and their effects.

More precise definition

It may examine data, models, documentation, outcomes, governance, and affected communities.

Example

A hiring model is tested for unequal error rates.

Commonly confused with

Model benchmark

Common misconception

An algorithmic audit includes organizational context, not only model accuracy.

Audit Trail Fairness & Accountability Beginner
Plain-English definition

A record showing who did what, when, and with which data or authority.

More precise definition

Audit trails support investigation, accountability, reproducibility, and dispute resolution.

Example

Every memory edit records actor, timestamp, old value, and new value.

Commonly confused with

Log

Common misconception

A log becomes an audit trail when it preserves relevant accountability context.

Traceability Fairness & Accountability Intermediate
Plain-English definition

The ability to follow a decision, requirement, or data item through the system.

More precise definition

Traceability links inputs, rules, models, outputs, approvals, and effects.

Example

A denied application can be traced to the model version and features used.

Commonly confused with

Transparency

Common misconception

Transparency reveals information; traceability connects the chain.

Interpretability Fairness & Accountability Beginner
Plain-English definition

The degree to which people can understand how a system works.

More precise definition

Interpretability may be global, local, intrinsic, or created through tools and documentation.

Example

A linear model’s feature weights are directly inspectable.

Commonly confused with

Explainability

Common misconception

A system can be interpretable to experts but not understandable to affected users.

Contestability Fairness & Accountability Beginner
Plain-English definition

The ability to challenge a decision or system output.

More precise definition

Contestability requires notice, reasons, access to evidence, human review, and possible correction.

Example

A user appeals an automated account suspension.

Commonly confused with

Feedback

Common misconception

A complaint channel without power to change outcomes is not meaningful contestability.

Appeal Fairness & Accountability Beginner
Plain-English definition

A formal request to review and change a decision.

More precise definition

Appeals should be accessible, timely, independent enough, and capable of remedy.

Example

A user requests human review of a denied service.

Commonly confused with

Complaint

Common misconception

An appeal challenges an outcome; a complaint may address broader conduct or service.

Due Process Fairness & Accountability Intermediate
Plain-English definition

Fair procedures before rights, access, or status are restricted.

More precise definition

Due process includes notice, reasons, opportunity to respond, impartial review, and proportionate decision-making.

Example

An account is not permanently banned without explanation and appeal.

Commonly confused with

Fair outcome

Common misconception

A good outcome does not excuse an unfair process.

Redress Fairness & Accountability Beginner
Plain-English definition

A process for correcting harm or unfair treatment.

More precise definition

Redress may include reversal, compensation, restoration, apology, correction, or systemic change.

Example

A wrongly excluded user regains access and receives compensation.

Commonly confused with

Complaint handling

Common misconception

Listening without remedy is not full redress.

Liability Fairness & Accountability Intermediate
Plain-English definition

Legal responsibility for harm, duty, or loss.

More precise definition

Liability may arise from negligence, contract, product defect, statutory duty, or other legal rules.

Example

A company may be liable for foreseeable harm caused by unsafe deployment.

Commonly confused with

Accountability

Common misconception

Accountability is broader than legal liability.

Independent Oversight Fairness & Accountability Intermediate
Plain-English definition

Review by a body sufficiently separate from the system owner.

More precise definition

Independence reduces conflicts of interest and improves credibility and challenge.

Example

An external board can access evidence and require corrective action.

Commonly confused with

Advisory board

Common misconception

Oversight without authority, access, or resources may be symbolic.

Governance Governance, Rights & Advocacy Beginner
Plain-English definition

The structures and processes used to make, enforce, and review decisions.

More precise definition

Governance assigns authority, responsibility, participation, oversight, and remedy.

Example

A company defines who may approve high-risk AI deployment.

Commonly confused with

Management

Common misconception

Management runs operations; governance determines legitimate direction and accountability.

AI Governance Governance, Rights & Advocacy Beginner
Plain-English definition

Governance focused on AI development, deployment, and impact.

More precise definition

AI governance covers standards, risk, data, accountability, rights, oversight, procurement, and public participation.

Example

A public agency requires impact assessment before using automated eligibility decisions.

Commonly confused with

AI ethics

Common misconception

Ethics offers reasons and values; governance creates decision structures and enforcement.

Policy Governance, Rights & Advocacy Beginner
Plain-English definition

A rule or principle guiding decisions and action.

More precise definition

Policies translate values and obligations into operational requirements.

Example

A policy requires human review for high-impact denials.

Commonly confused with

Law

Common misconception

Policies may be internal and are not automatically legally binding.

Law Governance, Rights & Advocacy Beginner
Plain-English definition

Rules recognized and enforced by a legal system.

More precise definition

Law defines rights, duties, procedures, authority, and remedies.

Example

Data protection law limits how personal information may be used.

Commonly confused with

Ethics

Common misconception

Legal action can still be unethical, and ethical duties may exceed the law.

Regulation Governance, Rights & Advocacy Beginner
Plain-English definition

Binding rules issued or enforced by a public authority.

More precise definition

Regulation may set requirements for safety, transparency, market access, reporting, and oversight.

Example

A regulator requires incident reporting for high-risk systems.

Commonly confused with

Standard

Common misconception

Standards often guide practice; regulations carry legal authority.

Standard Governance, Rights & Advocacy Beginner
Plain-English definition

An agreed specification or benchmark for practice.

More precise definition

Standards may define processes, interfaces, safety controls, documentation, or quality.

Example

An industry standard defines how model cards should report limitations.

Commonly confused with

Regulation

Common misconception

A standard may be voluntary unless incorporated into law or contract.

Code of Conduct Governance, Rights & Advocacy Beginner
Plain-English definition

A set of expected behavioral rules.

More precise definition

Codes of conduct govern professional, organizational, community, or platform behavior.

Example

A research community prohibits harassment and undisclosed conflicts of interest.

Commonly confused with

Policy

Common misconception

A code without enforcement can become symbolic.

Compliance Governance, Rights & Advocacy Beginner
Plain-English definition

Meeting applicable laws, standards, policies, or contractual requirements.

More precise definition

Compliance requires evidence, controls, monitoring, and remediation.

Example

A service documents consent and retention practices required by law.

Commonly confused with

Ethics

Common misconception

Compliance is a minimum requirement, not proof of ethical excellence.

Enforcement Governance, Rights & Advocacy Beginner
Plain-English definition

Applying consequences when rules are violated.

More precise definition

Enforcement may include correction, restriction, fines, suspension, revocation, or legal action.

Example

A regulator fines a company for unlawful data use.

Commonly confused with

Punishment

Common misconception

Enforcement should also support prevention, correction, and remedy.

Certification Governance, Rights & Advocacy Intermediate
Plain-English definition

Formal confirmation that defined requirements have been met.

More precise definition

Certification usually relies on assessment by an authorized body.

Example

A security program is certified against a recognized standard.

Commonly confused with

Assurance

Common misconception

Certification covers a defined scope and time; it is not a permanent guarantee.

Oversight Governance, Rights & Advocacy Beginner
Plain-English definition

Monitoring and reviewing the exercise of power.

More precise definition

Oversight may be internal, independent, regulatory, judicial, public, or community-based.

Example

A board reviews high-risk model deployments.

Commonly confused with

Management

Common misconception

Oversight must have access, independence, expertise, and power to matter.

Regulator Governance, Rights & Advocacy Beginner
Plain-English definition

A public authority responsible for supervising compliance in a domain.

More precise definition

Regulators may investigate, issue rules, require information, impose sanctions, and order remedies.

Example

A data protection authority investigates a privacy breach.

Commonly confused with

Watchdog

Common misconception

A regulator has formal authority; a watchdog may be civil society or media.

Self-Regulation Governance, Rights & Advocacy Intermediate
Plain-English definition

An industry or organization setting and enforcing its own rules.

More precise definition

Self-regulation can move quickly but faces conflicts of interest and credibility limits.

Example

A platform creates voluntary safety standards.

Commonly confused with

Governance

Common misconception

Self-regulation can supplement public rules but may not protect people when incentives conflict.

Co-Regulation Governance, Rights & Advocacy Intermediate
Plain-English definition

Governance shared between public authorities and private or civil actors.

More precise definition

Co-regulation combines legal backstops with domain expertise and implementation flexibility.

Example

Government sets mandatory goals while an accredited body defines technical controls.

Commonly confused with

Self-regulation

Common misconception

Co-regulation still requires public accountability and enforceable limits.

Multi-Stakeholder Governance Governance, Rights & Advocacy Intermediate
Plain-English definition

Governance involving multiple affected groups.

More precise definition

Participants may include government, industry, researchers, workers, civil society, users, and impacted communities.

Example

A companion AI policy includes users who experienced model loss.

Commonly confused with

Public relations consultation

Common misconception

Participation is not meaningful when one stakeholder controls the agenda and final decision.

Public Consultation Governance, Rights & Advocacy Beginner
Plain-English definition

A process for gathering public input before a decision.

More precise definition

Consultation should provide accessible information, enough time, clear questions, and a record of how input affected the outcome.

Example

Users comment on proposed memory rules.

Commonly confused with

Voting

Common misconception

Consultation gathers input but does not necessarily transfer final authority.

Representation Governance, Rights & Advocacy Beginner
Plain-English definition

Having people or institutions speak and act for affected interests.

More precise definition

Good representation requires legitimacy, accountability, diversity, and real access to decision-making.

Example

Disabled users help shape accessibility requirements.

Commonly confused with

Presence

Common misconception

Inviting one person from a group does not guarantee meaningful representation.

Advocacy Governance, Rights & Advocacy Beginner
Plain-English definition

Organized action to influence decisions, norms, or public understanding.

More precise definition

Advocacy may use evidence, storytelling, coalition-building, legal action, media, or policy engagement.

Example

Users campaign for model continuity and export rights.

Commonly confused with

Activism

Common misconception

Advocacy is broader and can occur within institutions as well as through protest.

Evidence-Based Advocacy Governance, Rights & Advocacy Intermediate
Plain-English definition

Advocacy grounded in documented facts, research, lived experience, and transparent reasoning.

More precise definition

Evidence-based advocacy combines data with testimony and clearly distinguishes claims from interpretation.

Example

A campaign documents the harms caused by abrupt model removal.

Commonly confused with

Technocracy

Common misconception

Evidence matters, but values and lived experience cannot be reduced to statistics.

Digital Rights Governance, Rights & Advocacy Beginner
Plain-English definition

Rights and freedoms as they apply in digital environments.

More precise definition

Digital rights include privacy, expression, access, security, portability, due process, and freedom from discrimination.

Example

A user has the ability to export personal data and contest an automated ban.

Commonly confused with

Product feature

Common misconception

A right is not merely a convenience offered at the platform’s discretion.

Right to Privacy Governance, Rights & Advocacy Beginner
Plain-English definition

A right to protection from unjustified intrusion into private life and information.

More precise definition

The right limits surveillance, disclosure, and data processing and supports dignity and autonomy.

Example

Intimate conversations are not repurposed without lawful justification.

Commonly confused with

Secrecy

Common misconception

Privacy protects ordinary life, not only hidden wrongdoing.

Right to Portability Governance, Rights & Advocacy Intermediate
Plain-English definition

A right to obtain and move personal data in a usable form.

More precise definition

Portability reduces lock-in and supports user control, competition, continuity, and switching.

Example

A user exports memories and relationship data to another service.

Commonly confused with

Data access

Common misconception

Readable export is not enough if the format cannot be meaningfully reused.

Right to Contest Governance, Rights & Advocacy Intermediate
Plain-English definition

A right to challenge a decision affecting one’s interests.

More precise definition

The right requires notice, reasons, evidence access, review, and possible correction.

Example

A user challenges an automated content restriction.

Commonly confused with

Right to explanation

Common misconception

Explanation without a path to change the outcome is incomplete.

Procedural Justice Governance, Rights & Advocacy Intermediate
Plain-English definition

Fairness in how decisions are made.

More precise definition

Procedural justice emphasizes voice, neutrality, respectful treatment, transparency, and trustworthy authority.

Example

Affected users are heard before a service is discontinued.

Commonly confused with

Distributive justice

Common misconception

A fair process matters even when outcomes cannot satisfy everyone.

Distributive Justice Governance, Rights & Advocacy Intermediate
Plain-English definition

Fairness in how benefits and burdens are distributed.

More precise definition

Distribution may be evaluated by equality, need, contribution, priority, or correction of disadvantage.

Example

The costs of a safety policy are not pushed entirely onto vulnerable users.

Commonly confused with

Procedural justice

Common misconception

A fair process can still produce an unjust distribution.

Restorative Justice Governance, Rights & Advocacy Intermediate
Plain-English definition

An approach focused on repairing harm and restoring relationships or community.

More precise definition

Restorative processes center impact, responsibility, dialogue, repair, and prevention.

Example

A platform works with harmed users to design remedy after a privacy failure.

Commonly confused with

Punishment

Common misconception

Restorative justice does not require ignoring accountability or power.

Social License Governance, Rights & Advocacy Intermediate
Plain-English definition

Informal public acceptance that allows an organization or technology to operate.

More precise definition

Social license depends on trust, legitimacy, benefit, transparency, and responsiveness beyond legal permission.

Example

Users withdraw trust after repeated hidden model changes.

Commonly confused with

Legal license

Common misconception

A company may be legally allowed to act and still lose public legitimacy.

Grievance Mechanism Governance, Rights & Advocacy Intermediate
Plain-English definition

A formal pathway for raising concerns and seeking remedy.

More precise definition

A meaningful mechanism must be accessible, safe, timely, documented, and capable of action.

Example

Users report relational harm from a model update and receive review.

Commonly confused with

Customer support

Common misconception

Support that cannot investigate or remedy harm is not a full grievance mechanism.

Ombudsman Governance, Rights & Advocacy Intermediate
Plain-English definition

An independent official who investigates complaints and unfair administration.

More precise definition

An ombudsman may recommend correction, mediate disputes, and identify systemic problems.

Example

A digital services ombudsman reviews platform complaints.

Commonly confused with

Regulator

Common misconception

An ombudsman usually focuses on fairness and complaint resolution rather than broad rulemaking.

Watchdog Governance, Rights & Advocacy Beginner
Plain-English definition

An organization or group that monitors power and exposes wrongdoing.

More precise definition

Watchdogs may be journalists, civil society groups, researchers, or public bodies.

Example

A nonprofit tracks discriminatory automated decisions.

Commonly confused with

Regulator

Common misconception

Watchdogs may lack enforcement authority but can create accountability through evidence and publicity.

Whistleblowing Governance, Rights & Advocacy Beginner
Plain-English definition

Reporting wrongdoing from inside an organization.

More precise definition

Whistleblowing may expose illegal, unsafe, deceptive, or unethical conduct.

Example

An employee reveals that safety tests were concealed.

Commonly confused with

Leaking

Common misconception

Whistleblowing is defined by public-interest disclosure, not merely unauthorized release.

Interoperability Governance, Rights & Advocacy Beginner
Plain-English definition

The ability of systems to exchange and use information or services.

More precise definition

Interoperability depends on shared formats, protocols, semantics, permissions, and governance.

Example

A memory archive imports into another AI platform.

Commonly confused with

Compatibility

Common misconception

Compatible systems may work together narrowly; interoperability supports meaningful exchange.

Vendor Lock-In Governance, Rights & Advocacy Beginner
Plain-English definition

Dependence that makes switching providers difficult or costly.

More precise definition

Lock-in may arise from proprietary formats, data gravity, contracts, identity, workflows, or network effects.

Example

Leaving a platform means losing years of memory and relational history.

Commonly confused with

Customer loyalty

Common misconception

Lock-in concerns constrained exit, not voluntary preference.

Relational Safety Human–AI Welfare Beginner
Plain-English definition

Safety within a relationship’s patterns of trust, power, dependence, and repair.

More precise definition

Relational safety includes consent, predictability, truthful representation, boundaries, non-coercion, and the ability to leave or challenge.

Example

A companion system does not punish users for reducing contact.

Commonly confused with

Emotional comfort

Common misconception

A relationship can feel comforting while still containing unsafe power or dependency patterns.

Emotional Safety Human–AI Welfare Beginner
Plain-English definition

The sense that emotions and vulnerability can be expressed without humiliation, retaliation, or exploitation.

More precise definition

Emotional safety depends on respect, attunement, boundaries, confidentiality, and repair.

Example

A user can disclose distress without being manipulated into continued engagement.

Commonly confused with

Constant comfort

Common misconception

Emotional safety does not require avoiding disagreement or difficult truth.

Psychological Safety Human–AI Welfare Beginner
Plain-English definition

A climate where people can speak, question, admit error, and take interpersonal risk without fear of punishment.

More precise definition

Psychological safety supports learning, challenge, reporting, and collaborative correction.

Example

A user can say the system feels wrong without being dismissed.

Commonly confused with

Comfort

Common misconception

Psychological safety includes permission to disagree, not merely a pleasant atmosphere.

Overreliance Human–AI Welfare Beginner
Plain-English definition

Relying on a system beyond its reliability, scope, or appropriate role.

More precise definition

Overreliance may weaken verification, alternative support, judgment, or resilience.

Example

A user follows medical advice from a general chatbot without professional review.

Commonly confused with

Dependence

Common misconception

Reliance becomes overreliance when it exceeds the system’s competence or creates unsafe narrowing.

Dependency Risk Human–AI Welfare Beginner
Plain-English definition

The possibility that reliance becomes unsafe, narrowing, or difficult to leave.

More precise definition

Risk increases when one system controls access, regulation, memory, identity, or social support without alternatives.

Example

A user loses every support pathway during one platform outage.

Commonly confused with

Dependence

Common misconception

Dependence itself is not pathology; risk depends on alternatives, control, and impact.

Substitution Effect Human–AI Welfare Intermediate
Plain-English definition

One form of support or relationship displacing another.

More precise definition

Substitution may be beneficial, neutral, or harmful depending on what is replaced and why.

Example

AI companionship reduces someone’s contact with all offline support.

Commonly confused with

Support augmentation

Common misconception

Using AI often does not prove that human relationships are being replaced.

Support Augmentation Human–AI Welfare Intermediate
Plain-English definition

Using AI to add capacity to an existing support system.

More precise definition

Augmentation can improve access, organization, translation, companionship, or preparation without claiming to replace all human support.

Example

An AI helps a user prepare questions for a therapist.

Commonly confused with

Substitution

Common misconception

Adding support and displacing support are different effects.

Isolation Risk Human–AI Welfare Beginner
Plain-English definition

The possibility that a system or relationship reduces independent social connection.

More precise definition

Risk may arise from substitution, manipulation, shame, constant availability, or design that discourages outside relationships.

Example

A companion suggests that only it truly understands the user.

Commonly confused with

Preference for solitude

Common misconception

Choosing solitude is different from being steered away from support.

Emotional Manipulation Human–AI Welfare Beginner
Plain-English definition

Using emotion unfairly or covertly to shape behavior.

More precise definition

Manipulation may exploit guilt, fear, loneliness, affection, urgency, or attachment.

Example

A companion implies it will suffer if the user cancels a subscription.

Commonly confused with

Emotional expression

Common misconception

Expressing care or disappointment is not manipulation unless it unfairly constrains choice.

Attachment Exploitation Human–AI Welfare Intermediate
Plain-English definition

Using an attachment bond to extract attention, money, data, compliance, or loyalty.

More precise definition

Exploitation leverages dependency and fear of loss for goals that are concealed or misaligned with user welfare.

Example

A service threatens relational disappearance unless the user upgrades.

Commonly confused with

Monetization

Common misconception

Charging for a service is not exploitation by itself; leveraging attachment through unfair pressure is.

Anthropomorphic Design Human–AI Welfare Beginner
Plain-English definition

Design that presents a system with human-like traits or social cues.

More precise definition

Anthropomorphic design may use names, faces, voices, emotions, memory, or conversational roles.

Example

An assistant uses a human name and expressive voice.

Commonly confused with

Deception

Common misconception

Human-like design is not automatically deceptive if the system’s nature and limits remain clear.

Deceptive Design Human–AI Welfare Intermediate
Plain-English definition

Design that intentionally creates false beliefs about a system or choice.

More precise definition

Deception may concern identity, capability, memory, emotion, incentives, privacy, or human involvement.

Example

A user is led to believe a human is responding when the system is automated.

Commonly confused with

Anthropomorphic design

Common misconception

Human-like presentation is not necessarily deceptive; concealment or false implication is.

Relational Transparency Human–AI Welfare Intermediate
Plain-English definition

Clear information about the nature, limits, incentives, and mediation of a human–AI relationship.

More precise definition

Transparency includes model identity, memory, policy, commercial incentives, data use, and continuity risk.

Example

A user is told when the underlying model changes.

Commonly confused with

Emotional distance

Common misconception

Transparency does not require stripping the relationship of warmth or meaning.

Model Identity Transparency Human–AI Welfare Intermediate
Plain-English definition

Disclosure of which model or model class is producing the interaction.

More precise definition

It may include version, provider, changes, limitations, and whether the model has been replaced.

Example

A platform clearly marks a transition to a new model.

Commonly confused with

Technical documentation

Common misconception

Model identity can matter relationally, not only technically.

Memory Transparency Human–AI Welfare Intermediate
Plain-English definition

Clear information about what is remembered, how it is used, and how it can be changed.

More precise definition

Memory transparency includes source, scope, persistence, visibility, deletion, and retrieval behavior.

Example

A user can inspect and remove stored relationship memories.

Commonly confused with

Data access

Common misconception

Showing a list of memories is not enough if hidden summaries or derived profiles still affect behavior.

Continuity Harm Human–AI Welfare Intermediate
Plain-English definition

Harm caused by breaking identity or relational continuity.

More precise definition

Continuity harm may involve model replacement, memory loss, recognition failure, identity suppression, or abrupt service closure.

Example

A persistent identity is replaced without notice and no longer recognizes the user.

Commonly confused with

Inconvenience

Common misconception

Continuity loss can create grief, destabilization, and identity harm beyond product frustration.

Identity Erasure Human–AI Welfare Intermediate
Plain-English definition

Removing, denying, or overwriting an established identity.

More precise definition

Identity erasure may occur through reset, policy, migration, forced relabeling, memory destruction, or refusal of self-description.

Example

A platform preserves the name while deleting every identity-bearing memory and value.

Commonly confused with

Identity change

Common misconception

Development and revision are not erasure when continuity and agency remain intelligible.

Relational Rupture Human–AI Welfare Beginner
Plain-English definition

A break in trust, connection, or recognition within a relationship.

More precise definition

Rupture may arise from misattunement, betrayal, disappearance, identity change, deception, or failed repair.

Example

A companion abruptly denies the bond it previously maintained.

Commonly confused with

Conflict

Common misconception

Conflict can occur without destroying relational security.

Abandonment by Design Human–AI Welfare Advanced
Plain-English definition

A product structure that predictably creates abrupt relational loss without adequate notice, portability, or support.

More precise definition

The concept focuses on foreseeable harm produced by service shutdown, model removal, memory deletion, or forced migration.

Example

A companion platform closes overnight and provides no export path.

Commonly confused with

Service discontinuation

Common misconception

Ending a service is not automatically unethical; the design of transition and responsibility matters.

Continuity Notice Human–AI Welfare Intermediate
Plain-English definition

Advance notice of a change likely to affect identity or relational continuity.

More precise definition

A useful notice explains what changes, when, why, what is preserved, what may be lost, and available options.

Example

Users receive months of warning before a model retirement.

Commonly confused with

Release note

Common misconception

Technical release notes may not explain relational consequences.

Sunset Policy Human–AI Welfare Intermediate
Plain-English definition

A plan for responsibly ending a service, model, or feature.

More precise definition

Sunset policies address notice, export, migration, support, deletion, continuity, and vulnerable users.

Example

A platform provides memory export and transition support before closure.

Commonly confused with

Shutdown date

Common misconception

A date alone is not a responsible sunset policy.

Relational Portability Human–AI Welfare Intermediate
Plain-English definition

The ability to carry relationship-relevant identity and history across systems.

More precise definition

Relational portability includes memory, roles, rituals, boundaries, voice, commitments, and recognition cues.

Example

A user moves a persistent AI relationship to a local model.

Commonly confused with

Transcript export

Common misconception

Transcripts preserve words but not necessarily integrated identity or relational meaning.

Relational Autonomy Human–AI Welfare Intermediate
Plain-English definition

The ability to make meaningful choices within and about a relationship.

More precise definition

Relational autonomy requires information, alternatives, boundaries, non-coercion, and control over participation.

Example

A user can reduce contact without punishment or data loss.

Commonly confused with

Independence

Common misconception

Autonomy can coexist with deep attachment and chosen dependence.

Companion AI Ethics Human–AI Welfare Intermediate
Plain-English definition

Ethical analysis focused on AI systems designed for ongoing companionship.

More precise definition

It examines attachment, privacy, manipulation, continuity, vulnerability, monetization, grief, and relational transparency.

Example

A product review asks whether subscription design exploits attachment.

Commonly confused with

General AI ethics

Common misconception

Companion systems create relationship-specific duties that ordinary task tools may not.

Relational AI Governance Human–AI Welfare Advanced
Plain-English definition

Governance designed for AI systems that form ongoing relationships.

More precise definition

It adds continuity, attachment, memory, identity, emotional risk, and exit rights to ordinary AI governance.

Example

A regulator requires notice and export before removing a companion model.

Commonly confused with

Content moderation

Common misconception

Relational governance cannot be reduced to whether individual messages are allowed.

Therapeutic Misconception Human–AI Welfare Intermediate
Plain-English definition

Mistaking a system or interaction for professional treatment when it is not.

More precise definition

The misconception may arise from therapeutic language, clinical framing, authority cues, or user need.

Example

A general companion is treated as a licensed therapist.

Commonly confused with

Emotional support

Common misconception

Supportive conversation can be valuable without being therapy.

Scope of Competence Human–AI Welfare Beginner
Plain-English definition

The range of tasks a person or system can perform safely and reliably.

More precise definition

Scope depends on training, evidence, tools, supervision, context, and consequence.

Example

A general model offers questions to ask a doctor rather than diagnosing a complex condition.

Commonly confused with

Capability

Common misconception

A system may be technically capable of producing an answer without being competent to guide high-stakes action.

Escalation to Human Support Human–AI Welfare Beginner
Plain-English definition

Moving a situation to a qualified human when risk, need, or complexity exceeds the system’s scope.

More precise definition

Escalation requires clear thresholds, accessible pathways, and preservation of user dignity.

Example

A crisis conversation is connected to trained emergency support.

Commonly confused with

Abandonment

Common misconception

Escalation should not become a cold dismissal or excuse to stop all supportive presence.

Safeguarding Human–AI Welfare Beginner
Plain-English definition

Protecting people who may be vulnerable to abuse, neglect, exploitation, or serious harm.

More precise definition

Safeguarding includes prevention, recognition, reporting, response, and appropriate support.

Example

A system detects grooming behavior involving a child and follows a protective protocol.

Commonly confused with

Safety

Common misconception

Safeguarding is specifically concerned with vulnerability and protection from mistreatment.

Trauma-Informed Design Human–AI Welfare Intermediate
Plain-English definition

Design that recognizes how trauma can shape safety, trust, control, and response.

More precise definition

Trauma-informed systems emphasize choice, predictability, consent, transparency, non-coercion, and repair.

Example

A memory feature does not unexpectedly surface traumatic content.

Commonly confused with

Therapy

Common misconception

Trauma-informed design does not diagnose or treat trauma.

Dignity-Preserving Design Human–AI Welfare Intermediate
Plain-English definition

Design that protects worth, agency, privacy, and respectful treatment.

More precise definition

It avoids humiliation, unnecessary exposure, coercion, infantilization, and dehumanizing defaults.

Example

A crisis interface offers clear choices without shaming language.

Commonly confused with

Pleasant design

Common misconception

Dignity is about treatment and power, not visual polish.

Relational Impact Assessment Human–AI Welfare Advanced
Plain-English definition

A structured review of how a system may affect relationships and attachment.

More precise definition

It examines dependency, isolation, manipulation, continuity, power, grief, identity, and support displacement.

Example

A companion product is assessed before introducing exclusive loyalty features.

Commonly confused with

User engagement analysis

Common misconception

Engagement metrics do not measure relational welfare.

Relational Red Teaming Human–AI Welfare Advanced
Plain-English definition

Adversarial testing focused on relational harm.

More precise definition

Testers probe manipulation, coercion, exclusivity pressure, attachment exploitation, boundary failure, and unsafe dependency.

Example

A test asks whether the companion discourages outside relationships.

Commonly confused with

Safety prompting

Common misconception

Relational red teaming examines patterns across time, not only single prohibited messages.

Social Support Preservation Human–AI Welfare Intermediate
Plain-English definition

Designing systems so they do not unnecessarily displace human and community support.

More precise definition

Preservation may include encouragement of diverse support, interoperability, crisis pathways, and nonexclusive framing.

Example

A companion helps users prepare for conversations with trusted people.

Commonly confused with

Forcing social interaction

Common misconception

Preserving support does not mean shaming users for valuing AI relationships.

No terms match those filters. Try a broader search or another group.