Blog / How agent teams scale customer success without hiring more CSMs

Bain found customer success managers spend about 65% of their time on work AI could automate, while net revenue retention fell even as companies hired more customer success roles.

Tom Richards
Tom Richards
Co-Founder & CEO
How agent teams scale customer success without hiring more CSMs

How can I scale customer success without hiring more CSMs?

Bain's Customer Success Practitioner Survey, published in December 2025 and fielded across 235 practitioners in August 2025, placed two findings next to each other. Customer success managers spend about 65 percent of their time on lower-value activities that could be automated with AI. Net revenue retention has declined even as companies invested in hiring more customer success roles. Bain also found that around 70 percent of customer success leaders have yet to use AI in a meaningful way.

Anyone running a post-sales book recognizes the shape of that. Accounts arrive faster than the headcount plan clears them, the customers who get attention are usually the ones already complaining, and the request for two more customer success managers comes back approved for one. Hiring has already been tried at scale, and the number the function exists to move went the other way.

How to scale customer success without hiring more customer success managers

The capacity comes from one person directing a small team of AI agents, where each agent owns a defined piece of work and holds the context that work needs. The customer success manager sets the objective and reviews what comes back. The agents do the collecting, the reading and the drafting across every account in the book at once, in the time a person spends working through a handful of them. The human keeps the relationships and the judgment calls, including anything irreversible.

That arrangement has a name in the engineering literature. Anthropic calls it orchestrator-workers, where "a central LLM dynamically breaks down tasks, delegates them to worker LLMs, and synthesizes their results," and where "subtasks aren't pre-defined, but determined by the orchestrator based on the specific input" (Building effective agents, December 2024). Translated into post-sales terms, the orchestrator is the goal a person sets, the workers are specialists in product usage, support history, contract terms and account sentiment, and the synthesis is the briefing that arrives ready to act on.

This produces capacity because the whole chain runs without a person carrying information from one step to the next. The time released is the time Bain measured, the 65 percent going into lower-value activities that could be automated.

Where the AI in customer success software actually goes today

Most post-sales AI stops well short of that. ChurnZero's 2025 Customer Revenue Leadership Study, a vendor-sponsored survey in which 793 senior leaders reported on their own use, found AI concentrated in call summarization at 73 percent and account research at 50 percent. The uses that would redistribute real work barely register: customer segmentation at 16 percent, predictive expansion signals at 15 percent, intent-based outreach at 14 percent, and journey orchestration at 11 percent.

Those numbers describe assistance. A summary lands in an inbox and a person still has to decide what it means and what to do about it. Buying ten of those tools multiplies the summaries while leaving the deciding where it was, and Gartner expects the mismatch to widen. Its July 2026 prediction, based on a survey of 210 chief sales officers fielded in January and February 2026, is that AI agents will outnumber sellers 10 to 1 by 2028 while fewer than 40 percent of sellers say agents improved their productivity. Gartner's Dan Gottlieb put the cause plainly: "If those systems are fragmented, the agents will scale the fragmentation."

Give each agent the context its work needs

The difference between an agent team that adds capacity and one that adds coordination overhead comes down to where the work is divided. Anthropic's January 2026 guidance is direct about the failure mode. Dividing agents by type of work creates what it calls a telephone game, in which "the subagents spent more tokens on coordination than on actual work." Multi-agent implementations "typically use 3-10x more tokens" than a single agent, and the same guidance warns that "multi-agent systems are often applied in situations where a single agent would perform better."

The rule Anthropic gives is context-centric decomposition: an agent that handles a piece of work should also handle the things that need the same context. Applied to a renewal, that means a renewal orchestrator with specialists in health, usage, sentiment and commercial terms, because each of those specialists reads a different body of evidence and reaches a different kind of conclusion. A split that gives one agent the drafting of a quarterly business review, a second the reviewing of it and a third the sending of it is the telephone game, because all three need the same context and spend their tokens passing it along.

This is where the human org chart misleads. There is one published post-sales agent roster to look at, from Gainsight in May 2025 and May 2026, and it is vendor-reported with several agents pre-GA when announced. What makes it worth reading is the boundary it draws.

Gainsight's agents are split by lifecycle stage and workflow, including a renewal agent aimed at "long-tail segments where human-led outreach isn't always viable," which describes coverage that was never happening at all. The human organization alongside it is split by account ownership. Copying that org chart into an agent roster reproduces a division designed for people who can only be in one place at a time, which is a constraint agents do not carry.

Trig is built on the context-centric split. You set the goal, and Trig plans the work, builds a team of specialist agents to carry it out, and learns from the results. Each agent has its own expertise and its own tools, and the Trig Context Engine unifies CRM, product, support and billing data into a single living profile of every account, so a specialist can hold one slice of an account's reality without losing the rest of it.

What an agent team looks like on a book of four hundred accounts

Consider a customer success team of six covering four hundred accounts, with renewals landing every week and no realistic prospect of a seventh hire. The team sets one objective: protect the renewals due in the next ninety days. Trig assembles the specialists that objective needs and runs them across all four hundred accounts rather than the twenty a person could review by hand.

  • A usage specialist reads product data for every account and flags the ones whose activity has fallen since the last renewal, reporting the size of the drop and when it started.
  • A support and sentiment specialist reads tickets, calls and email threads for the same accounts, and separates a customer who is frustrated from a customer who has gone silent.
  • A commercial specialist holds the contract dates, terms and pricing history, and knows which renewals have a concession decision sitting inside them.
  • A verification specialist checks each finished brief against the account's own history before a person ever sees it.

The output is a ranked list with the evidence attached, and the six people spend the week on the fifteen accounts where their judgment changes the outcome.

The figures above are illustrative. That matters, because across the post-sales vendors surveyed in this research, including Gainsight, ChurnZero, Vitally, Planhat and Totango, no named agent deployment with a verifiable retention or churn outcome could be found. Every quantified agent case study in the category traces back to support ticket deflection. In post-sales, agent orchestration is currently a capability with a clear mechanism and no published outcome data behind it.

Where a person still has to decide

Verification is the one sub-agent pattern Anthropic reports as reliably useful, described as "a dedicated agent whose sole responsibility is testing or validating the main agent's work," and it works because "verification requires minimal context transfer by nature." It has a named failure mode, the early victory problem, where a verifier marks work as passing without really checking. The mitigation is explicit, concrete criteria that state exactly what a pass requires.

Human intervention needs the same precision. OpenAI's guidance names two triggers worth stopping for: exceeding failure thresholds, and high-risk, sensitive or irreversible actions. Everything else can run. In Trig, that gate is built into how the product executes, since Trig cannot access data, invoke tools, or take action without explicit approval, and it requests specific information about specific accounts, so the system provides exactly what has been asked for.

Restraint on the build side matters just as much. Microsoft's guidance on agent orchestration patterns states the governing rule: "Agent architectures exist on a spectrum of complexity, and each level introduces coordination overhead, latency, and cost. Use the lowest level of complexity that reliably meets your requirements." Anthropic's staffing rubric is the practical version. Simple fact-finding needs one agent making three to ten tool calls, a direct comparison needs two to four specialists making ten to fifteen calls each, and only genuinely complex research warrants more than ten specialists with clearly divided responsibilities.

What this changes for the team

Microsoft's 2025 Work Trend Index, fielded across 31,000 people in 31 countries, gave this the most useful name available: the capacity gap, "the deficit between business demands and the maximum capacity of humans alone to meet them." That is the gap a post-sales team lives in every quarter, and it is a more honest frame than any story about replacing people. The same report found that workers at the most advanced organizations were far more likely to be using AI for customer success, at 66 percent against 44 percent globally, which suggests post-sales is where this arrives first.

How far it goes is still an open question. McKinsey reports from its own consulting experience, and labels it as experience rather than research, that a human team of two to five people can supervise 50 to 100 specialized agents running an end-to-end process. Whether that holds for a customer success book is untested.

What is already available to a head of customer success is narrower and more useful. A team can stop rationing attention to the accounts that shout, because the reading and the assembly happen across the whole book at once. The judgment stays with the people who have the relationships, and the objective they are working toward becomes the thing the system is pointed at.