Agentic 工作流

Claude Managed Agents Enterprise Deployment: ABC Legal's 50-Agent Operating Model

ABC Legal moved from scattered desktop agents to more than 50 governed production agents in roughly a month. This case study explains the pull-request controls, human review, feedback loops, and unit economics behind the rollout.

By

Tenten AI 研究團隊

應用 AI

Published

August 19, 2026

Read time

11 分鐘

Claude Managed AgentsAI Agent企業 AI 導入Agent 治理ABC Legal

Claude Managed Agents enterprise deployment worked at ABC Legal because the company treated each agent as an owned, versioned workflow. According to an Anthropic case study published August 17, 2026, 15 non-engineers built working agents in one week. The fleet passed 50 live agents in roughly a month. By July 2026, about 310 employees used Claude daily, and covered human tasks cost up to roughly 50% less.

The scalable unit was a governed workflow

ABC Legal delivers legal documents and supports eFiling and appearance-counsel work across the United States. The company reports more than 12 million service attempts each year and over 50,000 customers in 2024. That context matters because an agent that reads a court rule, touches a payment file, or sends a client document creates more risk than a meeting-note chatbot.

CTO Brandon Fuller opened Claude Enterprise to 1,100 employees earlier in 2026. Teams began automating work, but early agents ran as desktop jobs with no reliable inventory, consolidated cost view, or proof of overnight execution.

Fuller's team moved the fleet to Managed Agents and defined every agent in a Git repository. The system prompt, tool list, schedule, secret settings, and memory setup live beside deployment scripts and a runbook. A pull request records each proposed change, and merging to the main branch deploys the approved version.

Many enterprise AI programs skip this distinction: broad access creates tests, while a shared release and measurement system turns selected tests into live work.

Four controls made distributed building possible

The company's starter kit offered two templates: one for event-driven agents and one for scheduled agents. Fuller spent about a week building the kit, then staff copied a template and described the job to Claude Code. The platform team still owned the release setup, secrets, and shared runtime.

Four controls limited the blast radius:

  1. Each agent had one job and one named owner.
  2. Every production change passed through a pull request.
  3. New agents began in recommendation mode with a human reviewer.
  4. Each run reported value and cost to a data warehouse.

GitHub's pull-request docs explain why this mechanism transfers well: the change, discussion, review, automated checks, and history stay together. Protected branches can require an approval or passing check before a merge, and ABC Legal applied that software control to prompts and business rules.

The tradeoff is real because none of the 15 steering-committee members from finance, marketing, operations, and development were software developers. Fuller first had to explain repositories and pull requests. All 15 still produced working agents within a week, then trained colleagues in their departments. Git reduced the need to write software; it did not remove the need to learn a release process.

What the fleet does, and where humans still decide

An AI agent can use tools, preserve task state, and carry out a multi-step job; ABC Legal split that work into narrow agents with limited mandates.

AgentTrigger and outputReported resultHuman control
EvidenceChain™ Delivery AgentRuns daily, queries matching jobs, retrieves PDFs in a browser, and sends them to a client's FTP serverReplaced a weekly manual chore; an account manager configured it in about one hourScope and destination are preset
eFiling Rejection DiagnoserStarts after a court rejects a filing, checks the job and court rules, then posts a diagnosis to SlackDelivers a diagnosis in about one minute; the prior task consumed hours per dayProduces a recommendation before case action
Attorney Coverage AgentChecks attorney availability, sends emails, and reads pricing repliesNo time or cost figure disclosedA coordinator confirms coverage
AR remittance agentParses a remittance email and prepares a NetSuite import fileSupports one-click approval; no precise time figure disclosedFinance approves payment application
CharvisReviews completed service jobsAgrees with the compliance team about 98% of the timeHuman decisions supply the comparison set

The table shows both promise and missing evidence. Anthropic's case study does not disclose Charvis's sample size, test period, error distribution, or cost of a false decision. The “up to roughly 50%” task-cost reduction also lacks a formula, aggregate spend, and the number of tasks included. Buyers should treat those figures as company-reported directional evidence.

The business case was measured one run at a time

ABC Legal calculates an efficiency ratio: value delivered divided by the cost to run the agent. Each run reports estimated hours and dollars saved to a warehouse. Fuller describes a J-curve in which a new agent may lose money while it uses a larger model, consumes extra tokens, and produces rework. Evals and run data then help the team shorten prompts or move the task to a cheaper model.

Model routing supports that approach, with Claude Sonnet handling most agents. Claude Haiku takes high-volume work, while Claude Opus is reserved for tasks where deeper reasoning may justify the price. AI spending rose as the fleet expanded through spring 2026, then began falling in July while usage continued to grow.

Any buyer evaluating the reported cost reduction needs four fields:

Cost model fieldWhat to capture
Full run costModel, tool, storage, network, and platform charges
Labor effectMinutes removed from execution, review, and follow-up
Failure costRework, escalation, delay, and downstream correction
Operating overheadTemplate maintenance, access reviews, incident response, and training

The public case study supplies the shape of the model without the raw numbers, so a pilot should make all four fields part of its pass criteria.

Slack feedback became versioned changes

Most agents in the fleet run a single task and receive no graded feedback. For agents with review signals, ABC Legal uses three roles in one workspace. The Initial Agent logs its work, while a Harvester collects Slack replies and emoji reactions hourly or daily. A Tuner reviews a weekly batch and drafts a prompt or setup pull request for a person to approve or reject.

The pattern is clearer at Docketly, ABC Legal's 50-person sister company. Its delivery-routing system stores about 145 rulesets as YAML files. Four agents collect feedback, propose a rule change, and deploy the merged setup. An incorrect routing report in Slack can become an approved live rule within a week.

That speed comes from updating text rather than retraining model weights, yet an emoji remains a coarse label and silence gives no reliable signal. A team that both generates and approves labels can reproduce its own blind spots. High-impact workflows need sampling, separated review duties, and a written threshold for stopping automation.

Governance aligns with NIST, with a beta caveat

The NIST AI Risk Management Framework organizes risk work around govern, map, measure, and manage. It calls for clear duties, human-AI oversight, system lists, tests, and ongoing checks. ABC Legal's named owners, agent list, review gates, and run metrics provide a working example for those outcomes.

Managed infrastructure changes the division of labor. Anthropic's docs say the service runs the agent harness, tool calls, stateful sessions, and sandbox. The customer defines the model, prompt, tools, access, triggers, and review policy. This removes platform work from the customer, while accountability for the workflow stays with the customer.

Buyers in high-risk fields also need to read the beta terms. As of August 18, 2026, the docs say Managed Agents uses the managed-agents-2026-04-01 beta header. Stateful sessions are currently ineligible for Zero Data Retention and HIPAA Business Associate Agreement coverage. ABC Legal's case study does not explain which data classes entered its agents or how the company handled retention. Legal, health, and finance teams should resolve that question before selecting a pilot workflow.

A practical pilot sequence

Start with a recurring job whose input, expected output, owner, and rollback path are already clear. Run the agent in review mode and log each accepted result, fix, failure, review minute, and dollar of run cost. Define the promotion threshold before sampling, grant limited write access only after the agent passes it, then keep a kill switch and ongoing samples.

This sequence favors tractable work over an enterprise-wide promise and gives finance and compliance evidence they can inspect. ABC Legal's experience suggests that templates can spread building across departments; the release and measurement system determines whether that speed remains useful.

Frequently asked questions

What kinds of work fit Claude Managed Agents?

Managed Agents fits long-running or scheduled jobs that use several tools and need persistent state. A single summary or classification request may fit the Messages API. Work involving payments, regulated records, or external writes needs explicit approval and recovery controls.

Can non-engineers build production agents?

ABC Legal's 15 non-engineers each produced a working agent within one week using templates, Claude Code, and technical-team support. The result supports a template-led approach while preserving a technical role for repository maintenance, deployment, permissions, and evals.

When should an agent move from recommendation to automation?

Set task-specific thresholds for agreement, severe-error rate, rework time, and cost. Test against a representative sample, then expand permissions gradually. ABC Legal reports roughly 98% agreement for Charvis, but the public case lacks the sample details needed to reuse that threshold.

What costs are commonly missed in an agent ROI model?

Human review, failed-run recovery, template upkeep, access audits, staff training, and incident response often sit outside the API bill. Include those costs at the run level, then add privacy, security, and legal review for regulated workflows.

Authoritative sources

Author's view

ABC Legal's most portable asset is its decision format: each workflow has an owner, and a reviewer can inspect, approve, or roll back a proposed change. Results return to a measured record that can survive a model or vendor migration. The public case would be stronger with eval samples and full cost data, so buyers should require both from their own pilots.

In Tenten's workflow-mapping engagements, we mark the approval owner, rollback path, and failure record before selecting the model or tools. If your team is evaluating a Claude Managed Agents enterprise deployment, schedule a consultation with Tenten to define a pilot that can produce a credible cost and quality result within a bounded scope.

Glossary

TermDefinition in this article
AI agentA system that can use tools, preserve task state, and carry out a multi-step job
Claude Managed AgentsAnthropic's managed agent harness and execution infrastructure
Pull requestA version-control workflow for proposing, reviewing, approving, and merging a change
HarvesterAn agent that collects human feedback and converts it into labeled data
TunerAn agent that proposes prompt or configuration changes from a batch of feedback
Human in the loopA control in which a person reviews, approves, corrects, or stops an AI action

One stuck workflow
is enough to begin

Tell us what the team does today, where it breaks down, and what a better working day should look like.