18 terms defined

AI & Prompt Engineering Glossary

Every AI and prompt engineering term explained in plain language. Whether you're just getting started or building production AI systems, this is your reference guide.

AI Agent

Concepts

An AI system that can perform tasks autonomously using tools, memory, and decision-making.

Read more →

Chain-of-Thought Prompting

Techniques

Asking the AI to reason through a problem step by step before giving an answer.

Read more →

ChatGPT

Models

OpenAI's conversational AI tool, the most widely used AI chatbot in the world.

Read more →

Claude

Models

Anthropic's AI assistant, known for long context windows and nuanced reasoning.

Read more →

Context Window

Infrastructure

The maximum amount of text an AI model can process in a single conversation.

Read more →

Few-Shot Prompting

Techniques

Providing a few examples in your prompt so the AI understands the pattern you want.

Read more →

Fine-Tuning

Concepts

Training an existing AI model on your specific data to specialize its behavior.

Read more →

Gemini

Models

Google's AI model family, deeply integrated with Google's ecosystem of products.

Read more →

Grounding

Concepts

Connecting AI responses to verifiable sources of truth so it doesn't make things up.

Read more →

Guardrails

Concepts

Rules and boundaries that prevent an AI from producing harmful, off-topic, or unwanted outputs.

Read more →

Hallucination

Concepts

When an AI generates information that sounds convincing but is factually incorrect.

Read more →

Large Language Model (LLM)

Infrastructure

The AI technology behind tools like ChatGPT and Claude that understands and generates human language.

Read more →

Prompt

Fundamentals

A text instruction given to an AI model to generate a response.

Read more →

Prompt Engineering

Techniques

The practice of designing and refining prompts to get better AI responses.

Read more →

RAG (Retrieval-Augmented Generation)

Concepts

A technique that gives AI access to external data so it can answer questions using real, up-to-date information.

Read more →

System Prompt

Fundamentals

A hidden instruction that sets the AI's behavior, role, and rules before a conversation begins.

Read more →

Temperature

Infrastructure

A setting that controls how creative or predictable an AI's responses are.

Read more →

Tokens

Infrastructure

The small chunks of text that AI models process — roughly 3/4 of a word each.

Read more →

Frequently Asked Questions

What is prompt engineering?
Prompt engineering is the skill of crafting, testing, and refining prompts to get the best possible responses from AI models. It's part writing, part experimentation, and part understanding how AI models interpret instructions. Good prompt engineers know how to structure instructions clearly, provide the right amount of context, use techniques like few-shot examples and chain-of-thought reasoning, and iterate on their prompts based on the outputs they receive. As AI becomes more central to business workflows, prompt engineering is becoming a core professional skill — not just for developers, but for marketers, support teams, writers, and anyone who works with AI tools regularly.
What is an AI agent?
An AI agent is an AI system that goes beyond simple question-and-answer interactions. It can make decisions, use tools (like searching the web, running code, or accessing databases), maintain memory across interactions, and work toward goals with minimal human intervention. Think of it as the difference between asking someone a question (a chatbot) and hiring someone to do a job (an agent). A customer support agent doesn't just answer questions — it looks up order information, processes refunds, escalates issues, and follows company policies. Building effective AI agents requires well-crafted system prompts that define the agent's role, available tools, decision-making rules, and boundaries.
What is the difference between ChatGPT and Claude?
ChatGPT (by OpenAI) and Claude (by Anthropic) are both top-tier large language models, but they have different strengths. ChatGPT is known for its broad capabilities and large plugin ecosystem, while Claude is known for its industry-leading 200K token context window (able to process roughly 500 pages at once), nuanced reasoning, and a focus on safety and honesty. ChatGPT offers GPT-4 through its Plus plan, while Claude offers multiple model sizes (Opus, Sonnet, Haiku). Many professionals use both depending on the task. For long document analysis, Claude often excels; for tasks requiring integrations and plugins, ChatGPT has more options.
What is RAG in AI?
Retrieval-Augmented Generation (RAG) is a technique that combines AI language models with external data sources. Instead of relying solely on what the AI learned during training (which has a knowledge cutoff date), RAG first retrieves relevant information from a database, document collection, or knowledge base, then feeds that information into the AI's prompt so it can generate an answer grounded in real data. RAG dramatically reduces hallucinations and enables AI to work with private, proprietary, or real-time data that wasn't in its training set. It's the foundation of most enterprise AI applications — customer support bots that access help documentation, internal assistants that search company wikis, and research tools that query academic databases.
What are AI hallucinations?
Hallucination is when an AI model generates information that sounds confident and plausible but is actually false, made up, or inaccurate. This happens because AI models are trained to produce likely-sounding text, not to verify facts. They can fabricate statistics, cite non-existent research papers, invent historical events, or confidently give wrong answers to factual questions. Hallucinations are one of the biggest challenges in AI deployment. They're particularly dangerous in high-stakes domains like healthcare, legal, and finance where incorrect information can have serious consequences. The best defense is combining AI with retrieval systems (RAG), adding explicit "don't make things up" rules to your prompts, and always verifying critical information.

Ready to put these concepts into practice?

Browse our prompt library to find ready-to-use prompts across writing, coding, marketing, and more.

Explore Prompt Library