Open library card-catalogue drawer with alphabetical A-to-Z tab dividers and index cards

Glossary: AI, energy and architecture

The most important terms around artificial intelligence, digital transformation and the energy transition -- clearly explained.

36 terms from A to Z

No term found. Try a different search query.

A

Agentic AI

AI systems that autonomously pursue goals, make decisions and execute multi-step tasks without constant human guidance. Unlike traditional AI applications that respond to individual queries, agentic systems actively plan and dynamically adapt their approach. In enterprise practice, this means AI agents that take over entire workflows, not just individual steps.

AI Agent

An autonomous software system that perceives its environment, makes decisions and takes actions to achieve specific goals. AI agents differ from simple chatbots through their ability to use tools, create plans and independently execute multi-step tasks. In enterprises, they are increasingly deployed for research, data analysis and process automation.

API (Application Programming Interface)

An application programming interface through which software systems exchange data and functions in a structured way. APIs are the connective tissue of modern IT, and in AI the primary path to models: applications call language models, embeddings or agents via APIs. Well-designed, documented and secured APIs determine integrability, scaling and vendor independence.

Artificial General Intelligence (AGI)

Hypothetical AI systems that can understand and solve any intellectual task that a human can accomplish -- including reasoning, learning and creative problem-solving across domains. AGI does not exist today; current systems like LLMs are specialised (narrow) AI. The debate around AGI is central to long-term AI strategies and regulation.

B

BSI (Federal Office for Information Security)

Germany's Federal Office for Information Security is the national cybersecurity authority. It defines standards (such as IT-Grundschutz), issues threat warnings and publishes guidance, increasingly on the secure use of AI in enterprises and public administration. For regulated sectors, BSI requirements are a de-facto compliance benchmark.

C

Context Engineering

The systematic design and optimisation of the context available to an AI model during processing. This includes system prompts, example data, document selection and instruction design. Context Engineering goes beyond Prompt Engineering because it shapes the entire information architecture around the model -- not just the individual input.

D

Data Sovereignty

Control over where data is stored and processed and which jurisdiction governs it. For European organisations it means being able to run critical data and AI workloads independently of non-European providers and legal regimes. It is a core driver of sovereign-AI and EU cloud initiatives.

Digital Colleagues

AI agents deployed as full team members with defined roles and responsibilities within organisations. The innobu Digital Colleagues framework gives AI agents concrete job titles -- Architect, Strategist, Analyst -- and integrates them into existing governance structures. The approach solves the most common problem in AI projects: the technology works, but nobody agrees on what it should actually do.

Digital Transformation

The deep redesign of an organisation's business models, processes and culture using digital technologies, more than digitising individual workflows. Successful transformation ties technology, data and workforce enablement to clear business goals. AI is currently the strongest driver and test of this change.

Digital Twin

A virtual representation of a physical object, process or system that is synchronised with real-time data. In the energy sector, digital twins are used to model grid infrastructure, simulate loads and plan maintenance proactively. The value comes from connecting sensor technology, data platforms and decision support.

E

Enterprise Architecture

The holistic description of an organisation's structures -- business processes, IT systems, data flows and technology infrastructure. Enterprise Architecture creates transparency about how individual systems interact and provides the decision basis for investments in technology and transformation. Without EA, every large programme becomes a blind flight.

EU AI Act

The European AI regulation (Artificial Intelligence Act) that establishes a risk-based regulatory framework for the deployment of AI in the EU since 2024. Systems are classified into risk categories -- from minimal to unacceptable. High-risk systems are subject to strict requirements for transparency, data quality and human oversight. For enterprises, the EU AI Act means concrete compliance obligations that must be implemented now.

G

GDPR (General Data Protection Regulation)

The EU's General Data Protection Regulation has governed the processing of personal data since 2018. It requires a legal basis, purpose limitation, data minimisation and data-subject rights, with fines of up to 4 percent of global annual turnover. For AI projects it is the central framework: training data, prompts and model outputs containing personal data must be GDPR-compliant, forcing anonymisation, data-processing agreements and impact assessments.

Generative AI

AI systems that can create new content such as text, images, code or music, rather than just analysing or classifying existing data. The best-known examples include ChatGPT, Claude and Midjourney. Generative AI is typically based on large pre-trained models (foundation models) and has fundamentally changed the discussion around AI in enterprise contexts since 2023.

H

Hallucination

The phenomenon where AI models generate plausible-sounding but factually incorrect or entirely fabricated information. Hallucinations are not a bug but a systemic characteristic of generative models that operate on probabilities. For enterprise use, this means every AI output needs verification mechanisms. RAG, grounding and human oversight are the most important countermeasures.

L

Large Language Model (LLM)

Large neural networks trained on extensive text data that can understand and generate natural language. LLMs such as GPT-4, Claude and Gemini form the foundation of the current generative AI wave. They work with tokens, use the Transformer architecture and are optimised for specific applications through fine-tuning and Reinforcement Learning from Human Feedback (RLHF).

Lethal Trifecta

A term coined by Simon Willison for the dangerous combination of three capabilities in one AI agent: access to private data, exposure to untrusted content, and the ability to communicate externally. When all three meet, a prompt injection can exfiltrate data unnoticed. The takeaway: design agents so the three never coexist.

M

Machine Learning

A subfield of artificial intelligence where algorithms learn from data and recognise patterns without being explicitly programmed. The three main categories are supervised learning (with labelled data), unsupervised learning (pattern recognition in unstructured data) and reinforcement learning (learning through reward). Machine learning is the foundation of virtually all modern AI applications.

Model Context Protocol (MCP)

An open standard that enables AI models to access external data sources and tools in a structured way. MCP was initiated by Anthropic and works like a universal adapter: instead of building a custom integration for each data source, MCP provides a standardised interface. For enterprises, this reduces integration effort and improves interoperability between AI systems.

Multi-Agent System

An architecture in which multiple AI agents collaborate to solve complex tasks. Each agent has specialised capabilities and a defined role; coordination happens via protocols or an orchestration agent. Multi-agent systems enable the decomposition of complex problems into manageable sub-tasks and are the foundation for scalable AI operating models.

N

Natural Language Processing (NLP)

A subfield of AI concerned with the processing, understanding and generation of human language. NLP encompasses tasks such as text classification, sentiment analysis, named entity recognition, machine translation and question answering. Modern LLMs have revolutionised NLP -- tasks that required specialised models just a few years ago are now solved by generic language models as a side effect.

NIS2

The EU's NIS2 Directive tightens cybersecurity obligations for operators of essential and important entities, including energy, health, digital infrastructure and public administration. It mandates risk management, incident reporting within 24 hours and personal liability for management, pulling far more organisations into scope than its predecessor.

O

Open Source

Software whose source code is open to inspect, use and modify. In AI the spectrum ranges from open weights to fully open training data and recipes. Open-source models offer control, auditability and sovereignty, but shift responsibility for operation, security and compliance in-house.

P

Prompt Engineering

The art and science of formulating input instructions (prompts) for AI models to achieve optimal results. This includes techniques such as chain-of-thought prompting, role instructions, format specifications and few-shot examples. Good prompt engineering can drastically improve the quality of AI outputs without needing to modify the model itself.

Prompt Injection

An attack vector where malicious instructions are injected into the input of an AI model to manipulate its behaviour. In indirect prompt injection, instructions are hidden in data sources that the model processes -- such as websites or documents. Prompt injection is one of the biggest security challenges for AI systems in enterprise deployment.

R

RAG (Retrieval Augmented Generation)

An architecture that enriches AI models with external knowledge by retrieving relevant documents before generating a response. Instead of relying solely on training knowledge, the system searches a knowledge base and inserts relevant information into the context. RAG reduces hallucinations, keeps answers current and enables the use of proprietary enterprise data without retraining the model.

Responsible AI

A framework for developing and deploying AI systems with consideration for ethical principles such as fairness, transparency, privacy and non-discrimination. Responsible AI goes beyond compliance: it requires proactive measures such as bias testing, explainability of decisions and clear accountability structures. In the EU context, it is increasingly becoming mandatory through the AI Act.

ROI (Return on Investment)

The metric that relates the financial return of an investment to its cost. For AI projects ROI is often hard to pin down: productivity, quality and speed gains pay off indirectly while pilot costs land immediately. Credible ROI measurement needs a clear baseline, defined use cases and honest accounting for operating, governance and change costs.

S

Section 14a EnWG (§14a EnWG)

Section 14a of the German Energy Industry Act (Energiewirtschaftsgesetz) regulates the grid-oriented control of controllable consumption devices such as heat pumps, wallboxes and battery storage. Grid operators can temporarily dim power to 4.2 kW during bottlenecks, but must grant reduced grid fees in return. Implementation requires Smart Meter Gateways, new control boxes and significant adaptations to IT systems and processes at grid operators.

Smart Meter Gateway

The central communication unit of an intelligent metering system (iMSys) that enables secure data exchange between electricity meters, market participants and grid operators. Smart Meter Gateways must be BSI-certified and form the technical foundation for the German smart meter rollout. They are the prerequisite for time-variable tariffs, Section 14a control and the integration of decentralised energy generation.

T

Token

The smallest processing unit in language models -- a word, word fragment or special character into which text is broken down. An English word typically consists of 1 to 2 tokens. Tokens determine both the input and output length of a model and are the basis for cost calculation when using APIs. A model's context length (e.g. 200,000 tokens) determines how much information can be processed simultaneously.

Transformer

A neural network architecture introduced in 2017 that is based on the self-attention mechanism and forms the foundation of virtually all modern language models. Transformers can capture relationships between distant words in a text and can be trained in parallel. GPT, Claude, Gemini and Llama are all based on this architecture. The name of the paper: "Attention Is All You Need".

V

Vendor Lock-in

Dependence on a single vendor whose products, formats or interfaces make switching technically or economically expensive. In AI, lock-in arises through proprietary models, APIs, embeddings and tooling. Countermeasures include open standards, abstraction layers, exit strategies and multi-vendor architectures that keep models and platforms interchangeable.

Vibe Coding

A software development approach where developers describe their intentions in natural language and AI generates the code. The term was coined in 2025 by Andrej Karpathy. Vibe Coding drastically lowers the entry barrier for software development and enables domain experts without deep programming skills to build functional prototypes and applications. Quality assurance remains the critical human task.

Z

Zero-Day

A security vulnerability exploited before the vendor can ship a patch, defenders have zero days of warning. Zero-day exploits are especially dangerous because neither signatures nor updates protect against them. For AI systems the attack surface additionally shifts onto models, prompts and agent tooling.

Zero-Shot / Few-Shot Learning

Techniques where AI models can solve tasks without (zero-shot) or with only a few (few-shot) examples. In zero-shot, the model receives only a task description; in few-shot, a few example pairs (input/output) are provided. This capability is a key advantage of large language models over traditional machine learning, which requires large labelled datasets.