Enterprise engineering teams often spend more time triaging recurring incidents than building the features customers are asking for. In this episode, Dave Glick, Senior Vice President of Growth Technology at Walmart, explores how his teams are using AI agents to catch and fix small, recurring issues before they turn into support tickets. The conversation covers the internal tools Walmart...
This article is from Making AI Work, MIT Technology Review’s limited-run newsletter examining how to apply LLMs across industries. To receive it in your inbox, sign up here. Chatbots took many schools by surprise upon their release a few years ago. Suddenly, students carried an app in their phones that could magically answer almost any…
Today's guest is Dianne Kokotoff, Executive Director, Enterprise Solutions and Automation at Wellstar Health System. Founded in 1993, Wellstar is one of the largest nonprofit healthcare systems in the Southeast, serving communities across Georgia through more than 400 care locations, including 11 hospitals. With more than 35,000 team members, Wellstar provides comprehensive,...
Moonshot AI’s Kimi K3 is a 2.8-trillion-parameter open-weight model built with a Mixture-of-Experts architecture. It activates only a small fraction of its parameters per token, helping reduce inference costs while delivering strong coding and agentic performance. K3 combines near-frontier capabilities, open weights, and lower API pricing, making it an interesting alternative to proprietary...
People have been talking to each other for at least 100,000 years, as best we can tell. And in all that time, there has been only one thing in the world that could learn a human language to perfect fluency: a human child. Now there are two. Four short years after the release of ChatGPT,…
I have written enough specs for Claude Code now to have hit the failure mode nobody warns you about. The spec was fine. The plan was fine. Claude worked through the tasks, ran the test suite, and reported everything passing. I looked at the diff properly the next morning and found it had converted a […]
The post Spec-Driven Development with Claude Code: Writing Bulletproof Specs...
Agentic AI research in 2026 has moved past the basic question of whether a model can be called a tool. The harder questions are whether an agent can finish long workflows, survive live websites, verify its own work, recover from failure, and improve its process over time. The five papers below map that shift well […]
The post Top 5 Agentic AI Research Papers of 2026 appeared first on...
Interview insights from our industry partners Equity compensation is no longer a back-office function. It’s a strategic lever that drives talent recruitment, retention, supports employee wealth creation, and signals publicly how companies think about their people. And the professionals managing it are operating in an environment that looks fundamentally different than it did just a […]
...
AI-powered medical record intelligence helps healthcare organizations turn unstructured clinical documents into actionable insights, reducing administrative burden and enabling faster, more consistent review decisions.
The post Optimizing clinical and operational resources through AI-driven medical record intelligence appeared first on SAS Blogs.
Modern LLMs rely on quantization, pruning, distillation, and faster attention kernels, but production performance often depends most on KV cache management. As context windows grow, the cache consumes significant GPU memory, limiting concurrency, throughput, and latency. Two breakthroughs transformed this challenge: PagedAttention improves memory allocation, while RadixAttention enables...