
Stas Kulesh (CPO at Sky AI)
Apr 23, 2026
Eighty percent of enterprise data in healthcare and legal sectors is locked inside a black hole of PDFs and handwritten notes. Template-based extraction is a fragile hack. See how we're using contextual LLMs and Bates Link citations to turn unstructured document chaos into an interactive, queryable database.

Eighty percent of enterprise data in healthcare and legal sectors is essentially a black hole. It’s locked inside PDFs, handwritten notes, scanned medical records, and legal briefs. When an adjuster needs to trace a specific diagnosis across a 2,000-page case file, they’re forced to rely on manual review or basic keyword searches that miss critical context. As a CPO, I look at this and see a massive, unsolved data engineering problem. The inability to query this unstructured data is holding the entire industry back.
For years, companies tried to solve this using rigid, template-based extraction systems. These are fragile hacks. They work for standardized invoices, but they fail spectacularly on the messy reality of medical and legal documents. A physician's handwritten note or a narrative discharge summary doesn't follow a predictable JSON structure. When the layout changes, template-based systems break, requiring human intervention and defeating the purpose of automation.
The landscape is shifting because large language models finally let us read documents contextually. Rather than looking for specific pixel coordinates, modern AI systems parse semantic meaning. According to the 2026 Healthcare Payer Survey Report, the integration of semantic AI is accelerating. These systems can identify a "diagnosis" whether it's labeled as "Assessment," "Impression," or buried in a narrative paragraph. This is how we are solving the administrative crisis.
The true power of contextual extraction is synthesizing information across hundreds of pages. We architected our AI pipeline to ingest massive, disorganized PDFs, identify all references to a specific medical procedure, and compile them into a chronological timeline. This goes far beyond search; it’s automated knowledge generation. The unstructured PDF is transformed into an interactive, queryable database.
But extracting context at scale introduces the hardest technical challenge: hallucination and trust. In legal and medical environments, if an AI platform states that a patient was cleared for work, the professional must be able to instantly locate the source document. Without strict source attribution, AI extraction is a black box. As courts evolve, expert witnesses and AI need each other to build defensible claims. Transparency has to be engineered at the foundational layer.
At Sky AI, we solved this by combining state-of-the-art OCR with advanced LLM reasoning, dynamically routing between Claude and Gemini. Our pipeline builds a comprehensive semantic map of the entire case file. This powers our Case Notes and interactive Document Chat. Crucially, we spent months engineering our generation layer to anchor every piece of extracted data and chat response to the original document via precise Bates Link citations. The AI provides the context, but the source document remains the ultimate authority. You can see our rigorous security architecture at the Sky AI Trust Center.