Does GenAI Belong to Data Scientists?

Phil Hetzel of Braintrust discusses the evolving role of data scientists in Generative AI agent development, arguing for a collaborative, multidisciplinary approach.

9 min read
Phil Hetzel presenting on stage about GenAI agents
AI Engineer

Phil Hetzel of Braintrust recently discussed the evolving role of data scientists in the context of Generative AI agents, posing a critical question: "Does GenAI 'belong' to data scientists?" Hetzel's presentation, delivered at an AI Engineer Europe event, explored the nuances of agent development and ownership, highlighting how different organizational structures and team compositions influence the process.

Does GenAI Belong to Data Scientists? - AI Engineer
Does GenAI Belong to Data Scientists? — from AI Engineer

Visual TL;DR. GenAI Agent Development raises Phil Hetzel's Question. Phil Hetzel's Question explores Traditional vs. AI-Native. Traditional vs. AI-Native involves Data Science Workflow. Data Science Workflow supports Case for Data Scientists. Case for Data Scientists contrasts with Counterpoint: Non-Data Scientists. Counterpoint: Non-Data Scientists leads to Collaboration is Key.

  1. GenAI Agent Development: building agents using Large Language Models
  2. Phil Hetzel's Question: does GenAI belong to data scientists?
  3. Traditional vs. AI-Native: contrasting approaches to building agents
  4. Data Science Workflow: applying data science principles to agents
  5. Case for Data Scientists: arguing for their crucial role
  6. Counterpoint: Non-Data Scientists: agents also belong to other roles
  7. Collaboration is Key: ideal mix involves multidisciplinary teams
Visual TL;DR
Visual TL;DR — startuphub.ai GenAI Agent Development raises Phil Hetzel's Question. Case for Data Scientists contrasts with Counterpoint: Non-Data Scientists. Counterpoint: Non-Data Scientists leads to Collaboration is Key raises contrasts with leads to GenAI Agent Development Phil Hetzel's Question Case for Data Scientists Counterpoint: Non-Data Scientists Collaboration is Key From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai GenAI Agent Development raises Phil Hetzel's Question. Case for Data Scientists contrasts with Counterpoint: Non-Data Scientists. Counterpoint: Non-Data Scientists leads to Collaboration is Key raises contrasts with leads to GenAI AgentDevelopment Phil Hetzel'sQuestion Case for DataScientists Counterpoint:Non-Data… Collaboration isKey From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai GenAI Agent Development raises Phil Hetzel's Question. Case for Data Scientists contrasts with Counterpoint: Non-Data Scientists. Counterpoint: Non-Data Scientists leads to Collaboration is Key raises contrasts with leads to GenAI Agent Development building agents using Large LanguageModels Phil Hetzel's Question does GenAI belong to data scientists? Case for Data Scientists arguing for their crucial role Counterpoint: Non-Data Scientists agents also belong to other roles Collaboration is Key ideal mix involves multidisciplinary teams From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai GenAI Agent Development raises Phil Hetzel's Question. Case for Data Scientists contrasts with Counterpoint: Non-Data Scientists. Counterpoint: Non-Data Scientists leads to Collaboration is Key raises contrasts with leads to GenAI AgentDevelopment building agentsusing LargeLanguage Models Phil Hetzel'sQuestion does GenAI belongto data scientists? Case for DataScientists arguing for theircrucial role Counterpoint:Non-Data… agents also belongto other roles Collaboration isKey ideal mix involvesmultidisciplinaryteams From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai GenAI Agent Development raises Phil Hetzel's Question. Phil Hetzel's Question explores Traditional vs. AI-Native. Traditional vs. AI-Native involves Data Science Workflow. Data Science Workflow supports Case for Data Scientists. Case for Data Scientists contrasts with Counterpoint: Non-Data Scientists. Counterpoint: Non-Data Scientists leads to Collaboration is Key raises explores involves supports contrasts with leads to GenAI Agent Development building agents using Large LanguageModels Phil Hetzel's Question does GenAI belong to data scientists? Traditional vs. AI-Native contrasting approaches to building agents Data Science Workflow applying data science principles to agents Case for Data Scientists arguing for their crucial role Counterpoint: Non-Data Scientists agents also belong to other roles Collaboration is Key ideal mix involves multidisciplinary teams From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai GenAI Agent Development raises Phil Hetzel's Question. Phil Hetzel's Question explores Traditional vs. AI-Native. Traditional vs. AI-Native involves Data Science Workflow. Data Science Workflow supports Case for Data Scientists. Case for Data Scientists contrasts with Counterpoint: Non-Data Scientists. Counterpoint: Non-Data Scientists leads to Collaboration is Key raises explores involves supports contrasts with leads to GenAI AgentDevelopment building agentsusing LargeLanguage Models Phil Hetzel'sQuestion does GenAI belongto data scientists? Traditional vs.AI-Native contrastingapproaches tobuilding agents Data ScienceWorkflow applying datascience principlesto agents Case for DataScientists arguing for theircrucial role Counterpoint:Non-Data… agents also belongto other roles Collaboration isKey ideal mix involvesmultidisciplinaryteams From startuphub.ai · The publishers behind this format

Who is Phil Hetzel?

Phil Hetzel, Head of Solution Engineering at Braintrust, brings over twelve years of experience in consulting and implementation to his role. Previously, he led Slalom's global Databricks business unit. Hetzel's personal interests include playing chess (poorly) and spending time with his wife and dachshund, Pistol Pete, who made a cameo appearance in the presentation.

Related startups

Understanding Agent Development: Traditional vs. AI-Native Approaches

Hetzel observed that building agents, which are a result of Large Language Models (LLMs) stemming from data science advancements, can be approached differently depending on the organization's nature. In traditional enterprises, the impetus to build agents often comes from leadership, such as a CEO or CIO reading about AI in industry publications. These leaders then delegate agent building to their existing ML platform teams, who are well-versed in building models and deployment pipelines. This approach often reuses existing thinking for agent evaluation and deployment.

In contrast, AI-native companies often see agent building driven by founders who have a specific problem to solve. These companies tend to have smaller groups of engineers who build solutions, partly by leveraging agents. Because everyone in these smaller companies is often in close proximity to the problem, they can more readily identify what needs to be done. A key distinction Hetzel noted is that in these AI-native environments, the models are often already built, and functionality can be added using natural language, which is a significant departure from traditional ML development.

The Data Science Workflow and its Application to Agents

Hetzel outlined a simplified data science workflow: Data, Labeling, Training, Testing, Deployment, Implementation, and Observation. He contrasted this with the process for generative AI agents, where the initial data processing, training, and deployment phases are often pre-completed by LLM providers. For AI teams, the focus shifts to testing and implementation. Hetzel emphasized that while the underlying LLM might be pre-built, the process of testing and evaluating agent performance remains critical. This includes ensuring that responses are appropriate and that the agent's behavior aligns with the intended use case.

The Case for Data Scientists in Agent Development

Hetzel presented three core arguments for why data scientists are essential in the development of agents:

  • Agents use models, and models are governed by data scientists: Data scientists possess the expertise to understand and manage the underlying models that power these agents.
  • Existing model deployment workflows can be reused: Organizations already have established processes for deploying and managing models, which can be adapted for agent deployment.
  • Rigorous mindset around testing: Data scientists bring a rigorous approach to testing, which is vital for ensuring the reliability, safety, and effectiveness of AI agents.

He elaborated that data scientists can contribute through education, helping product engineers and managers understand the technology. They can also stay abreast of new research and keep the broader team informed. Furthermore, their expertise in evaluating discrete outputs and applying traditional machine learning metrics like precision, recall, and F1 is crucial for developing reliable agents.

The Counterpoint: Agents Belong to Non-Data Scientists

Hetzel also presented counterarguments, suggesting that agents can and should extend beyond data scientists:

  • LLMs are just APIs, and product engineers can use them: Product engineers are already adept at using APIs within the applications they build, making LLM APIs a natural extension of their skillset.
  • Agents can be complex systems: An agent can be a complex, distributed system, and relying solely on data scientists might not be optimal for managing this complexity.
  • Product managers and SMEs understand success/failure: Product managers and Subject Matter Experts (SMEs) have a deep understanding of the problem domain and can better identify what constitutes success or failure for an agent.

This perspective suggests that LLMs are essentially powerful APIs that product engineers, who are already skilled in integrating APIs into applications, can readily utilize. Moreover, the inherent complexity of agents as distributed systems means that a multidisciplinary approach is necessary, involving not just data scientists but also engineers and SMEs who understand the specific use cases.

The Ideal Mix: Collaboration is Key

Ultimately, Hetzel concluded that the most effective approach to developing agents involves a collaborative, multidisciplinary team. He suggested an ideal mix where data scientists focus on educating, performing ML-style scoring, and fine-tuning models when necessary. Product/Application/Systems engineers would handle requirement implementation, building the system around the agent for production readiness, and implementing evaluation and observability pipelines. Non-technical experts, such as product managers and SMEs, would contribute by gathering requirements, providing domain expertise, annotating data, and experimenting with prompts using natural language.

Hetzel emphasized that the domain expertise of non-technical team members is invaluable for shaping automated LLM-as-judge scoring and understanding agent performance in real-world scenarios. The rigor of data scientists in evaluating and validating these agents is also critical for building confidence in their deployment. The core message is that while data scientists play a vital role, the development of successful AI agents requires a blend of skills and perspectives from across the organization.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.