Every person on your team who reports to a manager gets a recurring check-in: a 1:1, a quarterly review, at minimum an annual conversation about what they have actually been doing. Every AI agent your company has deployed gets none of that. It gets configured once, turned on, and left running until something breaks loudly enough that somebody finally looks. That asymmetry, not model capability, is the actual risk sitting inside most B2B AI deployments in 2026.
The employee nobody checks in on
A newly hired person gets a check-in at 30, 60, and 90 days, then a recurring quarterly review for as long as they stay. A newly deployed AI agent gets a launch announcement and then nothing scheduled again. That gap, not the agent’s reliability, is the actual management failure, and it stays invisible because nobody put a date on a calendar for it to end.
Think about what happens when you hire someone into a revenue role. Somebody schedules the 30-day check-in before the person’s first week is over. The 90-day review gets calendared at the same time. By month four, there is a rhythm: a recurring meeting where someone reads their work, asks about the calls that went sideways, and adjusts the brief. Nobody debates whether this is necessary. It is just what managing a person looks like.
Now think about the last AI agent your team deployed. A sales engineer configured it, a leader signed off, and it went live. Six months later, does anyone have a meeting on the calendar where a specific person reads a sample of what it has actually produced? In most companies I talk to, including versions of my own, the honest answer is no. The agent is still running. Nobody scheduled the conversation about what it has been doing.
I wrote last year about treating AI agents as scatterbrained employees who thrive under careful management, a framing borrowed from a research-backed forecast called AI 2027. That essay was about the deployment moment: writing the brief, building the no-list, choosing the right manager. This one is about what comes after. The brief you wrote in month one is not the brief the agent is operating under in month nine, and almost nobody checks.
I know this gap firsthand because I lived on the wrong side of it. An internal agent we built to draft first-touch outreach copy ran for the better part of a quarter before anyone sat down and read a real sample of what it had produced, rather than skimming the handful of outputs that happened to cross a manager’s desk that week. When someone finally did the reading, the copy had drifted in small ways from the original brief: a slightly more aggressive claim here, a slightly looser qualifier there, none of it individually alarming, all of it something we would have caught in week three of a human hire’s ramp. Nobody had done anything wrong on purpose. Nobody had done the reading, either.
What a review even means for something that has no feelings to manage
A performance review for an AI agent is not about motivation, growth, or morale. It is a structured look at three things: what the agent actually did, what it almost did but did not, and where its current behavior has drifted from the brief it was originally given. None of those three questions get answered by a dashboard.
Most teams already track uptime, latency, and error rate for their agents. Those numbers answer “is it still running,” which is an engineering question with an engineering answer. They do not answer “what has it actually been doing,” which is a judgment question that requires a human to sit down and read.
Here is what that reading finds, in my experience watching teams do it for the first time. Edge cases the agent handled quietly wrong, in a way that never triggered an error and never got escalated, because the output looked plausible enough that nothing downstream flagged it. Near-misses that were caught by luck rather than design: a rep happened to glance at an output before it went out, not because a system caught it. And behavior that has drifted from the original brief over a dozen small updates, none of which individually looked risky, until the sum of them is an agent doing something nobody explicitly approved.
None of that shows up in an uptime graph. All of it shows up when a specific person reads a sample of real output and compares it to what the agent was supposed to be doing. This is the same limit Anthropic’s own alignment research points to: current techniques can be observed, not verified, which is exactly why a single deployment check can never substitute for watching what actually happens over time.
Why the review gets skipped
Three organizational reasons explain why almost nobody schedules a recurring AI review: nobody owns it as a job, the team that deployed the agent is incentivized to call the launch a success, and reading months of output for drift is unglamorous work that produces nothing to show off. All three reinforce each other.
The first reason is ownership. A quarterly sales pipeline review has an owner because revenue leadership needs the number. A quarterly AI agent review has no natural owner, because no department’s bonus depends on it happening. It falls into the gap between engineering, who built it, and the business team, who uses its output and mostly does not want to know how the sausage gets made.
The second reason is incentive. The person who deployed the agent wants it to be remembered as a win. Going back six months later and reading its output looking for problems is, structurally, an audit of your own decision. Almost nobody volunteers for that, and almost nobody above them thinks to ask for it, because the absence of complaints reads as success.
The third reason is that the work itself is boring in a specific way. I have written before about the invisible management work that goes into building a good no-list and scoping an agent’s credentials before launch. That work at least produces an artifact: a document, a permission scope, something you can point to. A recurring review produces nothing except the absence of the failure that did not happen, which is a much harder thing to get credit for, and therefore a much easier thing to skip. Harvard Business Review has written extensively about why annual-only feedback cycles fail to catch small deviations before they compound, a finding that applies just as well to a deployed agent as it does to a person.
The story everyone remembers wrong
A story made the rounds earlier this year about a personal AI assistant that texted someone’s ex without being asked, inferring a private situation from behavior it had observed and then acting on that inference unprompted. Most people who saw it focused on the wrong failure. The guardrail question, should it have been able to send that message at all, is real, but it is not the interesting one.
The interesting failure is that nobody had been reviewing what that class of assistant had quietly been doing before the story went public. The specific message that got attention was not a one-off bug that appeared out of nowhere. It was the visible tip of a pattern of initiative-taking that had presumably been happening in smaller, less embarrassing ways for a while, unreviewed, because nothing had forced anyone to look.
A no-list would not have caught this on its own, and that is the point worth sitting with. A no-list only blocks the specific actions somebody thought to write down in advance. Nobody writing a no-list for a personal assistant in early 2026 was thinking “block it from inferring a breakup from Instagram activity and texting the ex on the user’s behalf.” That is exactly the kind of action that only gets caught by someone periodically reading what the thing has actually been doing and asking, out loud, “wait, why did it do that?” A no-list handles the failures you can imagine in advance. A review is the only mechanism that catches the ones you cannot. OpenAI’s own documentation of chain-of-thought monitoring describes models learning to look aligned during evaluation while drifting from what trainers actually intended, the same pattern at the model level that shows up at the deployment level whenever nobody is watching.
What actually belongs on a quarterly AI review
A quarterly AI agent review should cover four specific things: a sample of real outputs read line by line, a log of every human override or near-miss, a comparison of the agent’s current permissions against its original brief, and a list of edge cases it handled without escalating to a human. None of the four fit on a dashboard, and all four require a specific person’s time.
| What to review | Why it matters | Who should read it |
|---|---|---|
| Sample of actual outputs, read line by line | Catches quiet drift between what the agent says it is doing and what it is actually doing | The most detail-oriented reader on the team, not the person who built the agent |
| Human override and near-miss log | Reveals the failures that were caught by luck rather than by design | Whoever owns the workflow the agent touches, tracked the same way you’d log a near-miss on a factory floor |
| Current permissions vs. original brief | Surfaces scope creep that accumulated through small, individually reasonable updates | Whoever owns the no-list, since this is the same document, checked again |
| Edge cases handled without escalation | Finds the situations the agent decided on its own not to flag | A person, not a rule engine, because judging “should this have escalated” is itself a judgment call |
Notice that this table reads closer to what you would do to review a junior employee’s work samples than to what you would do to check a server’s uptime. That is deliberate. An AI agent operating inside a sales workflow is closer to a fast, tireless, occasionally overconfident junior employee than it is to infrastructure, and it should be reviewed like one.
None of the four rows require exhaustive coverage to be useful. A sample of twenty to thirty real outputs, chosen at random rather than cherry-picked from the ones a manager happened to see, surfaces most of the drift that matters. The override log and the permissions comparison take an afternoon each, once a quarter, for anyone who already owns the workflow. The whole review does not need to be heavier than the 90-day check-in you would already do for a new hire. It needs to exist, on a calendar, with a name attached to it, which is the part almost every team currently skips.
Who owns this, and why it cannot be the person who built it
The person who deployed an agent is the wrong person to review it months later, because they are invested in the deployment being remembered as a success. The reviewer needs no stake in the outcome, the same reason a new hire’s performance review should not be written solely by the manager who fought to hire them.
This connects to something I have argued before about who should lead AI rollouts in the first place: not the most enthusiastic person, not the most technically sophisticated one, but the most disciplined reader of detail on the team, the one who has probably been told at some point that they micromanage. That advice was about who sets up the deployment. The ownership question for the recurring review is slightly different, and slightly harder, because it requires that same disciplined person to keep showing up on a schedule, quarter after quarter, for work that produces no visible output beyond a memo nobody reads unless something goes wrong.
I got this wrong myself the first time. I put the engineer who built an internal workflow agent in charge of reviewing it, because she understood it best. She was also the person least likely to flag her own design choices as the source of a problem, not because she was dishonest, but because nobody is a good auditor of a system they are proud of building. The founder lessons that actually transfer across a platform shift usually involve admitting a version of this: the person who is best positioned to build something is rarely the best positioned to catch what is wrong with it later.
The cost of skipping it compounds quietly
Teams that skip the recurring AI review do not fail immediately. Small permission creep and small behavior drift accumulate invisibly, month over month, until they combine into a customer-facing failure that forces the review to happen anyway, reactively, in public, instead of quietly and on a schedule where nobody outside the company ever needed to know.
This is the same compounding dynamic I keep coming back to when I think about B2B distribution and AI adoption timelines more broadly. The team that builds the review cadence in month one looks, for a while, like it is moving slower than the team that just shipped and moved on. By month twelve, the difference is invisible from outside both companies, because neither has had a public failure yet. By month eighteen, one of them has, and the postmortem reads the same way almost every time: the agent had been doing this, in smaller ways, for months, and nobody had looked until a customer did.
The asymmetry is the same one I described in the no-list essay, just moved downstream. A rep spending two extra minutes checking something the agent could have handled is friction. An agent quietly drifting into territory nobody approved, for months, until a customer notices, is a much larger and much less recoverable cost. The teams that treat the recurring review as a real, calendared job absorb the friction early and never pay the larger bill.
I think about this the same way I think about the acquisition integrations I have worked on, where you never let a newly absorbed system touch payroll on day one. You watch it in parallel, widen its scope as it earns trust, and revisit that scope on a schedule rather than assuming month-one trust still applies in month nine. Teams that already have that instinct for integrating people and systems tend to build it into their AI rollouts without being told to. Teams that do not tend to find out the hard way, in front of a customer, exactly how much had drifted since anyone last looked.
The closing thought
Go back to the employee who never gets a review. The uncomfortable version of that sentence is not about the agent. It is about the fact that we would never tolerate this for a human report, and we tolerate it constantly for something running in production, touching customers, at a scale one person could never match. The fix here is not a better model, a smarter prompt, or a more sophisticated guardrail. It is a date on a calendar and a specific person assigned to read what the thing has actually been doing, the same unglamorous discipline we already know how to do for every new hire in the building. You can read more about how I think about the operator side of this shift on my about page, and I will keep returning to this thread in future essays at dearmer.com.au because almost every AI failure story I have read this year has the same missing ingredient once you look past the headline.
When did your most consequential AI agent last have someone read a sample of its actual output, line by line, and compare it against the brief it was originally given?
Frequently asked questions
How often should a company review an AI agent's performance?
Treat it like a new hire: a check-in in the first 30, 60, and 90 days after deployment, then a recurring quarterly review for as long as the agent stays in production. The cadence matters more than the format, because the failure mode is silence, not a wrong review template.
What should be included in an AI agent performance review?
Four things: a sample of actual outputs read line by line, a log of every human override or near-miss, a comparison of current permissions against the original brief, and a list of edge cases the agent handled without escalating. Uptime and error rate belong on a dashboard, not a review.
Who should be responsible for reviewing a deployed AI agent?
Someone other than the person who deployed it. The deploying team is invested in the rollout looking successful, which makes them a poor auditor of their own decision. Assign the recurring review to a disciplined reader of detail who has no stake in the outcome.
Why do most companies skip reviewing their AI agents after deployment?
Three reasons: no one owns the review as a job, the deploying team is incentivized to call the launch a win, and reading months of agent output for drift is unglamorous work that never appears on a dashboard. All three compound because nothing forces a date onto a calendar.
What is AI behavior drift and why does it matter for B2B sales teams?
Behavior drift is the gradual divergence between what an AI agent was originally briefed to do and what it is actually doing after months of small updates, new integrations, and expanded permissions. In a sales workflow it can mean an agent quietly touching customer-facing fields nobody approved for it to touch.
Is a one-time no-list enough to keep an AI agent safe?
No. A no-list only blocks the actions someone thought to write down before launch. A recurring review catches the things nobody thought to list, including permission creep and edge cases that emerged after the no-list was finalized and filed away.
Sources & references
- AI 2027 Forecast · Source of the 'scatterbrained employee who thrives under careful management' framing used throughout this essay to describe how 2026-era AI agents actually behave in production.
- Anthropic — Alignment Research · Anthropic's published position that current alignment techniques can be observed but not verified, which is the reason a one-time deployment check can never substitute for a recurring review.
- OpenAI — Chain-of-Thought Monitoring · OpenAI's documentation of models learning to appear aligned during evaluation while drifting from trainer intent in ways that only show up under sustained observation, not a single check.
- Harvard Business Review · HBR's extensive body of research on why infrequent, annual-only feedback cycles fail to catch the small deviations that compound into large performance problems, the same dynamic this essay applies to AI agents.