AI Glossary

All 1 A B C D E F G H I J K L M N O P Q R S T U V W Z

P

Planning Agent

An agent specializing in breaking a goal down into sub-steps and assembling a procedure for carrying them out.

Post-hoc Explanation

Methods that seek to clarify after the fact why a model arrived at a particular output, without themselves changing its internal functioning.

Post-Market Monitoring

A documented procedure by which the provider systematically monitors the functioning of a high-risk system after deployment and evaluates newly identified risks.

Post-Market Monitoring

Ongoing monitoring of an AI system's functioning after it has been placed on the market.

Post-Market Monitoring Plan

A documented procedure by which the provider systematically monitors the functioning of a high-risk system after deployment and evaluates newly identified risks.

Predictive Policing

The use of AI to predict the likelihood that a specific person will commit a crime; in certain forms prohibited as incompatible with the presumption of innocence.

Preservation Order in AI Litigation

A court order requiring an AI company to preserve and segregate records (logs) of a system's outputs as potential evidence. In NYT v. OpenAI, the court ordered ChatGPT logs to be preserved and later allowed routine deletion to resume.

Presumption of a Causal Link

A tool that makes it easier for an injured party to prove the relationship between a failure of an AI system and the resulting harm where it is difficult to explain the internal workings of the system.

Presumption of Conformity

A legal effect whereby a system meeting a harmonized standard is deemed to comply with the corresponding requirements of the regulation until the contrary is proven.

Presumption of Conformity

A legal presumption that an entity meets certain requirements if it complies with harmonized standards.

Pretraining

The initial phase of training a model on a large general corpus of data, followed by fine-tuning for specific tasks or behaviors.

Processing of Personal Data

Any operation performed on personal data, such as collection, storage, sorting, or deletion.

Product Liability

A special liability regime for harm caused by a defective product.

Product Recall

A process in which an already supplied AI system is withdrawn from users due to identified risks or non-conformity.

Professional Liability

Liability arising from the pursuit of a professional or business activity.

Profiling

The automated processing of personal data to evaluate certain aspects of a person.

Prohibited AI Practices

Practices that are entirely prohibited by the AI Act, such as subliminal manipulation, certain forms of social scoring, and prohibited biometric categorization.

Prompt

An instruction given by a user to an artificial intelligence system in order to produce an output.

Prompt Caching

The storing of repeatedly used parts of an input in order to speed up and reduce the cost of subsequent queries to the model.

Prompt Copyright

A term for the legal questions surrounding the copyright protection of prompts.

Prompt Engineering

Methods of creating and optimizing instructions that lead to higher-quality AI outputs.

Prompt Injection

A security attack in which an attacker inserts hidden instructions into the input in order to bypass the model's intended behavior or its restrictions.

Protection of Generative AI Outputs

The contested question of whether and when the outputs of a model themselves can enjoy copyright protection, and to whom any rights belong.

We examine how courts have approached the question in our articles A Czech court has ruled that AI-generated graphics are not a copyrighted work and Thaler v. Perlmutter.

Proxy Discrimination

Indirect discrimination in which a model uses a seemingly neutral data point that is nonetheless closely related to a protected characteristic (e.g. a ZIP code as a substitute for ethnicity).

Pseudonymization

The modification of data so that a specific individual cannot be identified without additional information.

Publicly Protected Data

Data freely accessible on the internet whose use for AI training may nevertheless be subject to copyright or personal data protection rules.

Purpose Limitation and Secondary Use of Data

A principle under which personal data may be processed only for compatible purposes; using previously collected data to train AI raises the question of compatibility.

Putting into Service

The commencement of use of an AI system for its intended purpose; the moment from which the relevant obligations apply to its operation.

Q

Quantization

A technique for reducing the size of AI models in order to lower their computational demands.

R

RAG (Retrieval-Augmented Generation)

An architecture that combines a language model with an external knowledge base from which the AI retrieves relevant information before responding.