Healthcare Technology AI/ML/DL

Cost Curves Down: Claude Opus 5.5, GPT-6 Sol, and AI Prior Auth for India's PMJAY

The Clinical Frontier · 23 September 2026 · Issue 008 A daily briefing on how frontier AI models and hardware land in real healthcare workflows, written for India’s health-IT community. No hype, just what changed and what to do about it.

In this issue

  • Anthropic launched Claude Opus 5.5 on September 22, 2026: 40 percent lower cost than Opus 5, 30 percent faster output, with gains on structured automation and knowledge-work benchmarks.
  • OpenAI released GPT-6 Sol and Luna on the same day, at 50 percent lower prices than their GPT-5.6 equivalents.
  • Taken together, the cost of running frontier AI on document-heavy workflows dropped substantially in a single week.
  • The scenario that benefits most in Indian health IT: prior authorisation under PMJAY, where high-volume document review is the bottleneck and cost-per-task is the barrier to deployment.

What shipped

Claude Opus 5.5 arrived on September 22, 2026. The headline is cost: input tokens drop from $5 to $4 per million, output from $25 to $20 per million, and cache reads fall from $0.50 to $0.20 per million, a 60 percent reduction on the component that matters most in high-volume document processing pipelines. Anthropic describes the overall operational cost reduction as 40 percent less than Opus 5 on typical workloads.

Speed matters as much as cost in a prior auth workflow. Opus 5.5 generates output 30 percent faster than its predecessor, which is the difference between a reviewer waiting seconds and waiting tens of seconds for the AI to summarise a case file and flag the relevant package criteria.

The capability shift Anthropic emphasises is communication: the model puts the most important information first and is a better work partner over long review sessions. For a clinician going through AI-extracted prior auth summaries for hours at a stretch, that is not a minor quality-of-life note. It is the difference between trusting the model’s output and having to re-read the source documents to verify it.

Two other Opus 5.5 traits matter for health IT compliance. Thinking mode cannot be disabled, meaning the model’s reasoning chain is always generated and can be logged for audit. Anthropic also reports an 85 percent reduction in boundary circumvention attempts compared to Opus 5, which is relevant for deployments where prompt injection from attacker-controlled document content is a plausible threat.

On benchmarks: AutomationBench (40.0%) measures performance on structured business workflows across applications, which is the closest published proxy for the document-classification task prior auth represents. Humanity’s Last Exam with tools (67.7%) covers multidisciplinary graduate-level reasoning, relevant for reading complex clinical notes.

GPT-6 Sol and Luna launched the same day. Both were trained with the same methods as GPT-6 Astra, bringing Astra-generation capabilities to a more affordable tier, with prices cut 50 percent compared to their GPT-5.6 equivalents. On AutomationBench, GPT-6 Sol at its highest effort setting outperforms Claude Opus 5 at max effort at 9 percent of Opus 5’s cost per task. That sets up a genuinely competitive landscape: two labs cut the cost of frontier automation on the same day.

Why prior authorisation is the right target

Prior authorisation is the written clinical justification a hospital submits before a planned admission under a cashless health insurance scheme. In India, the largest such scheme is PMJAY (Pradhan Mantri Jan Arogya Yojana), which empanels hospitals across the country to provide cashless treatment for listed procedures up to defined benefit amounts. Before admitting an eligible patient for a covered procedure, the hospital submits a pre-auth request to the relevant State Health Agency, which reviews the clinical documents and issues an approval, modification, or rejection.

The documents in a typical pre-auth request include the patient’s case history, investigation reports (blood work, imaging, pathology), the attending clinician’s provisional diagnosis, the planned surgical or medical procedure, and the proposed duration of stay. A human reviewer reads these documents, identifies the relevant PMJAY health benefit package code, checks that the clinical indication matches the package criteria, and decides.

The AI task here is narrow and well-specified: read a set of structured and semi-structured documents, extract the clinical indication, proposed procedure, and investigation findings, map those against the relevant package codes from the PMJAY health benefit package list, and produce a structured summary the human reviewer can act on in thirty seconds rather than five minutes. The AI is not making the authorisation decision. The human is. The AI is doing the document reading and structured extraction that currently occupies the reviewer’s time.

At the previous cost of frontier models, running this pipeline at the scale of a State Health Agency processing hundreds of requests per day was expensive enough to require a budget case rather than a deployment decision. At Opus 5.5 pricing, processing a typical pre-auth document set costs a fraction of the staff cost of the same manual review.

The India architecture

India’s health claims infrastructure under ABDM (Ayushman Bharat Digital Mission) is building toward a standardised exchange layer called NHCX (National Health Claims Exchange). NHCX defines standard APIs and FHIR-based message formats for claim submission, pre-auth, and adjudication across all insurers participating in the ABDM ecosystem. A standard API for pre-auth submissions means that an AI pipeline processing those submissions can be built once and deployed across any insurer connected to NHCX, rather than requiring one custom integration per insurer or Third Party Administrator.

A practical deployment architecture using Opus 5.5 on this infrastructure has three stages.

Stage 1: Document ingestion. The pre-auth request arrives via NHCX API or directly from the hospital’s HIS. Clinical documents are extracted, cleaned, and passed to the model with a structured prompt specifying which package criteria to evaluate.

Stage 2: AI extraction and classification. Opus 5.5 reads the clinical documents, extracts the relevant clinical indicators, maps the procedure to the nearest PMJAY health benefit package code, notes supporting or contradicting evidence in the documents, and produces a structured summary with a confidence indicator and citations to specific document sections.

Stage 3: Human review with AI summary. The reviewer sees the AI-generated summary and the source documents side by side. They confirm the package mapping, review the AI-flagged evidence, and issue the auth decision. The AI’s reasoning chain, captured via Opus 5.5’s mandatory thinking mode, is logged alongside the decision for audit.

Every component exists today. Claude Opus 5.5 is available on AWS, Google Cloud, and Azure, all of which have agreements with major Indian public sector and private institutions. The integration work is standard API development.

The guardrails, stated plainly

The AI does not decide. Prior authorisation is a clinical and contractual determination. The AI extracts and classifies. A qualified reviewer issues the decision. Logging the AI’s contribution separately from the human decision is not optional: IRDAI audit requirements for prior auth decisions apply regardless of how the initial classification was generated.

DPDP compliance is table stakes. Clinical documents contain sensitive personal data under the DPDP Act 2023. The processing purpose (pre-auth review) must be documented. Anthropic’s API terms include a zero data retention option, relevant for health data pipelines where patient data must not persist at a third-party model provider without explicit policy coverage. Data minimisation applies: send only the documents needed for the specific request, not the patient’s entire health record.

Test on Indian clinical language. PMJAY package criteria and clinical indications are documented in mixed English and regional language transliterations, and doctors’ clinical notes regularly combine English medical terminology with regional language descriptions. Test the model’s extraction accuracy on real or representative Indian clinical documents before going live, not only on the benchmarks Anthropic publishes for US and European datasets.

Scope creep is a compliance risk. A system that starts as structured extraction can drift toward diagnostic suggestions if the prompt is not carefully bounded. Define the scope at the prompt level, enforce it in the system instructions, and audit outputs regularly for out-of-scope claims. A system that says “this looks like appendicitis” when its job is to map a procedure code has crossed a line that puts it in regulated medical device territory.

The takeaway

Frontier AI just got significantly cheaper and faster, twice in one day. The cost barrier that kept AI out of high-volume, document-heavy health IT workflows in India has moved meaningfully. Prior authorisation under PMJAY is a workflow where that shift is immediately relevant: the task is well-specified, the economics now work, and the infrastructure (NHCX, ABDM, cloud platforms) already supports deployment.

The AI does not replace the reviewer. It changes what the reviewer spends time on: a thirty-second decision confirmation rather than a five-minute document triage. At the scale of a state health agency, that is the difference between keeping up with daily pre-auth volumes and accumulating backlogs that delay patient care.

The discipline is the same as every AI deployment: clear scope (extraction, not decision), audit trail (mandatory with Opus 5.5’s thinking mode), DPDP compliance, and validation on Indian clinical language before go-live. The economics are no longer the obstacle.


The Clinical Frontier is a daily briefing from HCITExperts. More tomorrow.

Share: Twitter LinkedIn