Compliance AI Product Validator
AI system that turned 2 weeks of manual product compliance review into a sub-minute automated check — and let the client launch it as a SaaS product.
2w → <1m
Time per compliance check
>90%
Cost reduction vs manual
€1,000
Manual cost per product
← the part clients ask about first
The problem
A European compliance specialist firm was charging clients €1,000 per product to manually verify certification documents. Specialists spent 1–2 weeks per case cross-checking PDFs, validating required tests, comparing product photos against official certification imagery, and writing the final report. The process was slow, expensive, and impossible to scale.
The approach
End-to-end backend system that ingests a certification PDF + product images and produces a verdict in under a minute.
- Multi-model AI pipeline. OpenAI Vision, Gemini, and Mistral each handle the document type they’re best at — text extraction, structural validation, image comparison — coordinated by LangGraph so each step has the right tool and clean fallbacks.
- AWS-native infra. Lambda for async processing, ECS for heavy jobs, S3 for artifacts, EventBridge for orchestration, SES for client delivery. Scales horizontally to dozens of products in parallel without staffing changes.
- PDF report generation. Puppeteer on Lambda renders the final compliance report as a branded PDF that lands in the client’s inbox automatically.
- Client dashboard. Past analyses, status tracking, downloadable reports — productized so the firm can sell it.
The outcome
- Verification time: 2 weeks → under 1 minute
- Cost per check: >90% reduction vs. manual specialist work
- Enabled the firm to launch compliance checks as a SaaS product — new revenue line, not just internal efficiency
- Scales to dozens of products in parallel without additional staff
My role
End-to-end system design and implementation — backend services, multi-model AI orchestration, AWS infrastructure, monitoring, dashboard, PDF report generation. Built for a private client; the public repo is the technical case study.
Have a similar problem?
I build automation and AI pipelines like this for B2B teams. Most projects start with a 30-minute diagnostic call.
Related projects
- Vitellus
Procurement intelligence platform that scrapes the official EU tender database (TED), processes 10,000+ documents/day, and surfaces AI-ranked opportunities across all 27 EU countries.
- Charis CLI
Command-line workflow for generating and iterating on images via Google's Gemini models, built for rapid creative experimentation from the terminal.
- TabCast
Turns any article into an AI-summarized audio briefing delivered to Telegram — for catching up on reading while commuting or walking.