PART II: DOMAIN-SPECIFIC AI ADOPTION
AI Adoption in Healthcare
Healthcare presents the highest-stakes and highest-value landscape for AI adoption. Data is abundant but fragmented β spread across EHRs, laboratory systems, pharmacy platforms, imaging archives (PACS), payer portals, and patient-generated sources. Regulatory constraints (HIPAA, clinical quality standards, FDA oversight of SaMD) create hard governance requirements.
Traditional ML Applications in Healthcare
- Clinical Risk Stratification β 30-day readmission prediction, ICU deterioration alerts (NEWS score augmentation), sepsis early warning models using vital signs and lab trends
- Imaging and Diagnostics β Computer vision models for radiology anomaly detection, pathology slide classification, retinal scan diabetic retinopathy screening
- Revenue Cycle Optimisation β Denial prediction models that flag claims likely to be rejected before submission; coding accuracy models that suggest ICD-10/CPT codes from structured data
- Population Health Management β Clustering algorithms that segment patient populations by chronic disease burden and social determinants of health for proactive outreach
- Drug-Drug Interaction and Formulary Compliance β Rule-enhanced ML models that flag prescription risks at point of ordering
Generative AI Applications in Healthcare
- Ambient Clinical Documentation β LLM-based scribes that listen to physician-patient encounters and generate draft SOAP notes, reducing documentation burden by 40β60%
- Patient Communication β GenAI-drafted after-visit summaries, care plan instructions, and medication guidance in plain language personalised to health literacy level
- Clinical Knowledge Q&A (RAG) β Physician copilots grounded in clinical guidelines that answer specific clinical questions with cited sources
- Utilisation Management Drafting β GenAI that reads clinical notes and drafts structured prior authorisation requests for nurse reviewer approval
- Medical Coding Assistance β LLM that reads clinical narratives and suggests billing codes with supporting rationale β clinician reviews and approves
Agentic AI Applications in Healthcare
High-Value Agentic Use Case: Autonomous Care Coordination & Prior Authorisation β Agent reads physician order, retrieves patient chart from EHR, queries payer API for coverage criteria, identifies missing clinical data, retrieves it from lab systems, assembles the prior auth package, routes to physician for signature (HITL), submits via payer portal API, and updates the care plan upon approval β without administrative intervention
- Autonomous SDOH Outreach β Agent identifies patients with social determinants of health flags, cross-references community resource APIs, drafts personalised referral letters, schedules outreach calls via telephony API, and logs all contacts to the care management system
- Discharge Planning Orchestration β Agent reviews clinical data, checks post-acute facility availability via API, verifies payer coverage, coordinates transport, sends discharge instructions to patient portal, and schedules follow-up appointments β with HITL gate for case manager approval of the final plan
- Clinical Trial Matching β Agent reads patient phenotype from EHR, queries ClinicalTrials.gov API and sponsor registries, scores eligibility against inclusion/exclusion criteria, and presents ranked trial options to the oncologist
Healthcare AI Risk Classification
| Risk Level | Characteristics | Governance Requirement |
|---|---|---|
| Low Risk (Automate) | Administrative scheduling, document formatting, FAQ responses, lab result delivery to patient portal | Audit logging; no HITL required |
| Medium Risk (Copilot) | Prior auth drafting, coding suggestions, care gap identification, population outreach prioritisation | Human review before action; HITL mandatory |
| High Risk (Human-Led) | Clinical diagnosis interpretation, medication dosage decisions, discharge against medical advice, any inference about treatment necessity | Agent proposes only; physician disposes. Full audit trail. FDA SaMD classification review. |
AI Adoption in Airlines
The airline industry is characterised by real-time, high-velocity operational complexity. A single flight cancellation triggers a cascade of interdependent decisions β crew re-scheduling, passenger re-accommodation, gate reassignment, catering changes, fuel adjustments, and customer communications β that must be resolved within hours.
Traditional ML Applications in Airlines
- Revenue Management β Demand forecasting models that dynamically adjust fares based on historical booking curves, competitor pricing, and seasonal patterns
- Crew Scheduling Optimisation β Integer programming and ML models that optimise crew assignments against regulatory rest requirements, qualification constraints, and cost minimisation
- Predictive Maintenance β Time-series anomaly detection on aircraft sensor data (ACARS feeds) that predicts component failures before they cause AOG events
- No-Show Prediction β Classification models that predict booking no-shows to inform overbooking strategies, reducing empty seats on sold flights
- Delay Propagation Modelling β Network simulation models that forecast how a delay at a hub airport ripples through a connection network
Generative AI Applications in Airlines
- Disruption Communication β GenAI-drafted personalised delay/cancellation notifications that include the specific reason, estimated resolution time, and proactive re-accommodation options
- Customer Service Copilot β Agent-facing tools that retrieve full passenger context (PNR, tier status, travel history, current disruption status) and draft suggested responses to complex queries
- Policy Q&A β GenAI tools grounded in fare rules, alliance agreements, and operational policies that enable frontline staff to answer complex entitlement questions instantly
- Incident Report Generation β AI that converts PIREP and ATC logs into structured incident reports, reducing crew administrative burden
Agentic AI Applications in Airlines
High-Value Agentic Use Case: Dynamic Mass Disruption Re-accommodation β When a weather event grounds 12 flights simultaneously, an agent detects cancellations via operations API, identifies affected passengers from PNR database, scores them by tier status and connection urgency, checks real-time seat inventory across own-metal and partner flights via GDS, reserves seats sequentially, triggers hotel voucher APIs for overnight passengers, updates loyalty profiles with disruption compensation, and pushes tailored re-accommodation options to passengers’ mobile apps β before they land at the connection airport
- Autonomous Turnaround Orchestration β Agent monitors gate assignment, catering loading, fuelling, cleaning, and baggage transfer status, detects deviations from the standard turnaround schedule, escalates hold situations to ground operations supervisors, and updates the departure estimate in real time
- Proactive Misconnect Management β Agent monitors inbound flight delays, identifies passengers with tight connections, calculates connection feasibility based on actual arrival gate and connection gate, initiates re-booking for those who will miss connections before they land, and has the new boarding pass waiting on their mobile app upon arrival
- Crew Legality Recovery β When a crew member goes illegal (FAR Part 117 rest violation), agent identifies legal crew on reserve in the same domicile, checks qualification against aircraft type and route, verifies rest compliance, proposes a replacement assignment, and triggers the crewmember notification β all within minutes of the original illegality being flagged
Airlines AI Risk Classification
| Autonomy Level | Scope | Examples |
|---|---|---|
| Full Auto | Standard partner airline rebooking under alliance agreements for delayed economy passengers | Rebook, reissue ticket, send notification β no human approval |
| Supervised Auto | Involuntary upgrades, hotel vouchers above $200, voluntary denied boarding offers | Agent executes after supervisor confirms via mobile approval |
| Human-Led | Safety-impacted decisions, crew rest violations, diversion authorisation, unaccompanied minor re-routing | Agent proposes; Operations Control confirms in writing |
AI Adoption in Insurance
Insurance sits at the intersection of unstructured data (claim descriptions, adjuster notes, policy schedules, legal correspondence), probabilistic reasoning (risk modelling, fraud scoring, reserve estimation), and high-stakes decisions (coverage determinations, large loss payouts, underwriting declinations).
Traditional ML Applications in Insurance
- Actuarial Pricing Models β Gradient boosting models (XGBoost, LightGBM) for personal and commercial lines pricing incorporating hundreds of risk variables β telematics data, property characteristics, claims history, geospatial risk scores
- Fraud Detection β Network graph analysis and anomaly detection that identify organised fraud rings, duplicate claims, and provider billing anomalies
- Subrogation Identification β Classification models that flag claims with potential third-party recovery opportunities from structured claim fields
- Catastrophe Modelling β Geospatial ML models that estimate insured loss aggregation from weather events, using satellite data, property exposure databases, and historical loss patterns
- Claims Triage and Routing β Multi-class classifiers that route incoming FNOL to the appropriate claims handling team based on claim characteristics
Generative AI Applications in Insurance
- Policy Wording Simplification β GenAI that translates complex commercial policy language into plain-language summaries for insured and broker audiences
- Claims Correspondence β AI-drafted coverage position letters, reservation of rights letters, and settlement offer communications β with legal review gate before sending
- Underwriting Question Answering β Broker-facing copilots that answer coverage questions and check endorsement availability, grounded in carrier appetite and product guidelines
- Regulatory Filing Assistance β GenAI that drafts rate and form filings for state insurance department submissions, incorporating regulatory change tracking
- Loss Run Analysis β GenAI that interprets unstructured loss run data from incumbent carriers and generates structured summaries for underwriter review
Agentic AI Applications in Insurance
High-Value Agentic Use Case: Commercial Underwriting Support & FNOL Triage β Agent ingests complex commercial property schedule, validates risk data against external weather and geospatial APIs, cross-references with carrier catastrophe exposure aggregates, flags accounts above net line retention thresholds, models alternative risk structures, and drafts a complete underwriting memorandum with alternative policy terms for senior underwriter review and sign-off
- Autonomous Subrogation Recovery β Agent reads closed claim file, identifies third-party liability indicators, researches responsible party insurance coverage via ISO ClaimSearch and DMV APIs, calculates recovery quantum, drafts demand letter, and manages the correspondence workflow β escalating to senior adjuster when the counterparty disputes liability
- Straight-Through Claims Processing β For low-complexity, low-value claims (windscreen, single-vehicle minor collision), agent verifies coverage, validates incident against policy, checks fraud score, calculates indemnity, and issues payment β with human review only for claims above a defined threshold or with elevated fraud score
- Proactive Renewals Management β Agent monitors expiring commercial accounts, triggers renewal workflow 120 days out, retrieves updated property values and loss run data, flags material changes to underwriter, and drafts renewal terms β enabling underwriter to handle 3Γ the account volume with the same team size