Inferensys

Integration

AI Integration for Sapiens IDITSuite

Technical blueprint for embedding AI into Sapiens IDITSuite to automate legacy data extraction, identify process bottlenecks, and route claims intelligently without replacing the core platform.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
ARCHITECTURE FOR LEGACY MODERNIZATION AND PROCESS INTELLIGENCE

Where AI Fits into Sapiens IDITSuite

A practical blueprint for embedding AI-driven insights and automation into the core Sapiens IDITSuite platform to modernize legacy policy and claims data, optimize workflows, and enhance decision-making.

AI integration for Sapiens IDITSuite focuses on three primary architectural surfaces: the core policy and claims data model, the business rules and workflow engine, and the document management and correspondence layer. The goal is to inject intelligence without disrupting the stable, transaction-heavy core. This means connecting AI services via APIs to enrich Policy, Claim, and Party objects with external data and predictive scores, using the rules engine to trigger AI-powered validations or routing decisions, and applying document intelligence to unstructured forms, correspondence, and legacy system extracts stored within the platform.

High-impact use cases center on operational bottlenecks inherent to legacy system environments. For example, an AI service can be triggered during a claims FNOL workflow to extract and validate structured data from scanned legacy policy documents or handwritten forms, populating the claim file in minutes instead of hours. Another pattern uses process mining on historical claims data to identify stages with high manual touch or prolonged cycle times, enabling intelligent workflow routing that bypasses unnecessary approvals for low-risk claims. AI can also power a copilot for underwriters or adjusters, providing instant retrieval of similar historical cases, regulatory guidance, or clause definitions from within the IDITSuite interface using a RAG architecture connected to the platform's document repository.

A production implementation is typically wired through a middleware orchestration layer (like an API gateway or event bus) that sits between IDITSuite and cloud-based AI services. This layer handles secure API calls, manages request/response payloads conforming to IDITSuite's data structures, enforces role-based access controls, and maintains a full audit trail of all AI-assisted actions. Rollout should be phased, starting with a single, high-volume workflow—such as automated document classification for incoming mail—to validate the integration pattern, measure impact on manual effort, and establish governance for model outputs before scaling to more complex decision-support use cases.

ARCHITECTURAL BLUEPRINTS FOR AI INJECTION

Key Integration Surfaces in IDITSuite

Core Data Modernization Layer

IDITSuite often sits atop decades of legacy policy and claims data stored in mainframes, COBOL files, and proprietary databases. AI integration here focuses on creating a modern data access layer without disruptive migration.

Key integration surfaces include:

  • Batch Job Outputs: Intercepting and parsing legacy system report files (e.g., claim registers, policy extracts) using AI for entity recognition and structured data extraction.
  • Screen Scraping APIs: For systems without modern APIs, AI agents can be trained to navigate green-screen interfaces via terminal emulators, extracting data for downstream processes.
  • Document Management Connectors: Plugging into IDITSuite's document repository to classify, OCR, and extract key fields from scanned forms, handwritten notes, and faxed correspondence using vision and NLP models.

This layer feeds cleansed, structured data into IDITSuite's core tables or a separate operational data store, enabling RAG-powered copilots and analytics.

LEGACY SYSTEM MODERNIZATION

High-Value AI Use Cases for IDITSuite

Practical AI integration patterns for the Sapiens IDITSuite platform, focusing on extracting intelligence from legacy data, automating core claims workflows, and providing actionable insights to reduce cycle times and improve accuracy.

01

Legacy Document & Data Extraction

Use AI to automatically read, classify, and extract structured data from scanned paper files, PDFs, and legacy system printouts ingested into IDITSuite. Populates claim fields for policy details, loss descriptions, and claimant information, turning weeks of manual entry into a same-day process.

Weeks -> Same Day
Data onboarding
02

Process Mining for Claims Bottlenecks

Analyze IDITSuite audit trails and diary logs with AI to identify hidden bottlenecks in claims handling. Pinpoints stages with excessive rework, prolonged approvals, or frequent escalations, providing data-backed recommendations for workflow optimization within the rules engine.

1 Sprint
Insight delivery
03

Intelligent Workflow Routing & Assignment

Augment IDITSuite's assignment engine with AI models that evaluate claim complexity, required expertise, and adjuster workload. Routes claims to the optimal handler based on loss type, jurisdiction, and historical outcomes, reducing reassignments and improving first-contact resolution.

Batch -> Real-time
Assignment logic
04

Reserve Setting & Financial Triage

Integrate AI models with IDITSuite's financial modules to analyze historical similar claims, medical codes, and repair estimates. Provides initial and ongoing reserve recommendations, flags outliers for manual review, and explains reasoning based on claim facts to support actuarial and compliance needs.

Hours -> Minutes
Reserve analysis
05

Subrogation & Recovery Identification

Automatically scan new claims and policy wordings within IDITSuite to identify potential subrogation opportunities. AI flags claims with clear third-party liability, suggests relevant statutes, and can draft initial correspondence, ensuring recovery workflows start earlier in the claims lifecycle.

06

Regulatory Change Impact Analysis

Connect AI to IDITSuite's rules and product configuration. Monitors regulatory updates and analyzes potential impacts on existing rules, forms, and workflows. Suggests necessary configuration changes and tests them against historical claim data to prevent compliance gaps at renewal.

Proactive vs. Reactive
Compliance posture
FOR IDITSUITE

Example AI-Augmented Workflows

These workflows illustrate how AI agents can be integrated into the Sapiens IDITSuite platform to automate legacy data extraction, identify process bottlenecks, and intelligently route work, directly connecting to core APIs and data models.

Trigger: A batch of scanned legacy policy documents (PDFs, TIFFs) is uploaded to a designated IDITSuite document repository folder.

AI Action:

  1. An orchestration service monitors the folder and triggers an AI document processing pipeline.
  2. A computer vision/OCR model extracts text and structure from the documents.
  3. An LLM-based classification model identifies the document type (e.g., "HO-3 Policy Form", "Endorsement", "Application") and key metadata like policy number, insured name, and effective date.
  4. A second LLM agent performs targeted extraction, populating a structured JSON payload with fields relevant to IDITSuite's policy object model.

System Update: The orchestration service calls the IDITSuite Policy API to:

  • Create or update the master policy record.
  • Attach the newly indexed digital document to the record with the extracted metadata as tags.
  • Log the migration event and any extraction confidence scores for audit.

Human Review Point: Documents with low confidence scores or extraction conflicts are routed to a "Legacy Data Review" queue in IDITSuite for a human operator to verify and correct.

CONNECTING AI TO IDITSUITE'S CORE DATA MODEL

Implementation Architecture: Data Flow & APIs

A practical blueprint for integrating AI services with Sapiens IDITSuite's APIs and data objects to automate legacy data extraction and process mining.

The integration connects to IDITSuite's core Policy, Claim, and Party objects via its RESTful APIs and SOAP web services. Key data flows include:

  • Extraction Triggers: New document uploads to the Document Management module or status changes in a claim workflow trigger an event, placing a message on a secure queue (e.g., Azure Service Bus, AWS SQS).
  • AI Processing Pipeline: A serverless function or containerized service consumes the message, calls the appropriate AI service (e.g., document OCR & NLP, process mining analyzer), and posts the structured results back to a staging table or directly to IDITSuite's Custom Object API.
  • Data Enrichment: Extracted data from legacy forms or correspondence is mapped to native fields like claim.incidentDescription, policy.endorsementDetails, or custom objects for unstructured insights.

For process mining and bottleneck detection, the architecture taps into IDITSuite's audit logs and workflow history tables. A scheduled job exports anonymized process data (e.g., task durations, handoffs between Underwriter and ClaimsAdjuster roles) to a dedicated analytics environment. AI models analyze this data to identify patterns—such as frequent delays at manual approval steps or outlier claims stuck in "Investigation"—and generate recommendations. These insights are surfaced back into IDITSuite via a custom dashboard widget or as automated diary entries, prompting managers to intervene on specific claims.

Governance is built into the flow. All AI-generated suggestions or data populates custom fields flagged as systemGenerated and are subject to configurable business rules within IDITSuite for approval. A full audit trail logs the source document, the AI model version used, the extracted data, and any user overrides, ensuring compliance and model performance tracking. Rollout typically starts with a single use case, like automating data extraction from Proof of Loss forms, before expanding to more complex process optimization workflows.

INTEGRATION PATTERNS

Code & Payload Examples

Extracting Data from Mainframe & Legacy Sources

A core challenge in Sapiens IDITSuite environments is accessing data locked in legacy mainframe screens, COBOL copybooks, or VSAM files. AI can automate this extraction to feed modern analytics and RAG systems.

Typical Integration Flow:

  1. Use screen-scraping or API emulation tools to access the legacy interface.
  2. Pass the raw, unstructured output (text, fixed-width data) to an LLM via a prompt engineered for the specific screen format.
  3. The LLM normalizes and structures the data into JSON.
  4. Post the structured data to a modern API or queue for ingestion into IDITSuite or a connected data lake.

Example Payload to LLM:

json
{
  "task": "extract_and_structure_legacy_data",
  "source_format": "CICS_3270_CLAIM_SCREEN",
  "raw_text": "CLAIM#: 44567891  STATUS: OPEN      INSURED: DOE,JOHN...",
  "target_schema": {
    "claim_number": "string",
    "status": "string",
    "insured_name": "string",
    "loss_date": "date"
  }
}

This pattern turns legacy system queries into real-time API calls, enabling AI agents to access historical policy or claim data without manual lookups.

AI INTEGRATION FOR IDITSUITE

Realistic Time Savings & Operational Impact

How AI integration accelerates core claims workflows and reduces manual overhead in Sapiens IDITSuite, based on typical implementations for legacy system modernization and process optimization.

Workflow / TaskBefore AI IntegrationAfter AI IntegrationKey Impact & Notes

Legacy Document Data Extraction

Manual review & keying (30-60 min per document)

Automated extraction & validation (2-5 min review)

Focus shifts to exception handling; data populates IDITSuite fields directly.

Process Bottleneck Identification

Monthly manual report analysis (8-16 hours)

Continuous monitoring with weekly automated insights (1-2 hours review)

Proactive identification of claims stuck in specific statuses or awaiting documents.

Initial Claim Triage & Routing

Manual assignment based on adjuster load & basic rules

AI-assisted scoring of complexity & recommended routing

Reduces misassignment; senior adjusters get complex cases faster.

Workflow Exception Handling

Manual monitoring of task queues & follow-up emails

AI flags stalled tasks & auto-generates reminder communications

Reduces cycle time delays by 15-25% for common exception types.

Regulatory & Compliance Check

Manual cross-reference of claim details against guidelines

Automated scan of claim narrative & documents for compliance flags

Provides audit trail; highlights potential issues for supervisor review.

Customer Communication Drafting

Manual drafting of status updates & document request letters

AI-generated first drafts based on claim context & templates

Adjuster edits vs. creates, saving 5-10 minutes per communication.

Management Reporting & Insights

Manual data aggregation from multiple IDITSuite reports

Automated, natural-language summaries of key metrics & trends

Shifts effort from data gathering to strategic analysis.

ARCHITECTING FOR PRODUCTION

Governance, Security & Phased Rollout

A practical approach to deploying AI within Sapiens IDITSuite that respects data sovereignty, audit requirements, and operational stability.

A production AI integration for Sapiens IDITSuite must be architected to respect the platform's core data model—Policy, Claim, Party, and Financial objects—and its existing security perimeter. This means implementing AI services as a governed middleware layer that interacts via Sapiens' published APIs and webhooks. All AI-generated outputs, such as extracted data from legacy documents or process bottleneck flags, should be written back to designated staging fields or custom objects within IDITSuite, never directly to production master records without a review step. This creates a clear audit trail within the native system.

Security is paramount when processing sensitive insurance data. We recommend a pattern where PII is pseudonymized before being sent to external AI models, and all inferences are performed within your controlled cloud environment (e.g., Azure OpenAI, AWS Bedrock). The integration should enforce strict role-based access control (RBAC), ensuring AI insights are only surfaced to users with the appropriate Sapiens permissions. For instance, a process mining insight about claims adjudication delays should only be visible to claims managers, not general service representatives.

A successful rollout follows a phased, value-driven approach. Phase 1 typically targets a single, high-volume workflow like automated data extraction from scanned loss forms or legacy claim files, with 100% human review of AI outputs. Phase 2 expands to intelligent workflow routing based on AI-triaged complexity, directly influencing the Sapiens assignment engine. Phase 3 introduces predictive insights, such as flagging claims likely to exceed a reserve threshold. Each phase includes establishing guardrail metrics (e.g., AI suggestion acceptance rate, error rate) and a clear escalation path to human experts, ensuring the system augments—rather than disrupts—your existing Sapiens operations.

IMPLEMENTATION BLUEPRINT

Frequently Asked Questions

Practical questions for integrating AI with Sapiens IDITSuite, focusing on legacy system modernization, process intelligence, and workflow automation.

The most common approach involves a multi-stage pipeline that respects IDITSuite's data access patterns:

  1. Identify Source Systems: Map the legacy policy, claims, and billing data sources (e.g., IMS, VSAM, Adabas) that IDITSuite interacts with or replicates.
  2. Leverage Existing APIs & Batch Jobs: Use IDITSuite's own integration layer (APIs, batch interfaces) to extract data, as this is already a validated and governed path. Avoid direct mainframe screen scraping where possible.
  3. Create a Staging Layer: Land raw extracts in a cloud data lake or data warehouse (e.g., Snowflake, BigQuery). This becomes your "AI-ready" data layer, separate from the transactional system.
  4. Apply AI for Structuring: Use LLMs and NLP models in this staging layer to:
    • Normalize codes: Convert legacy status codes (e.g., CLM-STAT-99) into consistent business descriptions.
    • Extract unstructured data: Parse free-text notes from claims history or policy documents stored in legacy formats.
    • Establish entity relationships: Link parties, policies, and claims across disparate legacy keys.

The cleansed, structured data is then made available via API to power AI agents within IDITSuite or for analytical dashboards. This approach minimizes risk to the core system. For related patterns, see our guide on AI Integration for Insurance Core Systems.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.