Home / Reference / Beginner AI Glossary
Reference

Beginner AI Glossary

๐Ÿ“– 5 min read Updated 2025 Glossary Reference

AI Terms Explained in Plain English

A reference guide to the terms you'll encounter most often as you build your AI literacy. Bookmark this page.

Algorithm
A set of rules or step-by-step instructions that a computer follows to solve a problem. AI algorithms learn from data to improve their outputs over time.
Artificial Intelligence (AI)
Computer systems designed to perform tasks that normally require human intelligence โ€” such as recognizing speech, translating languages, making decisions, and generating content.
Machine Learning (ML)
A method where systems improve by learning patterns from data, without being explicitly programmed for every case. Most modern AI uses machine learning.
Neural Network
A computational model loosely inspired by the human brain. Layers of connected nodes process data and help AI systems recognize patterns in images, text, and audio.
Large Language Model (LLM)
An AI model trained on enormous amounts of text data. LLMs understand and generate human language at a sophisticated level. ChatGPT, Claude, and Gemini are all LLMs.
Generative AI
AI systems that create new content โ€” text, images, audio, video, or code โ€” based on patterns learned during training. The fastest-growing category of AI in recent years.
Prompt
The instruction, question, or input you give to an AI system. The quality of your prompt directly affects the quality of the output.
Hallucination
When an AI generates incorrect or fabricated information with apparent confidence. A known limitation of current language models. Always verify important AI outputs.
Narrow AI
AI designed for one specific task โ€” like translating text, recommending products, or filtering spam. All AI tools available today are narrow AI.
Natural Language Processing (NLP)
The branch of AI focused on enabling computers to understand, interpret, and generate human language. Powers chatbots, translation tools, voice assistants, and text summarization.
Training Data
The dataset used to teach an AI model. The quality, diversity, and size of training data heavily influence how well โ€” and how fairly โ€” the AI performs.
Fine-tuning
Training a pre-existing AI model on additional specific data to improve its performance for a particular task or domain โ€” for example, adapting a general model for legal or medical language.
AI Agent
An AI system that can autonomously take actions, use tools, and complete multi-step tasks โ€” rather than just responding to a single prompt. An emerging frontier in practical AI deployment.
Inference
The process of running a trained AI model to produce an output. When you submit a prompt to ChatGPT and receive a response, that response is generated through inference.