Tag: LLM

17 items found

Glossary

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.

Glossary

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.

Glossary

AI Guardrails

AI guardrails are control layers that constrain model inputs, outputs, and tool use against safety, policy, and quality rules.

Glossary

Chatbot

A chatbot is a conversational interface that answers user requests through scripted flows, retrieval, or AI-generated responses.

Glossary

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.

Glossary

Conversational AI

Conversational AI lets software understand language, keep context, and complete multi-turn conversations over text or voice.

Glossary

Fine-tuning

Fine-tuning retrains a pre-trained model on selected examples so it behaves more consistently for a task, tone, or domain.

Glossary

Generative Engine Optimization (GEO)

Generative engine optimization makes content discoverable, understandable, and trustworthy for AI-powered search and answer experiences.

Glossary

Hallucination (AI)

AI hallucination is when a model produces information that sounds plausible but is false, unsupported, or not grounded in the source.

Glossary

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.

Glossary

LLMOps

LLMOps is the practice of testing, monitoring, versioning, and safely operating applications built on large language models.

Glossary

Model Context Protocol (MCP)

Model Context Protocol lets AI applications connect to tools, files, and external systems through a shared context interface.

Glossary

Multimodal AI

Multimodal AI can understand and generate across data types such as text, images, audio, video, and structured tables.

Glossary

Prompt Engineering

Prompt engineering designs instructions, context, examples, and constraints so language models produce more useful, consistent, and reviewable output.

Glossary

Prompt Injection

Prompt injection is an attack where user or external content tries to override hidden instructions and steer an AI model.

Glossary

RAG (Retrieval-Augmented Generation)

RAG is an AI architecture where a language model retrieves relevant passages from documents or databases before generating an answer.

Glossary

Token (LLM)

A token is a word, subword, character, or symbol unit that language models process, shaping context size, cost, and speed.