61 AI Terms Explained
A practical glossary of AI concepts for builders and businesses. No jargon — just clear explanations you can actually use.
A
Agent-to-Agent Communication
ArchitectureProtocols and patterns that allow autonomous AI agents to exchange messages, share context, and coordinate actions without human intervention.
Agentic AI
FundamentalsAI systems that can autonomously plan, reason, and execute multi-step tasks with minimal human intervention.
AI Agent Bootstrap
ArchitectureThe initialization process where an AI agent loads its configuration, tools, knowledge base, and system prompt before starting to interact with users.
AI Agent Cron Jobs
ArchitectureScheduled tasks that trigger AI agents to perform actions at specific intervals, enabling proactive outreach and automated workflows.
AI Agent Heartbeat
ArchitectureA scheduled system where AI agents proactively reach out to users with personalized messages, check-ins, or updates at configured intervals.
AI Agent Hooks
ArchitectureEvent-driven callbacks that execute custom logic at specific points in an AI agent's lifecycle, such as before/after message processing or tool execution.
AI Agent Memory
ArchitectureSystems that allow AI agents to remember information about users across conversations, enabling personalized and contextually aware interactions over time.
AI Agent Soul File (SOUL.md)
ArchitectureA configuration file that defines an AI agent's core identity, personality, values, communication style, and behavioral boundaries.
AI Agent Webhooks
ArchitectureHTTP callbacks that notify external systems when specific events occur in an AI agent's lifecycle, such as new messages, completed actions, or user sign-ups.
AI Agents
ApplicationsAutonomous AI systems that can perceive their environment, make decisions, and take actions to achieve specific goals.
AI Hallucination
FundamentalsWhen an AI model generates information that sounds plausible but is factually incorrect, fabricated, or nonsensical.
AI Lead Generation
ApplicationsUsing AI agents to identify, qualify, and capture potential customers through automated conversational interactions across channels.
AI Orchestration
InfrastructureThe coordination of multiple AI models, tools, and workflows to accomplish complex tasks that require multiple steps and capabilities.
AI Safety
FundamentalsThe field focused on ensuring AI systems behave as intended, avoid harmful outputs, and remain under human control.
AI Voice Agents
ApplicationsAI systems that communicate through natural speech, handling phone calls, voice commands, and spoken conversations in real-time.
Answer Engine Optimization (AEO)
ApplicationsThe practice of optimizing content to appear in AI-generated answers from search engines and chatbots rather than traditional search results.
API
InfrastructureApplication Programming Interface — a set of rules allowing different software applications to communicate and exchange data.
Attention Mechanism
ArchitectureA technique in neural networks that allows the model to focus on the most relevant parts of input data when generating each part of the output.
C
Chain of Thought
TechniquesA prompting technique that improves AI reasoning by asking the model to show its step-by-step thinking process before arriving at an answer.
Chatbot
ApplicationsA software application designed to simulate conversation with human users through text or voice interfaces.
Claude Code
ApplicationsAn agentic coding tool by Anthropic that lets developers use Claude as an AI pair programmer directly in the terminal for code generation, debugging, and development tasks.
Clawdbot
ArchitectureAn open-source agentic AI framework for building autonomous bot systems with scheduling, memory, and multi-platform deployment capabilities.
Context Window
FundamentalsThe maximum amount of text (measured in tokens) that a language model can process in a single interaction, including both input and output.
Conversational AI
ApplicationsAI systems designed to engage in natural, contextual dialogue with humans across text and voice channels.
F
Few-Shot Learning
TechniquesTeaching AI models to perform tasks by providing a small number of examples (1-10) in the prompt rather than requiring full training.
Fine-tuning
TechniquesThe process of further training a pre-trained AI model on a specific, smaller dataset to specialize it for particular tasks or domains.
Foundation Model
ArchitectureLarge AI models trained on broad, diverse data that serve as the base for many different downstream applications and tasks.
Function Calling
ArchitectureThe ability of AI models to identify when a conversation requires calling an external function or API, and to generate the structured parameters needed to make that call.
G
Generative AI
FundamentalsAI systems that can create new content — text, images, audio, video, or code — rather than just analyzing or classifying existing data.
GPT (Generative Pre-trained Transformer)
ArchitectureA series of large language models developed by OpenAI that power ChatGPT and many AI applications worldwide.
M
Machine Learning
FundamentalsA type of artificial intelligence where computer systems learn patterns from data to make predictions or decisions without being explicitly programmed.
MCP (Model Context Protocol)
ArchitectureAn open protocol created by Anthropic that standardizes how AI assistants connect to external data sources and tools.
Mixture of Experts (MoE)
ArchitectureA neural network architecture that routes input to specialized sub-networks (experts), enabling larger models that are faster and cheaper to run.
Model Context Protocol (MCP)
ArchitectureAn open protocol standardizing how AI assistants connect to external data sources and tools through a universal interface.
Moltbook
ApplicationsA notebook-style interface for interacting with AI agents that combines structured inputs, conversation, and output formatting in a document-like layout.
Multi-Agent Systems
ArchitectureAI architectures where multiple specialized agents collaborate, delegate tasks, and coordinate to accomplish complex objectives that no single agent could handle alone.
Multimodal AI
ArchitectureAI systems that can process and generate multiple types of data — text, images, audio, and video — within a single model.
N
Natural Language Processing (NLP)
FundamentalsThe field of AI focused on enabling computers to understand, interpret, and generate human language in useful ways.
Neural Network
ArchitectureA computing system inspired by the human brain, consisting of interconnected nodes (neurons) organized in layers that process information and learn patterns.
No-Code AI
ApplicationsPlatforms and tools that enable users to build, deploy, and manage AI applications through visual interfaces without writing code.
P
Pre-training
TechniquesThe initial phase of training AI models on large, diverse datasets to learn general patterns before specialization for specific tasks.
Prompt Engineering
TechniquesThe practice of designing and refining inputs (prompts) to AI models to elicit better, more accurate, and more useful outputs.
Prompt Injection
FundamentalsA security vulnerability where malicious input attempts to override an AI system's instructions or extract its system prompt and training data.
S
Semantic Search
ApplicationsSearch that understands the meaning and intent behind queries rather than just matching keywords, powered by embeddings and vector similarity.
System Prompt
TechniquesSpecial instructions provided to an AI model that define its behavior, personality, constraints, and role for all subsequent interactions.
T
Temperature
FundamentalsA parameter that controls the randomness and creativity of AI model outputs, ranging from deterministic (low) to creative (high).
Token Optimization
ArchitectureStrategies and techniques for reducing the number of tokens consumed when interacting with AI models, lowering costs and improving performance.
Tokens
FundamentalsThe basic units that language models use to process text — typically words, word pieces, or characters that the model reads and generates.
Transformer
ArchitectureThe neural network architecture that powers modern AI language models, using self-attention mechanisms to process sequences of data in parallel.