Skip to content
8 min read

EU AI Act Future Needs Request-Level Control

EU AI Act future planning starts in the request path. Build evidence, enforce data controls and retain model flexibility as AI systems scale across teams.

Article
EU AI Act Future Needs Request-Level Control

The EU AI Act future will not be decided by a policy document stored in a compliance folder. It will be decided in the request path: when an employee or application sends a prompt, which model receives it, what data leaves the organisation, what controls run first, and what evidence remains when someone asks why a decision was made.

For organisations putting LLMs into products, copilots and internal workflows, this is a material shift. The AI Act does not require every use of a language model to be treated as high risk. But it does make intended purpose, governance, documentation and accountability harder to treat as afterthoughts. A multi-provider AI estate with ad hoc keys, inconsistent logging and no central policy point will become increasingly difficult to explain, operate and audit.

The EU AI Act future is an operating model question

The Act is being applied in stages. Prohibitions on certain AI practices and AI literacy obligations already apply. Obligations for general-purpose AI models have also begun to apply, while the broad application date for most provisions arrived in August 2026. Some requirements for high-risk systems have later application dates. The practical effect is not a single compliance deadline that can be crossed off a project plan. It is a continuing programme of classification, evidence, control testing and change management.

For engineering leaders, the first task is to separate two questions that are often conflated. The first is whether a particular AI system falls within a high-risk use case, or another defined category, under the Act. The second is whether the organisation can safely govern the LLM use that already exists. The answer to the first may depend on intended purpose, sector and how the output affects people. The answer to the second is almost always yes.

An LLM used to draft internal marketing copy creates a different risk profile from one that influences recruitment, creditworthiness, access to education or a public service. Using a capable foundation model does not automatically make an application high risk. Equally, calling a system a copilot does not remove obligations if its output has a meaningful role in a regulated decision.

Legal and compliance teams should make the classification judgement with the relevant technical owners. Platform teams then need to make that judgement operable. That means knowing which applications use AI, who owns them, which providers and models they call, what categories of data they process, and which controls apply at each point.

Why LLM governance cannot stop at the model provider

Provider documentation matters, particularly where general-purpose AI model obligations and downstream information requirements are concerned. Yet a provider cannot govern your prompt construction, user permissions, data handling, model selection logic or the business process around the output. Those decisions sit with the organisation deploying the system.

This is where fragmented integrations create an avoidable problem. A team may call one provider directly for a customer-support assistant, another for internal analysis and a third for code generation. Each integration can have its own credentials, retention settings, moderation behaviour and fallback logic. A central policy may exist on paper, but enforcement varies by application and a provider outage can lead to hurried exceptions.

The future-facing architecture is not necessarily a single-model architecture. It is a controlled multi-provider architecture: one governed doorway between applications and model providers. Applications retain the freedom to use suitable models, while the organisation obtains a consistent place to apply controls and record what occurred.

That control point should be designed for the normal request, not only for an audit. A sound sequence is prompt-injection and jailbreak shielding first, followed by DLP inspection, then routing, then output moderation. The order matters. Sensitive data should be handled before a request is routed externally, and unsafe output should be assessed before it reaches the user or downstream workflow.

Evidence must be useful without becoming another data risk

Record-keeping is often interpreted as an instruction to retain everything. For LLM systems, that can create a second governance problem. Prompts and outputs may contain personal data, confidential commercial information, source code or sensitive operational details. Indiscriminate payload retention can conflict with data-minimisation principles and enlarge the impact of a security incident.

A better approach distinguishes operational evidence from content retention. Per-request traces can record metadata such as the application, logical route, provider, model, timing, policy result and cost. That creates an auditable account of the decision path while metadata-only logging remains the default. Where payloads are genuinely needed for investigations, quality assessment or a defined regulatory purpose, retention should be an explicit opt-in with a documented scope and retention period.

The same discipline applies to DLP controls. A policy may log a finding, warn, redact data as [REDACTED], or block the request. The correct action depends on the workflow. Blocking may be appropriate when a public-facing assistant receives account or health data. Redaction may be practical where an internal workflow can continue safely without the sensitive value. Logging alone may support an early observation period, but it should not become the permanent setting for a known data exposure.

This produces evidence that is more meaningful than a monthly spreadsheet. A compliance lead can see whether a policy was invoked. A security team can investigate recurring prompt-injection attempts. An engineering team can identify a route that is failing over too often. Each function is working from the same request-level record rather than assembling a narrative after the fact.

Build controls around change, not a static model inventory

The highest-risk operational moment is often a change: a new provider is enabled, a model is substituted, a team launches a feature, or an application expands into a new market. The EU AI Act future will make informal change management harder to defend because the model landscape itself changes quickly.

Named routes and routing rules provide a useful boundary. An application can ask for a logical route rather than embedding a provider decision into business logic. A platform team can then set priorities based on capability, approved data handling, reliability and cost. If the selected provider is unavailable, automatic failover can preserve service within the rules that have been defined.

This does not mean routing is a compliance mechanism by itself. A cheaper model is not necessarily suitable for a workflow that requires particular language performance, reasoning quality or contractual safeguards. Nor should a cost policy quietly send a sensitive task somewhere new. The relevant controls should be approved before the route is used, and changes should leave an attributable trace.

Spend control belongs in the same operating model, even though a hard budget cap is not an AI Act requirement. Runaway usage can force rushed engineering decisions and uncontrolled access to new models. Hard spend caps provide a clear operational boundary: when a cap is reached, traffic is alerted on or blocked with a 429 response, rather than being silently redirected to an unsuitable model. That gives product and FinOps teams a predictable failure mode to plan for.

Scoped API keys also help convert broad governance ambitions into enforceable boundaries. A key associated with a defined application, environment or team is easier to revoke, investigate and account for than a provider credential shared across services. It is a small design choice with significant value when an organisation needs to establish which system made a request and under whose authority.

Make compliance work fit production delivery

AI governance fails when it demands a separate delivery process that engineers bypass under pressure. The better pattern is to put policy enforcement where traffic already passes, with controls that can be tested before activation and observed after release.

For a production team, this should mean proving a proposed route with a dry run, checking request traces, and deploying without rewriting the application. routeur.ai follows this model through an OpenAI-compatible gateway: the application changes its API key and base URL while its business logic stays byte-for-byte identical. That makes it possible to centralise routing, DLP, moderation and budget enforcement without building separate middleware for every provider integration.

There are limits to what infrastructure can establish. A gateway cannot determine whether a product’s intended purpose makes it high risk, write the required technical documentation for a complex AI system, or replace human oversight where the law and context require it. It can, however, give those processes dependable operational facts: what happened, which controls ran, which model was used and whether a policy intervention occurred.

Treat AI literacy as a control, not a training exercise

The AI literacy requirement is easy to reduce to a generic awareness course. That would miss the practical need. People who build, buy, administer or rely on AI systems need training tied to their actual authority and failure modes.

Developers need to understand prompt injection, data handling and the consequences of changing a route. Product managers need to recognise when a feature moves from assistance towards a decision affecting a person. Support and operations teams need an escalation path when moderation or DLP blocks a business-critical request. Senior owners need enough visibility to challenge risk acceptance decisions rather than merely approve them.

Training is most credible when it reflects the controls people use. A policy that nobody can explain, a route that nobody owns, or a trace that nobody reviews is not an operating model. It is documentation waiting for an incident.

The useful question for every AI programme is not whether it has an EU AI Act plan. It is whether the next request can be governed, explained and improved without slowing the business to a halt.

Put every prompt through one governed doorway.

Route a slice of your traffic through routeur.ai and see the controls — routing, DLP, shields and a full audit trail — on every request.

Start your free trial →