Copilots & embedded agents
Agents that live inside a host product rather than as a standalone app: copilots that suggest and act while a human stays in the loop, and embedded agents that inherit their surface's data and permissions. Convenient because the work is already there, bounded because the host sets the reach. Click a card for its full spec.
A frontier capability scoped into a host product, human in the loop
Copilots do not ask the user to go anywhere. They sit inside a surface someone already uses, the editor, the document, the CRM record, and act on the context that is already open.
Show more
That makes distribution, not capability, the decisive asset in this category. A copilot inside a tool with millions of daily users starts ahead of a better-reasoning agent that needs a new tab. The pattern to watch is incumbents embedding assistants into existing surfaces faster than standalone agents can build an audience.
What is an AI copilot?
An AI assistant built into a tool you already use, such as an editor, an inbox or a CRM. It drafts and suggests while you work, and you accept or reject each change. The person stays in control of what actually happens.
What is the difference between a copilot and an AI agent?
How much runs without you. A copilot proposes and waits for approval. An agent takes a goal and works through several steps by itself. Many copilots use the same underlying model as a full agent, just kept on a shorter leash.
Can an AI copilot see my company data?
It inherits whatever the host product can already see, under your own account permissions. That is what makes it useful and also what limits it. Check the vendor terms for where prompts are stored and whether they are used for training.
Why build an AI agent into an existing product instead of a separate app?
Because the work is already there. Embedding removes the copy-and-paste step, reuses the product’s data and permissions, and lets the assistant act on exactly what is open on screen. The cost is reach: it can only touch what the host exposes.
Are AI copilots safe to use at work?
Safer than an autonomous agent, because a person approves each change. The live risks are the data you feed it and prompt injection, where hidden text inside a document or email steers the assistant. OWASP ranks prompt injection the top risk for LLM applications (OWASP).