Allow me to try to inject my understanding of how these agents work vs regular applications.
A regular SaaS will have an API endpoint that has permissions attached. Before the endpoint processes anything, the user making the request has their permissions checked against the endpoint itself. Once this request succeeds, anything that endpoint collects is considered "ok" ship to the user.
AI Agents, instead, directly access the database, completely bypassing this layer. That means you need to embed the access permissions into the individual rows, rather than at the URL/API layer. It's much more complex as a result.
For your bank analogy: they actually work in a similar way to how I described above. A temporary access is granted to the resources but, once it's granted, any data included in those screens is assumed to be ok. They won't see something like a blank box somewhere because there's info they're not supposed to see.
DISCLAIMER: I'm making an assumption on how these AI Agents work, I could be wrong.
If so, then as the wise man says: "well, there‘s your problem!"
I don't doubt there are implementations like that out there, but we should not judge the potential of a technology by the mistakes of the most boneheaded implementation.
Doing the same in the bank analogy would be like giving root SQL access to the phone operators and then asking them pretty please to be careful with it.
Quite. Its the attention economy, you've demanded people's attention, and then you shove crap that even you didn't spend time reading in their face.
Even if you're using it as an editor... you know that editors vary in quality, right? You wouldn't accept a random editor just because they're cheap or free. Prose has a lot in it, not just syntax, spelling and semantics, but style, tone, depth... and you'd want competent feedback on all of that. Ideally insightful feedback. Unless you yourself don't care about your craft.
But perhaps you don't care about your craft. And if that's the case... why should anyone else care or waste their time on it?
If the alternative is no editor then yeah i would. Most of what i write receives no checks by anyone other than me. A very small percentage of my output gets a second set of eyes. And it is usually a coworker or a friend (depending on the context of what is being written.) Their qualification is usually that they were available and amenable.
> Unless you yourself don't care about your craft.
This is a tad bit elitist. I care about my craft and would love if a competent, and insightfull editor would go over every piece of writing i put out for others to read. It would cost too much, and would be to hard to arrange. I just simply can’t afford it. On the other hand I can afford to send my writings through an LLM, and improve it here and there occasionaly. Not because i don’t care about my craft, but precisely because I do.