Tag: LLM
17 items found
Glossary Terms
Agentic AI
Agentic AI is an AI approach where systems plan tasks, use tools, and adjust their next steps instead of producing a single reply.
AI Agent
An AI agent is a software component that uses an LLM, tools, and data sources to plan steps and complete a defined goal.
AI Guardrails
AI guardrails are control layers that constrain model inputs, outputs, and tool use against safety, policy, and quality rules.
Chatbot
A chatbot is a conversational interface that answers user requests through scripted flows, retrieval, or AI-generated responses.
Context Window
A context window is the total token capacity a language model can read and consider while generating one response in a single request.
Conversational AI
Conversational AI lets software understand language, keep context, and complete multi-turn conversations over text or voice.
Fine-tuning
Fine-tuning retrains a pre-trained model on selected examples so it behaves more consistently for a task, tone, or domain.
Generative Engine Optimization (GEO)
Generative engine optimization makes content discoverable, understandable, and trustworthy for AI-powered search and answer experiences.
Hallucination (AI)
AI hallucination is when a model produces information that sounds plausible but is false, unsupported, or not grounded in the source.
LLM (Large Language Model)
An LLM is a model trained on large text datasets that can understand and generate natural language, forming the basis of tools like ChatGPT.
LLMOps
LLMOps is the practice of testing, monitoring, versioning, and safely operating applications built on large language models.
Model Context Protocol (MCP)
Model Context Protocol lets AI applications connect to tools, files, and external systems through a shared context interface.
Multimodal AI
Multimodal AI can understand and generate across data types such as text, images, audio, video, and structured tables.
Prompt Engineering
Prompt engineering designs instructions, context, examples, and constraints so language models produce more useful, consistent, and reviewable output.
Prompt Injection
Prompt injection is an attack where user or external content tries to override hidden instructions and steer an AI model.
RAG (Retrieval-Augmented Generation)
RAG is an AI architecture where a language model retrieves relevant passages from documents or databases before generating an answer.
Token (LLM)
A token is a word, subword, character, or symbol unit that language models process, shaping context size, cost, and speed.