Episode
The Developer’s Guide to LLM Security
- Published
- Dec 18, 2025
- Duration seconds
- 2412
- Processing state
processed- Canonical source
- https://dts.podtrac.com/redirect.mp3/www.buzzsprout.com/682433/episodes/18332191-the-developer-s-guide-to-llm-security.mp3
Actions
POST https://stenobird.com/v1/public/podcasts/the-data-exchange-with-ben-lorica/episodes/the-developer-s-guide-to-llm-security/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/the-data-exchange-with-ben-lorica/the-developer-s-guide-to-llm-security.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
Securing Large Language Models requires a fundamental shift from traditional software security to managing probabilistic risks. Steve Wilson explains how to navigate new vulnerabilities like prompt injection and complex AI supply chains.
Topics
- LLM Security
- Prompt Injection
- AI Supply Chain
- OWASP GenAI
- Agentic AI
- Machine Learning Security
- RAG
- Cybersecurity
Highlights
- Main idea: LLM security is distinct from traditional software security because models are probabilistic 'pleasers' rather than deterministic systems
- Failure mode: The AI supply chain is significantly more complex than traditional software, involving unverified model weights and massive datasets
- Practical takeaway: Use RAG (Retrieval-Augmented Generation) effectively to ground models and reduce the security risks associated with hallucinations
- Main idea: Prompt injection remains a top-tier threat where malicious instructions can hijack model behavior
- Practical takeaway: Integrate security tools directly into the development workflow ('shifting left') rather than treating security as an afterthought
Chapters
1:00The Shift in AI Security: Why LLM and agentic AI security differs fundamentally from traditional software security paradigms.4:10The AI Supply Chain Risk: Exploring the dangers of unverified libraries, model weights, and training data provenance.10:00Top LLM Vulnerabilities: A breakdown of the OWASP top threats, including prompt injection and sensitive data disclosure.21:40The Nature of Hallucination: Understanding why LLMs hallucinate and how to treat these errors as potential security traps.30:20Building Security into the Stack: The importance of automated security tools and the evolution of the OWASP GenAI Security Project.