The sovereignty question

When we started building InnConnect — our multi-tenant AI chatbot platform — the technical question was straightforward: how do we build a knowledge-base-powered chatbot that gives accurate, contextual answers? The harder question was: where does the data live, and who can access it?

Under the US CLOUD Act, American cloud providers can be compelled to hand over data stored anywhere in the world. For European businesses handling customer conversations, personal data, and knowledge base content, this isn't a theoretical risk. It's a compliance gap that gets wider every year as EU data sovereignty regulations tighten.

We decided to build InnConnect as a fully EU-sovereign platform from day one. Not as a feature to be bolted on later — as an architectural principle.

Architecture: RAG without American clouds

InnConnect uses Retrieval-Augmented Generation (RAG) to answer customer questions using a business's own knowledge base. Here's how the architecture works:

Prompt injection defence

When you put user-generated content and AI-generated responses together, prompt injection becomes a real attack vector. We implemented defence in depth:

What multi-agent means in practice

InnConnect isn't a single chatbot. It's a multi-agent system where different agents handle different aspects of a customer interaction:

These agents share context but have distinct responsibilities. The orchestration layer decides which agent handles each turn of the conversation based on intent classification and conversation state.

The compliance advantage

Building EU-sovereign from the start gives InnConnect tenants concrete compliance advantages:

Performance in production

EU sovereignty doesn't mean compromising on performance. InnConnect handles conversations with sub-second retrieval times, supports real-time typing indicators, and scales horizontally across our Kubernetes cluster. The AI response latency is dominated by LLM inference time, not our infrastructure.

Rate limiting protects against abuse: per-session chat limits, per-user API limits, and per-IP registration limits. All configurable per tenant.

Why this matters now

The EU Data Act entered into force in January 2024 and will be fully applicable by September 2025. The AI Act is rolling out in phases. For businesses deploying AI-powered customer interactions, the window for "we'll figure out compliance later" is closing fast.

Building on EU-sovereign infrastructure isn't just about avoiding fines. It's about building customer trust. When a business can tell its customers "your conversations are processed entirely within the EU, by a European company, with no third-country data access" — that's a competitive advantage that grows more valuable every year.