Steven
Steven AI Talk
Steven AI Talk(English)
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Intelligent AI Delegation: A Framework for Agentic Coordination 17.02.2026 6:04
The provided text explores intelligent delegation , defined as a structured framework for assigning complex tasks between humans and AI agents while maintaining accountability and trust. To ensure safety, the process involves task decomposition , where objectives are broken down into verifiable sub-tasks based on their difficulty and importance. The authors propose a dynamic coordination cycle tha...
Intelligent AI Delegation: A Framework for Agentic Coordination 17.02.2026 17:09
The provided text explores intelligent delegation , defined as a structured framework for assigning complex tasks between humans and AI agents while maintaining accountability and trust. To ensure safety, the process involves task decomposition , where objectives are broken down into verifiable sub-tasks based on their difficulty and importance. The authors propose a dynamic coordination cycle tha...
The 2026 AI Race: From Agentic Coding to Ad-Driven Models 14.02.2026 17:07
This transcript from IBM Technology’s "Mixture of Experts" explores the evolving landscape of enterprise artificial intelligence through 2026 and beyond. A central focus is OpenAI’s decision to integrate advertisements into ChatGPT, a move the panel views as an inevitable consequence of high inference costs. The experts also highlight the rise of "agentic" AI coding with Claude...
The 2026 AI Race: From Agentic Coding to Ad-Driven Models 14.02.2026 6:35
This transcript from IBM Technology’s "Mixture of Experts" explores the evolving landscape of enterprise artificial intelligence through 2026 and beyond. A central focus is OpenAI’s decision to integrate advertisements into ChatGPT, a move the panel views as an inevitable consequence of high inference costs. The experts also highlight the rise of "agentic" AI coding with Claude...
Privacy-Preserving AI: Federated Learning and Encrypted Agents 13.02.2026 14:42
The provided text explores the synergy between federated learning and encrypted AI agents to create a secure, decentralized framework for machine learning. Instead of gathering sensitive information into a central database, this approach allows individual devices or institutions to train models locally and share only the resulting mathematical updates. By utilizing advanced cryptographic technique...
Privacy-Preserving AI: Federated Learning and Encrypted Agents 13.02.2026 6:46
The provided text explores the synergy between federated learning and encrypted AI agents to create a secure, decentralized framework for machine learning. Instead of gathering sensitive information into a central database, this approach allows individual devices or institutions to train models locally and share only the resulting mathematical updates. By utilizing advanced cryptographic technique...
ADK: Building Autonomous AI Agents Beyond LLMs 12.02.2026 7:14
IBM's Agent Development Kit (ADK) enables autonomous AI agents to sense, reason, and act. Unlike passive LLMs , these tools use sensors and APIs to operate independently. Developers follow a six-step process, prioritizing safety , fairness , and trust in automation.
ADK: Building Autonomous AI Agents Beyond LLMs 12.02.2026 14:45
IBM's Agent Development Kit (ADK) enables autonomous AI agents to sense, reason, and act. Unlike passive LLMs , these tools use sensors and APIs to operate independently. Developers follow a six-step process, prioritizing safety , fairness , and trust in automation.
Securing and Governing Autonomous AI Agents 10.02.2026 18:21
Agentic AI offers autonomy but increases security risks like hijacking , prompt injection , and data poisoning . Effective governance requires human-in-the-loop oversight to prevent bias and ensure accountability through monitoring and AI firewalls .
Securing and Governing Autonomous AI Agents 10.02.2026 7:46
Agentic AI offers autonomy but increases security risks like hijacking , prompt injection , and data poisoning . Effective governance requires human-in-the-loop oversight to prevent bias and ensure accountability through monitoring and AI firewalls .
AI Agents and the Evolution of Modern Cyber Threats 10.02.2026 8:25
Security experts warn that AI agents like OpenClaw create a massive new attack surface due to high permissions and user misconfiguration. Meanwhile, AI-generated "slop" is overwhelming bug bounties, while vibe coding produces buggy malware that makes data recovery impossible.
AI Agents and the Evolution of Modern Cyber Threats 10.02.2026 17:14
Security experts warn that AI agents like OpenClaw create a massive new attack surface due to high permissions and user misconfiguration. Meanwhile, AI-generated "slop" is overwhelming bug bounties, while vibe coding produces buggy malware that makes data recovery impossible.
Decoding the Language and Foundations of AI 09.02.2026 16:37
In this educational overview, IBM Technology simplifies the complex and rapidly evolving vocabulary of artificial intelligence by comparing it to the diversification of modern lifestyle trends. The source identifies machine learning and deep learning as foundational methods where computers identify patterns within massive datasets to solve problems without rigid programming. It further explores na...
Decoding the Language and Foundations of AI 09.02.2026 7:02
In this educational overview, IBM Technology simplifies the complex and rapidly evolving vocabulary of artificial intelligence by comparing it to the diversification of modern lifestyle trends. The source identifies machine learning and deep learning as foundational methods where computers identify patterns within massive datasets to solve problems without rigid programming. It further explores na...
Mixture of Experts: Claude Cowork and Apple’s Gemini Shift 08.02.2026 9:01
In this episode of the Mixture of Experts podcast, a panel of technology veterans analyzes significant shifts in the artificial intelligence landscape, focusing on Anthropic’s Claude Cowork and Apple’s partnership with Google . The speakers discuss how Claude is evolving from a specialized coding tool into a general-purpose agent capable of automating desktop tasks, though they warn of its current...
Mixture of Experts: Claude Cowork and Apple’s Gemini Shift 08.02.2026 17:37
In this episode of the Mixture of Experts podcast, a panel of technology veterans analyzes significant shifts in the artificial intelligence landscape, focusing on Anthropic’s Claude Cowork and Apple’s partnership with Google . The speakers discuss how Claude is evolving from a specialized coding tool into a general-purpose agent capable of automating desktop tasks, though they warn of its current...
Mixture of Experts: The 2025 AI Year in Review 05.02.2026 6:53
In this transcript from IBM’s Mixture of Experts , technology specialists analyze pivotal artificial intelligence developments from late 2025. The panel examines Disney’s licensing agreement with OpenAI , which allows fan-generated content featuring iconic characters to be hosted on Disney’s own streaming platforms. They also discuss Time Magazine naming "The Architects of AI" as Person...
Mixture of Experts: The 2025 AI Year in Review 05.02.2026 14:06
In this transcript from IBM’s Mixture of Experts , technology specialists analyze pivotal artificial intelligence developments from late 2025. The panel examines Disney’s licensing agreement with OpenAI , which allows fan-generated content featuring iconic characters to be hosted on Disney’s own streaming platforms. They also discuss Time Magazine naming "The Architects of AI" as Person...
State Space Models: The Efficient Evolution of Generative AI 05.02.2026 17:10
State Space Models (SSMs) represent a significant shift in artificial intelligence by offering a more efficient alternative to traditional transformer architectures. These models utilize mathematical equations to track how information evolves over time, allowing AI to maintain a compact internal memory instead of storing every past data point. By focusing only on relevant information , SSMs like t...
State Space Models: The Efficient Evolution of Generative AI 05.02.2026 7:30
State Space Models (SSMs) represent a significant shift in artificial intelligence by offering a more efficient alternative to traditional transformer architectures. These models utilize mathematical equations to track how information evolves over time, allowing AI to maintain a compact internal memory instead of storing every past data point. By focusing only on relevant information , SSMs like t...
Structuring Unstructured Data for AI Agents with Docling 03.02.2026 13:59
The provided text introduces Docling , an open-source framework designed to transform complex, unstructured documents into clean formats like Markdown and JSON . By converting various file types such as PDFs, spreadsheets, and images into structured data , it allows AI agents and Retrieval Augmented Generation (RAG) systems to better comprehend enterprise information. The tool goes beyond standard...
Structuring Unstructured Data for AI Agents with Docling 03.02.2026 6:36
The provided text introduces Docling , an open-source framework designed to transform complex, unstructured documents into clean formats like Markdown and JSON . By converting various file types such as PDFs, spreadsheets, and images into structured data , it allows AI agents and Retrieval Augmented Generation (RAG) systems to better comprehend enterprise information. The tool goes beyond standard...
Security Intelligence 2026: AI Resilience and the Passkey Resolution 02.02.2026 12:46
This transcript from an IBM Technology podcast features experts discussing critical cybersecurity trends and resolutions for 2026 . The panel emphasizes that artificial intelligence must be treated as a permanent fixture that augments rather than replaces human talent to ensure operational resilience . Key topics include Microsoft's expanded bug bounty program , which now covers third-party so...
Security Intelligence 2026: AI Resilience and the Passkey Resolution 02.02.2026 6:52
This transcript from an IBM Technology podcast features experts discussing critical cybersecurity trends and resolutions for 2026 . The panel emphasizes that artificial intelligence must be treated as a permanent fixture that augments rather than replaces human talent to ensure operational resilience . Key topics include Microsoft's expanded bug bounty program , which now covers third-party so...
Building Agentic Workflows with Langflow Visual Studio 01.02.2026 11:22
Langflow serves as a versatile visual framework designed to help developers architect sophisticated AI workflows through a low-code, drag-and-drop interface. This open-source platform utilizes a node-based system that allows users to seamlessly connect various generative AI models , vector databases, and custom Python components. By remaining provider-agnostic , the tool supports a wide array of l...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.