Every agent should ship in review mode

An agent earns the right to run unattended. It should never start with it.

An admin approves every new account by hand. Nothing is created until then. We reply by email; no newsletter, no sequence.

app.salescrew.io/today
The daily working view

The short answer

  • SalesCrew ships every agent in review mode by default. It produces a complete artefact and queues it. A person approves, edits or rejects before anything happens.
  • The default policy table sets which action classes may move to auto later. Anything that leaves the building, an email, an SMS, a LinkedIn message, a marketplace proposal, stays in review however long the agent has run.
  • Two actions, creating a deal from a positive reply and booking a meeting, may move from review to auto, and only after a clean week with no rejected items.
  • A kill switch on the Agents page stops every agent at once. Its MCP tool twin, agent_set_mode, has identical effect, so the same control exists whether a person is in the app or scripting against it.

The default that most AI products get backwards

A common way to ship an AI feature is to launch it running, then add a pause button once something goes wrong. That ordering puts the burden of proof on the customer. They have to notice a mistake before they get a way to stop it. It also means the first version of the agent anyone uses is the least tested one, running unsupervised from day one.

SalesCrew's agents ship the other way around. Every agent has four possible modes: off, draft, review and auto. Off means it does not run. Draft means it writes something, an email, a summary, a next step, and stops there without entering a queue. Review means it finishes the work and puts it in a queue, where a person sees the artefact, the evidence behind it, a confidence score and the cost before approving, editing or rejecting. Auto means it runs and logs the result, with a fallback to review if its own confidence drops below a threshold.

Every agent SalesCrew ships starts in review. Not draft, because draft produces work a person still has to go and find. Not auto, because nothing has earned that yet. Review is the default because it is the only mode where the agent's output is seen by a person before it has any effect, every time, while the agent is still new.

Why the mode has to be set per action, not per agent

A single on/off switch for an agent is too coarse, because one agent usually does more than one kind of thing. The inbox agent can classify a reply, and it can draft a response to send. Those carry different risk. A wrong classification mislabels one thread. A wrong send reaches a real person's inbox. Treating both the same, either both auto or both review, over-restricts the safe action or under-restricts the risky one.

SalesCrew's default policy table sets the mode per action class instead of per agent. Research, enrichment, tagging, scoring, summaries and internal tasks default to auto, because a wrong internal note is cheap to fix and nobody outside the CRM sees it. Classifying a reply, and suppressing a contact on unsubscribe or bounce, also default to auto for the same reason. The blast radius of a mistake is contained inside the CRM.

Anything that leaves the building defaults to review: an email, a LinkedIn message, an SMS, a marketplace proposal. So do stage changes and contact merges or deletes, because those alter records other people rely on. Anything that spends money, whether credits, connects or ad budget, is human-only. No mode ever lets an agent do it unattended, not even auto. That category has no ramp. Review is not a stepping stone to auto for spend decisions, because SalesCrew's guardrails treat money as categorically different from everything else an agent can touch.

The two actions that do move from review to auto in the default table, creating a deal from a positive reply and booking a meeting, move only after a clean week: seven days with no item in that queue rejected. That is how trust in a specific action is earned by evidence, one action class at a time, instead of assumed for the whole agent at launch.

What review mode actually costs, and what it buys

Review mode has a real cost: someone has to look at the queue. SalesCrew's approval queue is built to keep that cost low. One queue grouped by agent. Each item shows the artefact, the evidence it drew on (a thread, a score, a knowledge-base source), a confidence number, and what it would cost to run. Approving takes seconds. The reviewer never has to rebuild the agent's reasoning from scratch.

What it buys is a mistake caught before it reaches a customer instead of after. An agent that sends 200 emails overnight and gets ten wrong has sent ten wrong emails to real people by morning. An agent that drafts 200 emails and queues them has sent zero wrong emails, and a person can reject the ten bad ones in the time it takes to skim a queue. The difference is not whether the agent makes mistakes. Every agent does. It is whether a mistake becomes an artefact a person can catch, or an action that already happened.

If you are evaluating any AI feature that touches customers or money, ask what mode it ships in and who decided that. "It can be turned off" is not the same claim as "it starts off, or in review, until something has earned auto". The first puts the burden on the customer to notice and react. The second puts it on the product to prove itself first, one action class at a time, with a record of what it got right before it runs alone.

Questions

Doesn't review mode defeat the point of automation?
Not if the time saved is in the drafting, not the sending. An agent in review mode still does the research, writes the draft and gathers the evidence. A person spends seconds approving or editing instead of minutes writing from scratch. The saved time is real before anything runs unattended.
How does an agent ever move to auto mode?
By a track record, not a date. SalesCrew's default policy moves an action class from review to auto only after a clean stretch, a week with no rejections, for the two examples in the default table: creating a deal from a positive reply and booking a meeting. Anything involving an external send or a spend stays in review whatever the track record.
Is 'review' the same as 'off'?
No. Off means the agent does not run. Draft means it writes something and stops, without queuing it. Review means it produces a complete artefact and puts it in a queue for a person to approve, edit or reject. The work is done, but not executed.