A B C D E F
1
Icon completed Title Hours Level Comments
2
📊 Prisma AIRS Customer Presentation (Oct 2025) 0.5 beginner
3
📖 Reference Architecture - Securing AI Access and Applications: Overview 1 beginner This document links to about 5 other architecture documents. This is arguably NOT intro level material!
4
🎓 Generative AI for Everyone 5 beginner This course costs $49. Start your learning journey now and master the material in this course to earn a certificate that showcases your knowledge and achievement.
5
🎬 AI Engineering in 76 Minutes (Complete Course/Speedrun!) 1.25 intermediate YouTube Video
6
🎬 Deep Dive into LLMs like ChatGPT - Andrej Karpathy 3.5 beginner YouTube Video
7
🎬 you need to learn MCP RIGHT NOW!! (Model Context Protocol) 0.25 beginner YouTube Video - a good start, found another video that compares SCRIPT.md to MCP, and the evoplution of MCP servers. Also could be helpful to find a video that explains "agent to agent" in a bit more details.
8
🎬 Andrej Karpathy: Software Is Changing (Again) 0.67 intermediate YouTube Video
9
🎬 Most devs don't understand how LLM tokens work 0.5 beginner YouTube Video - great explanation but the guy's hands are very distracting!
10
🎓 AI Security Fundamentals 1.5 beginner 06/25/2026 Microsoft Training Path - I captured the materials and my quiz at the end to this link.
11
📰 🚫 Deceptive Delight Attack Research - Unit 42 0.5 intermediate Broken Link?
12
📄 OWASP GenAI Security Project Solutions Reference Guide Q2_Q3'25 1 intermediate download and review the PDF
13
📄 OWASP Top 10 for LLM Applications 2025 1 intermediate
14
📝 FAQ: Prisma AIRS (Nov 2025) 0.5 beginner Reviewed it, but this looks like more of a "main reference" that we will keep coming back to over time.
15
📝 Prisma AIRS - PS Lab - Runtime Security API - GCP & n8n 4 intermediate Trying out this lab configuration. || 06 July 2026 reached out to sean youngberg again for access to the "airs-workshop" project in GCP so I can work on the lab.
16
17
18
RECOMMENDED TRAINING ITEMS
19
🎓 Agentic AI - DeepLearning.AI 2 intermediate made the account here, it is a set of short videos.
20
📋 ATLAS Matrix - PANW AI Security Solution Mapping 1 intermediate
21
🎓 Create agents in Microsoft Copilot Studio 8 intermediate
22
📰 Firewall for AI: Identifying Abuses Before They Reach the Model 0.25 intermediate
23
🔧 Gandalf CTF - Prompt Injection Challenge 2 beginner Did this one at the end of 2025
24
💻 Generative AI for Beginners - Microsoft 10 beginner
25
📰 Generative Red Team at DEF CON 31 - AI Village Recap 0.5 intermediate Looks like a broken link: https://aivillage.org/defcon%2031/2023/10/12/generative-recap || 6 July 26: found another link to the same material: https://ksankar.medium.com/def-con-31-generative-ai-red-team-grt-for-llmsec-a0ce0cdbf6
26
📄 Learn Prompting - Comprehensive Prompt Engineering Guide 4 beginner
27
🔧 OpenAI Tokenizer Tool beginner this is a cool way to learn more about tokenization.
28
📄 OWASP GenAI Incident Response Guide 1.0 2 intermediate
29
📊 Securing Generative AI - Overview Presentation (Dec 2024) 0.5 beginner A simple summary of the main palo AI reference doc, which in turn links to the arch guide for AWS, Azure, and GCP.
30
🎓 Vector Databases: from Embeddings to Applications 1.5 intermediate
31
32
PROPOSED TRAINING ITEMS
33
Prompting guide 101 beginner
34
yt video for intro to google "agent to agent" beginner
35
yt video for intro to n8n beginner
36
Google Skills intermediate
37
https://huggingface.co/docs/tokenizers/quicktour intermediate 7 July 2026 - Build your own tokenizer!
38
https://www.youtube.com/watch?v=zHvTiHr506c advanced Subword-based tokenizers: To tokenize Python efficiently, you should use subword or byte-level models. Code-specific tokenizers learn Python keywords, indentations, and special symbols natively. This stops the model from breaking code into awkward, random letters. It also saves memory and cost.