Praveen Govindaraj
AI Sparks
Step into the world where artificial intelligence meets everyday impact. Each episode of AI Sparks brings you the latest trends, innovations, and breakthroughs shaping the AI landscape—alongside honest conversations about the challenges, risks, and threats that come with it. From game-changing discoveries to real-world applications, from ethical debates to future possibilities, AI Sparks is your guide to understanding how AI is reshaping industries, societies, and our lives.
Author
Praveen Govindaraj
Category
Podcast website
Latest episode
Dec 18, 2025
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
AI Sparks Episode#38 Multi Agent LLM Systems 18.12.2025 4:10
What if the next breakthrough in AI isn’t a bigger model… but a team of models? In this episode, we unpack a fresh idea in plain English: multi‑agent AI systems—where different AI “roles” debate, collaborate, and coordinate like a real workplace. We’ll explore why adding more AIs doesn’t always help (hello, groupthink), what it means to build “institutional memory” for AI teams, and how this could...
AI Sparks Episode#37 LLM driven framework 18.12.2025 4:34
In this episode of AI Sparks, we explore a fascinating new idea from recent research: co-evolution of algorithms and prompts using Large Language Models (LLMs). Traditionally, AI systems try to improve algorithms while keeping prompts static. But this paper flips the script. It shows that prompts are not just instructions — they’re part of the intelligence. When prompts evolve alongside swarm-base...
AI Sparks Episode#35 Code intelligence 03.12.2025 5:58
“From Code Foundation Models to Agents and Applications: A Practical Guide to Code Intelligence” In Episode 35 of AI Sparks, Praveen breaks down how we moved from human-only coding, to AI-assisted coding, to a new era of code intelligence—where AI agents can read your repo, write code, run tests, and open pull requests. In simple, non-technical language, we explore what code foundation models are,...
AI Sparks Episode#34 DeepSeek Math V2 03.12.2025 4:30
In this episode of AI Sparks, we explore DeepSeekMath-V2, a new AI model trained not just to solve hard math problems, but to actually verify and improve its own proofs. We break down how “solver”, “verifier”, and “meta-verifier” roles work together, why final answers aren’t enough, and what self-verifiable AI could mean for science, coding, and real-world decision-making – in simple, non-technica...
AI Sparks Episode#33 Google Antigravity Agent IDE 03.12.2025 5:30
What if your AI could not only autocomplete your code… but build and run the whole app for you? In this episode of AI Sparks, Praveen breaks down Google Antigravity – Google’s new agent-first development environment that lets AI agents control your editor, terminal, and browser to ship working AI applications. We unpack what Antigravity is, how it’s different from tools like Copilot, and why it fe...
AI Sparks Episode#32 Graphic Based Agent Planning and Tool use 03.12.2025 5:09
What if your AI agent stopped thinking in a straight line and started planning like a graph? In this episode of AI Sparks, Praveen breaks down Graph-based Agent Planning (GAP) – a new way for AI agents to plan tasks as graphs instead of boring to-do lists. We explore how GAP lets agents run multiple tool calls in parallel, cut down latency and token costs, and behave less like a slow intern and mo...
AI Sparks Episode#31 AI Agents & Interpretability with MCP by OpenAI 27.11.2025 5:14
In this episode of AI Sparks, we crack open the world of AI agents, tools, and the Model Context Protocol (MCP). 🚀 I break down what “agent tools” really are in simple terms, why MCP is like a universal power socket for your AI, and how that flexibility can quietly introduce big risks—like dynamic capability injection, tool shadowing, and the classic “confused deputy” problem. If you’re a builder...
AI Sparks Episode#30 AI Native Engineering Team 26.11.2025 6:03
In Episode 30 of AI Sparks, i dives into a powerful question every tech leader is quietly asking: “What if your engineering team could ship twice as fast… without adding a single new hire?” This episode tells the story of Maya, an engineering manager who transformed her team by treating AI not as a fancy autocomplete — but as a junior engineering squad. From planning and design to coding, testing,...
AI Sparks Episode#29 Agent0 Self evolving agents 25.11.2025 4:05
In this episode of AI Sparks, we explore Agent0, a new research framework where two AIs — a teacher and a student — co-evolve without any human training data. One AI invents harder and harder tasks, while the other learns to solve them using tools like calculators and code runners. We break down how this “AI school” works in simple terms, why it matters that models can now self-train from scratch,...
AI Sparks Episode#27 Agent Failure Modes 18.11.2025 4:34
Different failure mode of Agents
AI Sparks Episode#26 OpenAI Codex - Vibecoding 13.11.2025 3:30
In this episode, I dives into OpenAI Codex and the rise of vibe coding — a new way to build software by describing what you want in plain English. We explore what Codex actually does, how it fits into modern development workflows, where it shines for rapid prototyping, and where its limitations and risks still demand human judgment. If you’re curious whether AI coding agents are a threat, a toy, o...
AI Sparks Episode#25 Building trusted AI in Enterprise by Anthropic 13.11.2025 5:00
A fast, practical walkthrough of Anthropic’s enterprise AI playbook: how to pick the right first use case, set graduation criteria, choose the right Claude model, engineer strong prompts, evaluate performance, and deploy with LLMOps. We also reference the guide’s metric matrix and maturity path—from basic chat to agentic workflows—plus real‑world outcomes achieved across industries. Source: Buildi...
AI Sparks Episode#24 Vibe Learning - AI in Education 10.11.2025 4:42
Can something that writes like a pro still miss the point? In this AI Sparks episode, we unpack “Vibe Learning”—a human‑centered blueprint for education in the age of AI. We explore why LLMs can sound confident yet drift into circular talk, what UNESCO recommends for keeping learning social and ethical, and how a constructivist Thought–Action framework flips classrooms from surveillance and closed...
AI Sparks Episode#23 Context Engineering 2.0 10.11.2025 5:12
we race from the origins of context‑aware computing to today’s agent era. Using figures and tables from the paper, we unpack why context engineering is really entropy reduction, how Minimal Sufficiency and Semantic Continuity keep signals useful, and why multimodal fusion, layered memory, sub‑agents, and self‑baking are the new toolkit. We end on a cliffhanger: when AI doesn’t just read context, b...
AI Sparks Episode#22 The Era of Agentic Organization 06.11.2025 3:35
Today we explore agentic organization — a way for AI to behave like a project manager that splits a problem into small jobs, runs them in parallel, and weaves together the best answer. You’ll hear how this “organizer + workers” pattern, called AsyncThink, can cut thinking time and boost reliability on puzzles, math, and more. No jargon, just stories and mental models you can reuse. #AISparks #Agen...
AI Sparks Episode#21 Evaluating LLM Code Agent 06.11.2025 4:07
Code-writing AIs are getting good—but how do we grade them fairly? In this episode, we unpack PRDBench, a new “projects-not-problems” benchmark that evaluates code agents the way teams actually ship software: unit tests, terminal interactions, and file comparisons, all orchestrated by an EvalAgent. We explore surprising build-vs-debug gaps, how often AI judges agree with humans, and why this matte...
AI Sparks Episode#20 05.11.2025 3:43
In this episode, we unpack the Smol Training Playbook—a down-to-earth way to build powerful AI without wasting time or money. You’ll learn when you actually need to train your own model, how to start small and improve fast, why clean examples matter more than fancy tricks, and how to “coach” your AI to give clearer answers. Perfect for product managers, leaders, and curious builders who want resul...
AI Sparks Episode#19 Survey of data Agents 03.11.2025 4:26
A crisp tour of the new taxonomy for Data Agents — L0 to L5 — and why the L2→L3 leap (from executing steps to orchestrating pipelines) is the milestone to track. We cover the scope across Data Management, Preparation, and Analysis, the governance risks from vague marketing, and what “Proto-L3” systems look like in the wild. Source: A Survey of Data Agents: Emerging Paradigm or Overstated Hype? #AI...
AI Spark Episode#17 OpenAI Context Engineering OpenAI Agent SDK 29.10.2025 3:46
This article is inspired by the OpenAI Cookbook entry “Context Engineering — Short-Term Memory Management with Sessions from OpenAI Agents SDK” by Emre Okcular. #ContextEngineering #AIAgents #OpenAI #LLM #AIEngineering #MemoryOptimization #OpenAICookbook #AISparks #GenerativeAI #AIProductDesign
AI Sparks Episode#16 Modes of evaluating GenAI Systems 29.10.2025 3:03
Discover how AI evaluation is evolving — from LLM-as-a-Judge to Agent-as-a-Judge. In this episode, i breaks down how autonomous agents are reshaping how we test and measure AI systems — making evaluations faster, smarter, and more realistic. #AISparks #AIEvaluation #AIJudge #AgenticAI #LLMasAJudge #AgentAsAJudge #AIAgents #AIEthics #GenerativeAI #AIEngineering
AI Sparks Episode#15 Fundamentals of building autonomous LLM Agents 29.10.2025 3:01
In this episode, I dives into the paper “Fundamentals of Building Autonomous LLM Agents” (Oct 2025). Discover how AI is evolving from chatbots to fully autonomous agents — systems that can perceive, reason, remember, and act independently. We unpack core architectural building blocks like perception systems, reasoning models, RAG-based memory, and multi-agent collaboration that make LLM agents mor...
AI Sparks Episode#14 28.10.2025 3:39
Final answers don’t tell the whole story. This episode breaks down a 2025 paper that redefines “good reasoning” for LLMs using Relevance and Coherence, introduces CaSE (a causal, step-wise evaluator), new benchmarks (MRa-GSM8K/MRa-MATH), and shows practical gains from aspect-guided prompting and CaSE-based data curation. If you build or evaluate reasoning models, this is your new checklist. Source...
AI Sparks Episode#11 27.10.2025 2:21
Steerable Multi-Agent Deep Research — Smarter, Transparent AI for the Enterprise #AISparks #EnterpriseAI #AgenticAI #DeepResearch #SalesforceAI #MultiAgentSystems #SteerableAI
AI Sparks Episode#13 GenAI playbook for Organisations 27.10.2025 4:47
“The Gen AI Playbook for Organizations (HBR)” In this 2-minute episode, Praveen breaks down Bharat Anand & Andy Wu’s Harvard Business Review playbook for putting GenAI to work now—not in theory. We cover how to start with strategy (not the model), pick “right-risk, high-frequency” workflows, redesign processes instead of bolt-ons, and build your unfair advantage with data, guardrails, and talent....
AI Sparks Episode#12 Coding properties of LLM by sonar 26.10.2025 2:22
LLM coding analysis, GPT-5 Sonar Report, Claude Sonnet AI, GPT-4o vs GPT-5, AI code quality, AI developer tools, AI in software engineering, coding assistant benchmark, AI security risks, maintainable AI code, SonarQube AI analysis #AISparks #PraveenGovindaraj #GPT5 #ClaudeSonnet #SonarReport #StateOfCode #AICoding #LLM #AIEngineering #SoftwareDevelopment #AIAssistants #CodingAI #AIForDevelopers #...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.