iBridge DigitaliBridge Digital
← insights

RCM · Prior Authorization

How AI prior authorization actually works in a high-volume RCM operation

May 2026 · 9 min read

Author

KU

Kalpesh Upadhyay

Founder, iBridge

Share

Email a question

Prior authorization is the most expensive phone call in American healthcare. The American Medical Association estimates that physicians and their staff complete roughly 39 to 45 prior authorizations per provider per week, consuming an average of 12 hours of staff time. For a 50-provider multispecialty group, that is 600 hours a week — roughly 15 full-time equivalents — spent on hold with payer IVRs.

AI prior authorization promises to compress that work into machine time. The pitch sounds simple: an AI voice agent calls the payer, navigates the IVR, speaks with the representative, captures the authorization status, and writes a structured event back to your RCM system. In a clean demo it works.

In a real high-volume operation, the gap between "works in a demo" and "works in production" is where most AI prior auth deployments fail. This article walks through the actual mechanics of what a serious AI prior authorization system has to do, why most platforms stop short, and how to evaluate vendors honestly.

The actual mechanics of a prior auth phone call

A prior authorization status call is not one task. It is a sequence of small adversarial interactions with a system designed to be hard to navigate. To resolve a single status check, an AI agent has to:

  • Place the outbound call to the correct payer line, which varies by plan, member, and service type
  • Navigate an IVR tree that may have ten or more menu levels and that changes without notice
  • Tolerate hold times of 15 to 60 minutes, with hold music sometimes interrupted by automated "your call is important to us" messages
  • Detect the moment a human representative picks up, mid-sentence, with no clean handoff signal
  • Verify the patient identity using the payer's required combination of fields (which differs per payer, sometimes per state)
  • Capture the authorization number, status, effective dates, approved units or visits, and any required next-step documentation — all in a single conversation
  • Detect when the rep is genuinely stuck or transferring out, and either persist or hand off to a human teammate cleanly
  • Write a typed, structured event to the RCM system with confidence scores per captured field

Anyone can build an AI agent that handles 70 percent of these calls. The remaining 30 percent is where the unit economics live, where accuracy lives, and where bad vendors quietly leak money back into your operation through bad data, missed authorizations, and forced rework.

Why payer IVRs are where most agents fail

Building a chatbot is straightforward. Building an AI agent that reliably navigates a UnitedHealthcare or Aetna IVR — with mid-call menu changes, dynamic prompts, hold music with periodic interruptions, and human reps who pick up at unpredictable points — is hard engineering.

The serious technical problems are:

Non-deterministic input

Payer IVRs are non-stationary systems. The exact menu sequence to reach prior auth status can change between Tuesday and Thursday. An AI agent trained on last week's tree can sit in an infinite loop on a Tuesday call. The only durable approach is one that detects when the IVR's actual behavior diverges from the agent's expected path, and adapts in real time.

Hold-state ambiguity

After 18 minutes of hold music, the representative says "hello?" in the middle of a hold-music phrase. A naive agent misses it because it was scoring the audio as continuing hold. A serious agent runs continuous voice activity detection that distinguishes hold music from speech regardless of context, and is ready to greet the rep within 200 milliseconds.

Mid-call disambiguation

Most reps will ask one or two clarifying questions per call. A naive agent answers from cached context. A serious agent has access to the patient context, the originating authorization request, and the payer policy, and can answer mid-call questions about CPT codes, diagnosis codes, ordering provider, or place of service.

Graceful handoff

Some calls cannot be resolved by an AI agent. Maybe the rep needs clinical justification only the prescribing physician can provide. Maybe the IVR has shifted to a path the agent has never seen. The question is what happens then. A serious agent recognizes the moment and hands off to a human queue with the full context attached, so the human picks up exactly where the agent left off — not back at position one in a new hold queue.

The unit economics that determine whether this is worth deploying

Healthcare RCM is run on dollars per call. The honest numbers, drawn from public industry benchmarks and from our own deployments:

  • A human RCM agent costs roughly $5 to $15 per resolved call, depending on geography and benefits load. Average handle time is 12 to 22 minutes.
  • An AI prior authorization agent costs roughly $0.50 to $1.50 per resolved call, depending on call complexity, payer mix, and concurrency. Average handle time is 3 to 6 minutes for the AI portion.
  • The blended economics depend heavily on first-call resolution rate (FCR). At 90 percent FCR, AI is dramatically cheaper. At 60 percent FCR, AI plus human cleanup may not save money over pure human operation.

The right question to ask any AI prior auth vendor is not "what does it cost per call." The right question is "what is your first-call resolution rate on a representative sample of our actual calls."

Anyone can quote a low cost per call by counting only the cheap calls. The unit economics of prior authorization automation work only if the FCR holds across a realistic distribution of call types — including the messy ones, the long-hold ones, the disambiguation-heavy ones.

How to evaluate AI prior authorization vendors

Five questions that separate serious vendors from the rest:

  1. Will you run a 100-call benchmark on our actual calls before we contract? A vendor that says no is selling you their best-case scenario, not yours.
  2. What is your first-call resolution rate, and how is it measured? If they cannot define their FCR methodology in two sentences, the number means nothing.
  3. What happens when the IVR changes mid-deployment? Look for a vendor whose architecture detects divergence and adapts, not one that requires re-training every time UnitedHealthcare changes a menu.
  4. What does graceful handoff look like, and where does the human pick up? The honest answer is rarely "at position zero in a new queue."
  5. Show me a structured output sample. What fields, what confidence scores, what schema. If you cannot wire it to your RCM system in a week, the vendor is selling you a phone log, not an automation.

Where AI prior authorization fits in a real RCM operation

AI prior authorization is most powerful as one component of a broader RCM automation strategy that also includes eligibility verification, claim status follow-up, denial capture, and appeals tracking. The same underlying voice agent infrastructure handles all of these — only the scripts, knowledge sources, and output schemas change.

For RCM teams running prior auth at scale, the path that consistently works is to start with one workflow at one specialty, run a 100-call benchmark, deploy with full audit logging from day one, and expand only as the data justifies it. Big-bang AI rollouts in RCM are where projects die.

At iBridge, our voice agents handle prior authorization, eligibility, and claim follow-up calls for RCM teams across the United States, with a hash-chained audit log of every state change and a benchmark offer on the unit economics before you sign anything. The 100-call benchmark is the cheapest way to learn the truth.