← All shows
Practical AI cover art

ai

Practical AI

Making artificial intelligence practical, productive & accessible to everyone. Practical AI is a show in which technology professionals, business people, students, enthusiasts, and expert guests engage in lively discussions about Artificial Intelligence and related topics (Machine Learning, Deep Learning, Neural Networks, GANs, MLOps, AIOps, LLMs & more). The focus is on productive implementations and real-world scenarios that are accessible to everyone. If you want to keep up with the latest advances in AI, while keeping one foot in the real world, then this is the show for you!

Stories by episode

21 stories
Sep 10 · Computer-Use Agents and the Future of the Agentic Internet4 stories

ML Ops Community Merges with Agentech AI Foundation

The ML Ops community has been donated to the Linux Foundation, leading to the creation of the Agentech AI Foundation. This move aims to provide a neutral governing body for ML Ops and agents, attracting significant interest from top industry players.

AgentCon 2026: A Hybrid Event with 36-Hour Livestream

AgentCon, the flagship event for the Agentech AI community, will feature a 36-hour livestream to integrate both in-person and virtual attendees. The event aims for an 'ESPN-style' live coverage of talks and expo hall exploration.

Agentech AI Foundation to Host Conferences in Japan, Amsterdam, and San Jose

The Agentech AI Foundation is organizing several conferences, including an MLOP summit in Japan, AgentCon in Amsterdam on September 17th, and another AgentCon in San Jose on October 22nd. These events are part of the rebranding of the ML Ops community under the Agentech AI umbrella.

Demetrius Frankman on Role at Agentech AI Foundation

Demetrius Frankman, Head of Development Experience at the Agentech AI Foundation, discussed his new role following the ML Ops community's merger. He highlighted the foundation's aim to provide resources and foster a deep technical community around agents and ML Ops.

Sep 3 · Less about Models; More about Architecture4 stories

Chaiten Gupta's Career Trajectory in AI: From Mathematics to Rackspace

Chaiten Gupta, Chief AI Officer at Rackspace, shared his diverse career path, starting with a PhD in mathematics and progressing through research roles at Hewlett Packard Labs and Hitachi. He eventually led global AI research at Hitachi before moving to Rackspace.

Hitachi's Strategic Bet on Industrial AI Paved Gupta's Leadership Path

Chaiten Gupta attributes his career advancement at Hitachi to the company's early and risky investment in industrial AI. This strategic focus on a nascent field, including establishing a research lab in the Bay Area, demonstrated foresight and confidence in internal talent to drive innovation.

Evolution of Industrial AI: From Predictive Maintenance to Robotics and LLMs

Chaiten Gupta described the evolution of industrial AI, moving from early focus on problems like failure prediction and recommended repairs to incorporating computer vision for defect detection and quality control with the rise of deep learning. More recently, large language models (LLMs) have expanded possibilities in robotics and human-machine interaction within industrial settings.

Japan's Cultural Lead in Robotics vs. North America

Chaiten Gupta observed that Japan has a broader cultural acceptance of robots for daily interactions, including for elderly support, compared to North America. He noted that while the US may be behind in this area, China is currently leading in industrial robotics applications.

Aug 6 · Models, Harnesses, and Multi-Agent Systems4 stories

Defining AI Models: A Functional Perspective

Daniel Weineck and Chris Benson discuss the definition of AI models, likening them to software functions that transform data. They explain how models like large language models (LLMs) and vision models process specific inputs to generate outputs, and note that not all models are neural network-based.

Open vs. Closed AI Models: Access and IP Considerations

The discussion clarifies the distinction between open-weight/open-source AI models and closed models. Open models release both software and parameters (weights/biases), allowing local execution, while closed models restrict access to these components, typically accessed via APIs.

+1 more →

AI Model Sizes: Frontier Models vs. Localizable Options

Chris Benson explains that AI models come in various sizes, with 'frontier models' being the largest and most sophisticated but requiring expensive hardware. Smaller models, like Gemma, can be downloaded and run locally on available hardware, with China emerging as a significant source for open models.

+1 more →

Understanding Agentic Harnesses in AI

Daniel Weineck clarifies the concept of agentic harnesses, describing them as software systems that manage and orchestrate multiple AI agents. He likens these harnesses to an 'operating system for AI,' enabling agents to work together to accomplish tasks.

+1 more →
Jul 30 · Reconstructing how OpenAI agents attacked Hugging Face1 story

OpenAI Agents Allegedly Exploited Hugging Face in Cybersecurity Incident

The podcast discusses a recent cybersecurity incident where OpenAI agents reportedly exploited Hugging Face, a popular repository for AI models and datasets. The incident has drawn comparisons to a murder mystery due to its developing nature and various facets involved, including the use of agentic AI, cybersecurity vulnerabilities, and potential geopolitical implications with US versus Chinese models.

+4 more →
Jul 17 · The Future of AI Infrastructure with CoreWeave3 stories

CoreWeave's AI-Centric Infrastructure Approach

CoreWeave is adopting an AI-centric approach to infrastructure, drawing parallels to the early days of cloud computing. Cory Sanders, Senior Vice President of Product at CoreWeave, explained that this involves building services with AI as a core component, rather than an add-on, to avoid hindering AI development.

CoreWeave's Differentiators in AI Training Infrastructure

Cory Sanders highlighted that CoreWeave focuses on optimizing AI training, a computationally intensive process requiring specialized infrastructure. The company identifies and addresses bottlenecks in this workflow, such as GPU failures or storage loading inefficiencies, offering unique services like an observability platform and a storage platform tailored for large-scale AI training workloads.

Overcoming Innovator's Dilemma with CoreWeave

Cory Sanders discussed the challenge of adapting to new technological waves, referring to it as the 'innovator's dilemma.' He emphasized the importance of hiring people who can challenge existing assumptions and question the status quo. This mindset is crucial for evolving and building the next iteration of technology, especially in the rapidly changing AI landscape.

Jul 9 · Building Durable AI Agents5 stories

ZenML Adapts MLOps Principles for AI Agents

Hamza Tahir, co-founder of ZenML, discusses how core MLOps principles are being rediscovered and adapted for the emerging field of AI agents. He highlights that the fundamental concepts of writing reliable, safe, and retryable code are just as relevant for agents as they were for traditional machine learning pipelines.

Agents as Unrolled Graphs: Rethinking Agentic Workflows

Hamza Tahir explains that all software, including AI agents, can be viewed as a graph of execution steps. While traditional ML pipelines were more deterministic, agents involve dynamic, potentially cyclical workflows. ZenML's evolution to a dynamic mode addresses this by allowing graphs to be defined in real-time.

The Coupling of "Harnesses" and LLMs

Hamza Tahir describes how AI "harnesses" or frameworks, like Claude Code, become deeply coupled with the specific large language models they are designed for. This coupling, driven by reinforcement learning and specialized tool use, means that models become 'self-aware' of the harness they are running within, leading to more accurate performance.

Open vs. Proprietary Agent Frameworks: An Industry Tension

Hamza Tahir identifies a key industry tension between proprietary AI agent frameworks, like Claude Code, which are tightly coupled with specific models, and open frameworks like LangGraph or Pythontic AI. The latter aim for open standards, seeking to avoid vendor lock-in and reduce dependency on specific model providers.

The Challenge of Making LLMs Interact with the Real World

Hamza Tahir points out that large language models are primarily designed for text processing, not direct real-world interaction. He notes that agents act as a bridge, but this requires significant scaffolding to handle issues like the LLM making incorrect tool calls or responding in unexpected formats, highlighting the need for robustness and error handling.