Sun Finance automates ID extraction and fraud detection with generative AI on AWS
Sun Finance processed 80,000 monthly microloan applications but approximately 60% required manual operator review, primarily due to OCR extraction errors across multiple languages and ID document types. Per-document costs and approximately 3 FTEs dedicated to manual verification blocked expansion into lower-value loan markets, while about 10% of daily requests were fraudulent, requiring time-intensive manual review.
Sun Finance's 2019 IDV system hit accuracy limits as the company expanded into regions with languages underrepresented in OCR training data and multiple ID formats. A replacement attempt using Claude Sonnet 4 alone via Amazon Bedrock achieved only 61.8% accuracy—below the existing baseline—because the model's built-in privacy safeguards refused to extract PII from identity documents, causing ID number extraction to fall to only 43%.
The multi-tier solution improved extraction accuracy from 79.7% to 90.8%, cut per-document costs by 91%, and reduced processing time from up to 20 hours to under 5 seconds.
Manual intervention is projected to drop from 60% to 30% of applications, with staffing projected to decrease from approximately 3 FTEs to approximately 1 FTE.
Show all 20 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The multi-tier solution improved extraction accuracy from 79.7% to 90.8%, cut per-document costs by 91%, and reduced processing time from up to 20 hours to under 5 seconds.
What tools did this team use?
Amazon Titan Multimodal Embeddings, Claude Sonnet 4, Amazon API Gateway, Amazon Cognito, AWS WAF, AWS KMS, Terraform.
What results were reported?
Overall extraction accuracy — new solution: 90.8%; Overall extraction accuracy — baseline: 79.73%; Per-document cost reduction: 91% reduction; Processing time — new solution: under 5 seconds (source-reported, not independently verified).
What failed first in this deployment?
Sun Finance's 2019 IDV system hit accuracy limits as the company expanded into regions with languages underrepresented in OCR training data and multiple ID formats.
How is this kyc aml AI workflow structured?
Loan application triggers ID check → Primary OCR via Amazon Textract → Fallback OCR via Amazon Rekognition → LLM structuring via Claude Sonnet 4 → Validation rules applied → Parallel fraud detection triggered → Visual fraud pattern detection → Background similarity search → Risk score output → Confirmed fraud ingestion.