AI Tools Review

AI Glossary

The definitive guide to the terminology powering the Artificial Intelligence revolution.

A

A

Technical

Agent Swarms

A system of multiple autonomous AI agents collaborating to solve complex problems by mimicking biological hive minds.

Deep Dive
General

Agentic Workflow

A process where AI models autonomously plan, execute, and iterate on tasks using tools rather than just responding to prompts.

Definition only
General

AGI (Artificial General Intelligence)

A theoretical AI system capable of accomplishing any intellectual task that a human being can do.

Definition only
General

Alignment

The field of AI safety focused on ensuring AI systems' goals and behaviors match human values and intent.

Definition only
C

C

Technical

Chain of Thought (CoT)

A prompting technique encouraging LLMs to break down reasoning into intermediate steps to improve logic accuracy.

Definition only
Technical

Context Window

The limit on the amount of text (tokens) an AI model can process and remember in a single conversation.

Definition only
E

E

Technical

Embeddings

Numerical representations (vectors) of text that capture semantic meaning, allowing computers to understand relationships between words.

Definition only
F

F

Development

Fine-tuning

The process of training a pre-trained model on a smaller, specific dataset to specialize it for a particular task.

Definition only
General

Foundation Model

A large-scale model trained on vast data that can be adapted (e.g., via fine-tuning) to a wide range of downstream tasks.

Definition only
H

H

General

Hallucination

When an AI model generates incorrect, nonsensical, or unverifiable information but presents it as fact.

Definition only
I

I

Development

Inference

The stage where a trained model processes live data to make predictions or generate content.

Definition only
L

L

General

LLM (Large Language Model)

A deep learning algorithm that can recognize, summarize, translate, predict, and generate text and other content based on knowledge gained from massive datasets.

Definition only
Technical

LoRA (Low-Rank Adaptation)

A technique for fine-tuning large models efficiently by updating only a small subset of parameters.

Definition only
M

M

Technical

Model Collapse

A degenerative process where AI models trained on AI-generated data progressively lose quality and diversity.

Definition only
Technical

MoE (Mixture of Experts)

An architecture that uses multiple specialized sub-models (‘experts’) and activates only the relevant ones for each query to save compute.

Definition only
Technical

Multimodal AI

AI capable of processing and generating multiple media types simultaneously (text, images, audio, video).

Definition only
P

P

Technical

Parameters

The internal variables learned by the model during training; roughly equivalent to the ‘brain cells’ of the AI.

Definition only
General

Prompt Engineering

The art of crafting inputs (prompts) to guide Generative AI models to produce optimal outputs.

Definition only
R

R

Development

RAG (Retrieval-Augmented Generation)

Enhancing LLM responses by retrieving relevant data from external sources before generating an answer.

Deep Dive
Technical

RLHF (Reinforcement Learning from Human Feedback)

Training models by using human feedback to reward desired behaviors and punish undesired ones.

Definition only
S

S

Development

Semantic Search

Searching based on the meaning and intent of phrases rather than just keyword matching.

Definition only
Development

Synthetic Data

Data artificially generated by AI models rather than collected from real-world events.

Definition only
T

T

Technical

Temperature

A parameter controlling the randomness of an AI's output. Higher temperature = more creative; Lower = more deterministic.

Definition only
Technical

Token

The basic unit of text for an LLM (roughly 0.75 words). Costs and limits are often measured in tokens.

Definition only
Technical

Transformer

The neural network architecture introduced by Google in 2017 that serves as the backbone for modern LLMs like GPT and Claude.

Definition only
V

V

Development

Vector Database

A database optimized for storing and querying high-dimensional vectors (embeddings), essential for RAG applications.

Definition only
Z

Z

Technical

Zero-shot Learning

The ability of a model to perform a task without being given any specific examples (shots) in the prompt.

Definition only