How much do you trust AI agents?
With the advent of clawdbots, it's as if we've all lost our inhibitions and "put our lives completely in their hands."
I'm all for delegating work, but not giving them too much personal/sensitive stuff to handle.
I certainly wouldn't trust something to the extent of providing:
access to personal finances and operations (maybe just setting aside an amount I'm willing to lose)
sensitive health and biometric information (can be easily misused)
confidential communication with key people (secret is secret)
Are there any tasks you wouldn't give AI agents or data you wouldn't allow them to access? What would that be?
Re. finances – Yesterday I read this news: Sapiom raises $15M to help AI agents buy their own tech tools – so this may be a new era when funds will go rather to Agents than to founders.


Replies
From my perspective, I think AI agents are fantastic, but I also believe we can't delegate to them and give them access to absolutely everything; this can be counterproductive.
minimalist phone: creating folders
@flowti especially, when AI agents will do most of the work, then you come back and will have no overview of what happened :D
Great question. Trust in AI agents comes down to one thing: can you see what it's doing and stop it if needed?
We're building AnveVoice — a voice AI agent that takes real actions on websites (clicks buttons, fills forms, navigates pages). The trust challenge is huge because it's not just generating text — it's actually interacting with the DOM.
Our approach: every action is transparent, reversible where possible, and the user stays in control. Sub-700ms latency so there's no lag between command and action. WCAG 2.1 AA compliant so it's accessible to everyone.
The key insight: trust scales when the AI operates within clear boundaries. We use 46 MCP tools via JSON-RPC 2.0 — each tool has a defined scope. The agent can't go rogue because its capabilities are explicitly defined.
MIT-0 licensed, free tier available at anvevoice.app if anyone wants to try it.
minimalist phone: creating folders
@anvevoice Thank you for announcing this option.
honestly same.
one thing I keep running into isn’t even autonomy risk.
It’s tiny structural failures in agent output. especially JSON that’s almost valid but breaks pipelines.
I ended up building a small fixer for that because I got tired of debugging commas and quotes from API / LLM responses all day.
curious if others here are still manually repairing those or just retrying generations?