The AI race is moving beyond model intelligence.Agentic Identity:Governing Actors That Never SleepJoin us on August 20 at 10 AM PT for a technical look at governing agent identity at the moment of action.You'll learn how to:-Inventory every agent already running in your environment and shut down shadow AI-Bind every agent to a specific human owner, not a shared credentialSave My SpotSponsoredAI Distilled #149: AI Is Entering Its Always-On EraWelcome to AI Distilled #149, where we cut through the noise to unpack the shifts actually changing how AI and data systems are built, deployed, and used.This week’s signal: AI is moving from generating answers to operating systems.Our expert-led deep dive starts underneath the model layer. Yusuf Ganiyu, Senior Data Engineer at AstraZeneca and Founder of Data Mastery Lab, explains why a brilliant ML model can still fail in production when the data feeding it is already stale. Through real-time fraud detection, Kafka, Redis, feature freshness, and training-serving skew, he makes the case that your model may be only 5% of the system. The feature pipeline is where production ML succeeds or fails.That idea connects surprisingly well with everything happening across AI this week. OpenAI is chasing 14x faster inference. Grok Bot is turning persistent agents into always-on digital coworkers. Meta is shrinking agentic intelligence enough to run locally. Adobe is preparing commerce catalogs for AI shoppers. Google is feeding continuous health data into Gemini. And IBM is building the consulting machinery needed to push frontier models deeper into enterprise workflows.The common thread? AI’s next competitive frontier is increasingly about what surrounds the model: fresh data, speed, infrastructure, integrations, persistent context, and the ability to turn intelligence into action.This week’s highlights➰ Real-Time ML Pipelines: Why feature freshness, not simply model accuracy, can determine whether production ML works.➰ IBM + OpenAI: IBM is building a major OpenAI consulting practice to take GPT-5.6, Codex, and other tools deeper into the enterprise.➰ Apple + Alibaba: Apple reportedly trained a China-specific AI model with Alibaba as it prepares Apple Intelligence for one of its most challenging markets.➰ GPT-5.6 Sol Ultrafast: OpenAI is pushing inference toward real-time workloads with speeds of up to 750 output tokens per second.➰ Grok Bot early beta: Persistent agents get their own environments, credentials, and workflows, raising the stakes for both productivity and security.➰ Databricks’ $190B bet: Databricks wanted $1 billion, saw $15 billion in investor interest, and ultimately raised $5 billion to keep expanding its AI infrastructure ambitions.➰ Gemini meets continuous glucose data: Google and Abbott are connecting real-time Lingo glucose readings with Gemini-powered health coaching.➰ Grok Bot + Cursor: The agent race is shifting from producing recommendations to completing work inside the tools people actually use.➰ Adobe’s LLM shopping play: Catalog Agent is preparing product data to be discovered and understood by AI shopping assistants.➰ Meta Muse Glimmer: Meta’s 30B open-weight model brings agentic workflows onto consumer hardware.➰ The agent race explained: Grok Bot joins ChatGPT Work, Claude Cowork, and Gemini Spark in the emerging battle to make AI something you delegate work to, rather than simply chat with.The model still matters. But this week makes one thing increasingly clear: the bigger battle is over the system around it. Let's get into it.Cheers,Merlyn Shelley,Growth Lead, Packt.Join Stefan Jansen, best-selling author ofMachine Learning for Trading, for a hands-on workshop where you’ll build a complete ML trading strategy using real market data and AI agents. Learn the end-to-end workflow used byprofessional quantitative teams—from feature engineering to backtesting.Register now. Save 30% with EMTAX30Your ML Model Is Only 5% of the System: Why Real-Time Feature Pipelines Matter More Than You ThinkA machine learning model can achieve excellent accuracy in a notebook, pass validation, survive technical review, and still make the wrong decision the moment it meets the real world.Not necessarily because the algorithm failed.Not because its weights suddenly changed.And not because the prediction endpoint went down.The failure can begin somewhere much less visible:the features reaching the model no longer represent what is happening now.That was the problem at the heart of“Why Your ML Pipeline Needs Stream Processing,”a free technical webinar hosted on thePackt DataML YouTube channel.Hosted byAbhishek, the session brought inYusuf Ganiyu, Senior Data Engineer atAstraZenecaand Founder ofData Mastery Lab, for a practical exploration of batch versus real-time machine learning pipelines.Ganiyu’s background makes the discussion particularly relevant to production-focused engineers. Alongside building enterprise data systems, he teaches data engineering through Data Mastery Lab and hisCode With YouYouTube channel.But this was not a session built around the simplistic claim that every ML team should abandon batch processing and move everything to Kafka.Quite the opposite.Ganiyu’s argument was considerably more useful:You do not need to stream everything. You need to understand which features become stale quickly enough to hurt the decisions your model makes.From there, the session moved through training-serving skew, feature freshness, a live batch-versus-streaming fraud detection experiment, Kafka and Redis-based feature engineering, production architecture, migration strategy, infrastructure choices, cost considerations, CDC, and the difficult question every ML engineering team eventually has to answer:When is batch actually good enough, and when does the business need real-time data?The answer ultimately leads to a provocative reframing of production ML:The model is not the product. The feature pipeline is the product.And understanding why Ganiyu makes that claim requires looking at what actually happens to an ML system after the notebook closes.What Yusuf Ganiyu Set Out to AnswerEarly in the Packt DataML session, Ganiyu laid out a deliberately practical agenda.Rather than spending the webinar comparing streaming frameworks or discussing architecture in the abstract, he structured it around the problems engineers encounter when ML models move into production.The session would examine:why production ML pipelines begin to fail even when the underlying model appears healthyhowtraining-serving skewemergeswhat batch and streaming architectures look like side by sidehow real-time feature engineering can work withKafka and Redishow feature drift and skew can be observedwhich workloads actually justify stream processingwhere batch processing remains the better engineering choiceand how teams can move toward ahybrid architecturewithout rebuilding their entire ML stackThat last point matters.The question posed by the webinar title might appear to be:“Why does your ML pipeline need stream processing?”But Ganiyu gradually replaces it with a much better question:“Which parts of your ML pipeline need stream processing?”That distinction changes the entire architecture conversation.The Real Production Problem Is Often Not the ModelOne of the strongest ideas in Ganiyu’s session is that ML teams can spend enormous amounts of effort optimizing the model while underestimating the system responsible for feeding it.In development, the workflow can feel deceptively simple.Prepare the dataset.Split it into training and test sets.Train the model.Evaluate accuracy, precision, recall, or whatever metrics matter for the problem.Package the model.Deploy it.But production introduces a completely different class of problems.Ganiyu argues that the model itself may represent only around5% of the complete production system, while the other 95% is made up of features, pipelines, serving infrastructure, and the machinery required to keep those pieces operating together.The exact percentage is less important than the engineering principle behind it.A production ML system is not simply:Data → Model → PredictionIt is closer to:Events → Ingestion → Processing → Feature computation → Feature storage → Model serving → PredictionAnd every stage creates another place where reality and the model’s understanding of reality can diverge.This is particularly dangerous because the model does not necessarily fail loudly.There may be no exception.No failed endpoint.No red alert announcing that predictions are now unreliable.As Ganiyu puts it, the model can work perfectly in the notebook and thendegrade silently in production. Instead of producing an obvious technical error, it continues returning predictions. They are simply increasingly likely to be wrong.For low-stakes applications, that might mean a poor recommendation.For fraud detection, trading, or other time-sensitive financial decisions, the consequences can be much more serious.See why feature pipelines can matter more than the model →JoinBen Auffarthto build aproduction-ready RAG applicationusing open-source models. Learn how to improve retrieval, benchmark performance with RAGAS, add guardrails, and deploy reliable AI systems without expensive APIs.Build with Ben. Save 40% with OME40AI Pulse: This Week➰ IBM partners with OpenAI to bolster enterprise AI push: IBM is becoming a bigger gateway for OpenAI into the enterprise. The companies will jointly build industry-specific AI solutions, while IBM retrains tens of thousands of consultants on GPT-5.6, Codex, APIs, and cybersecurity. OpenAI’s models will also enter IBM Consulting Advantage and Autonomous Security, strengthening IBM’s model-agnostic strategy while giving OpenAI another route to large-scale corporate deployments.➰ Apple trained its own AI model for China with help from Alibaba: Apple is taking an unusual route to bring Apple Intelligence to China. Instead of relying solely on local models, it reportedly trained its own China-specific AI model with Alibaba’s support. The move gives Apple greater control while navigating Beijing’s strict AI rules, and could make it the first US company approved to offer a proprietary AI model in China.➰ OpenAI introduces 'Ultrafast,' a new mode that makes GPT-5.6 Sol work at 14x the speed: OpenAI is putting GPT-5.6 Sol into overdrive. Its new Ultrafast mode promises up to 14x faster processing and 750 output tokens per second, powered by Cerebras. Now in limited preview, it targets speed-critical workloads like incident response, customer support, financial analysis, and e-commerce, suggesting powerful AI may no longer require trading intelligence for real-time performance.➰ Grok Bot Beta: 74 Game Assets Generated in 2 Hours. SpaceXAI wants AI agents to behave less like chatbots and more like employees. Grok Bot gives persistent agents their own virtual machines, letting them log into tools, retain context, repeat learned workflows, and coordinate with other bots. Early beta access is limited, but the bigger question is security: productivity rises when agents get real credentials, and so does the risk.➰ Databricks wanted to raise $1B, investors wanted $15B. It settled on $5B at a $190B valuation. Databricks planned to raise just $1 billion, but investor demand reportedly reached $15 billion, turning the round into a $5 billion raise at a $190 billion valuation. The frenzy reflects its rapid transformation from data platform to AI infrastructure player, with revenue accelerating and products like Genie and Lakebase targeting enterprise AI and agents. The cash will fuel expensive AI research, infrastructure and acquisitions, while letting Databricks postpone an IPO.➰ Google AI health coach to use Abbott glucose data: Google is giving Gemini a more continuous view of personal health. Through a multiyear Abbott partnership, its AI-powered Health Coach will combine Lingo glucose readings with sleep, activity, nutrition, and other health data to offer personalized recommendations. The integration arrives later this year, alongside a real-world metabolic health study, although Google stresses the AI coach is not a medical tool.➰ SpaceXAI and Cursor Team Up on Grok Bot, Persistent AI Agents That Sign Into Your Apps: SpaceXAI and Cursor are pushing AI agents from giving answers to finishing work. Their new Grok Bot runs persistent cloud computers that stay logged into apps, retain context, and execute multi-step workflows, even while users are offline. Multiple specialized bots can collaborate across sales, operations, and engineering, but giving autonomous agents persistent credentials raises significant questions around security, data isolation, and approval controls.➰ Adobe launches AI-powered product discovery for LLM shopping through Adobe Commerce: Adobe wants ecommerce catalogs ready for the LLM shopping era. Its new Catalog Agent for Adobe Commerce structures product information so AI shopping assistants can discover and understand products more effectively. Crucially, brands can become visible to emerging AI-driven shopping experiences without rebuilding storefronts or duplicating catalog data, turning existing commerce infrastructure into a new discovery channel.➰ Meta launches Muse Glimmer AI model: Mark Zuckerberg says 'Everyone should have access to superintelligence' Meta is betting that useful AI agents should run locally, not just in the cloud. Its new Muse Glimmer is a 30B-parameter open-weight model built for coding, tool use, file handling, and multi-step agent workflows, while fitting on a single consumer GPU. The launch reinforces Zuckerberg’s push for open AI and broader access to increasingly capable “superintelligent” systems.➰ Grok Bot Explained: SpaceXAI's Always-On AI Agents. SpaceXAI’s Grok Bot shows where the agent race is heading: from prompting AI to delegating entire jobs. Users create persistent, named AI teammates that share a cloud computer, log into real apps, collaborate, remember workflows, and keep working after the laptop closes. It joins ChatGPT Work, Claude Cowork, and Gemini Spark in chasing “finished work,” but still needs to prove reliability and security.📢 If your company is interested in reaching an audience of developers and, technical professionals, and decision makers, you may want toadvertise with us.If you have any comments or feedback, just reply back to this email.Thanks for reading and have a great day!*{box-sizing:border-box}body{margin:0;padding:0}a[x-apple-data-detectors]{color:inherit!important;text-decoration:inherit!important}#MessageViewBody a{color:inherit;text-decoration:none}p{line-height:inherit}.desktop_hide,.desktop_hide table{mso-hide:all;display:none;max-height:0;overflow:hidden}.image_block img+div{display:none}sub,sup{font-size:75%;line-height:0}#converted-body .list_block ol,#converted-body .list_block ul,.body [class~=x_list_block] ol,.body [class~=x_list_block] ul,u+.body .list_block ol,u+.body .list_block ul{padding-left:20px} @media (max-width: 100%;display:block}.mobile_hide{min-height:0;max-height:0;max-width: 100%;display:none;overflow:hidden;font-size:0}.desktop_hide,.desktop_hide table{display:table!important;max-height:none!important}.social_block .social-table{display:inline-block!important}.row .side{display:none}}
Read more