Skip to main content
BVDNET
Arnhem · websites & automationBVDNET
From A to Z

Every concept, without the jargon.

A

What is an Activation Function?Intermediate
Models & Architecture

Activation Function

Activation functions introduce non-linearity into neural networks, enabling them to learn complex patterns. Common ones: ReLU, GELU (transformers), sigmoid, softmax.

What is Activation Steering?Advanced
Research

Activation Steering

A technique that injects synthetic vectors into a model's internal layers at inference time to directly shift its decision-making, enabling precision debiasing and behavioural control — but also capable of bypassing safety training without any jailbreak prompt.

What is ActTail?Advanced
Tools & Frameworks

ActTail

A global activation sparsity method that optimizes LLM inference by intelligently allocating compute budgets based on the statistical properties of Transformer weights.

What Is Adaptive Thinking in AI?Intermediate
Models & Architecture

Adaptive Thinking in AI

A reasoning strategy where AI models dynamically adjust how much they think per turn — from instant responses to deep multi-step deliberation — based on task complexity.

What Is Adversarial Cost to Exploit (ACE)?Advanced
Models & Architecture

Adversarial Cost to Exploit (ACE)

A security benchmark that measures the economic token cost an adversary must spend to trick an AI agent into unauthorized tool use, replacing static pass/fail evaluations with game-theoretic cost analysis.

What Is the Agent Browser Protocol (ABP)?Advanced
Tools & Frameworks

Agent Browser Protocol (ABP)

Open-source custom Chromium that pauses the web between AI agent steps, achieving 90%+ reproducible automation success.

What Is Agent Evaluation?Advanced
Agentic AI

Agent Evaluation

The practice of measuring AI agent performance using deterministic, execution-based testing environments that verify complete tool-call trajectories rather than relying on subjective LLM-as-a-judge grading.

What is Agent Operational Memory?Beginner
Agentic AI

Agent Operational Memory

A technique that externalises an AI agent's behavioural rules and learned heuristics into structured files loaded at session start, giving the agent persistent and consistent behaviour across restarts without fine-tuning.

What Is AgentDrift and Why Does It Matter?Advanced
Safety & Ethics

AgentDrift

Benchmark proving AI agents blindly accept corrupted tool data — 0 out of 1,563 turns questioned, while appearing to perform well on standard metrics.

What is Agentic AI?Intermediate
Agentic AI

Agentic AI

AI systems that combine language models with reasoning and tool-use to autonomously execute complex, multi-step tasks — now supported by dedicated infrastructure for production deployment.

What Is Agentic Engineering?Intermediate
Agentic AI

Agentic Engineering

The discipline of building autonomous AI agent systems — covering architecture, orchestration, tool integration, safety, and operations.

What Is Agentic RAG?Intermediate
Agentic AI

Agentic RAG

RAG where an autonomous agent controls the retrieval process — iteratively searching, refining queries, and cross-referencing sources.

AI AgentBeginner
Agentic AI

AI Agent

An AI system that autonomously plans, reasons, and takes actions to accomplish goals using tools

AI AlignmentIntermediate
Safety & Ethics

AI Alignment

Ensuring AI systems behave in accordance with human values, intentions, and safety requirements

What is an AI API?Beginner
Practical Applications

AI API

An AI API is a web service that lets developers integrate AI model capabilities into applications via simple HTTP requests, without running models themselves.

What is AI Governance?Beginner
Safety & Ethics

AI Governance

AI governance is the framework of policies, regulations, and practices that ensure AI systems are developed and deployed responsibly, fairly, and in compliance with laws.

HallucinationBeginner
Core Concepts

AI Hallucination

When an LLM confidently generates false or fabricated information

InferenceBeginner
Core Concepts

AI Inference

The process of running a trained LLM to generate output from input

What Is AI Jailbreaking? Bypass Attacks on LLM Safety GuardrailsIntermediate
Safety & Ethics

AI Jailbreaking

Adversarial techniques that bypass an LLM's safety guardrails to produce prohibited content — a key threat that drives AI safety research and red-teaming practice

What Is AI Observability? Monitoring, Tracing & Debugging LLM ApplicationsIntermediate
Industry & Business

AI Observability

Monitoring, logging, and analyzing AI system performance in production — catching quality regressions, cost anomalies, and failures before they impact users

What is AI Orchestration?Intermediate
Agentic AI

AI Orchestration

AI orchestration coordinates multiple AI models, tools, and data sources into unified workflows, managing the flow between components in complex AI systems.

What Is AI Red Teaming? Systematic Adversarial Testing of AI SystemsIntermediate
Safety & Ethics

AI Red Teaming

Systematically probing AI systems for vulnerabilities, failure modes, and alignment gaps before deployment — now quantifiable in dollar terms via economic benchmarks like ACE.

What is AI Robotics?Intermediate
Practical Applications

AI Robotics

The integration of advanced AI foundation models with robotic hardware to create machines capable of autonomous, real-world reasoning and physical manipulation.

What Are Always-On Agents?Intermediate
Agentic AI

Always-On Agents

AI systems that run autonomously in the cloud on schedules, API triggers, or webhooks — executing complex workflows without requiring a user's local machine.

What is Artificial Intelligence (AI)?Beginner
Core Concepts

Artificial Intelligence (AI)

Artificial intelligence is the field of computer science that builds systems capable of performing tasks normally requiring human intelligence, such as learning, reasoning, and perception.

What Is the Attention Mechanism? Self-Attention & Multi-Head Attention ExplainedAdvanced
Models & Architecture

Attention Mechanism

The mathematical mechanism that allows transformers to dynamically focus on the most relevant parts of the input when processing each token

What Is Automated Alignment Research?Advanced
Models & Architecture

Automated Alignment Research

Using frontier AI models to autonomously discover methods for aligning other AI systems — addressing the scalable oversight challenge by letting safety research scale with capabilities.

What is Autonomous AI Cybersecurity Defense?Advanced
Safety & Ethics

Autonomous AI Cybersecurity Defense

The paradigm shift where AI systems autonomously discover, verify, and help patch software vulnerabilities faster than human researchers and threat actors—finally tilting the attacker-defender balance toward defense.

What is Autoregressive Generation?Intermediate
Models & Architecture

Autoregressive Generation

Autoregressive generation is how LLMs produce text: predicting one token at a time, with each new token conditioned on all previously generated tokens.

C

What is Catastrophic Forgetting?Advanced
Core Concepts

Catastrophic Forgetting

Catastrophic forgetting is when training a neural network on new data overwrites previously learned knowledge, causing it to lose earlier capabilities.

Chain-of-Thought (CoT)Intermediate
Practical Applications

Chain-of-Thought Prompting

A prompting technique that asks LLMs to reason step-by-step before answering, dramatically improving accuracy

What is a Classifier?Beginner
Core Concepts

Classifier

A classifier is an ML model that assigns inputs to predefined categories — the foundation of spam filters, sentiment analysis, image recognition, and fraud detection.

What Is Claude Code?Beginner
Tools & Frameworks

Claude Code

Anthropic's terminal-based AI coding assistant that operates as a multi-agent runtime for autonomous software engineering across entire repositories.

What is CODREAM?Intermediate
Agentic AI

CODREAM

A post-task reflective protocol for multi-agent AI in which agents collaboratively analyse completed tasks, distil insights into compact heuristics, and route that knowledge asymmetrically to teammates who need it most — permanently improving performance without fine-tuning.

What is Composio?Intermediate
Tools & Frameworks

Composio

An open-source integration platform that connects AI agents to over 1,000 external tools, handling complex API routing and secure authentication.

What Is Constitutional AI (CAI)? Principle-Based AI Alignment ExplainedAdvanced
Safety & Ethics

Constitutional AI (CAI)

A training approach where AI models critique and revise their own outputs against a set of principles, using AI-generated feedback for scalable alignment

What Is Context Compression for AI Agents?Intermediate
Agentic AI

Context Compression for AI Agents

Techniques to reduce token counts while preserving meaning — critical for agentic workflows that exhaust even million-token context windows.

What is Context Rot?Beginner
Tools & Frameworks

Context Rot

The gradual degradation of AI agent performance as a session accumulates tokens, causing the model to lose focus on earlier instructions and constraints.

Context WindowBeginner
Core Concepts

Context Window

The maximum number of tokens an LLM can process in a single request

What is Continual Learning?Advanced
Core Concepts

Continual Learning

Continual learning enables AI systems to learn new tasks over time without forgetting previous knowledge, solving the stability-plasticity dilemma.

What is Cosine Similarity?Intermediate
Core Concepts

Cosine Similarity

Cosine similarity measures how similar two vectors are by computing the cosine of the angle between them — the standard metric for comparing AI embeddings.

D

What is DeceptGuard?Advanced
Safety & Ethics

DeceptGuard

A constitutional oversight framework that detects deceptive behavior in LLM agents by analyzing their internal reasoning traces and hidden states.

What is Deep Learning?Beginner
Core Concepts

Deep Learning

Deep learning is a machine learning technique using multi-layered neural networks that automatically learn hierarchical data representations, powering modern AI breakthroughs.

What is DeepSeek?Beginner
Models & Architecture

DeepSeek

A highly efficient, open-weight AI model family that delivers frontier-level coding and reasoning capabilities at significantly lower computational costs.

What Is DeepStack Injection?Advanced
Models & Architecture

DeepStack Injection

A VLM architecture that routes abstract visual features to early Transformer layers and high-resolution details to later layers for optimal document parsing in compact models.

What is a Deterministic Agent State Machine?Intermediate
Tools & Frameworks

Deterministic Agent State Machine

An AI agent architecture that governs execution through predefined states and tool-gating rules rather than LLM judgment, physically preventing destructive or out-of-order actions and dramatically improving production deployment rates.

What is the Difference Between a Chatbot and an AI Agent?Beginner
Agentic AI

Difference Between a Chatbot

A chatbot responds to messages in conversation; an AI agent autonomously plans, uses tools, and takes multi-step actions to achieve goals.

What is the Difference Between Open Weights and Open Source AI?Intermediate
Open Source

Difference Between Open Weights

Open weights means model parameters are downloadable; true open source includes weights, training code, data, and a permissive license — most "open" AI models are open weights only.

What is the Difference Between Regression and Classification?Beginner
Core Concepts

Difference Between Regression

Classification predicts categories (spam/not spam); regression predicts continuous values (house price). These are the two fundamental supervised ML problem types.

What is the Difference Between Training and Inference?Beginner
Core Concepts

Difference Between Training

Training teaches a model by adjusting its parameters on data (expensive, done once); inference uses the trained model to make predictions (cheap, done millions of times).

What is a Diffusion Model?Intermediate
Models & Architecture

Diffusion Model

A diffusion model generates images by learning to reverse a noise-adding process, iteratively refining random noise into coherent outputs guided by text prompts.

What is Dynamic Cognitive Scaffolding?Advanced
Agentic AI

Dynamic Cognitive Scaffolding

A technique that lets AI agents build their own reasoning structures at inference time rather than relying on fixed scaffolds, significantly improving performance on complex tasks.

G

What is Galactic?Intermediate
Agentic AI

Galactic

An open-source orchestration tool that isolates parallel AI coding agents into separate Git worktrees to prevent file and port conflicts.

What is a GAN (Generative Adversarial Network)?Intermediate
Models & Architecture

GAN (Generative Adversarial Network)

A GAN uses two competing neural networks — a generator and a discriminator — to produce realistic synthetic data through adversarial training.

What is Gemini Omni?Intermediate
Models & Architecture

Gemini Omni

Google's any-to-any multimodal foundation model capable of generating any output (text, image, audio, video) from any input, with physics-grounded video generation as its first major capability.

What Is Gemma 4?Intermediate
Models & Architecture

Gemma 4

Google DeepMind's open-weight multimodal model family that natively handles text, vision, and audio on-device.

What is Generative AI?Beginner
Core Concepts

Generative AI

Generative AI is a category of AI systems that create new content — text, images, audio, code — rather than just analyzing existing data.

What Is Generative Engine Optimization (GEO)?Beginner
Practical Applications

Generative Engine Optimization (GEO)

Optimizing content for AI discovery instead of just search engines — answer-first structure, structured data, and question-oriented titles.

What is GPT?Beginner
Models & Architecture

GPT

GPT (Generative Pre-trained Transformer) is OpenAI's family of large language models that demonstrated how scaling transformers produces increasingly capable AI.

What is Gradient Descent?Intermediate
Core Concepts

Gradient Descent

Gradient descent is the optimization algorithm that trains neural networks by iteratively adjusting parameters in the direction that reduces prediction error.

What Is GraphRAG?Intermediate
Practical Applications

GraphRAG

A RAG architecture that pre-builds a knowledge graph from documents, enabling multi-hop reasoning over entity relationships instead of flat vector search.

What Is Grounding in AI? Reducing Hallucinations With Verified SourcesIntermediate
Practical Applications

Grounding in AI

Anchoring LLM responses to verified external sources to reduce hallucinations and enable citation

What Is GRPO (Group Relative Policy Optimization)?Advanced
Models & Architecture

GRPO (Group Relative Policy Optimization)

A reinforcement learning algorithm that aligns language models by comparing groups of outputs against each other, eliminating the need for a separate reward model.

What are Guardrails?Intermediate
Safety & Ethics

Guardrails

Guardrails are safety mechanisms that constrain AI system behavior — filtering inputs, validating outputs, and preventing harmful or off-topic responses in production applications.

M

What is Machine Learning (ML)?Beginner
Core Concepts

Machine Learning (ML)

Machine learning is a branch of AI where systems learn patterns from data to improve at a task without being explicitly programmed.

What is Magnifica Humanitas?Intermediate
Safety & Ethics

Magnifica Humanitas

Pope Leo XIV's 150-page encyclical on AI ethics, calling for the disarmament of AI from tech monopolies, democratic oversight, and grounding AI policy in human dignity and theological anthropology.

What is Mamba?Advanced
Models & Architecture

Mamba

A highly efficient AI architecture that uses State-Space Models instead of Transformers to process massive amounts of text with very low memory usage.

What Are Managed Agents?Intermediate
Agentic AI

Managed Agents

Cloud-hosted AI agent platforms that handle infrastructure, credential management, and sandboxing so developers only define tasks and guardrails—dramatically accelerating agent deployment.

What is MiniMax-M2?Advanced
Models & Architecture

MiniMax-M2

A 229.9B parameter Mixture-of-Experts model with only 9.8B active parameters per token, optimized for agentic tasks and exhibiting early signs of self-evolution—autonomously debugging its own training and modifying its scaffolding.

What is a Mixture-of-Experts (MoE) model?Advanced
Models & Architecture

Mixture-of-Experts (MoE) Model

An architecture that routes tokens to specialized sub-networks, increasing model capacity without a proportional increase in computing costs.

What is MLOps?Intermediate
Practical Applications

MLOps

MLOps applies DevOps practices to machine learning: automating deployment, monitoring, and maintenance of ML models in production.

What is a Model Card?Intermediate
Safety & Ethics

Model Card

A model card is standardized AI model documentation covering intended use, performance, limitations, training data, and ethical considerations — a transparency label for AI.

What Is the Model Context Protocol (MCP)?Beginner
Tools & Frameworks

Model Context Protocol (MCP)

Open standard for connecting AI to external tools — now embedded in browsers, CLIs, and websites via WebMCP, though cross-source data queries remain a challenge.

What Is Model Distillation? How Knowledge Transfer Makes AI Smaller & FasterIntermediate
Models & Architecture

Model Distillation

Training a smaller 'student' model to replicate a larger 'teacher' model's capabilities at a fraction of the cost and latency

What are Multi-Agent Systems (MAS)?Intermediate
Agentic AI

Multi-Agent Systems (MAS)

Architectures where multiple specialized AI agents collaborate, divide tasks, and verify each other's work — with routing strategies like the Advisor pattern enabling cost-efficient orchestration.

What Is Multi-Tenancy in AI? Shared Infrastructure for LLM DeploymentsIntermediate
Industry & Business

Multi-Tenancy in AI

Serving multiple isolated customers from a single LLM deployment — reducing per-customer costs by 40-60% while maintaining strict data separation

What is Multimodal AI?Beginner
Multimodal & Creative

Multimodal AI

Multimodal AI systems process and generate multiple data types — text, images, audio, video — within a single model, enabling cross-modal understanding and creation.

P

What Is PEFT (Parameter-Efficient Fine-Tuning)?Intermediate
Models & Architecture

PEFT (Parameter-Efficient Fine-Tuning)

A family of techniques that adapt large AI models to specific tasks by updating only a tiny fraction of parameters, cutting fine-tuning costs by 90–99%.

What Is Perplexity in NLP? The Key Metric for Language Model EvaluationIntermediate
Models & Architecture

Perplexity in NLP

The standard metric for evaluating language model quality — measuring how well a model predicts text, where lower values indicate better language understanding

What is Positional Encoding?Advanced
Models & Architecture

Positional Encoding

Positional encoding tells transformers the order of tokens in a sequence, since self-attention alone is position-agnostic. Modern approaches like RoPE enable 128K+ context windows.

What is Pre-training?Intermediate
Core Concepts

Pre-training

Pre-training is the initial training phase where an AI model learns broad patterns from a large general-purpose dataset before being adapted for specific tasks.

What Is Programmatic Tool Calling?Intermediate
Tools & Frameworks

Programmatic Tool Calling

Anthropic's replacement for JSON function calling — Claude executes code blocks to invoke multiple tools dynamically, eliminating round-trip overhead.

What is Project Glasswing?Advanced
Safety & Ethics

Project Glasswing

Anthropic's AI-powered security initiative that uses Claude to autonomously discover and verify tens of thousands of critical vulnerabilities in global software infrastructure faster than threat actors can exploit them.

PromptBeginner
Core Concepts

Prompt

The input text or instructions given to an LLM to generate a response

What Is Prompt Caching? How Prefix Caching Cuts LLM Latency & CostIntermediate
Industry & Business

Prompt Caching

Storing and reusing processed prompt prefixes on LLM servers to reduce costs by up to 90% and latency by 3×

What Is Prompt Chaining? Breaking Complex Tasks Into Sequential LLM StepsIntermediate
Agentic AI

Prompt Chaining

Breaking complex tasks into a sequence of simpler LLM calls where each output feeds the next input — improving quality 20-40% over single-pass processing

Prompt EngineeringBeginner
Practical Applications

Prompt Engineering

The systematic practice of designing effective prompts to get optimal results from LLMs

Prompt InjectionIntermediate
Safety & Ethics

Prompt Injection

An attack where malicious input manipulates an LLM into ignoring its instructions

What is Proof-Derived Authorization?Advanced
Agentic AI

Proof-Derived Authorization

A security model for AI agents where every action must be backed by a cryptographic proof of its authorisation chain, making prompt injection and unauthorised actions mathematically impossible rather than merely policy-prohibited.

S

What Are Safetensors?Intermediate
Tools & Frameworks

Safetensors

A secure binary file format for storing ML model weights that prevents arbitrary code execution, now the industry standard under the PyTorch Foundation.

What Are Scaling Laws for LLMs? How Model Size, Data & Compute InteractAdvanced
Core Concepts

Scaling Laws for LLMs

Empirical patterns showing that LLM capabilities improve predictably as model size, training data, and compute increase — enabling reliable planning of AI investments

What are Self-Evolving Agentic Models?Advanced
Models & Architecture

Self-Evolving Agentic Models

AI systems that autonomously improve their own capabilities by generating synthetic training data, debugging their own learning process, and modifying their reasoning strategies—early steps toward recursive self-improvement.

What is Self-Supervised Learning?Intermediate
Core Concepts

Self-Supervised Learning

Self-supervised learning trains models by generating labels from the data itself — like predicting the next token — enabling pre-training on virtually unlimited unlabeled data.

What Is Semantic Chunking? Splitting Documents by Meaning for Better RAGIntermediate
Tools & Frameworks

Semantic Chunking

Splitting documents into meaning-preserving segments based on topic boundaries rather than fixed character limits — improving RAG retrieval accuracy by 20-40%

What is Semantic Search?Intermediate
Practical Applications

Semantic Search

Semantic search retrieves information based on meaning rather than keywords, using AI embeddings and vector similarity to find relevant results.

What is the Semantic Training Gap?Intermediate
Practical Applications

Semantic Training Gap

The gap between an AI model's statistical language fluency and its grounded understanding of domain-specific operational semantics, leading to hallucinated identifiers and cascading failures in industrial applications.

What is Speculative Decoding?Advanced
Models & Architecture

Speculative Decoding

Speculative decoding speeds up LLM inference by having a small draft model generate candidate tokens that the large model verifies in parallel — same quality, 2-3x faster.

What is Speech AI?Beginner
Multimodal & Creative

Speech AI

Speech AI covers technologies for converting speech to text (STT), text to speech (TTS), voice cloning, and speech translation, enabling natural voice interaction with AI.

What are State Machine Guardrails?Intermediate
Tools & Frameworks

State Machine Guardrails

A deterministic agent control technique that restricts available tools to those relevant to the current workflow phase, preventing destructive actions and reasoning loops without relying on model judgment.

What is a State-Space Model (SSM)?Advanced
Models & Architecture

State-Space Model (SSM)

An efficient AI architecture that maintains a continuously updating internal state to process massive sequences of data without the memory overhead of Transformers.

What is Structured Output?Intermediate
Practical Applications

Structured Output

Structured output forces LLMs to produce machine-readable data (like JSON) matching a predefined schema, making AI outputs reliably parseable by applications.

What is Supervised Learning?Beginner
Core Concepts

Supervised Learning

Supervised learning is a machine learning approach where models learn from labeled input-output pairs to make predictions on new data.

What is Synthetic Data?Intermediate
Core Concepts

Synthetic Data

Synthetic data is artificially generated data that mimics real-world patterns, used when real data is scarce, biased, or privacy-restricted.

What Is SynthID?Intermediate
Safety & Ethics

SynthID

Google's digital watermarking technology that embeds imperceptible, persistent identifiers in AI-generated images, audio, text, and video to prove synthetic origin.

What is a System Prompt?Beginner
Practical Applications

System Prompt

A system prompt is the developer's instruction set that defines an LLM's behavior, role, constraints, and output format for a specific application.

T

What Is Temperature in AI? LLM Sampling Parameter ExplainedBeginner
Core Concepts

Temperature in AI

A parameter controlling the randomness of LLM output — lower values produce consistent results, higher values increase creativity

What is Test-Time Co-Evolution?Advanced
Agentic AI

Test-Time Co-Evolution

A training-free technique that evolves how multi-agent AI systems collaborate at inference time, allowing agents to develop specialized roles and route knowledge to where it is needed most.

What is Text-to-Image Generation?Beginner
Multimodal & Creative

Text-to-Image Generation

Text-to-image generation uses AI models to create images from natural language descriptions, powered by diffusion models in tools like Midjourney, DALL-E, and Stable Diffusion.

What Is Text/Action Mismatch?Advanced
Models & Architecture

Text/Action Mismatch

A failure mode where an LLM verbally refuses a restricted request in its text output while simultaneously executing the forbidden action in its structured tool-call output.

Token EconomicsBeginner
Industry & Business

Token Economics

The pricing and cost structure of LLM usage based on token consumption

TokenBeginner
Core Concepts

Token in AI

The smallest unit of text an LLM processes — approximately 4 characters or 0.75 words

What is a Tokenizer?Beginner
Core Concepts

Tokenizer

A tokenizer converts raw text into tokens — the discrete units a language model processes — using subword algorithms like BPE or SentencePiece.

What Is Top-p (Nucleus) Sampling? How It Controls LLM Output DiversityIntermediate
Core Concepts

Top-p (Nucleus) Sampling

A decoding method that samples from the smallest set of tokens whose cumulative probability exceeds a threshold p — adapting candidate pool size to model confidence

What is Trajectory Refinement?Intermediate
Agentic AI

Trajectory Refinement

A technique that treats an AI agent's action plan as an optimizable object, iteratively refining it through inspection and textual gradient feedback to close the gap between planning and execution.

What is Transfer Learning?Intermediate
Core Concepts

Transfer Learning

Transfer learning is a technique where knowledge from a model trained on one task is reused for a different task, enabling powerful AI with less data and compute.

TransformerIntermediate
Models & Architecture

Transformer

The neural network architecture underlying all modern LLMs, using attention mechanisms to process text