Anterior's Anuj Iravane on Synthetic Healthcare Data

Anuj Iravane of Anterior discusses how the company overcomes PHI challenges in healthcare AI by generating synthetic data, reversing inference workflows, and empowering clinicians.

8 min read
Anuj Iravane speaking at a podium on a stage.
AI Engineer

Visual TL;DR. Unstructured Healthcare Data leads to PHI Challenges. PHI Challenges addressed by Synthetic Data Solution. Synthetic Data Solution uses Reverse Inference Workflow. Synthetic Data Solution integrates Leverage Clinical Policies. Synthetic Data Solution via Synthetic Data Pipeline. Reverse Inference Workflow enables Healthcare AI Progress. Leverage Clinical Policies supports Empower Domain Experts. Synthetic Data Pipeline drives Healthcare AI Progress. Empower Domain Experts contributes to Healthcare AI Progress.

  1. Unstructured Healthcare Data: medical records dense with info, varied formats, long-tail rare cases
  2. PHI Challenges: strict contracts and regulations make data impossible to retain or reuse
  3. Synthetic Data Solution: Anterior generates data to overcome PHI and scarcity for healthcare AI
  4. Reverse Inference Workflow: model learns from synthetic data, then applies to real-world scenarios
  5. Leverage Clinical Policies: incorporating domain expertise to ensure data realism and utility
  6. Synthetic Data Pipeline: a detailed process for creating high-quality, privacy-preserving datasets
  7. Empower Domain Experts: clinicians guide AI development, ensuring practical and ethical applications
  8. Healthcare AI Progress: tackling high-stakes administrative workflows with robust, ethical AI
Visual TL;DR
Visual TL;DR, startuphub.ai Unstructured Healthcare Data leads to PHI Challenges. PHI Challenges addressed by Synthetic Data Solution leads to addressed by Unstructured Healthcare Data PHI Challenges Synthetic Data Solution Healthcare AI Progress From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Healthcare Data leads to PHI Challenges. PHI Challenges addressed by Synthetic Data Solution leads to addressed by UnstructuredHealthcare Data PHI Challenges Synthetic DataSolution Healthcare AIProgress From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Healthcare Data leads to PHI Challenges. PHI Challenges addressed by Synthetic Data Solution leads to addressed by Unstructured Healthcare Data medical records dense with info, variedformats, long-tail rare cases PHI Challenges strict contracts and regulations make dataimpossible to retain or reuse Synthetic Data Solution Anterior generates data to overcome PHIand scarcity for healthcare AI Healthcare AI Progress tackling high-stakes administrativeworkflows with robust, ethical AI From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Healthcare Data leads to PHI Challenges. PHI Challenges addressed by Synthetic Data Solution leads to addressed by UnstructuredHealthcare Data medical recordsdense with info,varied formats,… PHI Challenges strict contractsand regulationsmake data… Synthetic DataSolution Anterior generatesdata to overcomePHI and scarcity… Healthcare AIProgress tacklinghigh-stakesadministrative… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Healthcare Data leads to PHI Challenges. PHI Challenges addressed by Synthetic Data Solution. Synthetic Data Solution uses Reverse Inference Workflow. Synthetic Data Solution integrates Leverage Clinical Policies. Synthetic Data Solution via Synthetic Data Pipeline. Reverse Inference Workflow enables Healthcare AI Progress. Leverage Clinical Policies supports Empower Domain Experts. Synthetic Data Pipeline drives Healthcare AI Progress. Empower Domain Experts contributes to Healthcare AI Progress leads to addressed by uses integrates via enables supports drives contributes to Unstructured Healthcare Data medical records dense with info, variedformats, long-tail rare cases PHI Challenges strict contracts and regulations make dataimpossible to retain or reuse Synthetic Data Solution Anterior generates data to overcome PHIand scarcity for healthcare AI Reverse Inference Workflow model learns from synthetic data, thenapplies to real-world scenarios Leverage Clinical Policies incorporating domain expertise to ensuredata realism and utility Synthetic Data Pipeline a detailed process for creatinghigh-quality, privacy-preserving datasets Empower Domain Experts clinicians guide AI development, ensuringpractical and ethical applications Healthcare AI Progress tackling high-stakes administrativeworkflows with robust, ethical AI From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Unstructured Healthcare Data leads to PHI Challenges. PHI Challenges addressed by Synthetic Data Solution. Synthetic Data Solution uses Reverse Inference Workflow. Synthetic Data Solution integrates Leverage Clinical Policies. Synthetic Data Solution via Synthetic Data Pipeline. Reverse Inference Workflow enables Healthcare AI Progress. Leverage Clinical Policies supports Empower Domain Experts. Synthetic Data Pipeline drives Healthcare AI Progress. Empower Domain Experts contributes to Healthcare AI Progress leads to addressed by uses integrates via enables supports drives contributes to UnstructuredHealthcare Data medical recordsdense with info,varied formats,… PHI Challenges strict contractsand regulationsmake data… Synthetic DataSolution Anterior generatesdata to overcomePHI and scarcity… Reverse InferenceWorkflow model learns fromsynthetic data,then applies to… Leverage ClinicalPolicies incorporatingdomain expertise toensure data realism… Synthetic DataPipeline a detailed processfor creatinghigh-quality,… Empower DomainExperts clinicians guide AIdevelopment,ensuring practical… Healthcare AIProgress tacklinghigh-stakesadministrative… From startuphub.ai · The publishers behind this format

In the complex world of healthcare AI, data scarcity and privacy concerns can be significant hurdles. Anuj Iravane, Head of AI at Anterior, a clinician-led AI company focused on health plans, shared insights into how his company addresses these challenges by generating synthetic data. In his presentation titled "Don't Be Data Poor," Iravane detailed Anterior's approach to tackling high-stakes administrative workflows with AI, particularly when dealing with highly unstructured data like scanned fax bundles, where approximately 70% of medical communication still occurs.

Anterior's Anuj Iravane on Synthetic Healthcare Data - AI Engineer
Anterior's Anuj Iravane on Synthetic Healthcare Data — from AI Engineer

The Challenge of Unstructured Healthcare Data

Iravane highlighted the inherent difficulties in working with medical records, which are often dense with information, present in varied formats, and contain long-tail, rare cases. He noted that while this data is rich, it's also highly protected health information (PHI), making it impossible to retain, reuse, or even derive information from due to strict contracts and regulations. This presents a paradox: the data most needed for AI development is also the least permissible to keep.

Synthetic Data Generation as a Solution

Anterior's solution lies in synthetically generating the data they need. Iravane acknowledged the growing trend and interest in synthetic data for AI training and evaluation. While Large Language Models (LLMs) are powerful tools for this purpose, they often struggle with generating diverse and realistic-looking records, especially when dealing with lengthy documents like medical records. LLMs can suffer from "mode collapse," producing data that leans towards average cases rather than the rare scenarios crucial for robust AI.

Reversing the Inference Workflow

To overcome these limitations, Anterior employs a strategy of reversing the traditional AI inference process. Instead of starting with data to derive a label, they begin by sampling a chosen outcome (label) and then work backward to generate a corresponding reasoning trace and, finally, the synthetic data itself. This approach, they believe, allows for greater diversity and better coverage of edge cases.

Leveraging Clinical Policies

A core element of Anterior's method involves modeling clinical policies as explicit decision trees. These policies, which outline conditions for approving or rejecting medical necessity reviews, for example, provide a structured way to sample diverse reasoning traces. By deterministically sampling these traces from the policy's logic, Anterior ensures that the generated data is conditioned on a wider range of scenarios than might be found in real-world datasets.

The Synthetic Data Pipeline

Iravane outlined their LLM-based pipeline, which builds medical records layer by layer. It starts with patient invariants, generates a patient journey of events and encounters, and then creates document plans for each encounter. This coarse-to-fine layering keeps prompt payloads token-efficient and allows for scaling to longer patient histories without overwhelming LLM context windows. A refinement loop with LLM-based evaluations, such as consistency checks between documents, further enhances the quality of the generated data.

Empowering Domain Experts

Crucially, Anterior emphasizes empowering their domain experts, particularly clinicians, to own the data pipeline. This is achieved through a "human-in-the-loop" mechanism, allowing clinicians to steer the generation process and provide feedback. By allowing clinicians to define and manage the pipeline's logic as skills within a generic agent harness, Anterior ensures that the synthetic data accurately reflects real-world medical scenarios and can be adapted quickly for new customer deployments.

Promising Results and Key Takeaways

The results have been promising, with approximately 90% of Anterior's datasets now being synthetic. Clinicians in blind reviews could only distinguish synthetic from real data about 60% of the time, indicating high fidelity. Furthermore, over 50% of their datasets are created just-in-time for specific customer deployments, allowing for faster and more tailored AI solutions.

Iravane concluded with key takeaways for those looking to build similar synthetic data pipelines: reverse your inference workflow, sample diversity from appropriate distributions, emulate the original data generation process, and most importantly, empower domain experts by giving them control over the data pipeline.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.