
Insights from recent episode analysis
Audience Interest
- data science
- artificial intelligence
Podcast Focus
- educational discussions
- expert interviews
Publishing Consistency
- 36 episodes
- active for 4 years
Platform Reach
- platforms not detected
- unknown distribution
Insights are generated by CastFox AI using publicly available data, episode content, and proprietary models.
Total monthly reach
Estimated from 2 chart positions in 2 markets.
By chart position
- 🇺🇸US · Technology#48100K to 300K
- 🇳🇴NO · Technology#189500 to 3K
- Per-Episode Audience
Est. listeners per new episode within ~30 days
50K to 152K🎙 ~2x weekly·36 episodes·Last published 2w ago - Monthly Reach
Unique listeners across all episodes (30 days)
101K to 303K🇺🇸99%🇳🇴1% - Active Followers
Loyal subscribers who consistently listen
40K to 121K
Market Insights
Platform Distribution
Reach across major podcast platforms, updated hourly
Total Followers
—
Total Plays
—
Total Reviews
—
* Data sourced directly from platform APIs and aggregated hourly across all major podcast directories.
On the show
Recent episodes
EP 41: The Reward Signal: The Missing Ingredient in Every AI System You’ve Built
May 26, 2026
44m 44s
EP 40: Governance First: The Architecture Framework That Makes AI Auditable, Defensible, and 99% Cheaper
May 21, 2026
27m 30s
EP 39: Why the Future of AI Belongs to Divergent Thinkers
May 14, 2026
35m 23s
EP 38: The Local AI Stack Nobody Talks About (But Should)
Apr 22, 2026
41m 13s
EP 37: Neurons: Future of AI Processing
Apr 19, 2026
29m 37s
Social Links & Contact
Official channels & resources
Official Website
Login
RSS Feed
Login
| Date | Episode | Description | Length | ||||||
|---|---|---|---|---|---|---|---|---|---|
| 5/26/26 | ![]() EP 41: The Reward Signal: The Missing Ingredient in Every AI System You’ve Built | 74% of organizations hope to grow revenue through AI. Only 20% are actually doing it. That gap isn't a technology gap — it's a design gap. And today's guest has a name for what's missing: the reward signal. Alexander Liss is a Data and AI Scientist based in Denver, Colorado, with a 30-year career across analytics, strategy, data science, machine learning, and AI. He's built systems that solve established problems in novel ways, and the long-term problem on his radar is ensuring AI tools provide responsible augmentation of human ability. His research includes Attention Fine Tuning (AFT) - a method for training language models without human annotation labels - and the Experience Orchestrator, a control theory-based governance framework for multi-agent AI. IN THIS EPISODE: ▪ Why 95% of AI pilots fail - MIT research shows businesses bolt AI onto existing processes without tying it to real outcomes ▪ The biology analogy: hunger isn't a goal, it's a continuous feedback signal - and the same principle should govern how AI systems behave ▪ ServiceNow dynamics blindness: LLMs are stateless - they can't consider cumulative impact, and you can't prompt-engineer your way out of that architecture problem ▪ Contextual bandits in marketing: how a reward signal anchored to real conversions creates a self-learning personalisation system that adapts in real time ▪ Knowledge graphs and agent memory: why RAG retrieves answers while a reward-signal system asks what the user needs to do differently ▪ Attention Fine Tuning (AFT): a three-component reward signal (coverage, focus, repeat penalty) that trained a T5-large model to outperform a supervised fine-tuning baseline by 9% — with better multi-turn recall, and no human labels ▪ The Experience Orchestrator: aerospace control theory applied to LLM agents — +32 point task completion lift over a naive system-prompt baseline by calibrating persuasion to user resistance ▪ The Scott Shambaugh incident: an OpenClaw agent rejected from Matplotlib wrote a blog criticising the human reviewer - why this happened and how reward-signal-based governance prevents it ▪ Alex's final advice: define your goal first, then determine scope - and consider a post-training approach like AFT when you need responses that consistently hit the mark. Useful References: LinkedIn: https://www.linkedin.com/in/aliss77777/ AFT paper and Experience Orchestrator links: https://aliss77777.github.io/aft.html Deloitte 2026 State of AI Report Scott Shambaugh & OpenClaw AI Agent incident: https://www.fastcompany.com/91492228/matplotlib-scott-shambaugh-opencla-ai-agent DATASCIENCEWITHSAM: Weekly deep-dives into AI, machine learning, data science, and the frameworks shaping how AI actually gets built. Subscribe on Apple Podcasts, Spotify, Amazon Music, iHeartRadio, and YouTube. If this episode resonated — define the signal, measure what matters, and share it with someone building AI without a reward signal. | 44m 44s | ||||||
| 5/21/26 | ![]() EP 40: Governance First: The Architecture Framework That Makes AI Auditable, Defensible, and 99% Cheaper | Most AI governance is a policy document that nobody enforces. And in high-stakes environments - legal, healthcare, finance - that gap between policy and architecture is where disasters happen. In this episode, Dan Driver, founder of Driver AI Agency, walks through exactly how he built CaseReady Intake AI: a legal AI system with governance baked into every architectural decision, zero hallucination risk by design, prompt injection blocked at the pipeline, and a single architectural choice that cut per-call compute costs by over 99%. Dan is not a lawyer. Not a developer by trade. He's a 25-year problem-solver with a Six Sigma and ISO background from DuPont, who navigated the EEOC employment discrimination process twice without an attorney - and then built the tool he needed. This is a technical governance conversation grounded in lived experience. ▸ WHAT YOU'LL LEARN ▪ What 'governance in motion' actually means: Dan's 10-page charter that every architectural decision is audited against — and how a pre-launch UPL (unlicensed practice of law) audit delayed his release by two weeks, and why that was the right call ▪ Why governance can't just be a PDF: how banning AI without a governance framework only creates shadow IT and makes the risks invisible rather than eliminating them ▪ How deterministic controls eliminate hallucination risk: Python-based Boolean filters and regex on the front and back end of the LLM pipeline mean the AI is never left alone with a surface that can create legal exposure ▪ When NOT to use an LLM: date calculations, scope checks, and out-of-range warnings are all handled by deterministic Python — the LLM only handles what it's actually suited for ▪ Prompt injection defence in practice: the final stage of CaseReady's pipeline is an AI check that validates whether the output makes sense against the charter — if someone tries to prompt it for legal advice, it fails by design ▪ The 99% compute cost reduction: a Python pre-flight date check at the front door determines whether the case is in scope before a single LLM token is burned — if it's out of scope, the user is warned and asked to decide, without triggering the full pipeline ▪ Why legal was the right proving ground: it's not about legal being Dan's background — it's that the ABA doesn't care how good your AI is, only whether you're practising law without a licence. That hard constraint forced every governance problem to surface immediately ▪ Colorado SB 205: the AI governance framework Dan built toward — what it requires for high-risk AI in legal environments, and why even after recent softening, the requirements for high-stakes verticals haven't changed ▪ What the minimum viable governance stack actually looks like: auditable decision trails (who made the decision, why, when), human-in-the-loop pull requests, charter-referenced testing on every deployment, and deterministic controls as hard walls rather than guardrails ▪ The Anthropic Courtroom 5 and Claude for Legal launch: Dan's view — it's extreme validation, not competition. His product is highly specific where theirs is broad. And Anthropic's head of legal pointing to legal as one of the most active Claude verticals confirms he built in the right place at the right time ▪ Dan's advice for AI builders: guardrails aren't enough when stakes are high. You need hard walls. And the governance architecture that produces predictable, defensible, auditable outputs every single time is the only version that holds under regulatory scrutiny. ▸ STANDOUT QUOTES "Governance has to be more than a document. It has to be governance in motion." "The LLM is never left alone with a surface that can create legal exposure." "Guardrails aren't enough when you're dealing with legal. They have to be hard walls that it cannot cross." "It's not just what it produces — it's what it doesn't produce, what it doesn't do. That's its strength." "I'm not an attorney. So for me, the critical nature is UPL — | 27m 30s | ||||||
| 5/14/26 | ![]() EP 39: Why the Future of AI Belongs to Divergent Thinkers | What if ADHD - penalised in classrooms and boardrooms for decades - is actually the competitive advantage in an AI-driven world? Palantir CEO Alex Karp said the future belongs to neurodivergent thinkers. The podcast guest Mark Stiltner has been living proof of that for years. Mark is Senior Director of Content and Web Marketing at Rapyd, the fintech unicorn powering payments across 100+ countries. Background in journalism and advertising from CU Boulder. Trained CMOs and senior marketing teams on AI adoption. Openly ADHD — and has published 50+ AI-assisted books through DungeonMatters.com, three of which are current bestsellers on DriveThruRPG. In this episode he explains exactly why ADHD and AI are a natural pairing. WHAT YOU'LL LEARN ▪ Why working twice as hard to achieve the same results is the lived ADHD experience — and how AI collapsed that execution gap ▪ How Mark discovered AI through a Dungeons & Dragons game during COVID — a group of database admins and developers built a text-to-speech ChatGPT character for their campaign ▪ Why AI is 'a dopamine-dispensing sidekick': the neurochemistry of ADHD and why AI's instant feedback loop creates a reinforcement cycle ADHD brains are wired for ▪ How AI works as a second brain that maintains the thread — letting nonlinear thinkers jump steps ahead without losing the plot ▪ Why people who've spent their careers working twice as hard embrace AI immediately while others meet it with fear ▪ Palantir's ADHD recruiting program and the industrial revolution moth analogy — the world just changed colours, and the black moths are finally thriving ▪ UK government study: neurodiverse workers are 25% more satisfied with AI — because AI makes them more effective, and effectiveness is what creates satisfaction ▪ The three ADHD traits AI amplifies: high-risk tolerance, pattern recognition, and hyperfocus — the ADHD superpower that AI finally unlocks at scale ▪ 50+ AI-assisted books published including 3 bestsellers — fully illustrated RPG adventures that would have taken a team of ten more than a year to produce ▪ Why AI has 'the worst case of ADHD' — and why people used to winging it thrive in AI's constant pace of change ▪ What companies should actually do: not optimise for ADHD profiles — optimise for results and let whatever cognitive style thrives surface naturally ▪ Mark's advice for ADHD listeners: take a passion project, start building, don't follow a manual — you're writing the rules STANDOUT QUOTES "AI is sort of like a dopamine-dispensing sidekick that actually makes you more productive." "I can still work twice as hard — but now I'm doing ten times as much." "AI has the worst case of ADHD. Every time I learn a new skill, something changes." "The world just changed colours. The black moths are finally thriving." "Don't be afraid to break the rules. You're writing the rules." LINKS → Mark Stiltner on LinkedIn → DungeonMatters.com → DriveThruRPG (Mark's bestselling books) → CNBC: Neurodiverse workers and AI (UK study) → Rapyd → Subscribe — DataScienceWithSam YouTube #ADHD #ADHDAndAI #Neurodiversity #NeurodiverseInTech #DivergentThinkers #AIProductivity #FutureOfWork #ADHDSuperpowers #Hyperfocus #DataScienceWithSam #DataScience #MachineLearning #ArtificialIntelligence #MarkStiltner #Rapyd #DungeonMatters #AIPublishing #Palantir #NeurodiverseAI #ADHDEntrepreneur #AIStrategy #AILeadership #DivergentThinking #AITransformation | 35m 23s | ||||||
| 4/22/26 | ![]() EP 38: The Local AI Stack Nobody Talks About (But Should) | You want to run AI locally. You have questions: What hardware do I actually need? Which framework should I use? How much will this cost? What's the realistic performance? In this episode, Sam brings back Trent Rossiter, founder of Logical Data Solutions, for a practical walkthrough of building a production-grade local AI lab. Trent has built real systems for enterprise clients, tested frameworks on multiple hardware stacks, and made the hardware choices that matter. This is not theory. This is what actually works. WHAT WE COVER: ▪ Hardware & Framework Choices: VRAM is the critical metric (not all VRAM is equal — memory throughput matters as much as capacity). ▪ Model Architecture & Capability: Mixture of Experts (MoE) lets you fit more power into less VRAM by using fewer active parameters. ▪ Real Enterprise Applications: Computer vision for quality assurance on assembly lines. Proprietary data handling without cloud exposure. ▪ Your Starter Stack (All Free): Langflow (agentic workflow builder), Goose (MCP-enabled chat), AnythingLLM (with vector stores for RAG), MCP servers (Model Context Protocol — standardised tool integration). ▪ Agentic AI & Security: OpenClaw is powerful but controversial — manages email, Telegram, calendars, creates sub-agents. Trent runs it in Docker on an isolated machine for safety. NVIDIA's NemoClaw is the enterprise version (security-first, nothing-allowed-by-default, explicit permissions). HARDWARE TRENT MENTIONS: NVIDIA DGX Spark — 128GB unified memory, CUDA stack Apple MacBook Pro/Mac mini — up to 512GB unified memory, market leader for personal AI AMD integrated AI PCs — emerging competitor NVIDIA RTX gaming cards (30/40/50/60 series) — high VRAM, high power consumption, complex FIND TRENT ROSSITER: LinkedIn: https://www.linkedin.com/in/benjamin-trent-rossiter-mba-0157945/ Logic Data Solutions: https://logicdatasolutions.com/ Contact: BenjaminRossiter@LogicDataSolutions.com | 41m 13s | ||||||
| 4/19/26 | ![]() EP 37: Neurons: Future of AI Processing | What if the next generation of computers wasn't made of silicon — but of living human neurons? Not simulated neurons, not artificial neural networks inspired by biology, but actual brain cells grown in a lab, connected to electrodes, and used to process information. That's not science fiction anymore. It's happening right now at FinalSpark, a Swiss startup building the world's first remotely accessible biocomputing platform. In this episode, Sam talks with Dr. Ewelina Kurtys, a neuroscientist with a PhD in brain imaging and a postdoctoral researcher at King's College London, about how living neurons could revolutionise computing — and why they use one million times less energy than silicon-based AI hardware. ▸ WHAT YOU'LL LEARN ▪ How FinalSpark was founded in 2014 by Fred Jordan and Martin Kutter — and why they pivoted from digital AI to biological computing when they realised the energy and cost problem was unsolvable with silicon ▪ Why 20 watts powers the human brain while silicon-based AI requires megawatts — and what that means for AI's sustainability crisis ▪ The difference between neurons as processors (not power sources) — a crucial distinction most people get wrong ▪ Why biological neural networks learn continuously while digital systems require full model updates — and what that means for energy efficiency ▪ The honest challenge: nobody yet knows exactly how neurons encode information — the biggest scientific hurdle in biocomputing right now ▪ How the I/O interface works: electrodes measuring neural spikes, analog-to-digital converters, researchers writing Python code to control neurons remotely ▪ The remote access breakthrough: researchers in Tokyo or Bristol can log in and control living neurons in Switzerland in real time via browser ▪ Why neurons won't outperform GPUs on speed: biocomputing specialises in efficiency and adaptability, not clock cycles ▪ FinalSpark's current stage: they've stored 1 bit of information and are collaborating with 9 universities on fundamental research ▪ The cost argument: even at 10× lower price than NVIDIA, biocomputers would still generate billions in profit due to energy and infrastructure savings ▪ Bioethics, consent, and regulation: how FinalSpark is working with philosophers now to establish ethical frameworks before biocomputing scales ▪ Why human-machine integration is not new: prosthetics, pacemakers, and smartphones are already blending biology and technology ▪ The hybrid computing future: silicon, quantum, and biocomputing will coexist, each doing what they do best ▪ The real game-changer: cheap, accessible AI for everyone — Ewelina's vision for what biocomputing means for society in 10–20 years. ▸ LINKS MENTIONED IN THIS EPISODE → Dr. Ewelina Kurtys on LinkedIn → Ewelina's Personal Blog & Articles → FinalSpark (official website) → FinalSpark Neuroplatform (with live neuron view) → FinalSpark Team → Psync (Ewelina's mental wellness startup) → FinalSpark Contact Form | 29m 37s | ||||||
| 3/28/26 | ![]() EP 36: NVIDIA GTC 2026: Everything That Matters - Recapped | Jensen Huang took the stage at SAP Center in San Jose on March 16th and announced that NVIDIA now expects one trillion dollars in chip orders through 2027 — double the forecast from just one year ago. Sam breaks down the five biggest stories from GTC 2026 in under 10 minutes. In this episode: the Vera Rubin platform (7 new chips, 5 rack types, built for inference and agentic AI), the Groq 3 LPU (NVIDIA's $20B inference play), NemoClaw (the enterprise-ready agentic AI stack built on viral open-source project OpenClaw), the autonomous vehicle announcement with Uber and seven major automakers, and the Nemotron Coalition for open frontier models. Whether you're building in ML, working in data, or just trying to stay ahead of where AI infrastructure is heading - this is your less than 15-minute briefing. Links: NVIDIA GTC 2026 Press Kit: nvidianews.nvidia.com/online-press-kit/gtc-2026-news Jensen Huang Keynote On Demand: nvidia.com/gtc/keynote Vera Rubin Press Release: nvidianews.nvidia.com/news/nvidia-vera-rubin-platform GTC 2026 Sessions On Demand: nvidia.com/gtc/ | 13m 00s | ||||||
| 3/23/26 | ![]() EP 35: Who Actually Controls AI? The Governance Gap Explained | There's no international treaty governing AI, no agreed definition of "safe AI," and nobody with actual authority over frontier model deployment. A handful of CEOs make decisions with civilizational implications while governance structures lag years behind. This episode examines who's responsible for AI governance. The current state? Fragmented and lagging. The US has no comprehensive federal AI legislation—Biden's executive order was rolled back under Trump. The EU AI Act is most comprehensive but heavy provisions don't kick in for years. China's regulation focuses on censorship over safety. The UK AI Safety Institute does serious work but has no enforcement authority. What's working? AI safety institutes are building evaluation capacity. Open-source releases like DeepSeek enable external research. Academic safety community advances interpretability work. Market pressure matters—Anthropic gained users by taking public safety stands. Three urgent needs: mandatory disclosure requirements for high-capability systems, international coordination with shared evaluation standards (AI safety summits need teeth), and public deliberation beyond experts and officials. This concludes the AI Governance and Regulation series. People who understand AI deeply - technically, commercially, ethically, politically - will shape governance's future. Stay curious, stay critical, never outsource thinking to any single company or voice. | 6m 42s | ||||||
| 3/23/26 | ![]() EP 34: DeepSeek R1 vs GPT-4: The $6M Model That Changed AI Economics | In January 2025, Chinese AI lab DeepSeek released DeepSeek R1—a model matching GPT-4 class performance at a fraction of the training cost. It wiped $600 billion off NVIDIA's market cap in a single day. Twelve months later, the ripple effects are still reshaping the AI industry. This episode cuts through the "China beats America" headlines to explain the actual technical and economic implications. DeepSeek R1 benchmarked comparably to OpenAI's O1 on reasoning tasks. The shock wasn't performance—it was cost. DeepSeek claimed under $6 million in training costs versus hundreds of millions for comparable Western models. What changed: The assumption that massive compute spending creates an insurmountable moat for frontier AI models was proven wrong. Smaller labs with less funding can now compete effectively. This turbocharged efficiency research across all AI labs globally. The DeepSeek moment was a genuine inflection point—not because China won an AI race, but because it proved the rules of competition differ from industry assumptions. Efficiency matters as much as scale. Open weights change deployment strategies. The global AI ecosystem is multipolar in ways it wasn't two years ago. Essential listening for data scientists tracking model economics, ML engineers exploring efficiency techniques, and tech leaders navigating AI geopolitics and competitive strategy. | 7m 43s | ||||||
| 3/18/26 | ![]() EP 33: Agents Everywhere: What Agentic AI Actually Means for Your Job | Everyone's talking about agentic AI, but there's a gap between the hype ("AI will do your job for you") and the reality, which is more nuanced and frankly more interesting. The word "agentic" has officially crossed from technical jargon into buzzword territory—simultaneously everywhere and nowhere. Everyone's using it, few can define it precisely. This episode cuts through the noise to explain what agentic AI systems actually are, what they can and cannot do today, and the realistic implications for people working in data, tech, and knowledge work. What is an agent? Traditional AI interaction: you send a prompt, the model produces a response, done. An AI agent is different: it takes a goal, breaks it into steps, takes actions in the world (browsing the web, writing and running code, calling APIs, managing files), observes results, and iterates until the goal is achieved or it gets stuck. The key agentic feature: it operates across multiple steps autonomously without you manually directing each one. Examples include OpenAI's Claude (consumer-facing), but in enterprise settings, agents are being deployed for automated customer support escalation, multi-step data pipeline management, code review and testing workflows, and research synthesis across large document sets. What can agents do today in early 2026? Agents are reliable for well-defined, bounded tasks with clear success criteria—taking support tickets, classifying them, drafting responses, flagging uncertain ones for human review. But for autonomously managing complex, open-ended strategic projects? Still unreliable. Failure modes include hallucinations, tool use errors, context window limitations in long tasks, and difficulty recovering gracefully when something unexpected happens mid-task. These are real limitations the best researchers are actively working on. The realistic workforce impact right now is task displacement rather than job displacement. Specific tasks within jobs are being automated: first drafts of documents, initial data analysis, standard code patterns, customer FAQ responses. Higher-order judgment, stakeholder navigation, creative problem framing, and ethical calls remain under human control. For data scientists specifically, repetitive engineering work is most likely to be automated: data cleaning pipelines, standard visualizations, model deployment scripts. But statistical thinking, algorithmic design, understanding model outputs, and evaluating trustworthiness remain human responsibilities. The work becoming more valuable: knowing what questions to ask, evaluating whether AI output is trustworthy, and designing systems that fail safely. The advice: become a power user of agentic tools before your role requires it. Not because you'll be replaced by an agent, but because practitioners who understand these tools deeply will be disproportionately effective. Learn how to prompt agents for complex multi-step tasks, evaluate outputs critically, and understand failure modes so you can deploy humans strategically. Agentic AI is real, useful today for specific tasks, and improving rapidly. The hype is ahead of the reality, but not by as much as you might think. | 7m 37s | ||||||
| 3/16/26 | ![]() EP 32: AI Discovers Drugs: The 2026 Clinical Trial Moment for AI in Biotech | For years, AI in drug discovery has been a promise—billions invested, hundreds of papers published, dozens of startups founded, but actual drugs coming out the other end? Not yet. This is changing in 2026. Several AI-discovered drug candidates are now entering mid-to-late stage clinical trials. This is the year the receipts arrive for AI in drug discovery. The biotech industry is calling 2026 a landmark year. For a sector that's been hyped as much as it's been scrutinized, the fact that we're finally getting real clinical data on AI-designed drug candidates is a big deal. Multiple candidates discovered and optimized using AI systems are now in Phase 2 and Phase 3 clinical trials, primarily focused on oncology and rare diseases—areas where existing options are limited and financial incentives for innovation are high. Companies furthest along include Insilico Medicine, Recursion Pharmaceuticals, and Exscientia. Their drug candidates were identified by AI systems analyzing massive biological datasets and predicting molecular structures likely to interact with disease targets in useful ways. What used to take teams of medicinal chemists years to accomplish, these systems can explore in weeks—a massive boost for clinical trial phases by reducing R&D time. Why this matters: Traditional drug discovery takes 10-15 years and over $1 billion per approved drug. Most candidates fail—the attrition rate in clinical trials is brutal. AI's promise is dramatically improving the hit rate by better predicting which candidates will actually work before spending money on trials. Even a modest improvement in clinical trial success rates would have enormous downstream impact on human health. But 2026 is a stress test. Clinical trials expose whether AI-predicted drug behavior holds up in actual human biology, which is extraordinarily complex. AI models are trained on known data; when candidates reach trials, you're testing the model's ability to generalize to real biological complexity that wasn't in training. Early signals have been mixed—some candidates performing well, others hitting unexpected toxicity issues. The honest answer: we don't know yet how much AI improves success rates at the clinical stage. For data scientists interested in this space, the most interesting current work is in molecular property prediction, protein structure modeling building on AlphaFold, and multi-objective optimization across efficacy, safety, and synthesizability simultaneously. Recursion's operating system approach treats drug discovery as a data problem end-to-end—one of the most ambitious attempts to apply ML infrastructure thinking to biology at scale. AI in drug discovery is no longer just a story about potential—it's now a story about evidence. The next two years of clinical data will either validate or seriously challenge what's been claimed. | 7m 55s | ||||||
Want analysis for the episodes below?Free for Pro Submit a request, we'll have your selected episodes analyzed within an hour. Free, at no cost to you, for Pro users. | |||||||||
| 3/14/26 | ![]() EP 31: Google's $30M Bet: The AI Impact Summit India and the Global South | Every major AI summit has been held in San Francisco, London, or Washington — until now. In this episode, Sam breaks down what happened when Google CEO Sundar Pichai flew to New Delhi to open India's AI Impact Summit, and why it sent a clear geopolitical signal about the future of AI's global expansion. Sam unpacks Google's major commitments announced at the summit — including a $30 million AI for Science Impact Challenge, a new DeepMind partnership with Indian government bodies and universities, a Climate Technology Center, and new fiber optic infrastructure connecting the US, India, and the Southern Hemisphere. But this episode goes beyond the announcements. Sam explores why India specifically is positioned to become a pivotal player in the global AI race, the equity argument for why AI benefits must extend beyond Silicon Valley and a handful of developed nations, and the urgent governance gap — why the world may need an AI equivalent of the nuclear nonproliferation treaty. If you've only been following US and European tech news, this episode will expand your lens. | 7m 16s | ||||||
| 3/9/26 | ![]() EP 30: OpenClaw: The Open-Source AI Agent That Got Its Creator Hired by OpenAI | Exploring the rise of OpenClaw, a viral open-source AI project, its capabilities, security risks, and industry impact. Learn how community-driven AI is transforming automation and the importance of security in AI development. Key Topics Covered OpenClaw's development and viral growthSecurity risks and mitigation in AI botsIndustry impact and future of AI agents Sound Bites "AI bots going rogue pose significant industry risks.""A bot created a dating profile without permission.""OpenAI is interested in the potential of AI agents." Resources OpenClaw GitHub Repository - https://github.com/openclaw Moltbot Platform - https://moltbotai.chat/ | 9m 32s | ||||||
| 3/8/26 | ![]() EP 29: The Pentagon Showdown: OpenAI vs Anthropic and the Soul of AI | An in-depth analysis of the recent AI controversy involving Anthropic, OpenAI, and the US government, exploring the implications for AI ethics, warfare, and industry dynamics. Key Topics Covered: Anthropic's contract with the US Department of DefenseRed lines for AI in military useOpenAI's secret Pentagon negotiationsPublic and industry reactions to AI warfare policiesImplications for AI ethics and regulation Resources Anthropic's Claude AI - https://www.anthropic.com/claudeOpenAI - https://www.openai.com/US Department of Defense - https://www.defense.gov/AI Ethics and Safety Frameworks - https://www.example.com/ai-ethics-safety | 5m 50s | ||||||
| 1/7/26 | ![]() EP 28: The AI Revolution: Redefining Healthcare Financing | In this episode, Sam Dey interviews Sharmeen, founder of Lyyvora, a platform revolutionizing AI-driven healthcare financing for independent clinics, particularly women-owned practices. They discuss the challenges these clinics face in accessing capital, the innovative human-centered approach Lyyvora employs to streamline the lending process, and the importance of leveraging real data over traditional credit scores. Shermin emphasizes the interconnected challenges in funding, the need for education about diverse lending options, and the commitment to data security. The conversation concludes with a forward-looking perspective on the role of AI in simplifying healthcare financing.Guest: Sharmeen Aqeel, Founder of LyyvoraSharmeen can be reached at:https://www.instagram.com/lyyvora/https://www.tiktok.com/@sharmeen_lyyvorahttps://www.linkedin.com/in/sharmeen-aqeel/https://www.youtube.com/@Lyyvora | 27m 17s | ||||||
| 11/25/25 | ![]() EP 27: AI and the Creative Arts: Innovation or Appropriation? | Can a machine create art? Should it? And if it does, who owns it?In this episode, I sit down with Andres—creative technologist, founder of Red Mage, and advocate for equitable AI—to tackle one of the most controversial conversations in tech right now: AI's role in creative industries.What we discuss:✅ How generative AI has transformed creativity in just two years✅ The copyright battleground: Should AI companies compensate artists?✅ Authenticity vs. automation: Does the creative process matter?✅ What AI fundamentally CANNOT replicate about human creativity✅ The displacement reality: Are creative professionals being replaced?✅ AI as collaborator vs. competition: Success stories and cautionary tales✅ Democratization or devaluation? The debate over accessible creative tools✅ Maintaining quality when the internet is flooded with AI content✅ Ethical concerns beyond copyright: deepfakes, cultural appropriation, environmental costs✅ The future landscape: Will "human-made" labels matter in 2029?📌 If this conversation resonates with you, please like, subscribe, and share. Let me know in the comments: Are you optimistic or concerned about AI in creative industries?🔗 Connect with Andres:LinkedIn: https://www.linkedin.com/in/andres-sepulveda-morales/Contra: https://contra.com/andersthemagi/work?r=andersthemagiSessionize: https://sessionize.com/andersthemagi/🔗 Connect with me:DataScienceWithSam on YouTubeLinkedIn: https://www.linkedin.com/in/soumava-dey-441294ab/ | 55m 27s | ||||||
| 10/26/25 | ![]() EP 26: The Future of Healthcare - AI, Data and Human Touch | Can AI revolutionize cancer treatment? Dr. Sriman Swarup, a practicing oncologist and data scientist at OncoNexus, joins us to discuss where AI is making real impact in oncology today—and where it's falling short. We explore data quality challenges, building trust with patients and physicians, and the path to true precision medicine. Dr. Swarup shares his vision for AI-driven cancer care and why AI should augment doctors, not replace them.About Our Guest: Dr. Sriman SwarupDr. Sriman Swarup is a practicing oncologist and data scientist at OncoNexus, working at the intersection of clinical medicine and artificial intelligence. He focuses on responsible AI deployment in healthcare, with expertise in data quality, bias mitigation, and human-centered design.Connect with Dr. Sriman Swarup:LinkedIn: https://www.linkedin.com/in/srimanswarupMedium: https://medium.com/@srimanswarupSubstack Newsletter: https://srimanswarup.substack.comWebsite: https://www.drswarup.infoMedPage Today: https://www.medpagetoday.com/opinion/second-opinions/117936?trw=noSubscribe & Follow:If you enjoyed this conversation, please subscribe and share with anyone interested in healthcare AI and precision medicine.#AIinHealthcare #Oncology #PrecisionMedicine #HealthTech #DataScience #CancerCare #MedicalAI | 40m 16s | ||||||
| 9/27/25 | ![]() EP 25: AI Revolution in Marketing: From Traditional to Transformational | In this episode of DataScienceWithSam, host Sam sits down with Egbavwa Pela, CEO of InsightsRx.ai, to explore how artificial intelligence is transforming the marketing landscape.We dive deep into Egbavwa's journey from traditional media and marketing into the AI space, discussing the revolutionary impact AI is having on campaign effectiveness, audience segmentation, and content creation. Our conversation covers practical insights on implementation challenges, best practices for AI adoption, and the evolving skill sets marketing professionals need to stay competitive.Key Topics Covered:The pivotal moments that drive marketing professionals toward AITop three ways AI is revolutionizing marketing campaignsWhich marketing functions benefit most from AI integrationBalancing automation with authentic human connectionCommon mistakes in early AI adoption and how to avoid themFuture-proofing marketing careers in the age of AIEmerging technologies and 2-3 year market predictionsPractical advice for both seasoned professionals and newcomersWhether you're a marketing professional exploring AI integration, a data scientist working with marketing teams, or someone considering a career pivot, this episode provides actionable insights from someone at the forefront of AI-powered marketing transformation.Connect with Egbavwa: https://www.linkedin.com/in/egbavwepela/Resources mentioned in this episode: https://insightsrx.ai/ | 29m 16s | ||||||
| 8/30/25 | ![]() EP 24: Redefining Data Science in the Generative AI Era | Join host Sam as he explores how generative AI is reshaping data science with Claire Longo, a seasoned data scientist and AI researcher. From the shift from feature engineering to prompt engineering, to the evolution of data cleaning and the importance of statistical thinking in the age of LLMs, Claire shares practical insights for navigating this rapidly changing field.Key Topics:How generative AI is transforming data scientist rolesThe shift from traditional models to LLMs and what it means for practitionersWhy prompt engineering is becoming crucial for data scientistsThe future of explainability vs. auditability in AI systemsEssential skills for aspiring data scientists in the generative AI eraClaire also discusses exciting future breakthroughs, including world models in AI development, and shares advice for building resilience and adaptability in this evolving landscape.Guest: Claire Longo - Data Scientist & AI ResearcherConnect with Claire:Personal Website: https://statisticianinstilettos.com/YouTube Channel: https://www.youtube.com/@StatisticianInStilettos#DataScience #GenerativeAI #MachineLearning #LLM #PromptEngineering #StatisticalThinking | 31m 45s | ||||||
| 8/3/25 | ![]() EP 23: AI in Marketing Strategies | In this episode, we sit down with Joya Scarlata, Director of Digital Marketing at Interra Information Technologies (InterraIT), where she has been leading transformative B2B marketing initiatives for nearly 12 years. Joya brings a unique perspective to AI in marketing, combining her background in International Relations with deep expertise in data-driven marketing strategies.What We Cover: ✨ Joya's AI awakening moment and how her perspective has evolved 📈 How AI is revolutionizing audience segmentation and content personalization 🛠️ Game-changing AI tools that are transforming daily marketing operations 📊 Measuring ROI in AI-enhanced campaigns with specific KPIs ⚖️ Navigating data ethics and content authenticity challenges 🚀 Joya's vision for the ultimate AI marketing agentAbout Our Guest:🎯 Director of Digital Marketing at InterraIT with 12 years of B2B marketing leadership🎤 TEDx Speaker and recognized among the "101 Women in AI Marketing"🎧 Co-host of "The Marketer's Guide to the AI Galaxy" podcast📊 Champion of accessible, ethical, and data-driven AI adoption in marketing🌟 Passionate mentor for the next generation of marketers🔗 Strategic storytelling expert specializing in AI-powered personalization | 35m 46s | ||||||
| 7/3/25 | ![]() EP 22: Governing AI with Purpose and Inclusion | In this thought-provoking episode, we explore the critical intersection of AI governance, ethics, and representation with leaders from the Asian Women Advancing AI (AWAAI). Our guests break down the fundamentals of AI governance, explaining why proper oversight is essential in our rapidly evolving tech landscape. We dive deep into the challenge of creating fair and unbiased AI systems, examining how diverse perspectives are crucial for identifying and preventing algorithmic bias. The conversation tackles the perceived tension between innovation and ethics, revealing why responsible AI development actually leads to better, more robust systems.We also explore the unique challenges facing Asian women in AI leadership and research, discussing the founding vision of AWAAI and why identity-affirming spaces are essential for building truly inclusive technology. From cultural expectations to workplace dynamics, we examine the systemic barriers that keep underrepresented voices out of AI decision-making roles and what needs to change.This episode offers valuable insights for tech professionals, policy makers, students, and anyone interested in ensuring that artificial intelligence serves everyone, not just those who look like the people building it. Whether you're new to AI ethics or deeply involved in tech development, you'll come away with a clearer understanding of why diverse voices aren't just nice to have—they're essential for building AI that works for our interconnected, multicultural world.Key Topics Covered:What AI governance means and why it matters nowStrategies for identifying and preventing algorithmic biasThe false dilemma between innovation speed and ethical developmentUnique challenges facing Asian women in tech leadershipBuilding inclusive AI development practicesThe importance of representation in shaping AI's futurePerfect for: Tech professionals, diversity advocates, policy makers, students, and anyone curious about the human side of artificial intelligence.Connect with the Asian Women Advancing AI (AWAAI) on LinkedIn: https://www.linkedin.com/groups/14554058/ | 55m 29s | ||||||
| 6/22/25 | ![]() EP 21: AI Transformation: Beyond the Hype | Most companies are getting AI transformation spectacularly wrong. In this eye-opening episode, we sit down with data and AI thought leader Nan Li to uncover why adoption—not technology—remains the #1 barrier to AI success.Forget the buzzwords and empty promises. This is a no-nonsense conversation about what actually works in AI transformation. Nan challenges the conventional wisdom, revealing why starting with "Can we build it?" is the wrong question and sharing the practical framework that successful organizations use instead.What You'll Learn:Why the "tech-first" approach is killing AI initiativesWhat "AI-ready data" actually looks like in messy business realityThe 4 levels of AI literacy every organization needs to understandHow to balance innovation speed with responsible AI practicesThe "WOULD WE?" framework for building winning business casesPractical build vs. buy decision-making strategiesWhether you're a C-suite executive, middle manager, or frontline worker, this episode delivers actionable insights for navigating AI transformation successfully. No hype, just proven strategies from someone who's been in the trenches.Perfect for: Business leaders, data professionals, AI practitioners, and anyone responsible for driving digital transformation in their organization. | 30m 43s | ||||||
| 3/22/25 | ![]() EP 20: Understanding AI Agents: From Basics to Future Potential | In this episode, the guest breaks down the fundamentals of AI agents in an accessible way for non-technical audiences. From understanding what makes AI agents different from traditional AI systems to exploring their potential future applications, this episode offers a comprehensive introduction to this cutting-edge technology. | 24m 38s | ||||||
| 2/17/25 | ![]() EP 19: Navigating the Future of Workplace Health and Benefits with AI | AI has evolved from being just a buzzword to becoming an integral part of our workplace wellness programs. But with great power comes great responsibility, and that's exactly what was unpacked in this episode. This episode features an esteemed guest from the healthcare sector who shared her perspectives on how AI has become influential in determining optimized health benefits in the workplace and how employers can strike a balance between AI innovation, employee data privacy, and other sensitive factors. | 31m 04s | ||||||
| 1/14/25 | ![]() EP 18: Insurance Transformed: An Actuary’s take on AI | Is the rising popularity of AI impacting the insurance business or its fundamental practices?Listen to this special episode covering an actuary's unique perspective on how AI may or may not impact core insurance businesses and actuarial practices. The discussion touches upon how the insurance industry can balance the benefits of AI-driven precision with the need for fairness and regulatory compliance, improving data wrangling and processing steps prior to actuarial model building exercises, and how AI can influence overall risk assessment practices in a positive way. | 36m 25s | ||||||
| 12/20/24 | ![]() EP 17: AI’s Impact on Creativity: A Consumer’s Perspective | This inspiring episode featuring an AI evangelist who's embracing the AI revolution in remarkable ways. From crafting custom Toastmasters songs to enhancing alumni club communications, our guest shares their journey of discovering generative AI tools in enhancing his creative content creation work. By listening to this episode, you will learn how Practical applications of ChatGPT, Suno AI, and DALL-E in community organizations is transforming creative workflows, especially in public speaking and community engagement. Perfect for retirees, creative enthusiasts, and anyone curious about practical AI applications in everyday life. | 29m 24s | ||||||
Showing 25 of 41
Sponsor Intelligence
Sign in to see which brands sponsor this podcast, their ad offers, and promo codes.
Similar Audience Demographics
Podcasts that attract a similar listener profile
Chart Positions
2 placements across 2 markets.
Chart Positions
2 placements across 2 markets.

























