Imagine giving an AI carte blanche to do anything, then finding it deleted your files. Luckily, someone built a digital "gatekeeper."
In 30 seconds
01Debashish Ghosal created agent-tooltrust to control AI agent actions.
02The system allows users to approve or block AI actions before execution.
→
💡
What this means for you
This system means you no longer have to fear an AI agent making irreversible mistakes on your computer. You can use AI with greater peace of mind, knowing you always have the final say on its actions.
Do you blindly trust code written by artificial intelligence? Probably not. There's a crucial detail many people miss, though.
·2 min·Intermediate
03This "gatekeeper" prevents costly errors or damage from overzealous AIs.
0101
Are AI Agents a bit too autonomous?
Yes, sometimes AI agents, especially when given access to external tools like the internet or your computer, can cause trouble. They aren't malicious, but they might misinterpret a request or make expensive mistakes. One user decided he couldn't blindly trust them anymore.
Debashish Ghosal, a software engineer, had the brilliant idea to develop agent-tooltrust for this exact reason. Tired of seeing AI agents go rogue, he built a system to rein in their ambitions. The agent-tooltrust project was released on GitHub for anyone to use or improve.
It's a bit like handing car keys to a new driver: you want them to learn, but it's probably best if someone's in the passenger seat ready to hit the emergency brake. AI agents are great at processing info, but when they start "clicking" or "typing" on their own, that's a different story.
📬 Enjoying this article?
Get the best AI news every week, straight to your inbox.
0202
How does this digital "gatekeeper" work?
Basically, agent-tooltrust acts as a "gatekeeper" between the and the tools it wants to use. Every time the AI decides to perform an action, like searching online or modifying a file, the system asks for your permission. You decide if the action is safe or not.
It's not magic; it's open-source code. You can easily install it with pip install agent-tooltrust if you're a bit tech-savvy. Ghosal designed this system to be a human filter, giving the user final control. This prevents the AI from taking initiatives you might regret.
Think about how many times an AI could misunderstand a request. "Delete temporary files" might become "Delete all files." With agent-tooltrust, before disaster strikes, you get a notification: "The AI wants to delete 'C:\AllMyWork'. Confirm?" A huge sigh of relief, right?