From the Book · AI BIBLE 2026/27

AI Glossary

The essential AI terms from the AI BIBLE – alphabetically sorted and concisely explained. In-depth explanations, practical examples and checklists are available in the book.

130 Key Terms
A B C D E F G H I K L M N O P Q R S T U V W X Z
A

A/B Testing (in the AI context)

Fundamentals & Theory

A method for evaluating AI models or prompts in which two variants are tested simultaneously and the results compared. Important for the systematic optimization of AI applications.

Explained in detail in the AI BIBLE →

A2A (Agent-to-Agent Protocol)

AI Agents

An open communication standard developed by Google in collaboration with the Linux Foundation and presented at Google Cloud Next in 2025. It enables AI agents from different vendors to interact with one another and delegate tasks without proprietary interfaces. Complementary to MCP.

Explained in detail in the AI BIBLE →

Adversarial Attack

Risk Management

A deliberate manipulation of an AI system's inputs in order to provoke faulty outputs. Example: minimal changes to an image, invisible to humans, cause an image-recognition system to classify a stop sign as a speed-limit sign.

Explained in detail in the AI BIBLE →

AGI (Artificial General Intelligence)

Fundamentals & Theory

A hypothetical form of AI with intellectual capabilities equal or superior to those of humans across all domains. Not yet realized. Leading AI researchers are deeply divided over when it might be achieved.

Explained in detail in the AI BIBLE →

AI Act (EU AI Act)

Law & Regulation

Regulation (EU) 2024/1689 – the world's first comprehensive law regulating AI systems. It entered into force on 1 August 2024. Its central instrument is the risk-based approach with four risk levels.

Explained in detail in the AI BIBLE →

AI Agent

AI Agents

An AI system that independently perceives, plans, acts and uses tools in order to achieve a given goal autonomously – often without continuous human guidance.

Explained in detail in the AI BIBLE →

AI Competence

Governance & Compliance

The ability to understand AI systems, evaluate them critically and use them responsibly. A legal obligation for companies under Art. 4 of the EU AI Act since February 2025.

Explained in detail in the AI BIBLE →

AI Literacy

Governance & Compliance

The competence to understand and work with AI. Enshrined as a legal obligation for companies in the EU AI Act (Art. 4): they must ensure their staff possess sufficient AI competence.

Explained in detail in the AI BIBLE →

AI Overviews

GEO & Visibility

AI-generated direct answer summaries that search engines (such as Google) display above the classic blue links. A core aspect of the new search reality in the field of GEO.

Explained in detail in the AI BIBLE →

AILD (AI Liability Directive)

Law & Regulation

A proposed EU directive on AI-specific liability with eased burden-of-proof provisions. The EU Commission withdrew the proposal from its work programme on 11 February 2025; AI liability is since covered primarily by the new Product Liability Directive (PLD 2024/2853).

Explained in detail in the AI BIBLE →

Alignment

Ethics & Responsibility

The alignment of an AI system with human values, intentions and goals. The alignment problem – how do you ensure an AI system does what humans really want? – is the central open challenge of AI safety research.

Explained in detail in the AI BIBLE →

ANI (Artificial Narrow Intelligence)

Fundamentals & Theory

Weak or narrow AI – systems specialized in specific tasks. All AI systems in existence today, including ChatGPT, Claude and Gemini, fall into this category.

Explained in detail in the AI BIBLE →

API (Application Programming Interface)

Technology

A programming interface through which developers can integrate AI models into their own applications. All major AI providers make their models available via APIs (e.g. the OpenAI API, the Anthropic API).

Explained in detail in the AI BIBLE →

ASI (Artificial Superintelligence)

Fundamentals & Theory

A hypothetical stage of AI that far surpasses human intelligence in virtually all domains. Currently science fiction.

Explained in detail in the AI BIBLE →

Attention (Self-Attention)

Architecture & Models

The central mechanism of the transformer architecture. It computes how strongly each element in an input should "attend" to every other. It enables the understanding of contextual relationships across large amounts of text.

Explained in detail in the AI BIBLE →

Augmented Intelligence

Fundamentals & Theory

A concept in which AI is understood not as a replacement for humans but as an amplifier of human capabilities. It emphasizes collaboration between humans and machines.

Explained in detail in the AI BIBLE →

Autoencoder

Architecture & Models

A neural network trained to transform its input into a compressed representation and to reconstruct the input from it. Variants (VAE – Variational Autoencoder) are used for generative AI.

Explained in detail in the AI BIBLE →

Autonomous Vehicle (Level 1–5)

Technology

A self-driving vehicle according to the SAE classification with five levels of autonomy. Level 2 (partial automation) is widespread today; Level 4 (fully automated without a driver) is available in pilot projects; Level 5 (fully autonomous under all conditions) remains a development goal.

Explained in detail in the AI BIBLE →
B

Backpropagation

Training & Optimization

The fundamental learning algorithm of neural networks. It propagates the output error backward through the network and adjusts the weights to minimize the error.

Explained in detail in the AI BIBLE →

Batch Processing

Implementation

Processing multiple inputs at once rather than individually. In the AI context, relevant for efficient inference and cost reduction in API usage.

Explained in detail in the AI BIBLE →

Benchmark

Training & Optimization

A standardized test for measuring the performance of AI models under defined conditions. Well-known benchmarks: MMLU (general knowledge), HumanEval (code), GPQA (expert knowledge at PhD level).

Explained in detail in the AI BIBLE →

Bias (algorithmic bias)

Ethics & Responsibility

A systematic distortion in the outputs of an AI system that disadvantages certain groups. It can arise from data (data bias), annotations (labeling bias), under-representation (representation bias) or self-reinforcing feedback loops (feedback-loop bias).

Explained in detail in the AI BIBLE →

Black Box

Risk Management

A term for AI systems whose internal decision-making processes are not comprehensible to humans. Deep neural networks are typical black-box systems. Opposite: Explainable AI (XAI).

Explained in detail in the AI BIBLE →

BYOD AI (Bring Your Own Device – AI context)

Data Protection & Security

The use of private AI tools and accounts for professional purposes. One of the main sources of shadow AI and data-protection breaches in companies.

Explained in detail in the AI BIBLE →
C

C2PA (Coalition for Content Provenance and Authenticity)

Ethics & Responsibility

A standard for the cryptographic labeling of digital content with provenance information. It makes it possible to trace whether content was created by humans or AI. Developed by Adobe, Microsoft, Intel and others.

Explained in detail in the AI BIBLE →

Chain of Thought (CoT)

Prompting

A prompting technique in which the model is asked to lay out its reasoning step by step before giving an answer. It considerably improves output quality on complex tasks.

Explained in detail in the AI BIBLE →

Claude

AI Players & Models

A family of AI language models from the company Anthropic. As of Q1/2026 this comprises Claude Opus (reasoning-focused) and Claude Sonnet (balanced). Known for a long context window (up to 1 million tokens) and Constitutional AI as a safety approach.

Explained in detail in the AI BIBLE →

CNN (Convolutional Neural Network)

Architecture & Models

A neural network specialized in processing spatially structured data, particularly images. Its filtered view of sub-regions (the convolution operation) makes CNNs especially effective for image recognition.

Explained in detail in the AI BIBLE →

Computer Use

AI Agents

The ability of an AI agent to operate a computer desktop independently – moving the mouse, clicking, typing, scrolling. Introduced by Anthropic for Claude, it enables fully automatic desktop workflows.

Explained in detail in the AI BIBLE →

Constitutional AI

Fundamentals & Theory

An approach developed by Anthropic that aligns AI models through explicitly defined principles (a "constitution"). Instead of relying solely on human feedback, the model evaluates its own outputs against these principles.

Explained in detail in the AI BIBLE →

Context Window

Fundamentals & Theory

The maximum amount of text (in tokens) that a language model can process at once. Current frontier models have context windows of 128,000 to 2,000,000 tokens.

Explained in detail in the AI BIBLE →

CRAFT Framework

Prompting

A systematic model for creating high-quality prompts. It stands for: Context, Role, Action, Format, Tone.

Explained in detail in the AI BIBLE →
D

Data Drift

Risk Management

A change in the statistical properties of input data over time that can cause an AI model to lose accuracy. It requires continuous monitoring in production systems.

Explained in detail in the AI BIBLE →

Data Lake

Implementation

A central data-storage system that stores large amounts of structured and unstructured raw data in its original form. The starting point for many AI training datasets.

Explained in detail in the AI BIBLE →

Data Poisoning

Risk Management

An attack on AI systems in which training data is deliberately manipulated to steer the model in a desired direction or to corrupt it entirely.

Explained in detail in the AI BIBLE →

Deep Learning

Architecture & Models

A subfield of machine learning based on deep neural networks with many layers. The foundation of most modern AI systems, made possible by scaling laws.

Explained in detail in the AI BIBLE →

Deepfake

Ethics & Responsibility

An AI-generated or AI-manipulated image, audio or video that shows a person in a situation that never took place. It originated as a portmanteau of "deep learning" and "fake". Subject to labeling obligations under the EU AI Act.

Explained in detail in the AI BIBLE →

DeepSeek

AI Players & Models

A Chinese AI company (DeepSeek-V3, released on 26 December 2024; DeepSeek-R1, released on 20 January 2025) that achieved frontier performance with its reasoning model R1 for a fraction of the training cost of its Western competitors. It triggered an international debate about cost-efficiency in AI training.

Explained in detail in the AI BIBLE →

Deployment

Implementation

The provisioning of a trained AI model in a production environment where it can be used by end users. Deployment decisions are highly relevant to the AI Act.

Explained in detail in the AI BIBLE →

Diffusion Model

Architecture & Models

A generative model that learns to gradually "denoise" a noisy image, thereby creating new, high-quality images from noise. The basis of Midjourney, Stable Diffusion and the GPT-Image series (formerly DALL-E 3).

Explained in detail in the AI BIBLE →

Digital Omnibus Act

Law & Regulation

An EU legislative package proposed by the EU Commission on 19 November 2025; among other things it is intended to postpone the deadlines for high-risk AI systems (Annex III) to December 2027 and to introduce a single reporting point for companies (trilogue negotiations under way since March 2026).

Explained in detail in the AI BIBLE →

DLP (Data Loss Prevention)

Data Protection & Security

Technologies that prevent confidential data from leaving the corporate network. In the AI context, used to stop sensitive data from being pasted into public AI tools.

Explained in detail in the AI BIBLE →

DPIA (Data Protection Impact Assessment)

Law & Regulation

A mandatory risk analysis under Art. 35 GDPR for AI systems likely to pose a high risk to the rights and freedoms of data subjects. Closely interlinked with the AI Act's risk management.

Explained in detail in the AI BIBLE →

DPO (Direct Preference Optimization)

Training & Optimization

A training method introduced in 2023 by Rafailov et al. (Stanford) as a simpler alternative to RLHF. Instead of training a separate reward model, DPO optimizes the language model directly on the basis of preference pairs (preferred vs. rejected outputs). It considerably reduces the complexity and instability of the RLHF process.

Explained in detail in the AI BIBLE →
E

Edge AI

Technology

Running AI models directly on end devices (smartphones, IoT sensors, industrial machines) rather than in the cloud. Advantages: lower latency, more data protection, offline capability.

Explained in detail in the AI BIBLE →

Embedding

Architecture & Models

A numerical representation of text, images or other data as vectors in a high-dimensional space. Semantically similar content lies close together. The basis of vector databases and semantic search.

Explained in detail in the AI BIBLE →

Emergent Abilities

Fundamentals & Theory

Abilities that are not observable in small models but appear suddenly above a certain model size or training depth. Examples: multilingualism, logical reasoning, in-context learning.

Explained in detail in the AI BIBLE →

Extended Thinking

Fundamentals & Theory

A mechanism in Claude Opus and comparable reasoning models in which the model explicitly "thinks" before it answers – the internal reasoning process is partly visible to the user.

Explained in detail in the AI BIBLE →

Extractability

GEO & Visibility

The machine readability of content for AI crawlers and parsers. A core GEO metric that measures how easily a model can extract structured facts, entities and relationships from a web page (e.g. through server-side rendering and a clear HTML structure).

Explained in detail in the AI BIBLE →
F

Fame Engineering

GEO & Visibility

A strategic component of GEO. The targeted build-up of AI visibility and "AI availability" by placing brands or products in the primary third-party sources (Reddit, Wikipedia, specialist media) that models weight most highly during data training or retrieval.

Explained in detail in the AI BIBLE →

Feature Engineering

Fundamentals & Theory

The process of manually selecting, transforming and creating features from raw data in order to improve the performance of ML models. With modern deep-learning models it is largely replaced by automatic learning.

Explained in detail in the AI BIBLE →

Few-Shot Prompting

Prompting

A prompting technique in which the model is given one or more examples of the desired output before the actual task is posed.

Explained in detail in the AI BIBLE →

Fine-Tuning

Training & Optimization

Further training of a pre-trained base model on a smaller, domain-specific dataset in order to improve its performance for a specific task. More resource-efficient than pre-training from scratch.

Explained in detail in the AI BIBLE →

Five-Stage Model of AI Evolution (Stage 0–5)

Fundamentals & Theory

A framework for classifying AI development by degree of autonomy. Stage 0: rule-based software (no learning, no AI Act). Stage 1: chatbots (passive question-answer systems). Stage 2: reasoning models (AI that thinks and plans). Stage 3: autonomous agents (AI acting independently). Stage 4: innovator AI/AGI (researching AI that creates new things). Stage 5: organization AI/ASI (organization-steering superintelligence, hypothetical).

Explained in detail in the AI BIBLE →

Foundation Model

Architecture & Models

A synonym for base model: a large, pre-trained AI model that serves as the basis for many different downstream applications. Current GPT models, Claude Sonnet and Gemini Pro are foundation models.

Explained in detail in the AI BIBLE →

Function Calling

AI Agents

A mechanism through which a language model invokes external tools, APIs and databases. A central prerequisite for the functioning of AI agents.

Explained in detail in the AI BIBLE →
G

GAN (Generative Adversarial Network)

Architecture & Models

A generative model consisting of two competing neural networks: the generator (creates synthetic data) and the discriminator (distinguishes real from generated data). Introduced in 2014 by Ian Goodfellow.

Explained in detail in the AI BIBLE →

GDPR (General Data Protection Regulation)

Law & Regulation

European Regulation (EU) 2016/679 on the protection of personal data, which also applies to processing by AI systems. The GDPR and the EU AI Act complement and largely overlap each other.

Explained in detail in the AI BIBLE →

Gemini

AI Players & Models

A family of AI models from Google DeepMind. As of Q1/2026 this comprises Gemini Pro (frontier), Gemini Flash (fast and cost-efficient) and Gemma 4 (open-source variant). Natively multimodal.

Explained in detail in the AI BIBLE →

GEO (Generative Engine Optimization)

GEO & Visibility

The strategic discipline of optimizing content so that it is cited and reproduced in more detail as a preferred source by generative AI applications, search engines (AI Overviews) and chatbots. It combines SEO with extractability, fame engineering and entity optimization.

Explained in detail in the AI BIBLE →

GIGO (Garbage In, Garbage Out)

Fundamentals & Theory

A fundamental principle: the quality of an AI system's output depends directly on the quality of its inputs (training data and prompts). It applies to model training and to everyday prompting alike.

Explained in detail in the AI BIBLE →

GPAI (General-Purpose AI Model)

Law & Regulation

A general-purpose AI model that can be used for a wide range of tasks. Current GPT models, Claude Sonnet, Gemini Pro and Llama fall into this category. Subject to its own rules in the AI Act (Art. 51–56).

Explained in detail in the AI BIBLE →

GPU (Graphics Processing Unit)

Technology

A specialized processor, originally developed for computer graphics, which thanks to its massively parallel compute architecture is especially efficient for training and inference of neural networks. NVIDIA's H100 and H200 are the industry standards in 2026.

Explained in detail in the AI BIBLE →

Grounding

Risk Management

Linking the outputs of an AI model to verified, up-to-date data sources. It reduces hallucinations by basing the model's answers on concrete reference documents.

Explained in detail in the AI BIBLE →
H

Hallucination

Risk Management

A situation in which a language model produces plausible-sounding but factually incorrect outputs. It arises because models are optimized for statistical plausibility, not truth. Current frontier models hallucinate on 5–15% of factual questions depending on the domain.

Explained in detail in the AI BIBLE →

Human-in-the-Loop

Governance & Compliance

A system design in which a human is involved in the decision-making process and retains final control. Mandatory for high-risk AI systems under Art. 14 of the EU AI Act.

Explained in detail in the AI BIBLE →

Human-on-the-Loop

Governance & Compliance

A system design in which the AI decides independently but a human supervisor can intervene and stop it at any time. An intermediate position between fully autonomous AI and human-in-the-loop.

Explained in detail in the AI BIBLE →

Hyperparameter

Training & Optimization

A configuration parameter of an AI model that is set before training (e.g. learning rate, number of layers, batch size). Adjusted not by the learning process itself but by the developer.

Explained in detail in the AI BIBLE →
I

In-Context Learning

Fundamentals & Theory

The ability of LLMs to learn from examples in the prompt without adjusting the model weights. It enables few-shot and zero-shot prompting.

Explained in detail in the AI BIBLE →

Inference

Training & Optimization

The process in which a trained AI model is applied to new inputs and produces outputs. Unlike training, inference is required every time the model is used.

Explained in detail in the AI BIBLE →

Information Gain

GEO & Visibility

Fact density; the amount of new, dense and verifiable entities or concepts that occur in a document compared with the contextual norm. Regarded as a decisive ranking or selection factor for systems that synthesize sources.

Explained in detail in the AI BIBLE →

ISO 42001

Governance & Compliance

The international standard for AI management systems (AIMS), adopted at the end of 2023. It defines requirements for the responsible development, deployment and monitoring of AI systems in organizations. It harmonizes with the EU AI Act.

Explained in detail in the AI BIBLE →
K

KI-MIG (German AI Market Surveillance and Implementation Act)

Law & Regulation

The German national implementing act for the EU AI Act, with which Germany regulates the responsibilities of the national market-surveillance authorities (primarily the Federal Network Agency) for the AI Act. In preparation as of Q1/2026.

Explained in detail in the AI BIBLE →

Knowledge Graph

Implementation

A structured knowledge base that represents entities (people, places, concepts) and their relationships as a graph. It can be combined with RAG systems to improve AI answers.

Explained in detail in the AI BIBLE →
L

LAWS (Lethal Autonomous Weapons Systems)

Ethics & Responsibility

AI-controlled weapons systems that can identify, select and engage targets independently, without a human making the final decision. The subject of intense international debate; no binding ban exists as of 2026.

Explained in detail in the AI BIBLE →

Llama

AI Players & Models

A family of open-source AI models from Meta AI. As of Q1/2026 Llama is available. It enables local execution and fine-tuning without dependence on proprietary cloud APIs.

Explained in detail in the AI BIBLE →

LLM (Large Language Model)

Architecture & Models

A large language model with billions to trillions of parameters, trained on huge text corpora. Examples: current GPT models, Claude Sonnet, Gemini Pro, Llama.

Explained in detail in the AI BIBLE →

LM Studio

Data Protection & Security

A user-friendly desktop application for Windows, Mac and Linux that enables the easy download and local execution of open-source AI models without programming skills.

Explained in detail in the AI BIBLE →

LSTM (Long Short-Term Memory)

Architecture & Models

A special RNN variant with gates for the selective storing and forgetting of information. It dominated language processing before the transformer era; largely replaced in modern LLMs.

Explained in detail in the AI BIBLE →
M

MCP (Model Context Protocol)

AI Agents

A protocol released by Anthropic in 2024 as an open standard for the standardized connection of AI models to external tools, data sources and services. Comparable to a USB standard for AI integrations.

Explained in detail in the AI BIBLE →

Meaningful Human Control (MHC)

Ethics & Responsibility

A concept that requires a human to retain effective control over critical AI decisions at all times – particularly relevant for autonomous weapons systems and high-risk AI.

Explained in detail in the AI BIBLE →

Metaprompting

Prompting

A technique in which the AI model is used to generate better prompts. The model helps to improve the quality of its own input.

Explained in detail in the AI BIBLE →

Mistral

AI Players & Models

A French AI company that develops powerful open-source models (Mistral 7B, Mixtral) and the AI assistant "Le Chat". A pioneer of European AI development with a focus on data protection to EU standards.

Explained in detail in the AI BIBLE →

Mixture of Experts (MoE)

Architecture & Models

A model architecture with many specialized sub-networks (experts), of which only a fraction is activated per input. It enables very large overall models with efficient inference. GPT-4 and Mixtral are based on this principle.

Explained in detail in the AI BIBLE →

MLOps (Machine Learning Operations)

Implementation

A collection of practices, processes and tools for operationalizing machine-learning models in an enterprise environment. It covers the entire pipeline from model development through training and testing to deployment, monitoring and retraining in production environments. Analogous to DevOps in classic software development.

Explained in detail in the AI BIBLE →

MMLU (Massive Multitask Language Understanding)

Fundamentals & Theory

An important benchmark for measuring the general knowledge of AI models across 57 subject areas, from mathematics to law.

Explained in detail in the AI BIBLE →

Multi-Agent System

AI Agents

An AI architecture in which several specialized AI agents work together in parallel or sequentially to solve complex tasks that a single agent could not handle. Each agent takes on a clearly defined role (e.g. planner, researcher, coder, reviewer). Orchestrated by frameworks such as LangGraph, AutoGen or CrewAI and standardized by the A2A protocol.

Explained in detail in the AI BIBLE →

Multimodal

Technology

AI systems that can process and generate different data types (text, image, audio, video, code) simultaneously. Gemini Pro and current GPT models are natively multimodal.

Explained in detail in the AI BIBLE →
N

Neural Network (Artificial)

Fundamentals & Theory

A computational model loosely conceived as an analogy to the biological brain. It consists of layers of nodes (neurons) and weighted connections. Learning takes place through adjustment of the weights.

Explained in detail in the AI BIBLE →

NLP (Natural Language Processing)

Technology

A subfield of AI concerned with the processing and understanding of human language. The basis of all language models.

Explained in detail in the AI BIBLE →
O

Ollama

Data Protection & Security

An open-source command-line tool for the local management and execution of AI models. Popular among developers for integrating local models into their own applications.

Explained in detail in the AI BIBLE →

On-Premise AI

Data Protection & Security

AI systems operated in one's own data center or on one's own servers rather than on cloud infrastructure. It offers maximum data control but requires one's own IT infrastructure.

Explained in detail in the AI BIBLE →

Operator / ChatGPT Agent

AI Agents

A collective term for OpenAI's AI agent system, which navigates web browsers independently, fills in forms and can make bookings. The original "Operator" service (January 2025) was discontinued on 31 August 2025 and was merged into the "ChatGPT Agent" available since July 2025.

Explained in detail in the AI BIBLE →

Overfitting

Training & Optimization

A problem in which a model learns the training data too precisely, including its errors and randomness, and consequently performs poorly on new, unknown data.

Explained in detail in the AI BIBLE →
P

Parameter

Training & Optimization

The internal weights of a neural network that are adjusted during training through backpropagation. Large models have billions to trillions of parameters. The parameter count is an (incomplete) approximation of model complexity.

Explained in detail in the AI BIBLE →

PLD (Product Liability Directive)

Law & Regulation

The revised EU Product Liability Directive (2024/2853), which since October 2024 explicitly includes software and AI systems as products and thus subjects them to strict (no-fault) product liability.

Explained in detail in the AI BIBLE →

Prompt

Prompting

The input (instruction, question, context, examples) that a user gives to an AI system in order to produce an output.

Explained in detail in the AI BIBLE →

Prompt Engineering

Prompting

The systematic design of prompts in order to guide AI systems to optimal results. It includes techniques such as CRAFT, chain-of-thought, few-shot and metaprompting.

Explained in detail in the AI BIBLE →

Prompt Injection

Prompting

A security attack in which hidden instructions are embedded into a user input or an external document in order to manipulate the behavior of an AI system. Particularly dangerous with AI agents.

Explained in detail in the AI BIBLE →

Prompt Library

Prompting

A structured collection of proven, reusable prompts for various tasks. A fixed element of professional enterprise AI usage.

Explained in detail in the AI BIBLE →
Q

Quantization

Training & Optimization

A technique for reducing a model's memory footprint by representing the weights with lower numerical precision (e.g. 4-bit instead of 32-bit). It enables the local execution of large models on consumer hardware.

Explained in detail in the AI BIBLE →
R

RAG (Retrieval-Augmented Generation)

Fundamentals & Theory

An architecture in which, before generating an answer, a language model retrieves relevant information from an external, up-to-date knowledge base and incorporates it into the answer. It considerably reduces hallucinations on fact-based tasks.

Explained in detail in the AI BIBLE →

Reasoning Model

Technology

An AI model that goes through a multi-step internal reasoning process before answering (System 2). Examples: OpenAI thinking models, Claude Opus. Particularly effective in mathematics, logic and complex analyses.

Explained in detail in the AI BIBLE →

Red Teaming

Risk Management

A systematic attack simulation in which a team deliberately tries to manipulate or corrupt an AI system. Mandatory under the EU AI Act for GPAI models with systemic risk.

Explained in detail in the AI BIBLE →

RLHF (Reinforcement Learning from Human Feedback)

Training & Optimization

A training method in which human ratings of AI answers are used as a reward signal for the model in order to align it with human preferences.

Explained in detail in the AI BIBLE →

RNN (Recurrent Neural Network)

Architecture & Models

A type of neural network with feedback connections that processes sequential data. Largely superseded by transformers.

Explained in detail in the AI BIBLE →
S

Scaling Laws

Fundamentals & Theory

Empirically established regularities according to which the performance of LLMs scales predictably and continuously with model size, amount of data and compute power. The basis of the major AI companies' investment decisions.

Explained in detail in the AI BIBLE →

Shadow AI

Data Protection & Security

The unauthorized use of AI tools by employees outside the corporate infrastructure controlled by IT. It poses considerable data-protection and compliance risks. According to a Microsoft study in 2024, 78% of AI users in companies use private AI accounts for work tasks.

Explained in detail in the AI BIBLE →

SHAP (SHapley Additive exPlanations)

Fundamentals & Theory

A method of explainable AI (XAI) that calculates the contribution of each input feature to a model's prediction.

Explained in detail in the AI BIBLE →

SLM (Small Language Model)

Architecture & Models

A compact language model with 1–14 billion parameters, optimized for specific tasks and executable on consumer hardware. Examples: Phi-4 (Microsoft), Gemma 3 (Google), Llama.

Explained in detail in the AI BIBLE →

Social Scoring

Law & Regulation

The evaluation of people on the basis of their social behavior or personal characteristics by AI systems. Prohibited by the EU AI Act since February 2025 (Art. 5).

Explained in detail in the AI BIBLE →

Stochastic Parrots

Fundamentals & Theory

A term coined by the linguist Emily Bender for LLMs: systems that imitate linguistic patterns from training data in a highly complex way without understanding the underlying meanings.

Explained in detail in the AI BIBLE →

System 1 / System 2

Fundamentals & Theory

A distinction borrowed from Daniel Kahneman's psychology between fast, intuitive AI models (System 1 – e.g. smaller GPT models, Claude Sonnet) and slow, analytical reasoning models (System 2 – e.g. OpenAI thinking models, Claude Opus).

Explained in detail in the AI BIBLE →

System Prompt

Prompting

An invisible preliminary instruction that defines the basic behavior, personality and constraints of an AI system. Used by companies to customize AI applications.

Explained in detail in the AI BIBLE →
T

TDM (Text and Data Mining)

Law & Regulation

The automated analysis of large amounts of copyright-protected works by AI systems. In the EU it is regulated by the DSM Directive (Art. 3 and 4): permitted, provided the rights holder has not objected (opt-out principle).

Explained in detail in the AI BIBLE →

Test-Time Compute

Technology

Additional compute power used during inference (not during training) in order to achieve better results. The basis of reasoning models.

Explained in detail in the AI BIBLE →

Token

Architecture & Models

The fundamental processing unit for text in language models. A token typically corresponds to 3–4 characters or about three-quarters of an English word. 1,000 tokens correspond to roughly 750 words.

Explained in detail in the AI BIBLE →

Tokenizer

Architecture & Models

An algorithm that splits text into tokens before it is fed into a language model. Different models use different tokenization strategies.

Explained in detail in the AI BIBLE →

Transfer Learning

Training & Optimization

An approach in which a model pre-trained on a large, general amount of data is further trained on a smaller, domain-specific amount of data (fine-tuning). The basis of practically all modern LLMs.

Explained in detail in the AI BIBLE →

Transformer

Architecture & Models

The fundamental neural-network architecture, presented in 2017 by Vaswani et al. (Google) in the paper "Attention Is All You Need". It is based on self-attention mechanisms and is the foundation of all modern language models.

Explained in detail in the AI BIBLE →

Tree of Thought

Prompting

An advanced prompting technique in which the model pursues several different solution approaches in parallel, evaluates them and selects the best one.

Explained in detail in the AI BIBLE →

Turing Test

Fundamentals & Theory

A thought experiment proposed by Alan Turing in 1950 for measuring machine intelligence: in a written conversation, can a human fail to tell whether their counterpart is a machine or a human?

Explained in detail in the AI BIBLE →
U

Underfitting

Training & Optimization

A problem in which a model is too simple and fails to capture the underlying patterns in the training data. The opposite of overfitting.

Explained in detail in the AI BIBLE →
V

Vector Database

Implementation

A specialized database for the efficient storage and querying of embeddings (vectors). A core component of RAG systems. Well-known examples: Pinecone, Weaviate, Chroma.

Explained in detail in the AI BIBLE →

Vibe Coding

Technology

A term for the paradigm shift in software development in which developers (or even non-programmers) describe their architectural intent in natural language instead of writing code semantically line by line. Tools such as GitHub Copilot Agent Mode, Lovable or Bolt.new turn prompts into fully deployed applications. The term was coined in early 2025.

Explained in detail in the AI BIBLE →

Vision Language Model (VLM)

Technology

An AI model that can process text and images simultaneously. It enables tasks such as image captioning, visual question answering and document analysis.

Explained in detail in the AI BIBLE →
W

Watermark (digital AI watermark)

Ethics & Responsibility

An invisible or visible marking in AI-generated content (text, image, audio) that makes a machine origin verifiable. Technically related to C2PA. Provided for in the EU AI Act as a transparency measure for synthetic content.

Explained in detail in the AI BIBLE →
X

XAI (Explainable AI)

Ethics & Responsibility

Methods and approaches that make AI decisions comprehensible and interpretable for humans. Methods: LIME, SHAP, attention visualization, chain of thought. Enshrined in the EU AI Act as a prerequisite for high-risk systems.

Explained in detail in the AI BIBLE →
Z

Zero-Shot Prompting

Prompting

A prompting technique in which the model is given no examples – only the task description. The model solves the task solely on the basis of its prior knowledge.

Explained in detail in the AI BIBLE →

Zero-Trust Architecture (in the AI context)

Fundamentals & Theory

A security principle that assumes no implicit trustworthiness for AI systems or agents. Every action of an AI agent must be explicitly authorized.

Explained in detail in the AI BIBLE →

Understand Every Term in Context

The AI BIBLE provides full context for every term: practical examples, checklists, recommendations and a comprehensive view of the AI landscape.

Order