Chris Bruno.

Glossary

The AI glossary.

AI comes with more jargon than most. Here's what the terms actually mean, in plain English: pick a term from the list for the short version and the detail.

31 terms · More added over time

AI Agent

AI Agent

TLDRAn AI system that can take steps towards a goal.

An AI agent is a system designed to carry out tasks with some level of autonomy. It may plan steps, use tools, search the web, write files, call APIs or complete workflows rather than only answering a single question.

AI Governance

AI Governance

TLDRThe rules and processes for using AI responsibly.

AI governance is the framework a business uses to manage AI safely and effectively. It can include policies, approved tools, data rules, review processes, risk management, staff training and compliance requirements.

Application Programming InterfaceAPI

Application Programming Interface

API

TLDRA way for software systems to talk to each other.

An application programming interface is a set of rules that lets one software system connect with another. AI APIs allow websites, apps and workflows to use AI features such as text generation, image analysis or speech transcription.

Artificial IntelligenceAI

Artificial Intelligence

AI

TLDRTechnology that performs tasks normally needing human intelligence.

Artificial intelligence is the broad field of creating computer systems that can perform tasks associated with human intelligence, such as understanding language, recognising patterns, making predictions, solving problems and generating content.

Automation

Automation

TLDRUsing technology to carry out repeatable tasks.

Automation is the use of software or systems to complete tasks with minimal manual effort. In an AI context, automation may involve generating reports, sorting enquiries, drafting content or triggering workflows.

Bias

Bias

TLDRWhen an AI system produces unfair or skewed results.

Bias in AI happens when a system reflects unfair patterns from its training data, design or use. It can lead to inaccurate, exclusionary or discriminatory outcomes if not tested and managed carefully.

Chatbot

Chatbot

TLDRA software assistant that responds in conversation.

A chatbot is a conversational tool that can answer questions, provide support or guide users through tasks. Modern AI chatbots often use large language models to create more natural and flexible responses.

Computer Vision

Computer Vision

TLDRAI that understands images and video.

Computer vision is a field of AI that enables systems to interpret visual information. It can be used for image recognition, object detection, facial recognition, quality control, medical imaging and visual search.

Context Window

Context Window

TLDRThe amount of information an AI can consider at once.

A context window is the limit on how much text, data or conversation history an AI model can process in a single interaction. A larger context window allows the model to work with longer documents and more background information.

Data Privacy

Data Privacy

TLDRProtecting personal or sensitive information.

Data privacy is the practice of handling personal, business or sensitive data responsibly. With AI tools, this includes understanding what data is shared, how it is stored, whether it trains models and who can access it.

Deep Learning

Deep Learning

TLDRMachine learning using layered neural networks.

Deep learning is a branch of machine learning that uses multi-layered neural networks to process complex data. It powers many modern AI systems, including image recognition, speech recognition and large language models.

Embedding

Embedding

TLDRA numerical representation of meaning.

An embedding converts text, images or other data into numbers that represent meaning or similarity. Embeddings help AI systems search, compare and organise information based on concepts rather than exact wording.

Fine-Tuning

Fine-Tuning

TLDRAdapting an AI model for a specific task or style.

Fine-tuning is the process of taking an existing AI model and training it further on a more specific dataset. This can make the model better at a particular task, tone, domain or type of output.

Foundation Model

Foundation Model

TLDRA large general-purpose model used as a base for many tasks.

A foundation model is a large AI model trained on broad data that can be adapted to many different uses. Large language models and image generation models are common examples.

Generative AIGenAI

Generative AI

GenAI

TLDRAI that creates new content.

Generative AI refers to AI systems that can create new outputs such as text, images, video, audio, code or designs. Instead of only analysing data, it produces something new based on patterns it has learned.

Graphics Processing UnitGPU

Graphics Processing Unit

GPU

TLDRA specialist chip used to process lots of calculations at once.

A graphics processing unit is a type of computer chip originally designed for graphics and video processing. GPUs are widely used in AI because they can handle many calculations in parallel, making them useful for training and running large AI models.

Hallucination

Hallucination

TLDRWhen AI confidently gives incorrect information.

A hallucination happens when an AI system produces an answer that sounds plausible but is wrong, invented or unsupported by the available evidence. This is why important AI outputs should be checked.

Human In The LoopHITL

Human In The Loop

HITL

TLDRA person reviews or guides the AI process.

Human in the loop means a human remains involved in an AI workflow, usually to review, approve, correct or guide the output. It is important when accuracy, brand voice, ethics or judgement matter.

Inference

Inference

TLDRWhen an AI model generates an answer or prediction.

Inference is the process of using a trained AI model to produce an output. When you ask a chatbot a question and it replies, the model is performing inference.

Large Language ModelLLM

Large Language Model

LLM

TLDRAn AI model trained to understand and generate text.

A large language model is an AI system trained on huge amounts of text so it can understand, summarise, translate, reason and generate language. ChatGPT, Claude and Gemini are examples of products powered by LLMs.

Machine LearningML

Machine Learning

ML

TLDRAI that learns patterns from data.

Machine learning is a type of AI where systems improve at a task by learning from data rather than being programmed with every rule manually. It is commonly used for predictions, recommendations, classification and pattern recognition.

Model

Model

TLDRThe AI system trained to perform a task.

A model is the trained system that processes inputs and produces outputs. Different AI models are designed for different jobs, such as writing text, generating images, transcribing audio or predicting behaviour.

Multimodal AI

Multimodal AI

TLDRAI that can work with more than one type of input.

Multimodal AI can process and generate different types of information, such as text, images, audio, video and files. For example, a multimodal assistant might read a document, analyse a chart and explain an image in one workflow.

Natural Language ProcessingNLP

Natural Language Processing

NLP

TLDRAI for understanding and working with human language.

Natural language processing is the area of AI focused on language tasks such as summarisation, translation, sentiment analysis, chatbots, speech-to-text and text generation.

Neural Network

Neural Network

TLDRA model inspired by how brains process information.

A neural network is a computing model made up of connected layers that process information. It learns patterns by adjusting internal weights, making it useful for recognising images, understanding language and making predictions.

Prompt

Prompt

TLDRThe instruction or input given to an AI system.

A prompt is the message, instruction, question or context given to an AI tool to guide its response. Better prompts usually include the goal, background, constraints, audience and desired format.

Prompt Engineering

Prompt Engineering

TLDRDesigning prompts to get better AI outputs.

Prompt engineering is the practice of writing, testing and refining prompts so an AI system produces more useful, accurate and relevant responses. It often involves giving context, examples, structure and clear success criteria.

Retrieval Augmented GenerationRAG

Retrieval Augmented Generation

RAG

TLDRAI that retrieves information before answering.

Retrieval augmented generation combines an AI model with a search or knowledge retrieval system. The AI first pulls relevant information from documents, databases or websites, then uses that information to generate a more grounded response.

Token

Token

TLDRA small unit of text processed by an AI model.

A token is a chunk of text used by AI models to read and generate language. It may be a word, part of a word or punctuation. Model limits and pricing are often based on token usage.

Training Data

Training Data

TLDRThe data used to teach an AI model.

Training data is the information used to build an AI model. The model learns patterns from this data, which can include text, images, audio, code or structured datasets depending on the type of system.

Vector Database

Vector Database

TLDRA database for searching by meaning.

A vector database stores embeddings so information can be searched by similarity. It is often used in AI systems that need to find relevant documents, FAQs, products or knowledge before generating an answer.