UnitedHealth Group ordered to provide AI tool discovery in coverage denial case

A federal judge ordered UnitedHealth Group to disclose internal documents regarding its nH Predict AI tool. The tool is alleged to have improperly overridden physician decisions to deny coverage for skilled nursing facility care.

UnitedHealth Group · Incident Mar 11, 2026 · Indexed Jun 5, 2026 · 3 sources

The nH Predict algorithm allegedly supplanted physician clinical judgment with automated recovery timeline predictions to justify claim denials.
What
A federal judge ordered UnitedHealth Group to disclose internal documents regarding its nH Predict AI tool.
Incident date
Mar 11, 2026
Who
UnitedHealth Group
Failure mode
Agentic Action Error
AI surface
Chatbot
Severity
High

What happened

In March 2026, a federal judge ordered UnitedHealth Group to provide extensive discovery documents in a class-action lawsuit. The litigation alleges the company used its nH Predict AI tool to deny claims for skilled nursing facility care. Plaintiffs claim the tool was used to prematurely terminate coverage by overriding the clinical judgments of treating physicians.

What broke inside the model

Failure path · mode profile · Agentic Action Error
  1. 01 · TriggerAn agent plans a multi-step task.
  2. 02 · Model stepIt chooses a wrong or destructive action.
  3. 03 · Control gapNo confirmation gate guards the write.
  4. 04 · FailureThe action commits to a system of record.
  5. 05 · ConsequenceData is changed or destroyed irreversibly.

A wrong action commits, and the step is written before anything can stop it.

The nH Predict algorithm allegedly supplanted physician clinical judgment with automated predictions of patient recovery timelines. This automation led to the premature denial of coverage by prioritizing algorithmic stay-length predictions over individual patient medical needs.

Public visibilityHigh
Regulatory exposureActive
Customer impactClass-wide
Financial impactUnknown
Time to disclosureHours
  1. PressJudge orders UnitedHealth to hand over broad discovery in AI coverage-denial casebeckerspayer.com
  2. PressCourt orders UnitedHealth Group to disclose AI denial algorithmdistilinfo.com
  3. PressFederal Court Orders Broad Discovery Against UHC in AI Coverage Denial Lawsuitafslaw.com
Permalinkhttps://failureindex.ai/failures/unitedhealth-group-ordered-provide-discovery-coverage
CitationAI Failure Index. "UnitedHealth Group ordered to provide AI tool discovery in coverage denial case" (FI-0298). Realm Labs. https://failureindex.ai/failures/unitedhealth-group-ordered-provide-discovery-coverage (indexed Jun 5, 2026).
Share cardA branded image of this record for posts and slides.

Data fields CC-BY 4.0, prose citation permitted. Incident ID FI-0298. Full dataset at /data.

Note from Realm Labs, the Index steward

How Realm would have caught this

Controls for this failure mode
  • Prism
  • OmniGuard
  • AgentRealm

Realm can sit inline on the agent's action path and require that a destructive or high-consequence action clears a real check before it executes, so 'delete and recreate' or a wrong write is stopped at the moment of intent, not explained in the post-mortem.