AI Glossary — Key Terms Explained (2026)

By Navneet Arya ·

An AI glossary explains the technical terms behind AI tools in plain language — this page covers 22 of the most commonly searched terms, from LLM and RAG to hallucination and fine-tuning.

Clear definitions of 49 AI terms — LLM, GPT, RAG, prompt engineering, fine-tuning, and more. Written for beginners, updated for 2026.

What does "hallucination" actually look like in practice?

Answer: a hallucination is when an AI model states something false with the same confidence as something true, and the fix is always to verify against a primary source, not to trust fluent-sounding output.

Context: hallucinations happen because a language model is predicting statistically likely text, not looking up facts, unless it's specifically using retrieval-augmented generation (RAG) to ground its answer in real documents.

Example: asking a model "what year was AI Nexus founded?" without giving it that information risks a confident but invented answer, since the model has no ground truth to retrieve — the same way it would invent a plausible-sounding citation for a fact it was never trained on.

Frequently asked AI terminology questions

What is AGI?

A hypothetical type of AI that can understand, learn, and apply knowledge across any intellectual task a human can perform.

What is AI Agent?

An autonomous AI system that can perceive its environment, make decisions, and take actions to accomplish specific goals.

What is API?

A set of rules and protocols that allows different software applications to communicate with each other.

What is Chain-of-Thought?

A prompting technique that encourages a language model to break down complex reasoning into intermediate steps before arriving at a final answer.

What is Deep Learning?

A subset of machine learning that uses neural networks with many layers to learn complex patterns from large amounts of data.

What is Diffusion Model?

A type of generative AI model that creates images by learning to reverse a gradual noising process. DALL·E, Midjourney, and Stable Diffusion all use this approach.

What is Embedding?

A numerical representation of text, images, or other data as a dense vector in a high-dimensional space. Embeddings capture semantic meaning.

What is Fine-Tuning?

The process of taking a pre-trained AI model and further training it on a smaller, task-specific dataset to improve its performance.

What is Foundation Model?

A large AI model trained on broad, diverse data that can be adapted to a wide range of downstream tasks. GPT-4, Claude, Llama, and Gemini are all foundation models.

What is GPT?

A family of large language models developed by OpenAI that generate text by predicting the next token in a sequence.