import { Download, FileArchive, ArrowRight, ShieldCheck, Database, Server } from "lucide-react"; const EVIDENCE_POINTS = [ "Denial letter and payer policy criteria", "Patient chart with diagnoses, labs, imaging, and notes", "Clinical literature from PubMed Central Open Access", "Past successful appeals by payer and specialty", ]; export default function EvidenceSection() { return (
Evidence Stack

RAG over fine-tuning, with audit-ready citations

Every appeal is grounded in retrieved evidence so reviewers can trace the exact policy clause or clinical fact.

{EVIDENCE_POINTS.map((point) => (

{point}

))}
AMD Instinct MI300X

192GB HBM3 keeps the 32B and 7B models co-resident at full FP16.

Long-context retrieval

Policy updates are indexed instantly, no retraining required.

Data Hub

30 synthetic cases

A clean, HIPAA-safe dataset spanning five payers and eight specialties to prove the pipeline.

  • Patient records, clinical notes, medications, and labs
  • Payer correspondence for medical necessity and coding
  • Policy bulletins and literature references
View generation scripts on GitHub
); }