Computing & Infrastructure

CLI
Command Line Interface — A text-based way to interact with software by typing commands in a terminal.
VPS
Virtual Private Server — A rented virtual machine hosted remotely, giving you root access and dedicated resources.
API
Application Programming Interface — A way for programs to talk to each other; defines how to request and receive data.
OAuth
Open Authorization — A standard for secure login without sharing passwords; you authorize apps to use your credentials.
WSL
Windows Subsystem for Linux — Lets you run a Linux environment (including CLI tools) natively on Windows.
Node.js
A JavaScript runtime that lets you run JavaScript outside the browser; required for OpenClaw.
npm
Node Package Manager — The default package manager for Node.js, used to install dependencies.

AI & Machine Learning

LLM
Large Language Model — An AI model trained on huge amounts of text; powers chatbots like Claude and GPT.
Token
The basic unit of text for an LLM; roughly 4 characters in English; usage is often billed per token.
Prompt
The input text you send to an LLM to get a response; how you instruct or query the model.
Context Window
The maximum amount of text (in tokens) an LLM can consider at once in a single request.
Inference
The process of an AI model generating output (e.g., a reply) from input.
Fine-tuning
Training an existing model on additional data to specialize it for a task.
RAG
Retrieval-Augmented Generation — Technique where the model fetches relevant documents before answering to improve accuracy.
Hallucination
When an LLM generates plausible-sounding but incorrect or fabricated information.
Temperature
A setting that controls randomness in model output; higher = more creative, lower = more predictable.

OpenClaw-Specific

Gateway
OpenClaw's abstraction layer that connects to different AI providers (Anthropic, OpenAI, etc.).
Channel
A messaging platform OpenClaw connects to (e.g., Telegram, Discord, WhatsApp).
Provider
An AI service OpenClaw uses (e.g., Anthropic, OpenAI, OpenRouter).
Workspace
OpenClaw's configuration area for organizing skills, credentials, and settings.
Skill
A modular capability (plugin) that extends OpenClaw's functionality.
Onboard
The initial setup wizard (`openclaw onboard`) that configures gateway, workspace, and channels.

Messaging & Platforms

Webhook
An HTTP callback that receives events from external services (e.g., Slack, Discord) in real time.
Bot
An automated program that interacts with users, often in chat apps.
Bridge
Software that connects two systems or protocols so they can communicate.
Agentic loop
An AI workflow where the system repeatedly perceives, reasons, decides, and acts — iterating with tool use until a goal is met, rather than producing a single response.
Credit: create @ Val*
AGI
Artificial General Intelligence — Hypothetical AI that matches or exceeds human capability across virtually all cognitive tasks.
Credit: create @ Val*
Vectorized data
Data represented as numerical vectors (embeddings) so AI systems can perform semantic search and similarity matching.
Credit: create @ Val*
Structured vs unstructured data
Structured data is tabular and schema-defined (SQL, CSV); unstructured is freeform — text, images, audio — and harder for traditional systems to process.
Credit: create @ Val*
Pattern extraction
Identifying recurring patterns, trends, or rules from raw data; a core capability of ML models.
Credit: create @ Val*
Underlying architecture
The fundamental design, components, and infrastructure (models, APIs, infra) that power a system behind the scenes.
Credit: create @ Val*
OS for AI agents
An operating system or platform designed to run, orchestrate, and manage AI agents — scheduling, memory, tool access.
Credit: create @ Val*
Co‑worker AI box on your desk
A physical or virtual AI workstation that acts as a persistent assistant alongside human workers.
Credit: create @ Val*
Data time travel
The ability to query, restore, or reason about data as it existed at different points in time.
Credit: create @ Val*
Snapshotted state
A frozen point-in-time copy of system or data state, used for rollback, debugging, or reproducibility.
Credit: create @ Val*
Downtime risk surface
The set of components, dependencies, or failure modes that could cause service interruption.
Credit: create @ Val*
White‑collar displacement
Job loss or role change for knowledge workers due to AI automation.
Credit: create @ Val*
Heartbeat-in-a-chair work
Low-value, repetitive office tasks that exist mainly to show "someone is there" rather than create real value.
Credit: create @ Val*
Normie barrier to entry
The difficulty non-technical users face in adopting tools or concepts.
Credit: create @ Val*
Fucked‑up data problem
The pervasive issue of messy, inconsistent, or poorly maintained data in organizations.
Credit: create @ Val*
Twenty‑years‑of‑Windows‑files issue
Legacy sprawl of old files, formats, and unstructured data accumulated over decades.
Credit: create @ Val*