DX Heroes logo
#ai
#enterprise

What Enterprise Workshop Participants Actually Fear About AI

Length: 

8 min

Published: 

May 29, 2026

What Enterprise Workshop Participants Actually Fear About AI

The question that opens almost every enterprise AI workshop we run is some variation of the same theme: what happens to our data? Not "can AI write code?" That one was settled in 2024. The 2026 question is whether a security lead can sleep through the night after their engineering organisation has started using agents.

Over the past months we have run AI workshops across a Czech telco, a regional bank, a retail chain, an insurance group, a national media outlet, and a developer-tools company. The skill levels in the room have ranged from senior engineers to executives who have never touched a terminal. The single most consistent signal across all of them is that security ranks first. Productivity, cost, and even quality come after. This article is a field report: what participants actually ask, what is underneath those questions, and what changes the mood in the room.

The top five fears, in order

These are ranked by how often we hear them, not by how often the participants think they should rank.

1. Security. Where does the data go, who can see it, and what jurisdiction holds it. The most common follow-up at a recent workshop with fourteen mixed-seniority participants from a Czech infrastructure operator was about data centre location and GDPR exposure. Prokop Simek, who leads enterprise sales and ran that workshop, summarised the recurring thread:

"The concern I hear most often is about security. Typically that AI providers have data centres in the US, or whether they have any in Europe — for GDPR reasons and other data security."

The same question gets asked at every workshop. It is also the most fixable one. Showing the architecture — where the model runs, what is logged, what is purged — usually moves the conversation forward within minutes.

2. Loss of control. Even when security is satisfied, participants worry about auditability. Who-did-what when an agent merged a pull request. Whether the code review trail is real or a rubber stamp. Whether the agent identity is distinguishable from a human user in audit logs. This is the question security teams ask after they have stopped asking about data residency.

3. Change management. Often phrased as "our developers will hate this" or "our developers will love this too much." In practice the split is not equal. Junior engineers tend to adopt AI quickly and use it a lot, even if they do not always fully understand the implications. The scepticism comes more from the senior side: they worry about getting AI-generated output that passes CI but just creates rework. Leadership worries no one will agree on what good looks like once an agent is in the loop.

4. Vendor lock-in and cost runaway. This is where licensing comes in. Participants want to understand what they are signing up for before they commit. The Claude Enterprise plan starts at 150 licences with a $40-per-user minimum spend, billed per token from there on. GitHub Copilot's pricing structure changed twice in 2026. Cursor reached a $3 billion valuation and is reportedly subject to acquisition rumours. None of this looks like a stable supplier landscape, and enterprise procurement teams know it.

5. Shadow IT. The quiet one. Developers are already using AI tools, with or without approval. The choice is rarely "block versus allow." It is "ungoverned versus governed." A workshop is often the first room where this conversation can be had honestly, because nobody is being interrogated about their personal Claude subscription.

Why "Trusted AI" framing wins

KPMG's deployment of Claude across 276,000 employees in mid-2026 made one thing visible to every enterprise buyer: the framing for AI rollout has shifted from "which model" to "which trust architecture." Human-in-the-loop, agent identity separated from user identity, audit trail by default, sandbox-first rollout. Whether or not KPMG's specific implementation lives up to the marketing, the framing has stuck.

In the workshop room, this framing works because it gives participants a coherent narrative to take back to their security teams. It is also the framing that maps cleanly onto our own thinking around MCP governance. What participants want is not vendor reassurance. They want a checklist they can argue with internally.

Matyáš Křeček, who has led MCP governance work across several of our enterprise engagements, frames why a single-vendor governance story is increasingly hard to sell:

"GitHub Enterprise and similar tools are not enough for some security teams. The main reason is that they don't want to depend on a single platform that doesn't cover everything. Our Gateway solves MCP servers and agentic tooling not just for developers, but also for non-developer roles that may have different LLM clients."

The point that lands in the room is the second half. Once a workshop participant realises that AI tooling is going to spread beyond the engineering org — to marketing, sales, legal, finance — the single-vendor story stops being attractive. Vendor-portable governance becomes the only architecture they can defend internally.

What unblocks the room within ninety minutes

The fear does not disappear because we say "trust us." It moves when participants see something concrete that demonstrably solves their problem. Prokop puts it simply:

"The biggest unblock is when they see that AI can actually help them, and in what situations. People learn from that. It moves them forward."

In practice, four things change the mood of the room reliably:

  • A live MCP gateway demo with profile-scoped access. Showing that an agent can be granted access to specific tools, specific repositories, specific data — and nothing else — does more work than thirty minutes of policy slides.
  • The "two boxes" diagram. Agent identity on the left, user identity on the right. Scopes on top, policies on bottom. Participants who have been talking past each other for weeks suddenly agree on the same picture.
  • A review-gate template. A concrete one-page document that any team can adapt. "Here is the gate the agent has to pass before its work touches main." The room visibly relaxes when they realise this is not vapourware.
  • One real anecdote of what failed before governance and what changed after. Not a vendor case study, but a story from the room next door.

What does not work is more abstract architecture diagrams. The participants who matter — security leads and engineering managers — have seen all of them. They need the specific.

Shadow IT is the silent monster

This is the topic that almost never makes the agenda but always surfaces in the second half of the workshop. Developers in the room have personal Claude or ChatGPT subscriptions. Some of them have been using Cursor against private codebases for months. Some have configured Copilot extensions that the security team has not approved.

The framing that lands here is not "stop doing that." It is: you already have AI in your codebase. The only question is whether it is governed. When that lands, the workshop tone shifts from defensive to collaborative within minutes. A security lead who came in to enforce a ban often leaves with a draft of an internal AI policy that enables what is already happening, with controls attached.

A practical version of this argument, which we have explored in more depth in From AI Assistants to AI Agents, is that the agent-versus-assistant distinction is more useful here than tool-by-tool restriction. Assistants suggest; agents act. The governance question is about what an agent can do, not what an assistant can suggest.

The multi-agent question that keeps coming up

The next-most-common technical question after security is about agent topology. Should the team build one agent that does everything, or many agents with narrow skills? Jakub Vacek, who has been working on agent setups for an enterprise classification system, reflects the direction we see in the room:

"Probably a multi-agent setup with skills — what belongs to the agent, what belongs to the skill. Where the advantages of separated agent context come in."

This is not just an engineering preference. It maps onto the audit question from earlier in the workshop. A single monolithic agent is hard to govern because the scope is too broad. Many narrow agents with explicit skills are easier to log, easier to review, easier to revoke. The trade-off is operational complexity, and that is the part that tends to surprise leadership.

What a security lead can do on Monday morning

Workshop participants do not need a roadmap. They need four moves they can make this week.

  1. Inventory existing AI usage. Ask three questions in your next engineering all-hands: which AI tools do you use, what do you use them for, and which of them have access to production. The answers will be uncomfortable. That is the point.
  2. Pick one workflow as a sandbox. Not the riskiest one and not the safest one. Pick one with clear inputs, clear outputs, and a single owner. Instrument it. Run it for a month. Learn from it.
  3. Define agent identity policy before scaling. Decide now — before the next vendor procurement — how agent identity is logged, audited, and revoked. The decision is much harder when you already have ten agents in production.
  4. Connect governance to a vendor-portable layer. Whether that is a gateway, a proxy, or a policy-as-code framework, the goal is the same: make it possible to change the model behind the curtain without rebuilding the policy in front of it.

How DX Heroes runs these workshops

The format that has worked for us is ninety minutes of structured conversation, not slides. We open with the participants' actual questions — written on cards before we start — and use the room's own concerns as the running order. The same skeleton works whether the audience is fourteen mixed-seniority participants at a telco infrastructure office, a security and architecture board at a national bank, or an engineering offsite at a retail chain.

We run these workshops as part of our enterprise AI adoption work. When the room is ready, the same conversation continues into a proof-of-concept around MCP governance and agent identity. When it is not, we leave behind the four Monday-morning moves above and check in a quarter later. Most rooms are readier than they think.

The fear about AI in enterprise is real and well-founded. It is also, in our experience, fixable within a single afternoon, provided the conversation is honest, the demos are concrete, and the framing maps onto what the security team actually has to defend.

Want to stay one step ahead?

Don't miss our best insights. No spam, just practical analyses, invitations to exclusive events, and podcast summaries delivered straight to your inbox.