Skip to content

Glossary

The vocabulary of working with AI agents at company scale — the terms HQ is built around.

Agent Amnesia

The default failure of AI coding agents: at the start of every session, the agent knows nothing about your company — your stack, conventions, decisions, or people. You re-explain; it re-discovers; nothing compounds. It’s the anti-pattern HQ exists to solve. Read the full definition →

Shared context layer

A single, team-wide store of a company’s knowledge, decisions, people, skills, and policies that agents read from automatically — so context lives with the company, not in one person’s chat window.

Team AI operating system

A coordination layer over the AI coding tools a team already uses (Claude Code, Cursor, Codex) that syncs context and capabilities across the whole team rather than a single user. What HQ is.

Data gravity

The compounding effect by which accumulated company context makes agents smarter over time and raises the cost of starting over elsewhere. The memory is both the moat and the marketing.

MCP

Model Context Protocol — an open standard for connecting AI agents to external tools and data. HQ ships an MCP server (hq-mcp) that bridges agents to HQ-managed company context.

Worker

A specialized, reusable agent in HQ with its own skills, tools, and knowledge (for example a CRM worker or a deploy worker). Defined once, shared across the team.

Skill

A packaged, reusable workflow an agent can invoke on demand — the unit of capability a team builds up and shares, instead of re-deriving it every time.

Policy

A durable rule that constrains how agents act (security boundaries, conventions, do/don’t). Policies travel with the company so every agent obeys them automatically.

Sync

The mechanism that keeps a company’s context, skills, and policies consistent across every teammate and machine — turning one person’s setup into the whole team’s.


Give your agents the shared layer:

Terminal window
npx create-hq