Kansikuva näyttelystä The AI Practitioner Podcast

The AI Practitioner Podcast

Podcast by by Lina Faik

englanti

Teknologia & tieteet

Sitten 7,99 € / kuukausi. Peru milloin tahansa.

  • Podimon podcastit
  • Lataa offline-käyttöön

Lisää The AI Practitioner Podcast

Real-world AI, explained simply — with code, use cases, and zero fluff. aipractitioner.substack.com

Kaikki jaksot

11 jaksot

jakson PODCAST — Score-Based Causal Discovery with LLMs kansikuva

PODCAST — Score-Based Causal Discovery with LLMs

Prefer reading instead? The full article is available here [https://open.substack.com/pub/aipractitioner/p/score-based-causal-discovery-with?r=49ttp&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true]. The podcast is also available on Spotify [https://open.spotify.com/show/6MROBKvrjx0Mey8tHud5LX] and Apple Podcasts [https://podcasts.apple.com/us/podcast/the-ai-practitioner-podcast/id1830285899]. Subscribe to keep up with the latest drops. Constraint-based methods discover causal graphs by testing independences. Score-based methods take a different route. They treat causal discovery as a model selection problem, scoring candidate graphs and searching for the one that best balances fit and complexity. In this episode, we explore how score-based algorithms learn causal structure, why they hit the same identifiability ceiling as constraint-based methods, and how LLMs can be plugged into the search itself rather than just bolted on at the end. You’ll learn: * How score-based methods differ from constraint-based ones: why framing causal discovery as model selection changes both the search procedure and the kinds of errors the algorithm makes. * Where LLMs can intervene in score-based pipelines: the five integration points, from hard constraints to iterative agentic loops, and which ones are recoverable when the LLM is wrong. * How to pick the right algorithm and LLM integration strategy: comparing priors, post-hoc orientation, and score augmentation on the Adult Census Income dataset, and what each one is worth in practice. By the end, you’ll have a clear view of where score-based methods sit relative to constraint-based ones, and a practical map of how to combine statistical search with LLM-derived priors without letting the LLM override the data. If you’d rather read than listen, the full article (with diagrams, code examples, and implementation details) is available on Substack: 👉 Enjoyed this episode? Subscribe to The AI Practitioner to get future articles and podcasts delivered straight to your inbox. This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit aipractitioner.substack.com [https://aipractitioner.substack.com?utm_medium=podcast&utm_campaign=CTA_1]

20. touko 2026 - 15 min
jakson PODCAST — LLMs in Causal Discovery: A Deep Dive into Constraint-Based Algorithms kansikuva

PODCAST — LLMs in Causal Discovery: A Deep Dive into Constraint-Based Algorithms

Prefer reading instead? The full article is available here. The podcast is also available on Spotify [https://open.spotify.com/show/6MROBKvrjx0Mey8tHud5LX] and Apple Podcasts [https://podcasts.apple.com/us/podcast/the-ai-practitioner-podcast/id1830285899]. Subscribe to keep up with the latest drops. Most ML models answer one question: what is likely to happen? The harder question is what will change if you intervene. That gap is where causal reasoning begins. In this episode, we explore how constraint-based algorithms learn causal structure directly from data, and how LLMs can step in to resolve what statistics alone cannot. You’ll learn: * How PC, FCI, and RFCI discover causal graphs using conditional independence tests, and what assumptions each one makes. * How to encode domain knowledge as hard constraints, so the algorithm stops producing edges that are statistically plausible but practically nonsensical. * How LLMs can review and refine the output graph, resolving ambiguous orientations with domain reasoning when the data runs out of signal. By the end, you’ll have a clear picture of a three-layer pipeline that combines statistical discovery, expert constraints, and LLM review into a coherent approach to causal graph learning. If you’d rather read than listen, the full article (with diagrams, code examples, and implementation details) is available on Substack: 👉 Enjoyed this episode? Subscribe to The AI Practitioner to get future articles and podcasts delivered straight to your inbox. This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit aipractitioner.substack.com [https://aipractitioner.substack.com?utm_medium=podcast&utm_campaign=CTA_1]

7. touko 2026 - 11 min
jakson PODCAST — Building Claude Skills: A New Paradigm for Interacting with LLMs kansikuva

PODCAST — Building Claude Skills: A New Paradigm for Interacting with LLMs

Prefer reading instead? The full article is available here [https://aipractitioner.substack.com/p/long-term-memory-unlocking-smarter-38d]. The podcast is also available on Spotify [https://open.spotify.com/show/6MROBKvrjx0Mey8tHud5LX] and Apple Podcasts [https://podcasts.apple.com/us/podcast/the-ai-practitioner-podcast/id1830285899]. Subscribe to keep up with the latest drops. Large language models are powerful, but relying on prompts alone quickly becomes fragile and difficult to scale. As teams try to operationalize LLMs in real workflows, traditional documentation and ad-hoc prompting start to break down. In this episode, we explore a new paradigm introduced with Claude Skills: packaging workflows, instructions, and resources into reusable capabilities that LLMs can execute. You’ll learn: * Why traditional documentation is poorly suited for LLMs and why workflow-first instructions are more effective. * How Claude Skills structure tasks using a concise SKILL.md file that points to supporting files and scripts loaded on demand. * How teams can design and deploy skills to turn LLMs into reliable task executors rather than prompt-driven tools. By the end, you’ll understand how skills move us from prompt engineering to designing AI-native workflows. If you’d rather read than listen, the full article (with diagrams, code examples, and implementation details) is available on Substack: 👉 Enjoyed this episode? Subscribe to The AI Practitioner to get future articles and podcasts delivered straight to your inbox. This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit aipractitioner.substack.com [https://aipractitioner.substack.com?utm_medium=podcast&utm_campaign=CTA_1]

10. maalis 2026 - 5 min
jakson PODCAST — Understanding User Intent Through AI Bot Traffic: A Practical Framework kansikuva

PODCAST — Understanding User Intent Through AI Bot Traffic: A Practical Framework

Prefer reading instead? The full article is available here [https://aipractitioner.substack.com/p/long-term-memory-unlocking-smarter-38d]. The podcast is also available on Spotify [https://open.spotify.com/show/6MROBKvrjx0Mey8tHud5LX] and Apple Podcasts [https://podcasts.apple.com/us/podcast/the-ai-practitioner-podcast/id1830285899]. Subscribe to keep up with the latest drops. AI assistants are quietly reshaping how people discover products and documentation online. But most analytics systems treat AI bot traffic as noise, filtering it out instead of learning from it. In this episode/article, we explore how to uncover real user intent hidden inside AI assistant traffic and turn bot logs into actionable insights for product and SEO teams. You’ll learn: * Why AI assistant traffic is fundamentally different from traditional bot traffic, and why filtering it out creates a major blind spot in modern analytics * How prompts sent to tools like ChatGPT, Claude, or Perplexity translate into bot visits, and what these patterns reveal about real user questions, product research, and integration needs * A practical framework for analyzing AI bot logs, helping teams extract user intent signals that can inform documentation improvements, product decisions, and SEO strategy If you’d rather read than listen, the full article (with diagrams, code examples, and implementation details) is available on Substack: 👉 Enjoyed this episode? Subscribe to The AI Practitioner to get future articles and podcasts delivered straight to your inbox. This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit aipractitioner.substack.com [https://aipractitioner.substack.com?utm_medium=podcast&utm_campaign=CTA_1]

5. maalis 2026 - 5 min
jakson PODCAST — Long-Term Memory: Unlocking Smarter, Scalable AI Agents kansikuva

PODCAST — Long-Term Memory: Unlocking Smarter, Scalable AI Agents

Prefer reading instead? The full article is available here [https://aipractitioner.substack.com/p/long-term-memory-unlocking-smarter-38d]. The podcast is also available on Spotify [https://open.spotify.com/show/6MROBKvrjx0Mey8tHud5LX] and Apple Podcasts [https://podcasts.apple.com/us/podcast/the-ai-practitioner-podcast/id1830285899]. Subscribe to keep up with the latest drops. Most agent systems reason well in the moment but fail to improve over time because they forget everything once execution ends. In this episode, we explore how to design long-term memory for LangGraph agents, moving beyond short-term context toward durable, structured memory that remains transparent and controllable. You’ll learn: * Why long-term memory is an architectural problem, not a prompt-engineering trick, and how different memory types (working, semantic, episodic, procedural) interact in agent systems * What LangGraph provides out of the box for memory management—and where it stops, especially when building agents that must persist, update, and reason over memory across sessions * How to implement schema-driven long-term memory with Trustcall, enabling safe extraction, controlled updates, and debuggable memory writes inside LangGraph nodes If you’d rather read than listen, the full article (with diagrams, code examples, and implementation details) is available on Substack: 👉 Enjoyed this episode? Subscribe to The AI Practitioner to get future articles and podcasts delivered straight to your inbox. This is a public episode. If you would like to discuss this with other subscribers or get access to bonus episodes, visit aipractitioner.substack.com [https://aipractitioner.substack.com?utm_medium=podcast&utm_campaign=CTA_1]

10. helmi 2026 - 6 min
Loistava design ja vihdoin on helppo löytää podcasteja, joista oikeasti tykkää
Loistava design ja vihdoin on helppo löytää podcasteja, joista oikeasti tykkää
Kiva sovellus podcastien kuunteluun, ja sisältö on monipuolista ja kiinnostavaa
Todella kiva äppi, helppo käyttää ja paljon podcasteja, joita en tiennyt ennestään.

Valitse tilauksesi

Suosituimmat

Rajoitettu tarjous

Premium

  • Podimon podcastit

  • Ei mainoksia Podimon podcasteissa

  • Peru milloin tahansa

3 kuukautta hintaan 3,99 €
Sitten 7,99 € / kuukausi

Aloita nyt

Premium

20 tuntia äänikirjoja

  • Podimon podcastit

  • Ei mainoksia Podimon podcasteissa

  • Peru milloin tahansa

30 vrk ilmainen kokeilu
Sitten 9,99 € / kuukausi

Aloita maksutta

Premium

100 tuntia äänikirjoja

  • Podimon podcastit

  • Ei mainoksia Podimon podcasteissa

  • Peru milloin tahansa

30 vrk ilmainen kokeilu
Sitten 19,99 € / kuukausi

Aloita maksutta

Vain Podimossa

Suosittuja äänikirjoja

Usein kysytyt kysymykset

Lisää kysymyksiä & vastauksia
Aloita nyt

3 kuukautta hintaan 3,99 €. Sitten 7,99 € / kuukausi. Peru milloin tahansa.