Has anyone actually figured out how to track what AI tools employees are using?

Posted by Narrow-Layer-7500@reddit | sysadmin | View on Reddit | 35 comments

So I've been dealing with this for months now. Our security team keeps finding random AI tools popping up across the org — people signing up for whatever new ChatGPT wrapper pops up on Twitter, pasting source code into random LLMs, you name it.

We tried blocking domains but it's basically whack-a-mole at this point. New tools pop up faster than we can add them to the blocklist. And half the time engineering pushes back because they "need it for productivity."

I started working on something that sits at the network level and monitors AI tool usage across the org — basically gives you a dashboard of what's being used, by who, and flags when sensitive data (PII, source code, credentials) is being sent to these tools. Think of it like a CASB but specifically built for AI tools.

Still early stage but curious — is this something other security teams are struggling with too? How are you handling shadow AI right now? Would love to hear what's working (or not working) for others.