Survey: 82% of Businesses Report Positive AI Impact
A global survey of over 1,200 businesses by insurance brokerage Gallagher found that 82% of respondents report positive impacts from adopting AI. Despite the benefits, companies indicated that data protection and the potential for errors remain their top challenges and concerns with the technology.
- Deep learning models are a primary driver of positive AI impact in business, enabling recommendation systems at companies like Netflix and YouTube to capture complex, non-linear user preferences. These systems can process diverse data types, including text and images, to move beyond simple collaborative filtering. - FAANG companies operate recommendation engines at a massive scale, with Netflix's system catering to over 230 million users and processing terabytes of data daily to generate personalized suggestions. Similarly, YouTube's deep learning-based recommendation system helps over a billion users discover content from a vast and constantly growing library of videos. - To manage the complexity and potential for errors in these large-scale systems, companies are adopting robust MLOps practices. For instance, Netflix has developed RecSysOps, a set of best practices for operating their recommendation systems, which includes sophisticated issue detection and resolution protocols to ensure high availability. These practices are crucial for maintaining system health in a dynamic environment with frequent model and code deployments. - A key challenge in deploying and maintaining these systems is the "training-serving skew," where differences between the data used for training and the data encountered during inference can lead to performance degradation. To combat this, robust monitoring of computational performance metrics like latency and throughput is standard practice, as these can be early indicators of data-related issues or model staleness. - Data privacy is a significant concern in building personalized recommendations, as these systems rely on vast amounts of user interaction data. The collection of detailed user behavior, such as browsing history and viewing habits, raises privacy issues, especially if users are not fully aware of what information is being gathered and how it is used. - To address the risk of algorithmic bias, which can perpetuate existing inequalities, some recommendation systems are designed to mitigate the predictability of sensitive user attributes. Google's Responsible AI principles guide the development of fairness-aware machine learning models and tools to identify and reduce bias in their systems. - Generative AI and Large Language Models (LLMs) are being integrated into recommendation systems to better understand user intent from natural language and provide more explainable recommendations. This technology is also being used for hyper-personalized marketing, with the ability to generate tailored ad copy and product descriptions in real time. - The visual discovery engine at Pinterest, powered by computer vision and graph convolutional networks (GCNs), exemplifies the positive impact of specialized AI. Their PinSage framework can make nuanced recommendations by understanding the relationships between billions of images, moving beyond simple keyword matching to thematic and visual similarity.