Glossary
Last verified: 14 April 2026 | Applies to: All plans
In 30 seconds
Section titled “In 30 seconds”Claude’s platform has its own vocabulary. This glossary defines the terms you’ll encounter throughout the Operator’s Toolkit and in Claude itself. Sorted alphabetically.
Adaptive thinking
Section titled “Adaptive thinking”Available on Opus 4.6 and Sonnet 4.6. Claude dynamically decides how much to reason based on task complexity, replacing the binary extended thinking toggle. Four effort levels allow Claude to scale from quick responses to deep multi-step analysis without manual configuration. Haiku 4.5 does not have adaptive thinking.
Artifact
Section titled “Artifact”An interactive output that Claude creates and renders directly in the chat window: a chart, a document, a code snippet, a table. Artifacts can be downloaded, copied, or iterated on. They’re how Claude shows you work rather than just describing it.
CLAUDE.md
Section titled “CLAUDE.md”A markdown file you place in a folder to give Cowork persistent instructions. When Claude works in that folder, it reads this file automatically. Used for folder-specific context like team info, project rules, and terminology. Also created by the Productivity plugin’s /productivity:start command.
Claude Code
Section titled “Claude Code”The CLI (command-line interface) version of Claude for developers. Installed via npm or Homebrew. Lives in your terminal, understands codebases, and helps with development through natural language. Not the same as the Code tab (which is the visual version).
Claude in Chrome
Section titled “Claude in Chrome”A Chrome browser extension (Chrome only, not Edge, Brave, or other browsers) that lets Claude see, interact with, and automate web pages. Features include workflow recording, scheduled tasks, and multi-tab management. Pro users are limited to Haiku 4.5.
Code tab
Section titled “Code tab”The visual version of Claude Code inside Claude Desktop. Same capabilities as the CLI but with a graphical interface. Good for operators who want coding power without opening a terminal.
Connector
Section titled “Connector”An integration that links Claude to an external tool or service via MCP. Each connector authenticates via OAuth and gives Claude scoped access to read from or write to that tool (e.g., Slack, Asana, Notion). Browse available connectors at claude.com/connectors.
Context window
Section titled “Context window”The amount of text Claude can process in a single conversation, measured in tokens. 200K tokens (roughly 150,000 words) for Haiku 4.5. Opus 4.6 and Sonnet 4.6 support 1M tokens at GA standard pricing since 13 March 2026, no beta header or special access required. 600 image/PDF page limit.
Computer Use (in Cowork)
Section titled “Computer Use (in Cowork)”A research preview (23 March 2026) that lets Claude see and control your Mac screen: clicking, typing, scrolling, and opening applications. macOS Apple Silicon only. Available on Pro and Max (not Team or Enterprise). Different from the API computer use beta (which runs in a sandboxed VM using screenshots) and from Claude in Chrome (which uses DOM-based browser automation).
Cowork
Section titled “Cowork”Claude’s autonomous mode. Runs in Claude Desktop on macOS (Apple Silicon / M1 or later) and Windows x64. Intel Macs and Windows ARM64 are not supported. Gives Claude the ability to read files, browse the web, execute code, and take multi-step actions, all in a sandboxed environment on your computer. Requires Pro or above. Recent additions include Dispatch (send tasks from mobile), Computer Use (screen control), and Projects (persistent workspaces).
Cowork Projects
Section titled “Cowork Projects”Persistent workspaces in Cowork (launched 20 March 2026). Link local folders, set custom instructions, define recurring tasks, and enable per-project memory. Desktop only, paid plans. Different from Chat Projects. Cowork Projects are tied to your local filesystem.
Dispatch
Section titled “Dispatch”Send tasks from your phone to your desktop Cowork session (launched 17 March 2026). Requires the Claude mobile app (iOS or Android) and Claude Desktop open on your computer. Scan a QR code to pair, then send tasks from mobile that execute in your full Cowork environment. Available on Pro and Max.
Extended thinking
Section titled “Extended thinking”A Chat feature where Claude shows its reasoning process before answering. Useful for complex analysis where you want to see how Claude arrived at its conclusion, not just the final answer.
Global instructions
Section titled “Global instructions”Persistent instructions that apply to every Cowork session, regardless of which folder you’re working in. Set via a CLAUDE.md file at a global level.
Haiku 4.5
Section titled “Haiku 4.5”Claude’s fastest, most lightweight model. Best for simple tasks, quick lookups, and high-volume processing. The only model available in Claude in Chrome for Pro plan users.
Incognito chat
Section titled “Incognito chat”A temporary conversation that is not saved to chat history or memory. Available on all plans. Useful when working with sensitive information or when you want a clean session that leaves no trace in your account.
MCP (Model Context Protocol)
Section titled “MCP (Model Context Protocol)”An open standard that defines how Claude communicates with external tools and services. MCP is the protocol; connectors are the specific integrations built on it. Maintained at modelcontextprotocol.io.
Frontier Safety Roadmap
Section titled “Frontier Safety Roadmap”Anthropic’s published framework for model safety evaluations, red-teaming, and responsible development. Outlines safety commitments and evaluation standards that apply to Claude’s development. Relevant for enterprise operators evaluating AI risk.
MCP App
Section titled “MCP App”An extension to MCP that lets connectors render interactive UI elements directly in Claude’s chat window: buttons, forms, cards, charts. Current partners include Slack, Asana, Figma, Canva, Box, Hex, monday.com, Notion, Amplitude, Clay, and Salesforce.
Opus 4.6
Section titled “Opus 4.6”Claude’s most capable model. Best for complex reasoning, nuanced analysis, and long-form content. Slowest and highest-cost per message. Supports 1M token context at GA standard pricing since 13 March 2026.
Plugin
Section titled “Plugin”A pre-built bundle that packages skills, connectors, slash commands, and sub-agents for a specific business function. Anthropic released 11 knowledge-work plugins (Productivity, Finance, Legal, Sales, Marketing, Data, Product Management, Customer Support, Enterprise Search, Bio Research, and Plugin Create). All open source. Install from claude.com/plugins or the Cowork interface.
Plugin Create
Section titled “Plugin Create”One of the 11 knowledge-work plugins. Used to build new plugins from scratch. Describe what you want, and Claude generates the full plugin structure. Also includes Plugin Customiser for adapting existing plugins.
Private plugin marketplace
Section titled “Private plugin marketplace”An Enterprise feature that lets organisations distribute custom-built or approved plugins exclusively within their organisation. Not available on Team, Pro, Max, or Free plans.
Progressive disclosure
Section titled “Progressive disclosure”How Claude loads skills. It reviews what’s available, determines what’s relevant to your request, and loads only the necessary instructions. This keeps responses focused without overloading context.
Project
Section titled “Project”A feature in Chat that groups related conversations and files together. Projects let you set system instructions and upload reference documents that apply to all conversations within the project.
Sandbox
Section titled “Sandbox”The isolated environment on your computer where Cowork runs. Claude can access the folder you selected and its subfolders, but not the rest of your system.
Scheduled tasks
Section titled “Scheduled tasks”A Cowork feature accessible via the /schedule command. Define a task once and set a cadence (hourly, daily, weekly, weekdays only, or on demand). Claude runs it automatically on the schedule you set. Requires your computer to be awake and Claude Desktop to be open. Available on all paid plans.
A folder containing markdown instructions (with YAML frontmatter), optional executable scripts, and supplementary resources that give Claude domain expertise. Skills are the knowledge layer. They can exist inside plugins or independently. Available on all plans including Free.
SKILL.md
Section titled “SKILL.md”The required file inside a skill folder. Contains YAML frontmatter (name, description) and markdown instructions that Claude uses for domain-specific tasks.
Slash command
Section titled “Slash command”A shortcut that triggers a specific action in a plugin. Typed as /plugin-name:command in a Cowork session (e.g., /productivity:start, /finance:reconciliation, /legal:review-contract). When you type / in Cowork, a picker shows all available commands from your installed plugins.
Sonnet 4.5 (legacy)
Section titled “Sonnet 4.5 (legacy)”Previous balanced model. Replaced by Sonnet 4.6 as the default in Chat and Cowork on 17 February 2026. Still available via the API and in Claude in Chrome (which has not yet been updated to Sonnet 4.6).
Sonnet 4.6
Section titled “Sonnet 4.6”Claude’s default model in Chat and Cowork on all plans including Free. Introduced adaptive thinking (previously Opus-only) and beats Opus 4.6 on real-world office task benchmarks. Major computer use improvements via the API (72.5% on OSWorld). The recommended default for most operator tasks: drafting, analysis, reporting, financial work.
Sub-agent
Section titled “Sub-agent”A specialised agent within a plugin that handles specific multi-step tasks. Sub-agents run autonomously within the scope of their plugin.
The unit Claude uses to measure text. Roughly 0.75 words per token. A 200K token context window is approximately 150,000 words.
Voice mode
Section titled “Voice mode”Two-way spoken conversation available on claude.ai web and Claude Mobile (iOS and Android). All plans including Free. Claude listens and speaks back in real time. The Desktop app has dictation only (speech-to-text via Caps Lock). Claude does not speak back on Desktop.
Related
Section titled “Related”- What Is Claude?: platform overview
- Plugins Overview: all 11 plugins explained
- Connectors: MCP integrations
- Skills: the knowledge layer
Something wrong or outdated? Let us know →
Get weekly workflows: subscribe to the newsletter.