AIBrainBlog
HomeBlogAI ToolsComparisonsGlossaryAbout
Subscribe
AIBrainBlog

AIBrainBlog — your hub for Artificial Intelligence, productivity, automation, SaaS, prompt engineering and AI agents. Deep guides, tool reviews and comparisons.

Content

  • Blog
  • AI Tools
  • Comparisons
  • Glossary

Company

  • About
  • Contact
  • Newsletter

Legal

  • Privacy Policy
  • Terms of Service

© 2026 AIBrainBlog. Built by SmartMan Labs.

Helping you work smarter with AI — every day.

HomeGlossary

Reference

The AI Glossary

Plain-English definitions of the AI terms that actually matter.

Fundamentals

Artificial Intelligence (AI)

Artificial Intelligence is the field of building computer systems that perform tasks normally requiring human intelligence, such as understanding language, recognizing images and making decisions.

Large Language Model (LLM)

A Large Language Model is a neural network trained on vast amounts of text that can generate, summarize and reason about language. Examples include GPT, Claude and Gemini.

Token

A token is a chunk of text — roughly 4 characters or three-quarters of a word — that language models use as their basic unit of processing and billing.

Context Window

The context window is the maximum amount of text (measured in tokens) a model can consider at once, including both the prompt and its response.

Hallucination

A hallucination is when an AI model produces information that sounds plausible but is factually incorrect or fabricated.

Multimodal AI

Multimodal AI refers to models that can understand and generate more than one type of data — for example text, images, audio and video together.

Prompting

Prompt Engineering

Prompt engineering is the practice of designing and refining the instructions given to an AI model to get accurate, useful and consistent results.

Agents

AI Agent

An AI agent is a system that uses an AI model to autonomously plan and execute multi-step tasks, often calling tools, APIs or other agents to reach a goal.

Model Context Protocol (MCP)

MCP is an open standard that lets AI applications connect to external tools and data sources through a consistent interface.

Techniques

Retrieval-Augmented Generation (RAG)

RAG is a technique that retrieves relevant documents from a knowledge base and feeds them to an LLM so its answers are grounded in specific, up-to-date data.

Fine-Tuning

Fine-tuning adapts a pre-trained model to a specific task or domain by training it further on a smaller, specialized dataset.

Embedding

An embedding is a numerical vector representation of text or data that captures meaning, enabling semantic search and similarity comparisons.