Logo
FrontierNews.ai

How ABC Legal Turned 1,100 Employees Into AI Builders Without Writing Code

ABC Legal transformed how its 1,100 employees work by deploying Claude Managed Agents, a system that lets non-developers build and deploy AI automation without writing software. The legal document delivery company went from scattered AI experiments to a governed fleet of 50+ specialized agents running in production, with roughly 310 employees across every department now using Claude for daily work.

What Made Non-Developers Able to Build Production AI?

The breakthrough came from treating agents as configuration and prompts rather than software. Brandon Fuller, CTO of ABC Legal, explained the philosophy: "an agent is really just structured text, a prompt plus configuration, and anything that is text can live in a repository where the whole company can see it, review it, and improve it". This meant non-technical employees could clone a template repository, describe what they wanted the agent to do using Claude Code, and get back a fully functional agent without touching a single line of code.

Brandon Fuller, CTO of ABC Legal

"Our users really flocked to it. They saw the ease of use of connectors and tools, and suddenly we had people all over the organization automating the tasks that had always eaten up their day," said Brandon Fuller, CTO of ABC Legal.

Brandon Fuller, CTO at ABC Legal

Fuller spent a week building starter templates stored in git repositories, one for event-driven agents (triggered by incoming jobs or documents) and another for scheduled agents (running on hourly, daily, or weekly timers). Each agent lived in its own folder with a standard structure: a JSON configuration file, a system prompt in Markdown, deployment scripts, and operational documentation. When someone merged a change into the main branch, the agent deployed automatically.

How Did ABC Legal Scale Agent Adoption Across the Organization?

Fuller gathered the company's 15-person steering committee, drawn from finance, marketing, operations, and development, and had them build Managed Agents using Claude Code. None of them were software developers. Within a week, all 15 had working agents in production. Those builders then trained others in their departments, and within a month, roughly 50+ agents were running across ABC Legal.

The key to safety was that employees were not writing software. Instead, they were filling in configuration and a prompt, and Managed Agents supplied the runtime. Every agent change went through a pull request that someone had to approve, giving every agent version history, code review, rollback capability, and an audit trail. This governance structure meant the company could move fast without sacrificing control.

What Kinds of Tasks Are These Agents Handling?

ABC Legal now has agents at most stages of the legal filing process and the operations around it:

  • Code Review: The AI Code Reviewer runs multi-model analysis across four codebases to catch security bugs, performance regressions, and committed credentials before engineers merge code.
  • Document Delivery: The EvidenceChain Delivery Agent pulls database reports from ABC Legal's proprietary site, retrieves PDFs with a built-in browser, and delivers them to customer FTP servers daily, work an account manager used to do by hand.
  • Filing Diagnostics: The eFiling Rejection Diagnoser fires automatically when a court rejects a filing, reads job details, checks court rules, and posts a diagnosis to Slack in about a minute.
  • Job Verification: A job-verification agent navigates court websites, confirms hearings or cases are filed appropriately and actually occurring on stated dates, then adjusts jobs based on findings.
  • Attorney Coordination: The Attorney Coverage Agent works the network of attorneys to get hearings covered, checking availability, emailing them, and reading replies about pricing and availability.
  • Financial Processing: An AR-remittance agent parses remittance emails, builds NetSuite payment-application files, and posts them to Slack for one-click approval.
  • Compliance Review: A review agent called Charvis checks completed service jobs and now agrees with the compliance team about 98% of the time.

All of these agents work under human supervision, posting what they did or what they recommend to Slack, where people reply in threads and react with emoji.

How to Build and Deploy AI Agents Without Technical Expertise

  • Start with Templates: Create starter templates for common agent types (event-driven and scheduled) stored in version control, so non-developers can clone and customize them without writing code.
  • Use Configuration Files: Store agent prompts, tool lists, schedules, and credentials in configuration files kept in a git repository, making every agent change reviewable and auditable through pull requests.
  • Train Non-Technical Teams First: Have a small steering committee of non-developers build agents using AI-assisted tools to prove the concept works, then have them train others in their departments.
  • Implement Governance Layers: Require pull request approval for all agent changes, maintain version history, and create a single audit and billing surface so leadership can see what agents exist, what they cost, and whether they ran successfully.
  • Deploy Always-On Infrastructure: Move agents from personal machines to cloud-based managed infrastructure so they run unattended and provide a single view of the entire agent fleet.

What Results Has ABC Legal Achieved?

As of July 2026, the company has tracked significant operational improvements. The fleet includes 50+ agents built with Managed Agents in production, up to roughly 50% reduction in the cost of human tasks some agents cover before heavy optimization, and roughly 310 employees across every department using Claude for daily work. The fact that non-developers could build production agents meant the company avoided a bottleneck that would have capped how fast the entire organization could move.

Fuller saw the reaction data from Slack as a training signal going to waste. For agents that collect graded feedback, ABC Legal uses a three-role architecture where separate agents share one workspace, environment, and credential vault but run on different schedules. This pattern turns messages in Slack into versioned, human-approved changes to the agent, creating a feedback loop that improves performance over time.

The ABC Legal case demonstrates a broader shift in how enterprises are adopting AI. Rather than waiting for specialized AI teams to build custom solutions, companies are empowering their existing workforce to build and deploy agents themselves. By removing the requirement to write code, ABC Legal unlocked automation potential across the entire organization, from finance to marketing to legal operations, proving that AI builder tools can scale adoption far beyond traditional software development teams.