← All articles
Operations • Field note

Your best people stop doing the work and start checking it

The workforce story about agentic AI gets told as a training budget problem. In a support operation it is really a job description problem, and it lands on a small number of people very hard.

David Soden • 5 min read • 19 August 2026
Two colleagues at an office desk reviewing a printed document together
The work does not disappear. It moves one step downstream and changes shape.

What happened

YourStory published a piece on preparing the workforce for agentic AI. Its argument is that AI has moved past the assistant stage into systems that break an objective into tasks, call the software you already run, and finish multi-step work with little supervision. Gartner expects AI to make at least 15% of day-to-day work decisions on its own by 2028. The World Economic Forum puts 39% of workforce skills as changed by 2030.

The prescription is continuous, role-based education rather than a course you take once: practical labs, real scenarios, and training in governance alongside the technical parts.

Those percentages are forecasts, not measurements, and they get quoted well past what they can carry. The direction is still right, and the direction is the useful part.

Why this matters to your business

A story like this reads as a training budget problem. Buy seats in a course library, run everyone through, tick the box. That spends real money and changes nothing about how work moves through the company.

The change is narrower and sharper than 39%. In a support operation it lands on a handful of roles. The person who spent the day pulling up an account, applying a policy, and writing the reply now spends it deciding whether the reply a system already wrote is right. Same domain knowledge, completely different job.

That job is easy to do badly and hard to measure. Handle time stops being the number that means anything. What means something is how often the reviewer catches a bad answer, and how deep the queue is at four in the afternoon. If nobody's targets move, you have asked people to carry the risk of a machine's mistakes while still grading them on the volume they personally produce. They will approve everything by Thursday, and you will not find out until a customer does.

A group of adults with hands raised during a workshop session indoors
Most of the useful learning happens in the first month of watching what the system actually produces.

Why this is a CX-Builder use case

Retraining stays vague as long as the system gives people nothing to look at. A model that writes an answer straight into a customer's inbox cannot be reviewed. It can only be audited afterwards, and by then the customer has read it.

Make review the default and the new job gets concrete. CX-Builder builds the agent as a flow instead of a black box. It retrieves from your own policy documents and account records, produces a proposal in a fixed shape rather than loose prose, and holds anything above a threshold for a person, with the evidence attached. Everything under the threshold runs and is logged.

The reviewer gets a queue, a reason each item is in it, and the source the agent used to reach its answer. You get a dial. Move the threshold as your reviewers learn what the system is reliably good at, rather than guessing on day one how much authority to hand over.

It runs on your own infrastructure, so the account data the agent reads stays on your side of the fence. That is usually where these projects stall once the review work involves real customer records.

Two people at an office desk signing paperwork with a pen
Approval only counts as a control if the person approving has time to disagree.

What this looks like if you build it

One agentflow, with the review step designed in rather than bolted on later. Retrieval over the policy library and the customer record, so the agent answers from your documents instead of its own recollection. A structured output step so the proposal is machine-readable, which is the only reason a downstream condition can route it at all. A human-in-the-loop node that stops high-value and low-confidence cases. Logging on every run, so the corrections your reviewers make become the record of where the agent is weak.

The model you pick matters less at this stage than people expect. What matters is that the review step exists before anyone has built the habit of trusting the output.

The takeaway

Name the two or three people who will own the review queue, and name them before you pick a model. Then change what you measure them on. A reviewer still graded on handle time is not a control, and you will be paying for one anyway.

All articles Install CX-Builder View on GitHub