What Is an LLM?
A large language model is an AI system trained to predict and generate text from patterns in language data.
Knowledge base
Short practical explainers for AI tools, API keys, local models, AI search, LLM APIs, and useful software.
A large language model is an AI system trained to predict and generate text from patterns in language data.
AI chatbots send your conversation to a model, receive generated text, and keep enough context to continue the exchange.
Tokens are the small text units AI models read and generate, and they are often used for pricing and limits.
A context window is the amount of text, files, messages, and tool results a model can consider at one time.
A prompt is the instruction or input given to an AI model; a system prompt sets higher-level behavior for the session.
Prompt engineering is the practice of writing clear instructions, context, examples, and constraints for AI models.
AI hallucinations are answers that sound plausible but contain false, unsupported, or invented information.
Grounding means connecting an AI answer to trusted information such as documents, search results, databases, or tool outputs.
Major model families are groups of AI models offered by different providers, each with its own strengths, tools, and pricing.
An AI model provider builds, hosts, or distributes AI models and gives users a way to access them.
Open-source, open-weight, and closed models differ in what you can inspect, run, modify, and redistribute.
Small language models trade some capability for lower cost, faster speed, easier hosting, and better fit for narrow tasks.
A reasoning model is tuned to spend more computation on multi-step problems, planning, coding, math, and careful analysis.
Multimodal AI can work with more than one type of input or output, such as text, images, audio, video, or files.
An API lets software talk to other software, and an API key identifies which account is making the request.
OpenRouter is an API gateway that lets apps access many AI models through one account and one compatible API.
A simple explainer for OpenRouter, OpenRouter API keys, model selection, spending control, and safe use inside AI tools.
OpenRouter gives one access layer for many models, while direct API access connects your app to each provider separately.
BYOK means a tool lets users provide their own API key instead of the tool owner paying for all AI usage.
AI API pricing is usually based on model choice, input tokens, output tokens, and sometimes tool or media usage.
Rate limits control how many API requests or tokens an account can use within a time period.
Latency is the delay between sending an AI request and receiving useful output back.
A practical overview of Perplexity, AI search, cited answers, research workflows, and when to verify source links.
AI search produces synthesized answers, while traditional search focuses on ranking links and snippets.
Web browsing lets an AI system fetch current web pages instead of relying only on its built-in training data.
Citations are links or references that show where an AI answer found supporting information.
Fact-checking AI answers means tracing claims to primary sources, checking dates, and looking for missing context.
RAG, or retrieval-augmented generation, lets an AI answer using retrieved documents or data.
RAG supplies external information at answer time, while fine-tuning changes model behavior through additional training.
Embeddings are numeric representations of text, images, or other data that help software compare meaning.
Semantic search finds information by meaning, not just by matching exact words.
A vector database stores embeddings and lets systems search for nearby vectors quickly.
Chunking splits large documents into smaller pieces so a RAG system can retrieve focused context.
Reranking reorders retrieved results so the most useful context is more likely to reach the model.
RAG systems can fail when retrieval, source data, permissions, prompts, or model interpretation go wrong.
An AI agent is a system that can use a model, tools, context, and decisions to work toward a goal.
A chatbot mainly replies in conversation, while an agent can take steps and use tools to complete tasks.
Workflow automation follows predefined steps, while an AI agent can adapt steps based on context and model decisions.
Tool calling lets an AI model request an external action, such as searching, reading a file, or calling an API.
Function calling is a structured form of tool calling where the model outputs arguments for a defined function.
Agent memory stores useful information across steps or sessions so an AI system can use it later.
MCP, the Model Context Protocol, is a standard way for AI apps to connect models to external tools and data sources.
An MCP server exposes tools, resources, or prompts that an AI application can use through the Model Context Protocol.
An API is any software interface; MCP is a specific protocol for connecting AI apps to tools and context.
Permissions and approvals keep AI agents from taking sensitive actions without the right authority or review.
A local LLM runs on your own computer or server instead of being hosted by a cloud AI provider.
Local AI gives more control over where inference runs, while cloud AI often gives better convenience, scale, and top model quality.
A short explanation of LM Studio, local LLMs, OpenAI-compatible local servers, and when local AI makes sense.
Ollama is a tool for downloading, running, and serving local AI models with a simple command-line workflow.
OpenWebUI is a web interface for using local or self-hosted AI models through a browser.
LM Studio, Ollama, and OpenWebUI solve different parts of the local AI experience.
GGUF is a model file format commonly used for running quantized local language models.
Quantization compresses model weights so a model can use less memory and often run faster.
VRAM is graphics card memory, and it affects which local AI models can run efficiently on your GPU.
OpenAI Codex is a coding agent experience for asking AI to read, edit, test, and explain code.
AI coding agents can inspect code, plan changes, edit files, run tests, and iterate toward a development goal.
A coding assistant suggests or explains code, while a coding agent can take multi-step action in a project.
Claude Code is Anthropic's agentic coding tool for working with projects from a developer environment.
Cursor is an AI-powered code editor that adds chat, codebase context, edits, and agentic coding workflows.
GitHub Copilot is an AI coding product that helps write, explain, complete, and review code inside developer workflows.
Vibe coding means building software by describing intent to AI tools and iterating quickly through generated changes.
A sandbox is an isolated environment where code or AI actions can run with limited access and lower risk.
Coding agents make mistakes when requirements, context, tests, dependencies, or reasoning are incomplete.
Prompt injection is an attack or failure mode where outside text tries to override the AI system instructions.
An AI jailbreak is an attempt to bypass a model or app safety policy through adversarial instructions.
AI guardrails are rules, checks, and controls that guide or limit what an AI system can do.
Sensitive personal, financial, legal, medical, security, and confidential business data should be handled carefully or not uploaded.
AI systems can leak private data through logs, prompts, tool access, misconfiguration, or unsafe outputs.
A safer chatbot uses clear scope, approved knowledge, privacy controls, escalation paths, and human review for risky cases.
Human approval creates a checkpoint before an AI agent takes actions that could cause real-world harm or cost.
An AI website chatbot answers visitor questions using a language model, site context, and sometimes business data.
A regular chatbot follows scripted rules, while an AI chatbot can interpret language and generate flexible answers.
An AI chatbot automates answers, while live chat connects visitors to a human support or sales person.
A knowledge base chatbot answers from approved documents, website pages, FAQs, or business information.
Business chatbots usually retrieve relevant company information and ask the model to answer from that context.
A business chatbot should avoid unsupported promises, sensitive data, professional advice, and actions outside its authority.
AI chatbots can make mistakes because models generate language, knowledge can be missing, and user questions can be ambiguous.
AI chatbot costs can include model usage, messages, retrieval, hosting, integrations, setup, and human review.
No matching knowledge titles.