If you run a contact center or BPO today, there is a good chance you are already using far more AI than you think.

Speech-to-text. Automatic call tagging. QA scoring. Chatbots. Voicebots. Sentiment analysis. Maybe even agent performance scoring.

And in many companies, none of this was introduced as “an AI system”. It was just another checkbox inside a CRM, contact-center platform, QA product or cloud service.

That is where the problem starts.

For the last few years, I have been working with telecom and contact-center environments, building analytics, telephony, transcription and voice automation systems. And one thing became very obvious to me: companies adopted AI much faster than they learned how to document it.

Now the EU AI Act is forcing everyone to catch up. For European BPOs and contact centers, this is no longer just a legal topic. It is becoming an architecture topic. A procurement topic. And increasingly, a sales topic.

Enterprise customers are already asking questions about AI governance in vendor questionnaires, alongside the usual GDPR and security sections. The companies that can answer clearly will have an advantage. The ones that cannot may discover that compliance becomes part of the sales cycle long before it ever becomes part of a regulatory audit.

I am an engineer, not a lawyer, so this is not legal advice. It is a practical view from someone who has had to think about how these systems are actually built, operated and audited.

The first question: what role are you actually playing?

The AI Act distinguishes between several roles, but for a BPO the two most important are usually deployer and provider.

If you use somebody else's AI system, you are normally the deployer — you subscribe to a speech analytics platform and use it internally.

But things become more interesting when you take a third-party system, modify it, integrate it deeply into your own platform, or white-label it and sell it to your clients as your technology. At that point you may no longer be “just a user”. You may be acting as a provider. And that changes the level of responsibility dramatically.

So one of the first exercises I would recommend to any BPO is very simple. Make a list of every AI system you use and, next to each one, answer:

The question

Are we the deployer, the provider, or potentially both?

If nobody in the company can answer that confidently, that is already useful information.


Three questions reveal most of the risk

In contact centers, I would start with three questions.

01Are you trying to infer the emotions of employees?

This is the easiest one. Emotion recognition in the workplace is a prohibited area under the AI Act.

So if your QA dashboard tells management that an agent is “angry”, “frustrated” or “emotionally unstable”, I would not treat that as an interesting AI feature. I would treat it as a feature that needs immediate legal review and, very possibly, should simply be disabled.

02Are you using AI to evaluate individual employees?

This is where things become much more serious. Many conversation analytics systems produce an “agent score”. It looks innocent — 62/100, 84/100, top agent, low performer.

But if those numbers start influencing bonuses, promotion, scheduling, task allocation or dismissal, you have moved into a very different regulatory environment.

This is one of the areas where I think product design matters much more than people realise. Because in many cases, the company does not actually need AI to judge a person. What it really needs is to understand the process.

There is a huge difference between these two systems:

A verdict about a person

“Agent X scored 62. Reduce his bonus.”

A finding about the operation

“The retention queue failed the mandatory disclosure in 14% of calls. Here are the calls that should be reviewed by a supervisor.”

The second system still gives management enormous value. It still analyses 100% of calls. It still detects failures. It still finds patterns. But the AI is analysing the operation, not issuing a verdict about a human being.

A manager can review the evidence and make the human decision. That is both a healthier product architecture and, in many cases, a much easier regulatory position.

03Are you identifying people biometrically?

Voiceprints are the obvious example in contact centers. If voice is being used as biometric identification or verification, that deserves its own compliance analysis. Do not hide it inside a generic “voice analytics” category. Treat it as a separate system.


One of the biggest lessons I learned: the riskiest feature is often not the most valuable one

When we started thinking more seriously about EU deployment of analytics systems, I expected compliance to mean adding more documentation around the existing product. Instead, I realised something more useful: sometimes the best compliance decision is to change the product itself.

Take agent scoring. Every vendor has it, so everybody assumes it must be important. But when you speak to the business, what they usually want is something else:

  • Did the operator follow the required script?
  • Was consent obtained?
  • Which topics generate complaints?
  • Where are customers leaving?
  • Which queue is failing?
  • Which process breaks during evening shifts?
  • What changed this month?

Those questions can be answered without turning AI into an automated HR manager. That is a very important distinction. And I think a lot of BPOs will eventually redesign their analytics around this principle.


Why I became a strong supporter of self-hosted analytics

I am not religious about self-hosting. Cloud APIs are incredibly useful and we use them where they make sense. But if you work with enterprise customers in Europe, there is one exercise that changes the conversation very quickly: draw the data flow.

Take a normal cloud-based conversation analytics pipeline. Audio leaves the PBX. It goes to one speech-to-text provider. The transcript goes to another LLM provider. Results go into a SaaS analytics platform. Maybe the audio is stored somewhere else.

Now start asking questions:

  • Where exactly is the audio processed?
  • Where is the transcript stored?
  • Who are the subprocessors?
  • What is retained, and for how long?
  • Can the vendor use the data for training?
  • Which region? Which legal entity?
  • What happens if the vendor changes its infrastructure?

Suddenly the “simple SaaS solution” becomes a fairly complicated diagram. I have seen enterprise conversations get stuck on exactly this.

Now compare that with a self-hosted architecture:

  • Audio enters infrastructure you control.
  • Transcription happens there.
  • PII can be removed before the next processing stage.
  • Most analytics can run locally.
  • If you still need an external LLM, you can send only a narrow, redacted piece of text.
  • Storage and dashboards stay inside the same controlled perimeter.

When somebody asks “where does our call data go?”, you can answer in one diagram.

That is valuable. Not because “on-prem is always better”, but because auditability becomes an architectural property.


The real compliance challenge is evidence

A lot of people imagine an AI audit as a stack of policies. In practice, I think one of the harder questions will be: can you prove what the system actually did?

Take any call from three months ago. Can you reconstruct:

  • which model processed it,
  • which version,
  • which rules were applied,
  • what was detected,
  • why it was flagged,
  • what was shown to the supervisor,
  • whether a human reviewed it?

That requires logging. Traceability. Versioning. Audit trails. These are engineering problems as much as legal ones.

And this is another place where owning more of the pipeline helps. When the system is under your control, an audit trail is something your engineers can build. When the whole pipeline depends on external APIs, you are limited by what each vendor decides to expose.


There is also a commercial side to this

European companies are extremely sensitive to where their customer data goes — especially call recordings. Those calls can contain names, addresses, payment information, complaints, medical information, contract details and dozens of other categories of personal data.

So this sentence is becoming surprisingly powerful in enterprise sales:

“Your audio does not leave the environment you selected.”

And even better: “Here is the architecture diagram showing exactly where the data goes.” That can be more convincing than another slide about AI accuracy.

There is a trade-off, of course. If you self-host, you own capacity planning, GPU infrastructure, model upgrades, monitoring, failover and uptime. That is real work. But if your business is built around handling other companies' customer conversations, owning that engineering capability can become part of your competitive advantage.


If I were preparing a BPO for an AI Act review, I would start here

I would not begin with a 100-page compliance project. I would build a simple inventory.

For every AI system

  • What does it do?
  • Who provides it?
  • Where does the data go?
  • Are we deployer or provider?
  • Does it evaluate employees?
  • Does it infer emotions?
  • Does it use biometrics?
  • Does a human review the output?
  • Can we reconstruct what the system did later?

Then check the obvious gaps

  • Are voicebots clearly telling people that they are interacting with AI?
  • Are employees who operate these systems actually trained?
  • Do we have documentation from our AI vendors?
  • Do we know the retention policy?
  • Can we draw the data flow?
  • Do we have logs?

You learn a lot about your architecture by trying to answer those questions.


What I would do in the next 90 days

First 30 days

Discover what you already have

Inventory every AI feature — not every AI product. This distinction matters because the forgotten AI usually lives inside another system.

Then classify it: deployer or provider, employee evaluation or process analytics, biometrics or not, human decision or automated decision.

Days 31–60

Fix the obvious things

Add proper AI disclosures to voicebots and chatbots. Document staff training. Ask vendors for their AI documentation. Map subprocessors. Draw your data-flow architecture.

And if you discover that some vendor is inferring employee emotions, do not schedule a six-month compliance project around it. Ask whether the feature should exist at all.

Days 61–90

Make evidence part of the product

Build logging. Document human review. Record model and prompt versions. Make sure flagged calls can be traced back to the original evidence.

And if your analytics platform scores employees directly, make a deliberate decision: either you genuinely need that capability and are prepared to treat it accordingly, or you redesign it around process-level analytics. Do not stay in the accidental middle.


My bigger conclusion

The AI Act is arriving at an interesting moment. Contact centers adopted AI extremely quickly because the ROI is obvious. Transcription works. Conversation analytics works. Voice automation works. Automated QA works. The technology is no longer experimental. But governance is still catching up.

I do not think the winning response is to put lawyers around every AI feature and continue building exactly the same systems. I think the better response is to build systems that are easier to govern by design:

  • Less unnecessary employee scoring.
  • More process analytics.
  • More human review where decisions affect people.
  • More local processing of sensitive data.
  • Better audit trails.
  • Clearer architecture.

For me, that is the interesting part of the AI Act. It is forcing AI architecture, product design and compliance to finally become the same conversation. And for European BPOs, that may actually become an advantage.

Because if you can say:

We analyse every call, we can prove every result, and your customer data stays where you expect it to stay.

— that is no longer only compliance. That is a product. And increasingly, it is a sales argument too.

Valery Vray

I work on AI analytics, telecom and voice automation systems, with a focus on production infrastructure, self-hosted processing and operational intelligence. I write about the engineering behind AI systems when they leave the demo stage and have to survive real customers, real infrastructure and real regulation.

Connect on LinkedIn