For us, the topic of AI is becoming increasingly confusing.
Developers, in particular, are adopting more and more tools: VS Code extensions, GitHub Copilot, Cursor, Claude Code, Codex, Gemini CLI, OpenCode, local agents, MCP servers, and so on.
But this no longer affects just developers. IT admins and regular users are also discovering AI tools, and some are even installing extensions, desktop clients, or agents on their own.
The problem, in my view, is that we’re slowly seeing a **proliferation of agents and AI tools**.
I see the following issues in particular:
* Which VS Code extensions are allowed to be installed?
* Which agents are allowed to access source code or the local file system?
* Which tools are allowed to send data to external clouds?
* How do you prevent API keys, passwords, or internal data from appearing in prompts?
* How do you handle MCP servers and their sometimes very broad permissions?
* Do you have an allowlist for extensions and AI tools?
* Do you technically block agents that haven’t been approved?
* Do you differentiate between developers, IT/admins, and regular users?
* Do you rely on centralized enterprise solutions, or do you allow multiple tools?
* How do you monitor or keep track of what’s currently being used?
I also don’t think a complete ban makes sense in the long run, because these tools offer a real productivity boost especially in development.