BlogsUberAI-Powered File Semantic Analysis for Data Security

AI-Powered File Semantic Analysis for Data Security

AI-Powered File Semantic Analysis for Data Security

1
posts
2026

Uber has developed an AI-powered File Semantic Analyzer (FSA) to enhance data security by semantically classifying files and identifying sensitive content. This system moves beyond traditional DLP methods by using Generative AI to understand the meaning and context of file contents, enabling more accurate identification of business-critical, personal, or neutral data. The FSA extracts summaries, entities, and infers intent, feeding into a policy enforcement layer. It incorporates human-in-the-loop validation and continuous learning to refine its accuracy and reduce alert fatigue. The system has significantly reduced incident response times for data exfiltration cases by providing immediate, high-level understanding of file content.

2026

Building a File Semantic Analyzer: Guarding Outbound Data at Scale with AI

6/4/2026

This post details the engineering journey of building the File Semantic Analyzer (FSA). It elaborates on the problem of traditional DLP systems' limitations, the solution leveraging Generative AI for semantic understanding, and the engineering steps involved: data labeling, pre-processing (content extraction, OCR, intelligent chunking), the Generative AI interpretation engine (summarization, entity extraction, intent inference, explanation generation), and the classification/policy enforcement layer. It also outlines the architecture, including File Connector, File Processing, Prompt Building, Decision engine, and Manual Review. Key risks addressed include LLM hallucinations, context loss due to token limits, and the importance of human-in-the-loop validation. The post quantifies the impact in terms of accelerated incident response times and person-year savings.