AI コンテキスト層を持つ企業の失敗報告率が倍増
本文の状態
日本語全文を表示中
詳細モードで約9分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
VentureBeat AI
VentureBeat の調査によると、AI エージェントの失敗原因は文脈不足にあり、ガバナンス層を導入しても報告率が倍増する実態が明らかになり、企業は取得制御を重視する傾向にある。
AI深層分析を開く2026年8月18日 01:31
AI深層分析
キーポイント
ガバナンス層導入と失敗報告率の逆相関
AI エージェントに管理された文脈層を導入した企業のうち、2 倍の確率で失敗を報告する傾向があり、失敗率が低下していないことが示されている。
文脈不足が自信ある誤回答の主因
過去 6 ヶ月間で企業の 68% が、文脈の欠如や不整合により AI エージェントが自信を持って間違った回答を出したと特定しており、再発率も上昇している。
取得手法の非効率性と限界
ドキュメント検索が主流だが、意味の類似性に基づく検索は文脈の正確な理解を保証できず、構造化されていない文脈やモデルの一般知識に依存する企業も存在する。
購買基準と評価指標の乖離
システム選定ではデータ取り込みの容易さやアクセス制御が重視される一方、正確性に関する評価は導入後の運用段階で行われており、購入基準と実際の課題が一致していない。
ガバナンス付きコンテキストレイヤーは失敗の可視化を促進する
ガバナンス付きレイヤー自体が失敗の原因ではなく、悪い回答や定義の欠陥を追跡可能にするため、失敗発生率が相対的に高くなる。
重要な引用
Once that layer is live, the company is more than twice as likely to report the failure happening — not less.
Retrieval works by matching a question to text that looks similar in meaning. Similar wording doesn't guarantee the same meaning.
Access control and permissions now tie ease of data ingestion as the top selection criteria... Retrieval accuracy trails at 15%.
"It's the same pain point people have had for 30 years, the lack of governed data analysis. Now with AI, it's the same problem, but orders of magnitude more chaos and pain."
編集コメントを表示
編集コメント
調査結果は、AI エージェントの信頼性を高めるために文脈管理が不可欠であることを示唆している。企業側は導入後の運用評価基準を見直し、購買時の優先順位と実際の課題解決を一致させる戦略が必要である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
ある企業は、AI エージェントが自信満々に誤った回答をするのを防ぐため、管理されたコンテキストレイヤーを構築しました。しかし、このレイヤーが稼働した結果、同社は失敗事例の報告数が減るどころか、むしろ 2 倍以上に増えるという事態に直面しています。
過去 6 ヶ月間にわたり、68% の企業が、自信満々ながら誤った AI エージェントの回答は、事業コンテキストの欠落や不整合に起因すると特定しました。また、37% の企業ではこの問題が複数回発生しており、1 回のみだったと回答した 32% を上回っています。これらの数値は、従業員 100 人以上の資格のある企業 101 社を対象とした VB Pulse が 2026 年 7 月に実施した調査からのものです。これは同年 6 月の VB Pulse 調査で 57% だった数値から増加しています。再発する失敗も、当時の 31% から現在の 37% に上昇しました。
VB Pulse は今回が 2 回目となるこの質問を、企業に対して行っています。6 月と 7 月の両回にわたって調査が行われました。管理されたレイヤーを導入している企業の割合が増加し、6 月の 25% から現在の 32% に伸びているにもかかわらず、失敗率は上昇する一方です。
エージェントがコンテキストを取得する方法が、正誤を分ける
すべての AI エージェントには、事業の真意を理解するための何らかの方法が必要です。指標が一貫して定義されているか、文書が最新のものかなどを確認できることが必要です。これが運用の本質です。課題は、企業がエージェントに提供するコンテキストの手法が多様であり、その信頼性が一律ではない点にあります。
文書検索は依然として最も一般的なアプローチであり、企業の 31% がこれを採用しています。しかし、構造化されたアプローチを全く採用しない企業も一定数存在します。13% の企業は、ドキュメントを検索するのではなく、長文コンテキストの読み込みを主軸にエージェントを運用し、ドキュメントを直接モデルのコンテキストウィンドウに読み込んでいます。さらに 5% の企業では、構造化されたコンテキスト自体を与えず、モデルが持つ一般的な知識のみを利用しています。
このように、ほぼ 20% の企業が、文脈情報を無理やり読み込ませるか、あるいは全く与えないという方法でエージェントを運用していることになります。
最も主流なアプローチであっても、自信を持って誤った回答を生成する可能性があります。検索機能は、質問の意味に類似したテキストと照合することで動作します。しかし、言葉の使い方が似ていても、意味が同じであるとは限りません。
Redis の AI リサーチリーダーである Srijith Rajamohan 氏は、今年初めに VentureBeat と行ったインタビューで、このギャップについて具体的に説明しました。
「『ローマはパリより近い』という文と、『パリはローマより近い』という文があった場合、埋め込み検索 followed by テキスト検索を行っても、両者の違いを区別することはできません」と Rajamohan 氏は述べています。「両方の文には同じ単語が含まれているからです」。
アクセス制御へのシフトが進む一方で、評価基準の整備は追いついていません。
企業が検索システムを選ぶ際の基準は、格差を埋めるのに役立っていません。現在、データ取り込みの容易さと同率でトップの選択基準となっているのは、アクセス制御と権限管理です(それぞれ 24%)。ガバナンス関連の特性が購入決定の要因として首位に立ったのは、この調査シリーズにおいて初めてのことです。一方、検索精度は 15% と後れをとっています。企業が多くを期待している特性とは異なり、誤った回答に対する自信と最も密接に関連する特性は、現時点では購買動機になっていません。
システム稼働後は、依然として「正しさ」が企業の評価基準となっています。回答の正確さが主要な成功指標だと答えた企業は 38% に達し、これはセキュリティやアクセス制御(19%)という次点の倍に相当します。企業は購買方針をガバナンス重視へとシフトさせていますが、依然として「回答が正しいか」で成功を判定しています。
この課題に取り組んでいる企業が最も深刻な事態を報告しているという皮肉な事実があります。
これを解決するのが、ガバナンス付きのコンテキストレイヤーです。これは、企業のデータの意味について全エージェントや BI ツールが共通して参照する、合意された単一のモデルです。それぞれのツールが独自に推測するのではなく、統一された解釈に基づいて動作します。ただし、その普及はまだ定着した段階ではありません。
生産環境で導入している企業は 32% です。現在パイロット運用中または構築中の企業が 31%、評価を検討中の企業が 20% います。一方、導入計画がないと答えた企業は 14%、不明な回答が 4% となっています。
導入データと実際の失敗事例を比較すると、状況は逆転します。91 社中、失敗経験の有無を明確に回答できた企業のうち、ガバナンスされたレイヤー(制御層)を実行または構築している企業では、その失敗が再発する割合が 50% に達しています。一方、そのようなレイヤーを持たない企業では、再発率は 21% です。
ガバナンスされたレイヤー自体が失敗の原因ではありません。むしろ、それが初めて失敗を可視化する役割を果たします。誤った回答の背後にあるのは、壊れた定義や陳腐化したテーブルへの参照です。これらを特定するには、共有され管理された基準点が必要です。コンテキスト層(文脈層)がまさにその役割を担います。レイヤーが存在しない場合、同じ間違った回答は依然として発生しますが、それは単にモデルのせいだと片付けられるか、あるいは一切追跡されないまま終わってしまいます。
この課題は AI 以前から数十年存在しています。セマンティック・レイヤー(意味層)スタートアップ「Credible Data」の創設者である Kyle Nesbit 氏は、先月 VentureBeat の取材でこう述べています。「これは過去 30 年間の人々が抱えてきた同じ痛みです。管理されたデータ分析の欠如が問題でした。AI が登場した現在も本質的な問題は同じですが、その混乱と苦痛は桁違いに増大しています」。
企業の規模によっても同様の傾向が鮮明になります。従業員数が 1,000 人以上の大企業では再発率が 55% に達するのに対し、101〜1,000 人の中小企業では 30% です。これは、大企業がすでに本番環境でレイヤーを導入している可能性が低い(24%)ことと対照的です。一方、中小企業ではその割合が 37% に上ります。監視体制の強化や「なぜ数値が間違っているのか」という質問が増えるほど、失敗はより多く発見されるだけで、減少するわけではありません。記録に問題がないことは、健全なコンテキスト層がある証拠ではありません。むしろ、「誰もチェックしていない」ことの証左である可能性の方が高いのです。
企業がAIコンテキストレイヤーを導入する際の課題
この層を構築する企業にとって、何が重要なのか。単なる情報検索(Retrieval)だけでは、コンテキストのギャップは埋められない。RAG(Retrieval-Augmented Generation)が依然としてデファクトスタンダードのコンテキストソースであり、企業の約5分の1が、長い文脈を読み込むか、構造化されたコンテキストレイヤーを全く持たずにエージェントを稼働させている。ドキュメントを増やしたりインデックスを大きくしても、「ある用語が2つの異なるシステムで全く別の意味を持つ」といった定義の問題は解決しない。
予算の動きが、インフラの整備速度を上回っている。企業の63%がすでに管理されたコンテキストレイヤーの構築または運用を開始しているが、実際に本番環境へ導入したのはわずか32%に過ぎない。この差こそが資金が投入されている場所であり、問題が解決した場所ではない。
失敗記録がきれいに残っていないことは、安心材料ではなく危険信号だ。「コンテキスト関連の失敗が全く報告されていない」と答えた企業の22%は、最も管理が行き届いたグループではない。むしろ、監視体制が不十分でチェックを行っていないグループである。データ規模がこの事実を裏付けている。大企業では、中堅企業に比べて本番環境での管理レイヤーを持つ可能性が低いにもかかわらず、再発する失敗の報告率がほぼ2倍となっている。
誰一人として、この層を単一のベンダーに丸投げする計画はない。企業の79%は、少なくとも一部を特定のベンダーのスタック外に維持し、ベスト・オブ・ブリードなツールと意図的な組み合わせで構成する方針だ。一方、単一ベンダーのネイティブコンテキストスタックへ一本化すると回答したのはわずか12%だった。
組織が単一のプロバイダーに制御を委ねる可能性は低いという発見は、ベンチャービートが今年一貫して報じてきたテーマです。コンステレーション・リサーチの分析担当者マイケル・ニー氏は、データハブのコンテキスト層への取り組みが最初に注目された際、早々にこう断言しました。
「ランタイムコンテキストを支配する者が、企業データのAI意思決定レイヤーも支配することになる」とニー氏は述べています。
原文を表示
A company builds a governed context layer specifically to stop its AI agents from confidently giving wrong answers. Once that layer is live, the company is more than twice as likely to report the failure happening — not less.
In the past six months, 68% of enterprises have traced a confident but wrong AI agent answer to missing or inconsistent business context. Thirty-seven percent say it happened more than once, ahead of the 32% who saw it happen only once. The figures come from a VB Pulse July 2026 survey of 101 qualified enterprises with more than 100 employees. That's up from 57% in a VB Pulse survey conducted in June. Recurring failures climbed too, from 31% then to 37% now.
This is the second time VB Pulse has asked enterprises this exact question, once in June and now in July. The failure rate is climbing, not falling, even as more enterprises report a governed layer in production, up from 25% in June to 32% now.
How agents get context determines whether they're wrong
Every AI agent needs some way to know what the business actually means, whether a metric is defined consistently, whether a document is current. That's the operation. The challenge is that enterprises hand agents that context in very different ways, and those ways are not equally reliable.
Retrieval over documents remains the most common approach, the primary source for 31% of enterprises. But a real share of enterprises skip a structured approach altogether. Thirteen percent run agents primarily on long-context loading, feeding documents directly into the model's context window rather than retrieving them. Five percent give agents no structured context at all, just the model's general knowledge. Between them, nearly one in five enterprises are feeding agents business context by brute force or not feeding it at all.
Even the leading approach can still produce a confidently wrong answer. Retrieval works by matching a question to text that looks similar in meaning. Similar wording doesn't guarantee the same meaning. Srijith Rajamohan, an AI research leader at Redis, described exactly this gap in an interview with VentureBeat earlier this year.
"If you have a sentence like 'Rome is closer than Paris' and another that says 'Paris is closer than Rome,' and you do an embedding retrieval followed by a text search, you're not going to be able to tell the difference," Rajamohan said. "The same words exist in both sentences."
Buying shifted to access control. Grading didn't follow.
The way enterprises choose a retrieval system doesn't help close the gap. Access control and permissions now tie ease of data ingestion as the top selection criteria, at 24% each. It's the first time in this survey series that a governance property has led to the buying decision. Retrieval accuracy trails at 15%. The property most directly tied to a confident wrong answer isn't the property most enterprises are buying for.
Once a system is running, correctness is still how enterprises judge it. Response correctness is the primary success metric for 38% of enterprises, twice the next closest answer, security and access control at 19%. Enterprises are shifting how they buy toward governance. They're still grading success on whether the answer is right.
The companies fixing this are the ones reporting it worst
A governed context layer is meant to fix this. It's one shared, agreed-on model of what the business's data means, that every agent and BI tool references instead of guessing on its own. Adoption is far from settled.
Thirty-two percent of enterprises run one in production. Thirty-one percent are piloting or building one right now. Twenty percent are evaluating one. Fourteen percent have no plans to, and 4% don't know.
Compare that adoption data against who's actually had the failure, and the picture inverts. Among the 91 enterprises able to say whether they'd experienced the failure at all, those running or building a governed layer report it recurring at 50%. Those without one report it at 21%.
A governed layer doesn't cause the failure — it's what makes the failure visible in the first place. Tracing a bad answer to a broken definition or a stale table requires a shared, governed reference point. A context layer provides that. Without one, the same wrong answer still happens — it just gets chalked up to the model, or never gets traced at all.
The pain point predates AI by decades. Kyle Nesbit, founder of the semantic layer startup Credible Data, described it to VentureBeat last month. "It's the same pain point people have had for 30 years, the lack of governed data analysis," Nesbit said. "Now with AI, it's the same problem, but orders of magnitude more chaos and pain."
Company size sharpens the same point. Enterprises with more than 1,000 employees report recurring failures at 55%, against 30% for those between 101 and 1,000 employees. That's despite the bigger companies being less likely to have a layer already in production, 24% against 37%. More instrumentation and more people asking why a number was wrong turns up more failures, not fewer. A clean record is not evidence of a healthy context layer. It's at least as likely to be evidence that nobody's checking.
What this means for enterprises
Here's what this adds up to for enterprises building on this layer.
Retrieval alone will not close the context gap. RAG remains the default context source, and nearly one in five enterprises are running agents on long-context loading or no structured context layer at all. More documents or a bigger index doesn't fix a definition that means two different things in two different systems.
The budget is moving faster than the infrastructure is shipping. Sixty-three percent of enterprises are already building or running a governed context layer. Only 32% have actually gotten one into production. That gap is where the spend is going, not where the problem has been solved.
A clean failure record is a red flag, not a green one. The 22% of enterprises reporting no context failure at all are not the best-governed group. They're the group least likely to be checking. The size data backs this up directly. Larger enterprises report recurring failures at nearly twice the rate of mid-market peers, despite being less likely to have a governed layer in production, not more.
No one is planning to hand the layer to a single provider. Seventy-nine percent of enterprises intend to keep at least part of the context layer outside any one vendor's stack, split between best-of-breed tools and an explicit mix. Just 12% plan to consolidate onto a single provider's native context stack.
The finding that organizations aren't likely to hand over control to a single provider is a theme that VentureBeat has reported on consistently this year. Michael Ni, an analyst at Constellation Research, put it bluntly earlier this year when DataHub's context layer push first landed.
"Whoever controls runtime context, controls the AI decision layer for enterprise data," Ni said.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み