Optional cookies help us improve Palette. Cookie policy

Skip to main contentAnnouncing our €3M pre-seed

AI and agent glossary for teams

Last updated:

Plain-English definitions for teams working with AI and agents. This glossary covers common AI concepts, ways of working across a team, and the language used in Palette.

The focus is practical. Each definition explains what a term changes when people use AI at work. If a technical detail does not help you make a better decision, it is left out.

Browse by topic

Palette: Artifact, Chat, Checkpoint, Connection, Connector Gateway, Context Library, Context page, Handoff, Palette agent, Palette Desktop, Palette OS, Plan mode, Reference, Session, Skill, Workspace

AI basics: API key, Context, Context window, Evaluation, Generative AI, Grounding, Hallucination, Large language model, Model, Model provider, On-device model, Prompt, Reasoning model, Retrieval-augmented generation, Token

Agents: AI agent, Agent harness, Agent memory, Human in the loop, Instruction file, Model Context Protocol, Permissions, Prompt injection, Sandbox, System prompt, Tool use

Teams and context: Agent-ready workspace, AI adoption lead, AI-native team, Context engineering, Governance, Markdown, Organizational context, Organizational memory, Prompt engineering, Scope, Shared context, Workflow

A

Agent harness

Category: Agents

The software layer that runs an agent. It gives a model its instructions, tools, permissions, and working loop, then manages what happens between each model response. Claude Code, Codex, Gemini CLI, Mistral Vibe, and the Palette agent are different harnesses available in Palette Desktop.

Related: AI agent, Model, Tool use

Agent memory

Category: Agents

Information an agent can retain and use beyond the immediate message. Memory can come from saved conversation history, files, instruction files, or a shared system such as the Context Library. It is different from a model's context window, which only limits how much information can be considered at one time.

Related: Context window, Instruction file, Organizational memory

Agent-ready workspace

Category: Teams and context

A folder or shared environment organized so an agent can understand and work in it without a long explanation every time. Clear names, useful README files, written instructions, examples, and current decisions all help. Agent-ready does not mean machine-only. The same structure should make the work easier for people to navigate.

Related: Instruction file, Shared context, Workspace

AI adoption lead

Category: Teams and context

The person responsible for helping AI work across a company or team, regardless of their formal job title. They test tools, help colleagues adopt new ways of working, set practical rules, and often discover the company's context and governance gaps first.

Related: AI-native team, Governance, Shared context

AI agent

Category: Agents

A system that uses an AI model to work toward a goal over one or more steps. An agent can inspect information, choose tools, take actions, check the result, and continue. A model generates responses, while an agent adds the working loop and the ability to act.

Related: Agent harness, Model, Tool use

AI-native team

Category: Teams and context

A team that treats AI as part of how work gets done, not as an occasional writing assistant. People still set direction and make important decisions, while agents help research, draft, analyze, and execute. Buying AI licenses alone does not make a team AI-native.

Related: AI adoption lead, Human in the loop, Workflow

API key

Category: AI basics

A secret credential that lets software use a service, such as a model provider, on your account. When an agent uses your API key, usage is normally billed by that provider. Treat an API key like a password and never put it in a shared document, prompt, or public file.

Related: Model provider, Token

Artifact

Category: Palette

A file or output produced by a person or agent that can be kept, shared, or used in later work. In Palette, artifacts include shared Markdown and interactive HTML outputs. The useful distinction is between the conversation where work happened and the artifact worth carrying forward.

Related: Handoff, Organizational memory, Workspace

C

Chat

Category: Palette

A conversation with one agent inside a Palette Desktop session. A session can contain several chats working on different parts of the same task, while all of them share the session's working copy of the folder.

Learn more about Chats in Palette Desktop.

Related: AI agent, Session, Workspace

Checkpoint

Category: Palette

A saved snapshot of work in a Palette Desktop folder or session. Checkpoints create a history you can inspect and restore, so experimentation does not depend on remembering every change or undoing it by hand.

Related: Session, Workspace

Connection

Category: Palette

An organization-level link between Palette and a team tool such as Slack, Linear, GitHub, or Notion. Connections provide source material that can help keep the Context Library current. They are different from personal tools made available to agents through Connector Gateway.

Learn more about how the Context Library works.

Related: Connector Gateway, Context Library, Model Context Protocol

Connector Gateway

Category: Palette

An early Palette capability for connecting a personal tool once and making it available across the agents you use. The connection uses your own account and permissions. Google Calendar is the current pilot, so Connector Gateway should not yet be understood as a broad catalog of personal connectors.

Related: Connection, Model Context Protocol, Permissions

Context

Category: AI basics

The information available to a model when it produces a response. Context can include your prompt, conversation history, instructions, files, retrieved facts, and tool results. Better context usually improves relevance, but more context is not automatically better if it is stale, noisy, or contradictory.

Related: Context engineering, Context window, Shared context

Context engineering

Category: Teams and context

The practice of deciding what information an AI should receive, how it should be structured, and how it stays current. Prompt engineering improves the request. Context engineering improves the information environment around the request.

Related: Context, Prompt engineering, Grounding

Context Library

Category: Palette

The Palette OS feature that organizes scoped context pages for an organization, its teams, and its users. Palette uses selected company activity and check-ins during a weekly generation step. People and supported agents can read the pages their permissions allow.

Learn more about the Context Library.

Related: Connection, Context page, Shared context

Context page

Category: Palette

An individual document in the Context Library, such as a company overview, team brief, or person profile. A page belongs to an organization, team, or user scope, which controls where it is available. Context pages are designed to be readable by both people and agents.

Related: Context Library, Scope, Shared context

Context window

Category: AI basics

The maximum amount of information a model can consider in one request, measured in tokens. The window may contain instructions, chat history, files, and tool results as well as your latest message. A larger window helps with bigger tasks, but does not give a model permanent memory.

Related: Agent memory, Context, Token

E

Evaluation (evals)

Category: AI basics

A repeatable way to test how well a model, agent, prompt, or workflow performs a defined job. An evaluation might check factual accuracy, whether instructions were followed, or whether an action completed safely. Good evaluations use realistic examples and clear criteria instead of judging a few impressive outputs.

Related: Grounding, Hallucination, Workflow

G

Generative AI

Category: AI basics

AI systems that create new content such as text, images, audio, video, or code in response to instructions and context. The output is generated from patterns learned during training, which is why it can be useful and fluent without being guaranteed correct.

Related: Hallucination, Large language model, Model

Governance

Category: Teams and context

The rules and responsibilities that shape how a company uses AI. This includes approved tools, data access, retention, permissions, human review, and who is accountable when an agent takes an action. Good governance makes safe use easier instead of reducing everything to a ban.

Related: Human in the loop, Permissions, Scope

Grounding

Category: AI basics

Connecting an AI response to relevant sources instead of relying only on what the model learned during training. Files, company context, search results, and tool data can all provide grounding. Grounding reduces unsupported answers, but a source can still be incomplete or wrong, so important claims may still need review.

Related: Context, Hallucination, Retrieval-augmented generation

H

Hallucination

Category: AI basics

An answer generated by an AI model that sounds plausible but is unsupported or incorrect. A hallucination is not deliberate deception. The model is producing likely text rather than checking truth by default. Grounding, evaluations, and human review reduce the risk.

Related: Evaluation, Grounding, Human in the loop

Handoff

Category: Palette

A package of work and context passed from one person or agent to another so they can continue without starting again. In Palette, a handoff can include a summary, instructions, references, and the intended recipient or team. It can be opened into a new or existing Desktop session.

Related: Artifact, Organizational memory, Session

Human in the loop

Category: Agents

A way of working where a person reviews, approves, corrects, or redirects an agent at meaningful points. The human does not need to approve every small step. The goal is to place judgment before consequential actions such as publishing, sending, spending, deleting, or saving changes into shared work.

Related: Governance, Permissions, Plan mode

I

Instruction file

Category: Agents

A file that tells an agent how to work in a folder or project. Files such as AGENTS.md and CLAUDE.md can describe the team, structure, conventions, and checks an agent should follow. Different agent tools read different filenames, so the instructions should remain consistent across the files your team uses.

Learn more about working with AGENTS.md and CLAUDE.md.

Related: Agent-ready workspace, System prompt, Workspace

L

Large language model (LLM)

Category: AI basics

A model trained on large amounts of text so it can understand and generate language. Models such as Claude, GPT, Gemini, and Mistral can summarize, draft, classify, and reason over text. An LLM is the engine, not the complete agent that plans work and uses tools.

Related: AI agent, Model, Model provider

M

Markdown

Category: Teams and context

A plain-text format that adds simple structure with headings, lists, links, and other marks. Markdown files use the .md extension and remain readable without special software. That makes them useful for shared context because people and agents can both read and edit them reliably.

Related: Agent-ready workspace, Artifact, Instruction file

Model

Category: AI basics

The AI engine that interprets input and generates output. Models vary in capability, speed, cost, context window, and whether they can work with text, images, or other media. The same model can be used through different agents, and one agent may let you choose between several models.

Related: Agent harness, Large language model, Model provider

Model Context Protocol (MCP)

Category: Agents

An open standard that lets AI agents connect to external tools and information through a common interface. An MCP server can offer resources to read and tools to call. Palette uses MCP to make company context, skills, handoffs, and supported connector tools available to agents.

Learn more about Palette MCP.

Related: Connection, Connector Gateway, Tool use

Model provider

Category: AI basics

A company or service that develops or operates AI models. Anthropic, OpenAI, Google, and Mistral are model providers. Your choice of provider affects available models, billing, data handling, and access methods, but it does not by itself determine which agent interface you use.

Related: API key, Model, On-device model

O

On-device model

Category: AI basics

A model that runs on your own computer instead of sending each model request to a hosted provider. This can support offline work and keeps model inference local, but performance and model size depend on the computer's available memory and processing power.

Related: Model, Model provider, Palette agent

Organizational context

Category: Teams and context

The shared information needed to understand how a company currently works. It includes goals, responsibilities, decisions, customers, projects, constraints, and the reasons behind them. Tool data shows individual events, while organizational context explains what those events mean together.

Related: Context Library, Organizational memory, Shared context

Organizational memory

Category: Teams and context

The durable record of what a company has learned, decided, and changed over time. It can live in docs, logs, decisions, artifacts, and handoffs. Context helps with the work happening now, while memory helps a team understand how it got there and avoid repeating old work.

Related: Agent memory, Artifact, Organizational context

P

Palette agent

Category: Palette

Palette's own agent harness inside Palette Desktop. It can use a model through Palette Cloud, run an on-device model, or connect to a compatible self-hosted endpoint. It appears beside Claude Code, Codex, Gemini CLI, and Mistral Vibe when you choose an agent for a chat.

Learn more about the Palette agent.

Related: Agent harness, On-device model, Palette Desktop

Palette Desktop

Category: Palette

A desktop app for running AI agents on the files and folders where your team works. A folder becomes a workspace, sessions create safe working copies, and you review changes before saving them back. Desktop supports the Palette agent, Claude Code, Codex, Gemini CLI, and Mistral Vibe.

Learn more about Palette Desktop.

Related: Chat, Session, Workspace

Palette OS

Category: Palette

The wider company system Palette is building for shared context, skills, handoffs, and connected agent work. Palette Desktop is one way to work with Palette OS, and compatible AI tools can connect through MCP. Palette OS is currently in early access.

Related: Context Library, Model Context Protocol, Skill

Permissions

Category: Agents

Rules that determine what an agent can read, change, run, or send. Permissions may apply to folders, tools, accounts, or individual actions. Give an agent enough access to complete the task, then require review for actions that are hard to reverse or affect other people.

Related: Governance, Human in the loop, Sandbox

Plan mode

Category: Palette

A Palette Desktop chat setting where the agent proposes an approach before it starts changing files. Plan mode is useful when the task is broad, the direction is uncertain, or you want to agree on the outcome before work begins.

Learn more about Plan mode.

Related: Human in the loop, Permissions, Session

Prompt

Category: AI basics

The request or instruction given to a model or agent. A useful prompt makes the goal, relevant constraints, and expected result clear. It does not need to contain every piece of background if the agent can read that context from files, tools, or a shared library.

Related: Context, Prompt engineering, System prompt

Prompt engineering

Category: Teams and context

The practice of improving instructions so a model or agent produces a more useful result. This can include a clear role, examples, constraints, output format, and success criteria. Prompt engineering shapes the request, while context engineering shapes the information available around it.

Related: Context engineering, Prompt, System prompt

Prompt injection

Category: Agents

An attack or failure mode where untrusted content contains instructions intended to redirect an agent. The instructions may be hidden in a webpage, email, file, or tool result. Permissions, trusted sources, and human confirmation before consequential actions help limit the damage.

Related: Governance, Permissions, Tool use

R

Reasoning model

Category: AI basics

A model optimized to spend more computation on multi-step problems before answering. Reasoning models can be useful for planning, analysis, and difficult tradeoffs, but they may take longer and use more tokens than faster general-purpose models.

Related: Model, Token

Reference

Category: Palette

A folder outside the current Palette Desktop workspace that you make available to an agent as additional context. The reference remains separate from the workspace, so you do not need to copy its contents into the folder you are working in. References belong to the person's Desktop setup rather than traveling automatically with a shared workspace.

Learn more about References.

Related: Context, Permissions, Workspace

Retrieval-augmented generation (RAG)

Category: AI basics

A method where a system retrieves relevant information before asking a model to generate an answer. Retrieval can ground the answer in current or private sources that were not part of the model's training. RAG is one way to provide context, not a guarantee that the right source was found or interpreted correctly.

Related: Context, Grounding, Hallucination

S

Sandbox

Category: Agents

An isolated working area that limits where an agent can act. In Palette Desktop, a session gives work its own copy of the workspace, while chat permissions control whether the agent can reach beyond the folders you have made available. Sandboxing makes experimentation safer, but it does not replace reviewing consequential changes.

Related: Human in the loop, Permissions, Session

Scope

Category: Teams and context

The level at which context, skills, or other shared assets are available. Palette uses organization, team, and user scopes so information can be shared broadly or kept close to the people who need it. Scope is about access and relevance, not just where a file happens to be stored.

Related: Context page, Governance, Skill

Session

Category: Palette

A safe working copy of a Palette Desktop workspace. A session can hold several chats, lets agents change files without immediately changing the shared folder, and gives you a review step before saving work back. Several sessions can explore different directions in parallel.

Learn more about Sessions.

Related: Chat, Checkpoint, Workspace

Shared context

Category: Teams and context

Information that a team deliberately makes available across people and agents. Shared context can include strategy, decisions, roles, customer knowledge, and working conventions. It should be scoped and maintained, not pasted as one enormous prompt into every conversation.

Related: Context engineering, Context Library, Organizational context

Skill

Category: Palette

A reusable package that teaches an agent how to perform a particular kind of work. A skill can contain instructions, examples, templates, reference material, and scripts. Palette OS is being built so skills can be shared at organization, team, or user scope.

Related: AI agent, Scope, Workflow

System prompt

Category: Agents

Starting instructions supplied to a model by the application or agent harness. A system prompt can define behavior, boundaries, and how tools should be used before the user's prompt is added. It is only one layer of instruction, files and live context may add more.

Related: Agent harness, Instruction file, Prompt

T

Token

Category: AI basics

A small unit of text processed by a language model. A token is not the same as a word, and the exact split depends on the model and language. Input and output tokens affect context limits, response time, and API usage costs.

Related: API key, Context window, Reasoning model

Tool use

Category: Agents

The ability of a model or agent to request an action outside text generation, such as searching the web, reading a file, querying a system, or updating a document. The surrounding agent or application executes the tool and returns the result to the model. Permissions determine which tools and actions are allowed.

Related: AI agent, Model Context Protocol, Permissions

W

Workflow

Category: Teams and context

A repeatable sequence of steps that turns an input into an outcome. An AI workflow may combine people, agents, skills, tools, and approval points. The best workflow does not automate every step. It puts automation where it removes routine work and keeps human judgment where it matters.

Related: AI-native team, Human in the loop, Skill

Workspace

Category: Palette

A folder opened in Palette Desktop as the main place for a piece of work. The folder and its files are the source of truth, and it can be local or shared through a service such as Google Drive or Dropbox. Sessions let agents work on safe copies before changes are saved back to the workspace.

Learn more about Workspaces.

Related: Agent-ready workspace, Reference, Session