Most people’s mental model of AI is still a chat box: you type, it answers, nothing happens until you type again. But the tools shipping this summer — OpenAI’s new ChatGPT Work agent, Google’s Gemini push, Anthropic’s background tasks — work differently. They run in the background, watch for something to happen, and act on instructions you gave once. The industry calls these ambient agents, and understanding the shift matters before you turn one loose on your inbox.

From prompt-and-response to standing instructions

A normal chatbot is reactive: no prompt, no action. An ambient agent flips that. Instead of “answer this question now,” you give it a rule — “when a new lead email arrives, draft a reply and flag it for me” — and then it waits. The trigger is an event, not your keystroke. The instruction persists. That is the whole difference: the AI is no longer something you use, it is something that is running.

The two pieces that make it work

Under the hood there are just two moving parts. First, a trigger — an event the agent is watching for: a new email, a calendar change, a file dropped in a folder, a scheduled time. Second, a standing instruction — what to do when that trigger fires. Modern versions add a third wrinkle: the agent can run for a while, remotely, even when your laptop is closed. That is why these tasks can now “happen overnight” — the work is running on the vendor’s servers, not your machine.

Why this is genuinely useful — and genuinely different

The upside is real. Monitoring is exactly the kind of tedious, always-on work humans are bad at and cheap to hand off: watch for the overdue invoice, catch the calendar conflict, summarize the thread the moment it wraps. But an agent that acts without asking each time is a different trust proposition than one that waits for your go-ahead. When something goes wrong, it can go wrong repeatedly and quietly, because nobody was in the loop for that particular action.

The honest caveat

Standing permissions are the part to take seriously. “Reply to leads automatically” sounds efficient until the agent misreads a complaint as a lead and fires off a chirpy sales note. The fix is not to avoid ambient agents — it is to scope them tightly: narrow triggers, drafts instead of sends for anything customer-facing, and a clear log of what the agent did while you were not watching.

The takeaway

Ambient agents are the real shift behind this summer’s product launches: AI that runs on events and standing rules, not just prompts. Start with one low-stakes trigger — internal, reversible, easy to review — and read its log for a couple of weeks before you widen the rules. The power is in letting it run; the discipline is in deciding exactly what it is allowed to do while it does.