惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
小众软件
小众软件
J
Java Code Geeks
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
L
LangChain Blog
博客园 - 司徒正美
量子位
Y
Y Combinator Blog
C
Check Point Blog
T
Tailwind CSS Blog
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
A
About on SuperTechFans
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
V
V2EX
阮一峰的网络日志
阮一峰的网络日志

informationweek

2026 tech company layoffs How Sedgwick scaled AI in legacy claims workflows InformationWeek Podcast: CTOs on using AI in regulated spaces How top CIOs are measuring the real ROI of IT automation What AI must learn from Roosevelt, conservation and 1929 Experian's chief innovation officer gleans AI gains with startup collab ETS CIO on competing with AI startups 'running with scissors' Before the next VMware: How CIOs prepare for vendor shocks The strategic alignment powering cyber-resilient organizations The AI infrastructure bottleneck is becoming a CIO problem InformationWeek Podcast: CTOs on reining in rogue AI agents Workplace equity in the age of AI Why and how to implement an AI asset rationalization strategy Why companies are shifting toward private AI models AI agents in automation: When to build, when to buy Navan CTO AI on trial: The Workday case that CIOs can The AI infrastructure boom is coming for enterprise budgets How CIOs can manage LLM costs: A practical guide What CIOs miss when buying vertical SaaS software InformationWeek Podcast: How CTOs balance AI and their teams Whirlpool, Duke Energy, Cleveland Clinic CIOs on scaling AI Where CIOs get stuck rebuilding the enterprise: What 'Rewired' reveals As AI makes projects harder to track, will CIOs need new controls? Why disaster recovery plans fail in geopolitical crises A silent erosion of enterprise AI by data poisoning Priceline CTO prioritizes engineers able to 'hold a room and a roadmap' InformationWeek Podcast: When CTOs need to restart IT projects Wayfair CTO maps agentic path across digital and brick-and-mortar commerce The AI contract gaps the Google-Pentagon deal just made visible
Nobody told legal about your RAG pipeline -- why that's a...
Pam Baker · 2026-04-17 · via informationweek

Every regulated enterprise running an AI system is sitting on a discovery liability it can't see. Retrieval-augmented generation, commonly referred to as RAG, is the architecture that lets large language models (LLMs) pull from internal document repositories before generating a response. Yet legal teams are rarely aware of the liabilities that lurk there. 

How did RAG become such a universal blind spot?

"Engineering teams don't think of vector stores as data stores in the governance sense, even though they contain representations of sensitive source documents. And legal teams don't know these systems exist, so they can't ask the right questions," said Andre Zayarni, co-founder and CEO of Qdrant, an open source vector search engine for production workloads.

The gap has real consequences, Zayarni said. His company has seen healthcare deployments where a security review "failed specifically because the vector database lacked native audit logging," as well as regulated-industry deals where legal review "added months to timelines because nobody had involved compliance early enough."

Related:The hidden high cost of training AI on AI

RAG's ragged edges: No clear owner

In a little less than two years, RAG has become the default plumbing for enterprise AI -- with legal approving the vendor, IT deploying the pipeline -- and nobody auditing the database.

"RAG isn't invisible -- it's unowned," said Alok Priyadarshi, vice president of strategic AI advisory and legal transformation at QuisLex, a legal services company and compliance firm. 

"RAG spans legal, information governance and IT but is usually built inside AI teams outside those control frameworks," Priyadarshi said. So, while its shortcomings look like a communication, knowledge-transfer and process problem, the root cause is structural: engineers optimize performance while governance optimizes defensibility, with no shared vocabulary or gate between them.

Regulators will expect traceability 

That gap is about to close, and not on anyone's preferred timeline. Recent actions by the Securities and Exchange Commission, Federal Trade Commission and the Health and Human Services Office for Civil Rights suggest a common regulatory expectation: If an organization uses AI, especially RAG-based systems, it should be able to show where the underlying content came from, how it was retrieved how it influenced the output, and whether that process aligns with legal and policy requirements. 

That is far easier said than done, let alone prove.

"When a document gets ingested into a RAG pipeline, it stops being a document in any sense that legal understands," said Evan Glaser, co-founder at Alongside AI, a fractional AI team. Instead, it becomes hundreds or thousands of vector embeddings that don't map cleanly back to the original file, page or paragraph.

Related:Scaling AI value demands industrial governance

"Legal teams are trained to think in terms of custodians, document holds and chain of custody," Glaser said. "None of those concepts have obvious equivalents in a vector database. They assume RAG works like traditional document retrieval. It doesn't."

The missing retrieval trail

For RAG, the compliance message from regulators is not just "be accurate," it's "keep the retrieval trail." That means preserving the source corpus, document versions, retrieval results, timestamps, model prompts, and human review steps so you can explain why the system returned a particular answer if a regulator asks. Again, easier said than done. 

"Since RAG is so new and its use cases are evolving so rapidly, legal teams may not know these pipelines exist, understand how they work or have the tools to inspect them," said Suresh Srinivas, co-founder and CEO of Collate, a semantic intelligence platform, and formerly founder at Hortonworks and chief architect at Uber.

The lapse is partly due to how RAG systems ingest, chunk, embed and silently retain enterprise data, creating functional -- and potentially legal -- records that exist entirely outside existing governance frameworks, Srinivas said.

Related:Who really sets AI guardrails? How CIOs can shape AI governance policy

"For example, in a case involving misinformation from a chatbot that draws on a RAG database, a governance team would want to ask, 'Can I trace this AI answer back to its source?' The metadata that could answer that question often doesn't exist. In a RAG database, data gets chunked -- whether that's documents, database query results or structured data exports -- and the metadata that establishes provenance, ownership and classification rarely travels with it," Srinivas said.

Regulators are catching up

The only upside, if you can call it that, is that regulators are stumped at how to inspect RAG, too. But the window for getting ahead of this is closing, Glaser stressed.

"Right now, most regulators are still learning how these systems work. … But regulatory understanding is catching up fast, and the questions are going to get very specific, very quickly," Glaser explained. "'Show me your vector database audit trail' is not a hypothetical future question. It's the kind of thing that emerges naturally once an examiner understands what RAG is."

Other AI blind spots

Glaser also noted that RAG is just the most visible example of AI systems that will come under scrutiny as regulators dig into AI systems that transform data in ways that break traditional governance assumptions. Fine-tuning, agent workflows, prompt templates and system prompts are all major blind spots that will likely be subjected to official audits. 

Fine-tuning. "When you fine-tune a model on company data, that data becomes embedded in the model weights. It can't be selectively retrieved, deleted or placed on hold," Glaser said. He cited as an example a scenario wherein an employee's data is used in fine-tuning, and they later exercise a deletion right under GDPR or a similar regulation. "You may not be able to comply without retraining the model from scratch."

Agent workflows. "When AI agents chain multiple tools together -- by querying databases, calling APIs, or generating documents -- the decision trail becomes extremely difficult to reconstruct," Glaser said. "Each step may be logged individually, but the composite reasoning that led to a particular action often isn't captured anywhere." 

Prompt templates. "These instructions shape every output the AI produces. If a system prompt says 'prioritize speed over accuracy' or 'do not mention competitor products,' those are business decisions with legal implications -- often written by an engineer and stored in a config file nobody outside the team has seen," Glaser said.

He suggests a common check across all of these areas.

"If you can't explain to a regulator exactly what data went into a system, what instructions govern its behavior and how a specific output was produced, you have a governance gap. Apply that test to every AI system in your organization, not just RAG."

What CIOs should do

The good news is that this problem may eventually solve itself. "RAG exists because the LLM context windows have been too small to hold large document sets in a single prompt. That limitation is being demolished in real time," Blessing said.

Blessing points to Anthropic recently shipping a 1 million-token context window for Claude at standard pricing. "That's 750,000 words in a single pass. The architecture everyone is scrambling to govern is certainly transitional," he said.

Meanwhile, regulators aren't going to wait for the transition. They want to know what you're doing right now, or what you did before.

Audit readiness in RAG isn't about having documentation, but about being able to reconstruct and evidence how an output was generated, Priyadarshi said.

"In probabilistic systems, that doesn't mean reproducing the exact answer word for word. It means showing -- clearly and consistently -- what informed it and why, so regulators get evidence, not interpretation, Priyadarshi said. "Audit readiness is not a periodic exercise; it's a continuous capability built on traceability, and the CIO is accountable for building it." 

That requires three core capabilities, according to Priyadarshi: 

  • System visibility (know what exists and what it contains).

  • Decision traceability (reconstruct what informed the output).

  • Controlled change management (track what changed and when).

"Practically, this means embedding audit readiness checks into the AI development lifecycle at onboarding, at each material update, and at least quarterly for active systems," Priyadarshi said.