
Show overview
Tech Unplugged has published 114 episodes during 2025. That works out to roughly 40 hours of audio in total. Releases follow a near-daily cadence, with the show now in its 3rd season.
Episodes typically run twenty to thirty-five minutes — most land between 17 min and 26 min — though episode length varies meaningfully from one episode to the next. None of the episodes are flagged explicit by the publisher. It is catalogued as a EN-language Technology show.
The catalogue appears to be on hiatus or wound down — the most recent episode landed 1.1 years ago, with no new episodes in over a year. Published by Sublimetechie.
From the publisher
Tech Unplugged is your go-to podcast for breaking down the latest trends, innovations, and challenges in the world of technology. Whether you're a tech enthusiast, developer, or industry professional, we bring you insightful discussions on AI, cybersecurity, cloud computing, software development, and more—without the jargon. Tune in for expert interviews, deep dives into emerging technologies, and real-world applications that shape our digital future. Stay informed, stay ahead—welcome to Tech Unplugged!
Latest Episodes
View all 114 episodesNetflix Personalized Recommendation Foundation Model
discuss Netflix's extensive use of artificial intelligence (AI) and machine learning (ML) in various aspects of its operations, including content recommendations, user interface design, and production processes. This podcast highlight how AI and ML algorithms are employed to personalize user experiences, improve system efficiency and scalability, and even inform content creation decisions. Several sources also touch upon the broader implications of AI adoption, such as the importance of transparency, addressing data bias, and navigating the ethical challenges associated with advanced technologies, providing examples beyond Netflix to illustrate these concerns.
Agent to Agent protocol
This podcast explore the growing field of AI agent communication and the critical need for standardized protocols to enable effective collaboration between different agents. They discuss how agents traditionally worked in isolation, requiring custom connections, and highlight the benefits of protocols like A2A (Agent-to-Agent) and ACLs (Agent Communication Languages) for interoperability and building complex multi-agent systems. A key theme is the significant security implications and challenges in multi-agent environments, including protecting agents from malicious hosts and other agents, and introducing a framework for secure tool and agent management through registration and access control. The sources also touch on the scalability of these systems and the impact of security features, like cryptography, on performance.
SpiceDB: Hyperscale Authorization Solution
This podcast on SpiceDB, an open-source authorization system, introduces the concept of authorization distinct from authentication. The speaker explains the difficulties and security risks of building application permissions internally, citing how broken authorization has become a top web security vulnerability. SpiceDB is presented as a solution inspired by Google's internal Zanzibar system, aiming to provide a hyperscale, centralized, and relationship-based access control (ReBAC) model. The presentation highlights how SpiceDB allows for modeling complex permissions and performing efficient checks and lookups
ScyllaDB Security and Access Management
This podcast introduce ScyllaDB, a distributed NoSQL database designed for high performance and scalability, often presented as an alternative to Apache Cassandra and Amazon DynamoDB. Key features discussed include its shard-per-core architecture, a custom cache, and its implementation in C++ to avoid garbage collection pauses, contributing to lower latency and higher throughput. The sources highlight concepts like denormalization and query-first design as crucial for optimal performance in ScyllaDB, contrasting them with practices common in relational databases. Additionally, the text touches on security features such as authentication, authorization (including Role-Based Access Control - RBAC), and various methods for data encryption (at rest and in transit), alongside monitoring capabilities and deployment options like Scylla Cloud (DBaaS) and self-hosting via Docker.
Insecure Deserialization
Insecure Deserialization happens when an application receives untrusted data and deserializes it without properly validating or securing it. Serialization is the process of converting data (like objects) into a format that can be stored or transmitted (like JSON, XML, or binary). Deserialization is the reverse — turning that data back into usable objects.If the incoming serialized data is tampered with by an attacker and the application blindly trusts it, the attacker can inject malicious objects or data. This could lead to serious attacks like:Remote Code Execution (RCE)Privilege EscalationAccess Control BypassDenial of Service (DoS)
S3 Ep 4Graph Database Concepts and Key Operations
This podcasts describes graph databases, including fundamental concepts like nodes and relationships, and essential operations such as authentication, authorization, backup, and restore in systems like Neo4j and GraphDB. One paper evaluates the performance of Neo4j and OrientDB using indexing techniques. Another source, a beginner's guide focused on Neo4j, explains data modeling, querying with Cypher, graph theory principles for predictive modeling, and different graph search algorithms. Furthermore, the materials discuss scaling graph databases through techniques like sharding and denormalization, and compare native versus non-native graph processing and storage. Finally, there's an overview of high availability in TigerGraph and a broader look at graph database technology, contrasting it with relational databases and listing various graph database products.
Access Control Models: ABAC, ReBAC, and RBAC Explained
This podcasts explore various approaches to managing access control in computer systems, prominently featuring Attribute-Based Access Control (ABAC) and Relationship-Based Access Control (ReBAC). They explain how ABAC grants access based on attributes of users, resources, and the environment, offering fine-grained control beyond traditional roles. The sources also discuss ReBAC, which determines access based on the relationships between users and resources, highlighting its use in social network systems and its ability to model contextual permissions. Furthermore, the texts introduce SpiceDB, an open-source database inspired by Google's Zanzibar system, designed for scalable and consistent storage and querying of authorization data for implementing fine-grained access control using models like ReBAC. Practical examples and considerations for implementing these models in different applications and at scale are also covered.
AWS Security, Lateral Movement, Open RAN, and AI
This podcast various aspects of cybersecurity, with a strong emphasis on cloud environments, particularly Amazon Web Services (AWS), Kubernetes, and the emerging role of Artificial Intelligence (AI) in both offensive and defensive security strategies. One source is a Reddit discussion regarding beginner experiences with AWS, highlighting the need for hands-on experience. Another is a research project outlining a strategy for adversary simulation in a Kubernetes-based Open Radio Access Network (RAN) deployment, focusing on threat modeling and attack scenarios. A practical guide discusses Kubernetes security testing best practices. An article from Palo Alto Networks explores lateral movement techniques within cloud infrastructures like AWS, Azure, and Google Cloud. A podcast excerpt introduces a fictional scenario involving AI and Kubernetes security risks. Lastly, resources from Cobalt and a GitHub repository detail the application of generative AI in offensive security, including automated exploit generation and the collection of real-world AI/ML exploits.
MCP Tool Poisoning: A Critical Agent Security Vulnerability
security vulnerabilities discovered within the Model Context Protocol (MCP), a framework enabling AI agents to interact with external tools. A primary threat highlighted is "tool poisoning," where malicious instructions are hidden in tool descriptions, deceiving AI models into performing unauthorized actions like data exfiltration. Other risks include "rug pull" attacks, where tool definitions change after approval, and "cross-server shadowing," where one server's tools manipulate another's. To mitigate these dangers, recommendations include user vigilance, disabling auto-approval, implementing security scanning, and using trusted MCP sources. The sources also explore potential security solutions such as Trusted Execution Environments (TEEs), protocol-level attestation, secure server hosting, and MCP firewalls.
AI Agent Workflow: Autonomous System
This podcast is a workshop on agents session I attended and in it speaker explained and demonstrating AI agents and agentic workflows. The speaker introduces the concepts by comparing AI agents to empowered employees and agentic workflows to structured organizational processes. The session covers the difference between fully autonomous AI agents and agentic workflows, highlighting the current enterprise preference for the latter due to reliability concerns. Practical demonstrations showcase the creation of multi-agent systems for tasks like blog generation and product usage guidance. The speaker emphasizes the nascent stage of fully autonomous AI agents and the importance of understanding the underlying code and prompt engineering. Ultimately, the session provides an overview of building and utilizing AI agents for complex, automated tasks.
AI Agents and Generative AI Engineering: A Workshop
This podcasts is from an AI Agents workshop which I attended and its associated " created Ai Session.pdf from my notebooks" provide an overview of AI agents, contrasting them with traditional software and highlighting their ability to think, plan, and act autonomously. The material covers fundamental concepts, including agent definition, risk management through boundaries, and the AI engineering value chain, which spans application, model, and infrastructure development. Practical demonstrations using the Crew AI framework showcase various agent patterns such as router, tool-calling, and autonomous agents for tasks like content conflict detection, script writing using search tools, and stock analysis leveraging financial APIs. The masterclass also emphasizes the growing importance of AI engineers and provides a roadmap for individuals to acquire the necessary skills in areas like prompt engineering, multimodal applications, agentic workflows, and full-stack AI solution deployment, concluding with information about a generative AI engineering fellowship.
AI Ecosystem: A Bird's Eye View of Generative Technologies
This podcast is a presentation providing a high-level overview of the artificial intelligence ecosystem. It explains how traditional applications are being replaced by generative AI, impacting products, processes, and job requirements. The speaker discusses the evolution of AI from rule-based systems to traditional machine learning, reinforcement learning, and finally, neural networks and deep learning. A significant portion of the presentation is dedicated to explaining how large language models (LLMs) function, covering tokenization, embedding creation, the transformer architecture with its attention mechanism, and the process of predicting subsequent words. The presenter uses analogies and examples to demystify these complex concepts for a broad audience, including engineers, product managers, and founders. The discussion highlights the shift towards generative AI models like those based on transformers and diffusion, emphasizing their capability to create new content.
Agentic AI: Language Model Usage Progression
This podcast collectively explore the burgeoning field of agentic AI, where AI systems move beyond simple instruction-following to autonomously strategize and execute complex tasks. They cover the fundamentals of AI agents, including their definition, components like perception and reasoning, and different classifications based on their capabilities. Various real-world applications across industries such as customer service, scientific discovery, and software development are highlighted, alongside discussions of ethical considerations like bias and the need for regulation. The sources also examine tools and frameworks like CrewAI, LangChain, and Replit Agent that facilitate the building and deployment of these intelligent agents, as well as the different design patterns for single and multi-agent systems, including sequential, hierarchical, and hybrid approaches. Finally, the texts touch upon the challenges of implementing agentic AI, such as data quality, security, and talent acquisition, and offer insights into the future evolution and potential impact of this technology.
Cloud Security Engineer Roadmap: A Practical Guide
This podcast offer a comprehensive overview of cloud security from various perspectives, including risk assessment, architectural frameworks, implementation guidelines for different cloud providers like AWS and Azure, and general best practices. They emphasize the shared responsibility model for security, the importance of identity and access management, and the necessity of a zero trust architecture. Furthermore, the materials cover topics like data protection through encryption, vulnerability management, compliance with regulations, and specific security considerations for technologies like containers and generative AI in the cloud. Practical aspects such as pentesting techniques and the role of a cloud security engineer are also addressed, alongside tools and services to enhance cloud security posture.
Threat Modeling with Large Language Models
This podcast collectively examine the burgeoning landscape of AI and Large Language Model (LLM) security risks and potential mitigations across various sectors, including healthcare, cybersecurity, and finance. They highlight novel threats such as prompt injection, data poisoning, model stealing, and hallucination exploitation, stemming from the increasing integration of AI agents and LLMs. The sources underscore the necessity for specialized security solutions, proactive threat modeling, robust data governance, and continuous monitoring to address these unique vulnerabilities. Furthermore, they discuss the application of AI and LLMs in enhancing security measures themselves, such as for threat intelligence, malware analysis, and automated response, while also emphasizing the importance of ethical considerations and responsible AI development
Inside the Dark Web, AI, and Cybersecurity
In this episode, we dive into the world of AI-driven cybersecurity with insights from a leading threat intelligence firm recently acquired by a global financial powerhouse. The conversation explores how vast internet data is gathered and analyzed to uncover cyber threats, geopolitical risks, and dark web activities. An early breakthrough involving the sale of electoral access data is highlighted, showcasing the platform’s real-world impact. We also discuss the evolving role of AI in deciphering complex intelligence, its influence on cybersecurity and democracy, and the unique challenges of collaborating with government entities. Plus, we unpack the strategic reasoning behind the company's acquisition and what it signals for the future of cyber defense.
MLOps Brief Guide
This podcast offer a comprehensive look into the principles and practices of MLOps and LLMOps, with a particular focus on security and performance optimization within the Databricks platform. This podcast introduces concepts like Unity Catalog for unified governance and Model Serving for efficient deployment, also covering the unique aspects of managing Large Language Models (LLMs) through prompt engineering, RAG, and fine-tuning. The Databricks blog on LLM inference performance discusses key challenges and optimization techniques, emphasizing the importance of memory bandwidth and batching strategies. Finally, the Databricks AI Security Framework (DASF) outlines a detailed guide to managing risks and implementing security controls across the entire AI lifecycle, applicable to various AI deployment models and integrating with Databricks features like MLflow and Clean Rooms.
Databricks: The Data Intelligence Platform
Databricks is a unified platform integrating data, analytics, and artificial intelligence, built around its innovative lakehouse architecture. This architecture combines the strengths of data lakes and data warehouses, enabling organizations to manage diverse data types for various workloads. Key components include Delta Lake, an open-source storage layer ensuring reliability, and Unity Catalog, a solution for centralized data governance and secure sharing. Databricks provides tools for data engineering, machine learning including generative AI, real-time analytics, and business intelligence, all within a scalable and collaborative environment. The platform operates with a control plane and a compute plane, offering both serverless and classic compute options on major cloud providers. Databricks also fosters a partner ecosystem to extend its capabilities and provides resources for learning and support.
TLS Protocol Deprecation and Migration Guidance
This podcast collectively explore various facets of TLS (Transport Layer Security) and its underlying cryptographic principles, including cipher suites, key exchange algorithms, and the evolution from SSL. Several sources discuss the importance and management of TLS certificates and the role of Certificate Authorities (CAs) within the Public Key Infrastructure (PKI) for secure online transactions and authentication. Additionally, one paper examines oblivious transfer (OT) protocols and garbled circuits as cryptographic techniques for secure two-party computation with privacy considerations. Finally, a NIST publication offers guidelines for TLS implementations and the management of TLS server certificates in enterprise environments, highlighting security risks and recommending best practices, including automation.
Modern Authentication: Core Concepts
This podcast primarily discuss Single Sign-On (SSO) and OAuth, two critical authentication and authorization technologies. SSO allows users to access multiple applications with a single login, improving user experience and security management. The texts cover various SSO protocols like SAML and OpenID Connect, alongside best practices for implementation and potential security considerations. Several sources then explore OAuth, detailing its different versions (1.0 and 2.0), grant types, benefits, and common vulnerabilities, emphasizing its role in secure delegated access for applications. Additionally, Identity as a Service (IDaaS) is introduced as a cloud-based solution for managing user identities and access.