The data problem hiding inside the AI problem
Enterprise AI programmes rarely fail because a language model cannot generate fluent text. They fail because the model is asked to reason over information that the organisation itself cannot reliably find, interpret or govern. Scanned PDFs sit outside search indexes. Product policies conflict across SharePoint, email attachments and departmental drives. Wikis describe processes retired two years ago. Permissions inherited from old team structures expose sensitive material to the wrong retrieval pipeline. The interface may look intelligent, but the evidence beneath it is fragmented and uncertain.
This is the unstructured data trap: leaders treat documents as a readily available knowledge asset when they are actually an unmanaged mixture of content, context and access rules. A company might report 20 million files, yet have no defensible answer to four basic questions: which version is authoritative, who owns it, who may use it and when it expires. Retrieval-augmented generation does not remove those ambiguities. It retrieves them at machine speed, often producing an answer persuasive enough to conceal the underlying conflict.
The economic impact is easy to underestimate. If 5,000 employees each lose 15 minutes a day checking AI answers against source documents, the organisation burns more than 300,000 working hours a year. Worse, unreliable answers suppress adoption. Once staff encounter invented policy details or obsolete prices, they return to manual search and informal networks. The AI investment remains technically operational but commercially stranded.
Why unstructured content defeats conventional data controls
Structured systems impose schemas: a customer record has defined fields, validation rules and transaction histories. Documents usually arrive without such discipline. A contract may contain a renewal date in a table, a scanned signature page and an amendment that reverses a clause. A maintenance manual may combine diagrams, footnotes and part numbers whose meaning depends on page layout. Treating these assets as undifferentiated text strips away relationships that determine what the content actually says.
Format diversity compounds the problem. Optical character recognition can turn a scan into searchable text, but accuracy is not binary. An engine achieving 98 per cent character accuracy still introduces roughly 20 errors per 1,000 characters. In ordinary prose, some errors are harmless; in an invoice number, dosage instruction or legal threshold, one character can change the answer. Poor scans, handwriting, stamps and multi-column pages widen the gap between a document that has been processed and one that is usable.
Metadata is equally important. Creation dates may reflect migration rather than authorship. File names such as “final_v7_revised” offer no dependable status signal. Departmental taxonomies describe the same customer, product or region differently. Conventional data-quality dashboards, designed to count missing fields and duplicate rows, often miss these semantic defects. AI teams therefore need controls that evaluate not only whether content exists, but whether it remains interpretable in context.
The four failure modes that corrupt AI answers
The first failure mode is invisibility. Scanned PDFs, images, archived mailboxes and unsupported file types never enter the index, so the system answers from a partial record without declaring the omission. The second is contradiction. Duplicate documents and stale pages cause retrieval systems to surface several versions of the truth. A model may blend them into a coherent but invalid answer, such as combining last year’s eligibility rule with this year’s reimbursement limit.
The third is lost structure. Tables are flattened, headings become detached from paragraphs, and footnotes disappear during extraction. Consider a safety manual listing pressure limits by equipment class: if the class column separates from the limit column, accurate text extraction can still produce a dangerous association. The fourth is permission failure. Over-restrictive controls make the assistant useless; permissive controls expose payroll data, legal advice or customer records. Both outcomes erode trust, though only one may trigger a regulatory investigation.
These failures interact. An outdated document may rank highly because it is duplicated across five repositories. A current document may remain invisible because it is a scan. A confidential copy may be retrieved because permissions were captured at ingestion but not synchronised after an employee changed roles. Accuracy metrics measured on a clean demonstration set will not expose this operational reality. Testing must reproduce the messiness, access patterns and temporal changes of production.
Build an evidence-based content inventory
The first practical step is not to cleanse everything. It is to discover what exists and quantify its value and risk. Crawl the repositories in scope and record format, size, age, owner, access-control list, language, duplication signature, extraction quality and recent usage. Where direct crawling is prohibited, collect repository-level statistics and representative samples. The objective is a content map that connects technical condition with business purpose.
Sampling should be stratified rather than convenient. Review current and old files, common and rare formats, heavily used and dormant repositories, and content from high-risk functions such as legal, finance, engineering and human resources. A 10,000-document sample drawn proportionally from a 50-million-file estate can reveal broad patterns, but small critical collections should be oversampled. Ten malformed operating procedures may matter more than a million archived marketing images.
Add query evidence. Analyse service-desk tickets, site-search logs and employee interviews to identify questions people actually ask. Then trace which sources should support each answer. This turns an abstract inventory into a coverage model. If the top 200 employee questions account for 60 per cent of internal search demand, the organisation can measure whether authoritative, accessible evidence exists for those questions before expanding the assistant’s scope.
Prioritise remediation by value, risk and effort
A rational backlog scores content across three dimensions. Value captures usage frequency, decision impact and potential time saved. Risk covers sensitivity, regulatory exposure and the cost of a wrong answer. Effort includes extraction complexity, ownership ambiguity and integration work. High-value, high-risk collections deserve controlled remediation first; high-value, lower-risk collections are good candidates for rapid pilots. Low-value archives should often be excluded rather than expensively transformed.
For example, a bank may discover that 8 per cent of its document estate supports 70 per cent of contact-centre enquiries. Cleaning product terms, approved scripts and complaint procedures could materially improve service within a quarter. Digitising every historical branch circular would not. A manufacturer might prioritise 40,000 maintenance procedures over three million general collaboration files because the procedures affect downtime and worker safety. Scope discipline is a quality strategy, not merely a budget constraint.
Use explicit thresholds. A collection might require at least 95 per cent successful text extraction, an identified business owner, a review date and permission synchronisation before it becomes eligible for retrieval. High-consequence content may require page-level citations and human approval. These gates create tradeoffs: stricter controls reduce coverage and slow launch, while looser controls increase answer risk. The decision should be documented by use case rather than hidden in a technical configuration.
Fix the content pipeline, not individual symptoms
Remediation needs a repeatable pipeline. Start with format detection, malware scanning and deduplication. Apply OCR suited to the language and document type, preserving page coordinates so answers can link back to exact evidence. Use layout-aware parsers for tables, headers and footnotes. Segment content according to meaning rather than arbitrary character counts: a policy clause should remain intact, while a 200-page manual should be divided along its section hierarchy.
Next, enrich each unit with provenance, owner, effective date, supersession status, sensitivity label and source permissions. Exact duplicates can be collapsed through cryptographic hashes; near-duplicates require similarity analysis and business judgement. Do not automatically delete competing versions. A historic policy may be valid for a claim filed before a particular date. The retrieval layer needs temporal rules that select the version applicable to the user’s question.
Human review should focus on exceptions and consequential content. Requiring people to inspect every page destroys the economics of automation. Instead, route low-confidence OCR, conflicting dates, missing owners and unusual permission patterns to specialists. A queue that sends 3 per cent of documents for targeted review is more sustainable than a universal approval process, provided confidence thresholds are validated against real errors. Feed corrections back into parsers, taxonomies and source systems so the same defect does not recur.
Make permissions and provenance part of answer quality
Security cannot be bolted on after indexing. Retrieval should enforce the source system’s access rules at query time, including group membership, document-level exceptions and regional restrictions. Synchronisation must be frequent enough to reflect departures and role changes. For especially sensitive collections, separate indexes may be safer than relying on complex filters. That increases infrastructure and operational overhead, but reduces the blast radius of a configuration mistake.
Permission correctness also requires negative testing. Create personas for contractors, managers, union representatives, overseas staff and employees under investigation. Test not only direct requests such as “show me the salary file”, but indirect prompts asking for summaries, comparisons or names. Red-team exercises should probe whether citations, snippets, caches or conversation memory leak restricted facts. A system that refuses the final answer but reveals a confidential document title has still disclosed information.
Provenance is the user-facing counterpart to access control. Every substantive answer should identify its sources, effective dates and relevant uncertainty. Citations must point to the passage that supports the claim, not merely the first page of a long document. Where sources conflict, the assistant should expose the conflict or defer to an owner rather than synthesise false certainty. This may make responses less polished, but it makes them more operationally trustworthy.
Operate data quality as a permanent product
A one-off clean-up decays immediately. New files arrive, teams reorganise, policies expire and permissions drift. Assign business owners to priority collections and define service levels for review, publication and retirement. Integrate checks into content creation: required metadata, approved templates, automatic expiry reminders and duplicate warnings. The cheapest retrieval defect to fix is the document that was never allowed to become ambiguous.
Measure outcomes at three layers. Content metrics include extraction success, ownership coverage, duplicate rate, permission freshness and percentage past review date. Retrieval metrics include recall, ranking quality and citation accuracy. Business metrics include task completion, escalation rate, handling time and verified error cost. An assistant answering 85 per cent of benchmark questions is not successful if employees still verify every response or if its failures cluster around high-consequence cases.
Governance should review failures as evidence about the system, not as isolated model mistakes. When an answer is wrong, determine whether the cause was missing content, stale authority, parsing loss, retrieval ranking, permission logic or generation. Publish the distribution and fund the dominant fixes. Enterprise AI becomes dependable when information stewardship, security and product operations share accountability. The winning programme is not the one with the largest index; it is the one that can explain why each answer was allowed to exist.
Comments (0)
Discussion is opening soon. Be the first to comment.