Grab automates PetaByte-scale data classification with LLM, scanning 20,000+ entities per month
Grab managed PetaByte-level data across countless schemas, but manual PII campaigns were inconsistent — developers interpreted classification policies differently — and the data volume made table-level manual tagging infeasible. The existing third-party classification tool could not be customised and its regex classifiers generated too many false positives.
The initial Gemini service built around a third-party classification tool had two blocking gaps: its ML classifiers could not be customised to Grab's internal taxonomy, and regex patterns produced excessive false positives. Building a bespoke in-house model was equally impractical due to the labelling and data-science investment required.
Within a month of rollout the LLM-powered system scanned over 20,000 data entities at 300–400 per day, saving an estimated 360 man-days per year.
Eighty percent of data owners reported the new tagging process helped them, and acknowledged tables required fewer than one tag change on average.
Show all 5 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Within a month of rollout the LLM-powered system scanned over 20,000 data entities at 300–400 per day, saving an estimated 360 man-days per year.
What tools did this team use?
Gemini, GPT3.5, Azure OpenAI, Kafka.
What results were reported?
Data entities scanned within one month of rollout: more than 20,000; Daily classification throughput: 300-400 entities per day; Annual time saved: approximately 360 man-days per year; Data owner satisfaction with new tagging process: 80% (source-reported, not independently verified).
What failed first in this deployment?
The initial Gemini service built around a third-party classification tool had two blocking gaps: its ML classifiers could not be customised to Grab's internal taxonomy, and regex patterns produced excessive false posi…
How is this compliance monitoring AI workflow structured?
Data platform scan request → Request batching and rate limiting → LLM column-level tag classification → Predictions published to Kafka → Data owner tag verification → Iterative prompt improvement.