Skip to content

AI Glossary

131 AI terms explained in plain English. Built for tool users, not PhD researchers.

A

Academic Writing Writing

A formal, evidence-based writing style used in research papers, essays, and scholarly publications, characterized by structured argumentation and citation practices.

Agentic AI Agents

AI systems designed to operate with autonomy — planning, reasoning, and executing multi-step tasks with minimal human guidance.

AGI (Artificial General Intelligence) Core

A hypothetical AI system that can understand, learn, and perform any intellectual task that a human can — unlike today's AI, which excels at specific tasks.

AI (Artificial Intelligence) Core

Technology that enables machines to perform tasks that typically require human intelligence, such as understanding language, recognizing images, and making decisions.

AI Agent Agents

An AI system that can independently plan, make decisions, and take actions to accomplish goals — going beyond simple question-and-answer interactions.

AI Content Detection Detect

The automated identification of text produced by large language models, used by platforms, publishers, and educators to enforce human-authorship policies.

AI Detection Detect

The process of identifying whether a piece of text was written by an AI model rather than a human.

AI Detection Score Detect

A percentage or probability rating that indicates how likely a piece of text was generated by an AI model.

AI Detector Detect

A tool that analyzes text to estimate the probability it was written by an AI language model rather than a human.

AI Generated Content Writing

Text, images, or other media produced by artificial intelligence models in response to a prompt, without direct human authorship of the output.

AI Humanizer Writing

A tool that rewrites AI-generated text to sound naturally human and bypass AI detection software.

AI Paraphrasing Writing

Using AI to restate existing text in different words while preserving the original meaning.

AI Watermarking Detect

A technique where AI-generated text is encoded with invisible statistical patterns that identify it as machine-generated.

Alignment Safety

The challenge of ensuring AI systems behave in ways that match human values and intentions, especially as they become more capable.

API (Application Programming Interface) Infra

A set of rules that lets software applications communicate with each other — in AI, it's how developers integrate AI capabilities into their own products.

API Access SaaS

Programmatic access to a platform's features through an Application Programming Interface, enabling integration with other tools and automated workflows.

Autonomous Agent Agents

An AI agent that operates independently over extended periods, making decisions and taking actions without requiring human approval at each step.

C

Chain-of-Thought (CoT) LLM

A prompting technique where you ask the AI to show its reasoning step by step — significantly improving accuracy on complex problems.

Chatbot Core

A software application that simulates conversation with users, ranging from simple rule-based systems to sophisticated AI-powered assistants like ChatGPT.

ChatPDF Docs

A tool that lets users ask questions and extract information from PDF documents using conversational AI.

Checkpoint Image

A saved snapshot of a trained AI model's weights at a specific point, commonly used in Stable Diffusion to produce different art styles.

Classifier Model Detect

A machine learning model trained to assign input data to predefined categories — in AI detection, typically to label text as human-written or AI-generated.

Constitutional AI Safety

Anthropic's approach to AI alignment where the model is trained to follow a set of explicit principles rather than relying solely on human feedback.

Content Humanization Writing

The broader process of making AI-generated content feel natural, credible, and authentically human — beyond just defeating AI detectors.

Context Window LLM

The maximum amount of text an AI model can process in a single conversation — measured in tokens. A larger context window means the AI can 'remember' more.

Conversational AI Core

AI technology specifically designed for natural, human-like dialogue — the engine behind chatbots, voice assistants, and customer service automation.

P

Parameters LLM

The learned numerical values inside a neural network that determine its behavior — more parameters generally means more capability. GPT-4 is estimated to have 1.8 trillion parameters.

PDF Compression Docs

Reducing the file size of a PDF by optimizing images, removing redundant data, and adjusting quality settings.

PDF Merge Docs

Combining multiple PDF files into a single document while preserving formatting, page order, and structure.

Perplexity Tools

An AI-powered search engine that answers questions with cited sources — combining the conversational nature of ChatGPT with the citation rigor of traditional search.

Perplexity Score Detect

A measure of how predictable a text is to a language model — lower scores indicate more AI-like, highly predictable writing.

Plagiarism Detection Detect

Software that compares text against existing published content to identify copied or unoriginal passages.

Pre-training LLM

The initial training phase where an AI model learns general knowledge from massive datasets before being specialized for specific tasks.

Prompt LLM

The text input you give to an AI model — your question, instruction, or creative brief that tells the AI what to do.

Prompt Engineering LLM

The practice of crafting effective prompts to get better results from AI models — a skill that combines clear communication, technical understanding, and creative problem-solving.

Prompt Injection Safety

An attack where malicious text is embedded in user input to override the AI's system instructions or extract hidden prompts.

S

SaaS SaaS

Software as a Service — a software delivery model where applications are hosted in the cloud and accessed via subscription rather than installed locally.

Schema Markup Infra

Structured data added to web pages that helps search engines understand the content — enabling rich results like star ratings, FAQs, and product info in search listings.

SDK (Software Development Kit) Infra

A collection of tools, libraries, and documentation that makes it easier for developers to integrate AI services into their applications.

Self-hosting Infra

Running AI models on your own hardware or private cloud instead of using a provider's API — giving you full control over data, costs, and customization.

Semantic Search LLM

Search that understands meaning and intent rather than just matching keywords — 'affordable places to eat nearby' finds budget restaurants even if they don't use the word 'affordable.'

Sentiment Analysis Core

AI that detects the emotional tone of text — identifying whether content is positive, negative, neutral, angry, sarcastic, or other emotions.

SEO Content Content

Written content specifically optimized to rank in search engine results pages by addressing target keywords and satisfying search intent.

Stable Diffusion Image

The leading open-source AI image generation model, created by Stability AI. Unlike Midjourney or DALL-E, it can be run locally on your own computer.

Structured Output LLM

AI responses formatted in machine-readable structures (JSON, tables, lists) rather than free-form text — essential for building reliable AI applications.

Stylometry Detect

The quantitative analysis of writing style used to identify authorship or distinguish human writing from machine-generated text.

Supervised Learning Core

A machine learning approach where the model learns from labeled examples — given inputs paired with correct outputs, it learns to predict the right output for new inputs.

System Prompt LLM

Hidden instructions given to an AI model by the application developer that define the AI's behavior, personality, knowledge boundaries, and rules — invisible to the end user.

T

Temperature LLM

A setting that controls how random or creative an AI's responses are. Low temperature = predictable and focused. High temperature = diverse and creative.

Text Rewriting Writing

The process of rewriting existing content to improve clarity, change tone, adjust reading level, or repurpose for a different context.

Text-to-Image Image

AI technology that generates images from text descriptions — type what you want to see and the AI creates it.

Text-to-Speech (TTS) Voice

AI that converts written text into natural-sounding spoken audio — used for voiceovers, audiobooks, accessibility, and content creation.

Text-to-Video Image

AI that generates video clips from text descriptions — one of the most rapidly advancing areas of AI in 2024-2025.

Token LLM

The basic unit of text that AI models process — roughly equivalent to a word or word fragment. AI pricing, context windows, and rate limits are all measured in tokens.

Tokenization LLM

The process of splitting text into tokens — the fundamental preprocessing step before any AI language model can process your input.

Tool Use (Function Calling) Agents

The ability of an AI model to invoke external tools and APIs during a conversation — searching the web, running code, querying databases, or calling any programmatic function.

Top-p (Nucleus Sampling) LLM

A generation parameter that controls which tokens the model considers — only tokens within the top probability mass are eligible, filtering out unlikely choices.

Training Core

The process of feeding data to an AI model so it learns patterns and builds its capabilities — the foundation of all machine learning.

Training Data Core

The data used to train an AI model — its quality, quantity, and composition directly determine the model's capabilities and biases.

Transfer Learning Core

Using knowledge a model learned from one task or dataset to improve performance on a different but related task — the principle behind fine-tuning.

Transformer LLM

The neural network architecture behind virtually all modern AI language models — introduced in 2017 by Google and now the foundation of GPT, Claude, Gemini, and Llama.

Turnitin Detect

An academic plagiarism and AI detection platform widely used by universities to flag submitted work.

Learn by doing

Try the AI tools behind these concepts. 131+ browser-first tools for direct first-pass work.