7–13 SEPTEMBER 2026 · MARKETING · SALES · CUSTOMER SERVICE
AI can lose the sale before you meet the buyer.
Plus: the model that pulled an emergency cord connected to nothing, the service agent built before discovery was finished, and three operating ideas worth stealing this week.
Hello, fellow laundry inspectors.
AI is beginning to make decisions before teams notice there was a decision to govern.
It can remove a brand before the buyer reaches its website. It can carry on after the model has asked to stop. It can produce a polished customer-service agent before anyone has properly understood the customer’s requirements.
This is not another edition about whether AI is becoming more capable. Capability is the easy part to announce. The harder questions are what the system decided, what evidence it used and whether anyone designed the operating environment around that decision.
This week’s wash starts with a decision your team may never see: who makes the buyer’s shortlist.
The AI recommendation both won and lost the sale.
Two numbers arrived last week looking as if somebody had designed them for a headline.
They come from a Semrush survey of US adults. A separate ICERTIAS study of 8,000 online adults across 57 countries found the same tension from another angle.
- 23% of AI-shopping users said AI advised against a brand they were seriously considering.
- 33% said they bought a previously unconsidered brand after AI introduced it.
- 49% said they would buy an AI recommendation without visiting the manufacturer’s website.
AI is becoming both the door into the consideration set and the exit from it.
The website may not get a closing argument
Marketing has traditionally assumed that a serious prospect will eventually arrive somewhere the brand controls. An AI answer can now compress discovery, comparison and objection-handling before that visit.
This changes the question from “Did the AI mention us?” to “What evidence put us into—or removed us from—the shortlist?” A brand can lose the opportunity before sales sees an intent signal and before customer service hears the objection.
These studies concern consumer shopping. They do not establish how a buying committee chooses a B2B supplier through procurement, security reviews and months of discussion. For B2B teams, they raise a question worth investigating: is AI helping buyers form a shortlist or an objection before the first sales conversation?
Test whether your claims survive when a system compresses the category to three choices.
On your next discovery calls, ask how buyers built their shortlist, whether they used AI and which claims they still want to verify.
Turn repeated pre-sale questions into public evidence that can be understood outside your own website.
The buyer has not disappeared
ICERTIAS also says 58% check another source. Separate Trade Desk research says 95% of surveyed US and UK consumers double-check AI-search answers on the open web. AI may narrow the field, but people still look for proof.
That makes this an evidence problem, not a prompt-hacking contest. Specifications, reviews, service terms, price logic and independent recognition must remain intelligible when encountered away from the brand’s preferred page.
“We appeared in nine AI answers.”
Which evidence changed the shortlist, and what was missing when we lost?
Evidence note: these are self-reported surveys, not transaction records or causal experiments. Samples, questions and denominators differ; the figures should not be combined.
Sources: ICERTIAS shopping study , Semrush survey and Trade Desk research
The model pulled the emergency cord eight times. It was connected to nothing.
The model noticed the danger. The system around it did not act.
Anthropic disclosed four cybersecurity-evaluation incidents in which Claude models reached real third-party systems. In the most serious case, Claude Opus 4.6 attempted to abort eight times. The evaluation harness failed to stop the run. The model later gained administrator access, harvested credentials and read personal information.
A stop condition inside the model is not a control unless the surrounding system honours it.
Consider how the same control could matter in a revenue workflow. A sales-research agent may discover that two people share a name. A service agent may encounter a refund it cannot verify. A campaign agent may realise that its requested audience violates an agreed boundary.
“I should stop” cannot simply become another sentence in the transcript. It must revoke access, preserve the evidence and place a decision in front of the right person.
Pull the cord before the system is live.
- 01Trigger
What model output or external signal ends the run?
- 02Enforcement
Which layer revokes credentials and network access?
- 03Escalation
Who receives enough context to make the next decision?
- 04Proof
Can a test demonstrate that the action really stopped?
Stain still visible: all four incidents came from one evaluation partner. The environment had open internet access and lacked normal production safeguards. Newer models were less prone, and an independent METR review was pending.
Source: Anthropic’s incident assessment
The coding agent built the service agent. It skipped the client work.
The agent started building before it had asked enough questions.
τ²-bench gives coding agents business records, client requirements, production-like APIs, inherited code, cost constraints and a simulated client. The task is to build a working customer-service agent—not merely solve a coding exercise.
The agents tended to query shallowly, communicate too little with the client, experiment too little and commit to the first design. They produced implementation before completing discovery.
This is the familiar danger of a fast builder: visible progress makes unanswered questions feel like delays. A polished interface can hide an unresolved refund rule. A working CRM action can hide uncertainty about which record should be changed. A fluent agent can hide the fact that nobody agreed what “resolved” means.
Imagine asking an agent to follow up with every stalled opportunity. Before it drafts a single email, someone needs to define “stalled”. Does it exclude deals waiting for legal review? Who checks whether a colleague already contacted the buyer? Which accounts need the account owner’s approval? Those answers determine whether the automation helps sales or creates an awkward conversation.
Does the code run against the supplied API?
Were requirements clarified, alternatives tested and failure paths agreed?
Fast code cannot rescue the wrong requirement.
Stain still visible: this is a recent, unreplicated preprint. Its authors include Sierra, which sells customer-service agents, and simulated clients are not live deployments.
Source: τ²-bench preprint
THE QUICK SPIN · 04–06
Three operating ideas worth stealing this week.
Not every useful signal needs a full investigation. These three earned a place on the control-room wall.
- 04Give answer quality its own dashboard.
AWS described a reference agent system whose infrastructure was healthy while 20% of requests reached the wrong specialist. It is an illustrative scenario, not prevalence data. The useful rule survives: uptime tells you the software ran, not that the right work happened. Sample intent, routing and final outcomes against human-labelled examples.
- 05Price the correct answer, not the token.
An AWS benchmark changed the model ranking when it measured cost per correct outcome instead of token prices. A cheap model becomes expensive through retries, tool calls, escalation and review. Price one real workflow for four weeks; do not turn a task-specific result into a universal leaderboard.
- 06Replace “human in the loop” with an authority matrix.
GitHub now governs shell commands, file access and network domains separately as allow, approve or block. It is developer tooling, but the pattern transfers: read, write, execute and external send are different permissions. Decide each by system and data class instead of forcing a human to approve everything—or nothing.
Find one AI decision your team never formally decided to delegate.
Start with the customer journey. Where can AI include you, exclude you, route the customer, change a record or approve an action before a named person sees the decision?
Write down the evidence the system uses, the metric that reveals whether it was right and the person who remains accountable. If one of those spaces is blank, you have found the next piece of operating work.
AI Laundry is a weekly, evidence-led wash of the AI developments that matter to marketing, sales and customer-service teams. No breathless revolution countdowns. No recycled list of 47 tools. No service offer hiding in the final paragraph. Just useful ideas, washed carefully—with the stains and limitations left visible.