{"slug": "what-professionals-should-know-about-data-science-and-ai-according-to-harvard", "title": "What Professionals Should Know About Data Science and AI, According to Harvard Business School Online", "summary": "Professionals should focus on clear business goals, data quality, simple models, careful validation, realistic costs, and human judgment rather than chasing the latest technology, according to Iavor I. Bojinov, Associate Professor of Business Administration at Harvard Business School, who co-leads the HBS Online courses AI for Leaders and Data Science and AI for Decision Making. Bojinov emphasizes that AI should be treated as an input into decision-making, not a substitute for judgment, and that successful AI adoption depends on trust and effective organizational scaling.", "body_md": "# What Professionals Should Know About Data Science and AI, According to Harvard Business School Online\n\nLearn why clear business goals, data quality, simple models, careful validation, realistic costs, and human judgment matter more than chasing the latest technology.\n\n## # Introduction\n\nYou do not need to become a data scientist to benefit from data science and artificial intelligence (AI). However, you should understand what these technologies can do, where they can fail, and how to evaluate their outputs.\n\nAfter working with data science and AI tools for several years, I have noticed that people often begin with the technology rather than the problem. They want to train a model, introduce a chatbot, or build an AI application before deciding what decision they are trying to improve.\n\nFor most professionals, the goal should not be to master every algorithm. It should be to develop enough data and AI literacy to ask better questions, challenge unreliable results, understand the limitations of these systems, and make informed decisions.\n\nThis article brings together insights from my interview with ** Iavor I. Bojinov**, Associate Professor of Business Administration at Harvard Business School, and my own experience working with data science and AI tools. Bojinov co-leads the HBS Online courses AI for Leaders and Data Science and AI for Decision Making.\n\n## # Starting With the Decision\n\nBefore using AI, I first define the decision that needs to be made.\n\n\"We want to use AI for customer analytics\" is too broad. A clearer objective would be: \"We want to identify customers who may leave so our retention team can contact them.\"\n\nThis connects the model to a measurable outcome and a real business action. A technically advanced system has little value if it does not improve the underlying decision.\n\nBojinov makes a similar point. AI should be treated as an input into decision-making rather than a substitute for judgment. Professionals need to understand its capabilities and limitations, validate its recommendations, and focus on better business outcomes instead of adopting AI for its own sake.\n\nIn his HBS Online interview, [AI Adoption, Trust, and Decision-Making](https://online.hbs.edu/podcast/iavor-bojinov-on-ai-adoption-trust-and-decision-making), Bojinov also explains that successful AI adoption depends on trust and how effectively organizations introduce and scale these systems.\n\nBefore starting an AI project, ask what problem it will solve, who will use the output, what action will follow, and how success will be measured.\n\n## # Understanding the Data First\n\nWhen I begin a data science project, I do not immediately train a model. I start by exploring the data.\n\nExploratory data analysis (EDA) helps us understand a dataset's structure, quality, distributions, and relationships. It may uncover missing values, duplicate records, inconsistent categories, unusual observations, and potential biases.\n\nThese checks matter because accuracy alone can be misleading.\n\nSuppose only five percent of customers leave. A model that predicts every customer will stay would be 95 percent accurate, yet it would identify none of the customers at risk.\n\nProfessionals should therefore ask whether a metric reflects the real business objective rather than relying on one impressive-looking score.\n\nHBS Online's latest article, ** Data Preparation for Your AI Model: Importance and Best Practices**, also emphasizes that a model's performance depends heavily on the quality of the data behind it. The article covers cleaning, enriching, transforming, and organizing data before model development.\n\n## # Preparing the Data Carefully\n\nReal-world data is rarely ready for machine learning.\n\nData preparation may involve handling missing values, correcting formats, removing duplicates, transforming categories, selecting useful features, and separating training data from evaluation data.\n\nProfessionals should also know where their data came from, how it was collected, what may be missing, and whether previous decisions introduced bias.\n\nIn my experience, improving the data often delivers a greater benefit than replacing a simple algorithm with a more complicated model.\n\nA model learns from the information it receives. If that information is incomplete, outdated, inconsistent, or biased, the results will also be unreliable.\n\nBetter technology cannot fully compensate for poor data.\n\n## # Choosing the Simplest Model That Works\n\nThe best model is not always the newest, largest, or most expensive one.\n\nFor structured business data — such as customer records, transactions, sales history, or operational data — a regression model or decision tree may be more appropriate than a general-purpose large language model (LLM).\n\nIt can also be faster, cheaper, easier to explain, and simpler to monitor.\n\nLLMs are useful when the task involves language, such as summarizing documents, extracting information, generating drafts, or analyzing customer feedback. For forecasting, classification, and tabular data, traditional machine learning may remain the better option.\n\nBefore choosing a model, I compare predictive performance, training and inference costs, speed, scalability, explainability, maintenance requirements, and the cost of incorrect predictions.\n\nA slightly more accurate model is not always the better choice if it is much more expensive, difficult to explain, or hard to maintain.\n\nThe goal is not to use the most advanced AI. It is to choose the most reliable and cost-effective solution for the problem.\n\n## # Validating Before You Trust\n\nA model performing well during development does not guarantee that it will work in the real world.\n\nIt should be evaluated using data that was not used to train or select it. The evaluation data should also represent the customers, markets, and conditions in which the model will operate.\n\nValidation should continue after deployment. Customer behavior changes, markets shift, data pipelines break, and patterns that were once useful may become less reliable.\n\nBojinov identifies weak validation and testing as a common mistake. When organizations deploy models without testing them properly, they may become overconfident in the results.\n\nProfessionals should ask how a model was evaluated, which mistakes it makes, whether its test data is representative, and how its performance will be monitored over time.\n\nTrust should come from evidence, not from how advanced or confident the system appears.\n\n## # Turning Customer Analytics Into Action\n\nCustomer analytics should be more than a dashboard.\n\nA dashboard can show what happened. A predictive model can estimate what might happen next. An experiment can help determine what an organization should do about it.\n\nPredicting that a customer may leave only becomes valuable when the company has a realistic retention strategy. It must then measure whether the intervention actually works.\n\nProfessionals should also avoid confusing correlation with causation. A feature associated with customer churn is not necessarily the reason customers are leaving.\n\nThis is where experimental thinking becomes valuable. Rather than assuming an intervention will work, organizations should test it, measure the outcome, and learn from the evidence.\n\nThe objective is not to produce more predictions. It is to make better decisions.\n\n## # Treating LLMs as Assistants\n\nLarge language models (LLMs) have made AI much more accessible. I use them regularly for coding, research, improving grammar, summarizing information, generating ideas, and learning something new.\n\nThey help me work faster and explore unfamiliar topics. However, fluent and confident language is not the same as factual accuracy.\n\nLLMs can misunderstand context, rely on outdated information, invent sources, produce incorrect code, or overlook security vulnerabilities. HBS Online's guide, ** What Are Large Language Models and How Do They Work?**, provides an overview of what business professionals should understand before using them.\n\nI never trust their output blindly. I review and reread what they produce, verify important claims, inspect generated code, test whether it works, and check for security issues.\n\nI treat an LLM as an assistant rather than an unquestionable authority. The greater the consequences of a task, the more carefully its output should be reviewed.\n\n## # Keeping Human Judgment in the Loop\n\nAccording to Bojinov, data literacy, experimental thinking, and the ability to critically evaluate AI outputs will become increasingly valuable as these tools become more widely used.\n\nProfessionals do not need to become AI experts, but they do need enough fluency to ask the right questions, interpret evidence, recognize weak or unreliable outputs, and understand when an answer can be trusted.\n\nHBS Online's *Parlor Room* episode, [ How Mid-Career Professionals Can Lead and Grow With AI](https://online.hbs.edu/podcast/how-mid-career-professionals-can-lead-and-grow-with-ai), explores how professionals can combine AI fluency with their existing domain expertise to create value in an AI-driven workplace. Another episode,\n\n[, discusses the importance of developing strong expertise while learning to work effectively alongside AI.](https://online.hbs.edu/podcast/early-career-advice-for-building-ai-and-human-skills)\n\n*Early-Career Advice for Building AI and Human Skills*Ultimately, the professionals who stand out will be those who can combine technical understanding with domain knowledge and sound business judgment.\n\n## # Final Thoughts\n\nMany companies are rushing to add AI everywhere because they do not want to fall behind. In doing so, they may spend heavily on APIs, infrastructure, training, and maintenance without first asking whether AI is actually the right solution.\n\nI think the hype will eventually settle.\n\nCompanies will learn where AI adds real value, where people remain essential, and where a simpler and cheaper solution is enough.\n\nSuccessful data science and AI projects do not begin with the latest model. They begin with a clear problem, reliable data, appropriate evaluation, realistic costs, and a plan for turning results into action.\n\nThe goal is not to use AI everywhere. It is to use it deliberately, validate it carefully, and apply it where it genuinely improves decisions.\n\n(\n\n[Abid Ali Awan](https://abid.work)\n\n[@1abidaliawan](https://www.linkedin.com/in/1abidaliawan)) is a certified data scientist professional who loves building machine learning models. Currently, he is focusing on content creation and writing technical blogs on machine learning and data science technologies. Abid holds a Master's degree in technology management and a bachelor's degree in telecommunication engineering. His vision is to build an AI product using a graph neural network for students struggling with mental illness.", "url": "https://wpnews.pro/news/what-professionals-should-know-about-data-science-and-ai-according-to-harvard", "canonical_source": "https://www.kdnuggets.com/what-professionals-should-know-about-data-science-and-ai-according-to-harvard-business-school-online", "published_at": "2026-07-29 14:00:25+00:00", "updated_at": "2026-07-29 14:12:56.678684+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-policy", "ai-ethics", "ai-tools"], "entities": ["Harvard Business School", "Iavor I. Bojinov", "HBS Online", "AI for Leaders", "Data Science and AI for Decision Making"], "alternates": {"html": "https://wpnews.pro/news/what-professionals-should-know-about-data-science-and-ai-according-to-harvard", "markdown": "https://wpnews.pro/news/what-professionals-should-know-about-data-science-and-ai-according-to-harvard.md", "text": "https://wpnews.pro/news/what-professionals-should-know-about-data-science-and-ai-according-to-harvard.txt", "jsonld": "https://wpnews.pro/news/what-professionals-should-know-about-data-science-and-ai-according-to-harvard.jsonld"}}