データサイエンティストはモデル構築者から AI マネージャーへ移行中
KDnuggets の記事は、データサイエンティストの役割が従来のモデル構築から AI システムの管理・運用へとシフトしているという業界の重要な転換点を示唆している。
キーポイント
役割の根本的変化
データサイエンティストは、複雑なアルゴリズムをゼロから構築する「モデルビルダー」から、既存の AI システムを監視・最適化・管理する「AI マネージャー」へとその本質的な役割を変化させている。
運用と管理への集中
生成 AI の普及により、モデル開発よりも、デプロイされたシステムの安定性、コスト効率、倫理的ガバナンスを維持する運用業務の比重が急増している。
スキルセットの再定義
従来の統計学やプログラミングに加え、システムアーキテクチャの理解、プロジェクト管理、ビジネス戦略との整合性を取る能力が、データサイエンティストに求められるようになっている。
影響分析・編集コメントを表示
影響分析
この変化は、データサイエンティストの採用要件や教育カリキュラムを根本から書き換える要因となり、企業にとっては AI 投資の ROI を最大化するための人材配置戦略の見直しを迫る。業界全体として、技術的深さよりもシステム全体の健全性とビジネス価値への貢献が重視される時代へ移行していることを示唆する。
編集コメント
モデル開発のハードルが下がる一方で、実運用における責任と難易度が飛躍的に高まっている現状を如実に示す記事です。
image**
# イントロダクション
プロダクション環境で AI を運用している企業のデータサイエンティストは、モデル構築よりも AI の監督とシステム監視に多くの時間を費やすようになっています。2025 年および 2026 年の求人票や給与データがこれを裏付けています。
LinkedIn の 2025 年データでは、AI リテラシーと大規模言語モデル(LLM)の習熟度が、世界で最も急速に成長しているスキルの 2 つとして特定されました。Lightcast の調査によると、現在 AI 関連の求人の 51% が従来の IT 職種から外れた領域にあります。
AI スキルを持つ労働者は給与が 56% 高くなり、米国では AI スキルを要求する求人は年間約 18,000 ドル多く支払われています。これらのプレミアムをもたらすスキルは、プロンプトエンジニアリング、検索拡張生成(RAG)の統合、MLOps、およびガバナンスワークフローです。生成 AIは、その下のタスク(ダッシュボード作成、SQL 生成、データクリーニング、基本的な可視化)を自動化しています。
数字におけるパターンは、各レポートを通じて一貫しています。プレミアム(高報酬)の対象となるのは、ゼロからモデルを訓練できる人ではなく、モデルをワークフローに組み込み、その誠実性を保ち、成果に対して責任を持てる人です。これは「データサイエンスを行うこと」が日常において何を意味するかという定義を再構築するものであり、この文章の後半では、時間がどこに費やされているかを詳しく解説します。
**

# マルチエージェントシステムのオーケストレーションと管理
最も明確な具体的な兆候は、企業環境におけるマルチエージェントインフラの成長です。
LangGraph、CrewAI、および AutoGen などのフレームワークは、現在、人間の関与を最小限に抑えながら、データ取り込み、特徴量エンジニアリング、モデル評価、レポート作成を処理しています。
Gartner は、2024年第1四半期から2025年第2四半期にかけて、マルチエージェントシステムに関する問い合わせが 1,445% 急増したと報告しています。同社は、2026年末までに企業アプリケーションの 40% に AI エージェントが組み込まれると予測しており、これは 2025 年の 5% 未満から大幅に増加したものです。
このインフラを管理するデータサイエンティストは、複雑なタスクを実行可能なサブタスクに分解し、信頼性の高いフィードバックループを設計し、失敗が連鎖する前に検出するためのガードレール(安全装置)を構築します。これはソフトウェアに応用されたシステム管理のスキルセットです。
この仕事は、モデル開発というよりは分散システム設計のように見えます。エージェント間で状態をやり取りし、リトライには制限が必要であり、上流で単一の幻覚フィールドが発生すると、すべての下流のステップが汚染されてしまいます。この構成におけるデータサイエンティストの役割は、エラーが許容される場所、捕捉しなければならない場所、そしてユーザーに到達する前に人間の署名が必要なステップをマッピングすることです。
エージェントの監督とプロダクションギャップの解消
**
自律型エージェントへの熱狂は、2025 年後半には生産環境の現実と直面しました**。
最初の完全自律型エージェントは予測不可能で非効率的であり、監査も困難でした。この分野は、明確な境界線、条件付きロジック、人間が関与するチェックポイントを備えた専門化されたエージェントによる調整されたシステムである構造化されたエージェントワークフローへと移行しました。
McKinsey の 2026 年 4 月の調査では、人間の役割が実行からエージェント駆動型ワークフローの監督とオーケストレーションへとシフトしていることが示されました。
**

規模の問題は数値に表れています:企業のほぼ 3 分の 2 がエージェントの実験を実施しましたが、実質的な価値をもたらすためにスケールさせた企業はわずかです。10 社中 8 社はデータ制限を主な障壁として挙げています。現在、データサイエンティストの時間の多くが、パイロットと本番環境の間にあるこのギャップで費やされています。
MIT スローン・スクール・オブ・マネジメントとボストン・コンサルティング・グループ (BCG) の 2025 年エージング・アジェンティック・エンタープライズレポート は、核心的なトレードオフを特定しました:過度の監視は自律性の効率向上を相殺し、一方、不十分な監視はコンプライアンスと評判へのリスクを生み出します。その閾値を調整するには、ドメイン固有の専門知識と組織的な文脈が必要です。これは自動化できるものではありません。
実際には、パイロットから本番環境へのギャップを埋めるとは、どのエージェントの決定がログに記録され、バッチ処理でレビューされるべきか、また実行前に同期型の人間の承認が必要かを決定することを意味します。スケールする企業では、データサイエンティストがエージェントの監視をデバッグ作業ではなく、製品としての表面として扱っています。「ノートブック内ではモデルが機能している」という異なるメンタルモデルであり、これが評価されるものです。
# モデルの評価とプロンプトエンジニアリング
モデルを構築することはもはや業務の全範囲ではありません。
企業は、モデルのパフォーマンスを継続的に追跡し、障害を検出し、再トレーニングサイクルを管理し、データやユーザーの行動の変化に伴って AI システムが正確性を保つようにする人材を必要としています。その一方で、MLOps は独自のフルタイム専門分野として確立されました。
プロンプトエンジニアリングも同様の道筋をたどっています。これにはコンテキストウィンドウの管理、グラウンディング手法、ハルシネーション(幻覚)の低減、および入力と出力に対する体系的なテストが含まれます。2025 年にプロンプトエンジニアリングの役割は 135.8% 増加しました。企業のプロンプトシステムをストレステストする実践者は、品質工学における業務と構造的に類似した作業を行っています。
**

評価とプロンプトエンジニアリングを結びつけるのは、どちらもモデルを完成品ではなくコンポーネントとして扱う点です。評価はharnesses**(ハルネス:テスト用枠組み)や回帰スイート、ドリフト監視器を活用しますが、これらすべてが果たす目的は同じです。つまり、顧客が気づく前に、「以前は機能していたシステム」が機能を停止した瞬間を検出することです。これらのハルネスを構築できるデータサイエンティストこそが、AI 機能がローンチ週を超えて出荷可能であり続けるための業務を担っています。
# AI システムのガバナンスと規制
ガバナンスは現在、特定の技術要件となっています。
EU AI 法、NIST AI リスク管理フレームワーク (AI RMF)、および OWASP の大規模言語モデル (LLM) アプリケーション向けトップ 10(2025年版) は、プロンプトへのインジェクション脆弱性のテスト、出力の検証、依存関係の見直し、AI システムに対するアクセス制御の適用を必要とするコンプライアンスの範囲を形成しました。
「AI ガバナンス責任者」という専任の職種名が現れており、これは 2023 年にはほとんど存在しなかったカテゴリです。
ガバナンス経験者を募集する企業は、ビジネスの文脈とシステムの故障モードの両方を理解した監査役や品質レビュー担当者を求めています。
この役割が法務チームやセキュリティチームではなくデータサイエンティストに属している理由は、その制御手段が技術的なものであるためです。プロンプトインジェクションテスト、出力バリデーター、依存関係の見直しには、ポリシーだけでなくシステム自体を読み解ける人材が必要です。
ガバナンス業務は、規制圧力、セキュリティ体制、モデルの振る舞いが同じレビュー会議で交差する仕事の一部となりつつあり、その会議を主宰する人物はこれら三つの用語体系すべてを理解している必要があります。
ビジネスへの影響の解釈
**
モンテカルロの2025年研究では、アジェンシーAI(自律型AI)の1ステップあたりの精度が75〜90%と測定されており、これが3ステップの連鎖にわたると約50%に低下します。
その精度レベルにおいて、ドメイン知識とシステムの故障モードを理解している人物こそが、製品の信頼性層となります。彼らは累積するエラー率をビジネスリスク評価に変換し、何を安全に出荷できるかを決定し、推薦によって顧客に見える問題が発生した際に何が起きたのかを説明します。

そのような作業をエージェントが単独で行うことはできません。それには、人間だけが持つ組織的な知識と責任の所在が必要です。
ここでもまた、役割はエンジニアリングというよりは製品判断のように見え始めます。**
エンドツーエンドで50%の精度では、自動払い戻しには許容できず、ドラフトメール作成には適しており、内部推薦についてはその中間となります。それぞれがどれに該当するかを見極めることが仕事であり、モデルが向上してもこの部分は安価になることはありません。
# 結論
**
プロダクションでAIを実行している企業では、日常業務は多くのデータサイエンティストの職務記述書に記載されているものとはすでに異なります。そこにはシステム設計、評価の規律、アジェンシーの監督、プロンプト品質エンジニアリング、ガバナンスが含まれます。**
AI ガバナンスのリーダー、MLOps スペシャリスト、プロンプトエンジニアは、現在 AI 関連市場において最も急速に成長している役割です。
次のキャリアステップを計画するデータサイエンティストにとって、この変化を早期に理解することは価値があります。データサイエンスのキャリアパスは、従来のカリキュラムではカバーされていないシステム所有権やガバナンスのスキルを経由するものへと変化しています。これらのスキルは習得可能です。しかし、それらの需要は、多くのプログラムが対応できる速度よりも急速に高まっています。
実践的な教訓として、次のポートフォリオ作品はおそらく別の Kaggle ノートブックではないでしょう。それは評価用ハッチ(harness)、ログされた失敗を含むマルチエージェント・ワークフロー、あるいは既存システムのガバナンスレビューです。これらの成果物は、採用担当者が現在求人票に記述している内容と直接対応しており、モデルを構築するデータサイエンティストと、それを実行することを信頼されるデータサイエンティストを分ける要素となっています。
Nate Rosidi はデータサイエンティストであり、製品戦略にも携わっています。また、分析を教える非常勤講師でもあり、トップ企業からの実際の面接質問を通じてデータサイエンティストの準備をサポートするプラットフォーム「StrataScratch」の創設者です。Nate はキャリア市場における最新動向について執筆し、面接に関するアドバイスを提供し、データサイエンスプロジェクトを紹介し、SQL 関連のあらゆるトピックをカバーしています。
原文を表示

**
# Introduction
Data scientists at companies running AI in production are spending more time on AI oversight and system supervision** than on model construction. Job postings and salary data from 2025 and 2026 confirm it.
LinkedIn's 2025 data identified AI literacy and large language model (LLM) proficiency as two of the fastest-growing skills globally. Lightcast found that 51% of AI-related job postings now sit outside traditional IT roles.
Workers with AI skills earn a 56% wage premium, and postings requiring AI skills pay roughly $18,000 more per year in the US. The skills driving those premiums are prompt engineering, retrieval-augmented generation (RAG) integration, MLOps, and governance workflows. Generative AI has automated the tasks below them: dashboard creation, SQL generation, data cleaning, basic visualizations.
The pattern in the numbers is consistent across reports. The premium is not for people who can train a model from scratch; it is for people who can plug models into a workflow, keep them honest, and answer for what they produce. That reframes what "doing data science" actually means day-to-day, and the rest of this piece breaks down where the hours go.
**

# Orchestrating and Managing Multi-Agent Systems
The clearest concrete signal is the growth of multi-agent infrastructure in enterprise settings.
Frameworks like LangGraph, CrewAI, and AutoGen** now handle data ingestion, feature engineering, model evaluation, and reporting with minimal human involvement.
Gartner reported a 1,445% surge in multi-agent system inquiries from Q1 2024 to Q2 2025. It projects 40% of enterprise applications will embed AI agents by the end of 2026, up from under 5% in 2025.
The data scientists managing this infrastructure decompose complex tasks into agent-executable subtasks, design reliable feedback loops, and build guardrails that catch failures before they cascade. That is a system management skill set, applied to software.
The work looks less like model development and more like distributed systems design. Agents pass state between each other, retries have to be bounded, and a single hallucinated field upstream can poison every downstream step. The data scientist's job in this setup is to map where errors are allowed to live, where they have to be caught, and which steps need a human signature before anything reaches a user.
# Supervising Agents and Closing the Production Gap
**
Enthusiasm for autonomous agents ran into the reality of production by late 2025**.
The first fully autonomous agents were unpredictable, inefficient, and difficult to audit. The field moved toward structured agentic workflows: coordinated systems of specialized agents with clear boundaries, conditional logic, and human-in-the-loop checkpoints.
McKinsey's April 2026 research found human roles shifting from execution to supervision and orchestration of agent-driven workflows.
**

The scale problem is visible in the numbers: nearly two-thirds of enterprises have run agent experiments, but few have scaled them to deliver tangible value. Eight in ten cite data limitations as the main obstacle. Data scientists are now spending most of their time in this gap between pilot and production.
MIT Sloan and Boston Consulting Group (BCG)'s 2025 Emerging Agentic Enterprise report identified the core trade-off: excessive oversight cancels out the efficiency gains of autonomy, while insufficient oversight creates compliance and reputational exposure. Calibrating that threshold requires domain expertise and institutional context. It is not automatable.
In practice, this is what closing the pilot-to-production gap looks like: deciding which agent decisions get logged, which get reviewed in batches, and which need a synchronous human approval** before they fire. The companies that scale are the ones where data scientists treat agent supervision as a product surface rather than a debugging task. That is a different mental model from "the model works in the notebook," and it is the one that gets paid.
# Evaluating Models and Engineering Prompts
**
Building a model** is no longer the full scope of the job.
Companies need people who continuously track model performance, detect failures, manage retraining cycles, and ensure AI systems stay accurate as data and user behavior drift. Meanwhile, MLOps has become a distinct full-time specialization.
Prompt engineering has followed a parallel path. It covers context window management, grounding techniques, hallucination reduction, and systematic testing of inputs against outputs. Prompt engineering roles grew 135.8% in 2025. The practitioner stress-testing a company's prompt system is doing work structurally similar to quality engineering.
**

What ties evaluation and prompt engineering together is that both treat the model as a component, not a finished product. Evaluation harnesses**, regression suites for prompts, and drift monitors all serve the same purpose: catching the moment a system that used to work stops working, before a customer does. Data scientists who can build those harnesses are doing the work that keeps an AI feature shippable past launch week.
# Governing and Regulating AI Systems
**
Governance is now a specific technical requirement**. The EU AI Act, NIST AI RMF, and OWASP's Top 10 for LLM Applications 2025 have created a compliance surface that requires testing prompts for injection vulnerabilities, validating outputs, reviewing dependencies, and applying access controls to AI systems.
"AI governance lead" is appearing as a dedicated job title, a category that barely existed in 2023.
Companies hiring for governance experience want auditors and quality reviewers who understand both the business context and the system's failure modes.
The reason this role sits with data scientists rather than with legal or security teams is that the controls are technical. Prompt injection tests, output validators, and dependency reviews need someone who can read the system, not just the policy.
Governance work is becoming a part of the job where regulatory pressure, security posture, and model behavior meet in the same review meeting, and the person running that meeting needs all three vocabularies.
# Interpreting Business Impact
**
Monte Carlo's 2025 research measured agentic AI accuracy at 75 to 90% per step, which compounds to roughly 50% over a three-step chain.
At that accuracy level, a person who understands the domain and the system's failure modes is the product's reliability layer. They translate a compounding error rate into a business risk assessment, decide what is safe to ship, and explain what went wrong when a recommendation causes a customer-visible problem.

No agent can do that work. It requires institutional knowledge and accountability that only humans hold.
This is also where the role stops looking like engineering and starts looking like product judgment**. A 50% end-to-end accuracy rate is unacceptable for an automated refund, fine for a draft email, and somewhere in between for an internal recommendation. Knowing which is which is the work, and it is the part that does not get cheaper as the models get better.
# Conclusion
**
At companies running AI in production**, the daily work is already different from what most data science job descriptions describe. It involves system design, evaluation discipline, agent supervision, prompt quality engineering, and governance.
AI governance leads, MLOps specialists, and prompt engineers are the fastest-growing roles in the AI-adjacent market right now.
For data scientists planning their next move, the shift is worth understanding early. The data science career path now runs through system ownership and governance skills that most traditional curricula don't cover. The skills are learnable. The demand for them is growing faster than most programs can adjust to.
The practical takeaway is that the next portfolio piece is probably not another Kaggle notebook. It is an evaluation harness, a multi-agent workflow with logged failures, or a governance review of an existing system. Those artifacts map directly onto what hiring managers are now writing into job descriptions, and they are what separates a data scientist who builds models from one who can be trusted to run them.
Nate Rosidi is a data scientist and in product strategy. He's also an adjunct professor teaching analytics, and is the founder of StrataScratch, a platform helping data scientists prepare for their interviews with real interview questions from top companies. Nate writes on the latest trends in the career market, gives interview advice, shares data science projects, and covers everything SQL.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み