Skip to article

Reduce IT Dependency: How Operational Teams Build AI Without a Ticket

Put the build in the hands of the person who already knows which exceptions matter, and keep the credential with the people whose job it is.

By Jacqueline V. TwillieAugust 16, 20268 min readStrategic

You reduce IT dependency on AI work by splitting it along the line of who holds the knowledge. Nobody gets routed around. Operational teams own the logic: what the workflow is, which exceptions matter, what good output looks like, and what the agent may never do. IT owns the credential, the device policy, and the data boundary. Where that split is written down, a department manager can build and run agents on their own processes without a ticket, and without becoming a security problem. Where it is not, every automation idea queues behind a roadmap it will never reach the top of.

The queue is the cost.

Which work belongs to an operations team, and which belongs to IT?

Four things belong to whoever does the work every day.

The process itself, including the exceptions. A finance manager knows which vendors always send invoices in the wrong format and what happens to those. That knowledge does not survive translation into a requirements document.

The judgment criteria. Thresholds, filters, exclusions, tone. Written down, these are the difference between an agent that produces usable output and one that produces plausible output.

The review rule. What the agent may draft and what a human clicks yes on before anything leaves the building.

The decision to stop. Whether the agent is still worth running after a month is an operational call, and the person whose Friday it was supposed to save is the one who can make it.

Four things belong to IT, and pretending otherwise is how these programs get shut down.

Credentials, which must be scoped to the one job and revocable in one click rather than borrowed from somebody's real login. Device and platform policy, which is a security posture rather than an obstacle. The data boundary, meaning which systems and which classes of information a tool may touch at all. And the undo path, since versions and backups are infrastructure.

Quick definition

Reducing IT dependency means moving the logic, criteria, and review rules of an automation to the team that runs the process, while credentials, device policy, and the data boundary stay with IT. It divides ownership. Oversight stays intact on both sides.

Why does the ticket queue produce worse automation?

Because the specification degrades in transit. What arrives in the queue is a description of a process written by someone who has stopped noticing the parts they handle automatically.

Danyell Wells built her multi-business meeting prep in a July 20 session, one of the builds on record in Impact Report No. 1. She runs several companies and chose a separate meeting-prep agent for each one rather than a single agent handling all of them, every one reading its own calendar and inbox. Her reason: "They're vastly different. And so I have to keep them separate." That architectural call took her about a minute. She already knew the answer. A central team receiving a ticket for a meeting-prep automation would have built one, correctly, according to the request.

That is the pattern. The person doing the work makes the right structural decision by reflex. The specification cannot carry the reflex.

132
Registrations across BNEDai's first seven weeks of free live build sessions, June 29 to August 14, 2026, by participants from organizations including Amazon Web Services, ExxonMobil, Expedia Group, Moody's Analytics, Sony Pictures Entertainment, City of Houston, and the NYC Department of Education. Participants registered as individuals; no employer sponsored or endorsed the sessions. Counts are from platform records and are not de-duplicated. Source: AI Agent Build Impact Report No. 1, BNEDai, August 2026.

The unsponsored part is the finding. Senior operational people at large organizations are learning to build agents on their own time, without a mandate. The queue was never going to get to them. That is happening in most companies right now, visible or not. The choice available to a manager is whether it happens with the rules written down.

What does IT have to give you for this to be safe?

Three things, all of them reasonable: each one reduces IT's own exposure too.

A scoped credential per agent, revocable independently. The alternative is what the audit finds most often: somebody's real password sitting inside an automation tool, unrevokable without breaking that person's access to everything else.

A named data boundary. Which systems are in scope, which are not, and which categories of information may never be pasted into a tool. One page. Written before anyone builds, not after an incident.

An approved platform on approved hardware. A private company in the Atlanta metro brought a team to a build session and managed-device restrictions blocked the platform outright. The session produced a workaround plan instead of an agent. That was a policy doing its job on a decision nobody had made yet, and it cost the team a day.

In exchange, IT gets something it does not usually have: an inventory. Every agent named, with an owner, a scope, and a revocation path. That inventory is worth more to a security team than the tickets it replaces.

Where does this go wrong?

Three failure modes, all recoverable if named early.

Shadow builds. People automate on personal accounts with real credentials because asking felt slower than doing. The fix is a sanctioned path fast enough that asking beats doing it quietly.

One person holding everything. The department's agents work because one operations analyst configured them and knows the rules. When she moves teams, nothing transfers. The capability audit in auditing your team before buying AI agent training treats this as its own dimension: rules only one person knows are not rules.

Automation without a stop. An agent runs unattended on a schedule it was put on the first day, and nobody has looked at its output in two months. Test case first, watched runs before scheduled runs, and a date to revisit. One participant scheduled her search agent for two mornings a week only after testing it individually, and booked a one-week check-in on it. That sequence is the whole discipline.

How do you start without a policy fight?

Start with one workflow, one owner, and a rule that makes the first build boring.

Pick a recurring task inside your own department where the output is a draft rather than an action. A summary, a prepared brief, a first-pass triage. Draft-only work needs no data-boundary negotiation and no send permission. The first build clears the approval bar on its own merits.

Write the rule set before the build: what it drafts, what it may reach, who clicks yes, who to ask when the output looks wrong. Take that one page to IT with the request for a scoped credential. A request attached to a written rule set gets answered differently than a request for access to try something.

Then run it watched for two weeks, and bring the result back. What you are building in that fortnight is the precedent. The second build is a conversation instead of a proposal.

For the session mechanics when you are ready to take a whole team through this, see facilitating a live agent build for your department. For the resistance that shows up once it stops being one manager's experiment, see overcoming AI resistance with repeatable frameworks and handling cultural friction during rapid AI integration.

Frequently asked questions

What does reducing IT dependency mean for AI work?

It means the team that runs a process owns the automation's logic, judgment criteria, review rules, and the decision to stop, while IT keeps credentials, device and platform policy, the data boundary, and the undo path. It divides ownership; oversight stays in place on both sides. Where the split is written down, a manager can build without a ticket and without becoming a security problem.

Why does automation built from a ticket come out worse?

Because the specification degrades in transit. The person doing the work makes structural decisions by reflex that never make it into a requirements document. Danyell Wells, who runs several companies, built a separate meeting-prep agent for each rather than one shared agent. That call took her about a minute. She already knew her processes were too different to combine.

What should an operations manager ask IT for?

Three things: a scoped credential per agent that can be revoked independently, a written data boundary naming which systems and information classes are in scope, and confirmation that the platform runs on approved hardware. In return IT gets an inventory of every agent with an owner, a scope, and a revocation path, which is usually worth more to them than the tickets it replaces.

What are the common failure modes?

Shadow builds on personal accounts with real credentials, which a fast sanctioned path prevents better than enforcement does. One person holding all the configuration knowledge, which fails at the first transfer. And automation put on a schedule before it was ever run watched, then left unreviewed for months.

How should a first build be scoped to avoid a policy fight?

Pick a recurring task inside your own department where the output is a draft rather than an action, such as a summary or a first-pass triage. Draft-only work requires no send permission and no data-boundary negotiation. Write the rule set first, take it to IT with a request for a scoped credential, then run it watched for two weeks before proposing anything larger.

The next step

Build something that actually runs your workflow.

A focused, free 60-minute live session with Jacqueline. You build alongside her, on your own real task, and leave with an agent that is already running.

More on Self-Sufficiency for Non-Technical Managers