Cresec

Why IT blocks the AI tool you built — and what they are actually worried about

By the Cresec team ·

You built something useful. Maybe it reads your inbox and drafts replies, or pulls your open deals and reminds you who to call. Your teammates want it. Then someone asks IT, and the answer is no — or worse, no answer at all.

It is tempting to read that as IT being difficult. Usually it isn't. The "no" almost always comes down to four questions nobody could answer yet.

1. Whose login is it using?

Most homemade tools start on the builder's own account. That's fine while only you use it. The moment a teammate uses it, they are acting as you — reading your customers, sending from your mailbox. IT can't approve that, because nobody can tell afterwards who actually did what.

What a good answer looks like: each person signs in as themselves and connects their own accounts. The tool never holds anyone's password.

2. What can it do without asking?

An assistant that drafts an email is very different from one that sends it. IT's worry is the second kind: a tool that can send, delete or change records on its own, for everyone, from day one.

What a good answer looks like: new users start with drafts only. Sending or changing things is allowed later, for a specific person and a specific tool, by someone who can say yes.

3. Will there be a record?

When something goes wrong — a wrong email to a customer, a changed record — someone will ask what happened. Homemade tools rarely keep any trail at all.

What a good answer looks like: one record for every action, naming the person and the version of the tool, kept in a way that shows if anything was changed or removed afterwards.

4. What happens when someone leaves?

If the tool runs on a shared account or a saved password, someone leaving means changing that password everywhere and hoping nothing breaks.

What a good answer looks like: access follows the person. When their company account is switched off, the tool stops working for them — and nothing else needs to change.

Bring the answers, not the tool

If you go to IT with answers to these four questions, the conversation changes from "can we allow this?" to "how do we allow this?". That is the gap Cresec is built to close: you keep building your tool your way, and IT gets the four answers above without anyone rewriting it.