EU AI Act 2026 for Businesses: IT Checklist | Edge1S

EU AI Act from 2 August 2026: What Changes for Businesses and How to Prepare AI Systems?

The EU AI Act has entered another important stage of application. From 2 August 2026, new requirements apply, including transparency obligations for certain AI systems and AI-generated or manipulated content. At the same time, some deadlines concerning high-risk AI systems have been postponed.

System AI z symbolem ostrzeżenia – ilustracja wymagań AI Act 2026 dla firm

For businesses using artificial intelligence, this means more than reviewing another piece of regulation. If a chatbot supports customers, a model generates content, AI is integrated into an existing application, or an AI agent can perform actions through enterprise APIs, regulatory requirements may translate into specific decisions concerning UX, architecture, data, integrations, testing, monitoring and access control.

Key takeaway for CIOs and CTOs: the AI Act is not only a Legal and Compliance topic. Once regulatory requirements have to be implemented in a production system, they also become a concern for architecture, development, Data, UX/UI, QA, DevOps and the teams responsible for maintaining the solution.

Legal status: 10 August 2026
This article presents a technology perspective on preparing AI systems and does not constitute legal advice. The classification of a system and the interpretation of specific regulatory obligations should be confirmed with your Legal or Compliance team.

EU AI Act 2026: what actually happened on 2 August?

The AI Act has been designed to apply in stages. Saying that “the AI Act came into force on 2 August 2026” is therefore an oversimplification.

Some provisions had already started to apply earlier. Since 2 February 2025, for example, certain prohibitions on unacceptable AI practices and requirements related to AI literacy have applied.

From 2 August 2026, another important group of rules started to apply, including the transparency obligations under Article 50 of the AI Act. The European Commission also published final guidelines explaining the scope of these requirements.

The transparency requirements cover, among other things:

  • informing people when they are interacting directly with certain AI systems, unless this is obvious from the circumstances,
  • technical marking by providers of certain AI-generated or manipulated content,
  • disclosure requirements concerning deepfakes,
  • specific cases involving AI-generated text published to inform the public about matters of public interest,
  • informing people exposed to certain emotion recognition or biometric categorisation systems.

This does not mean that every requirement of the AI Act started to apply at the same time.

What about high-risk AI systems?

The implementation schedule for high-risk AI systems has changed. According to the current timetable, the requirements concerning high-risk AI systems listed in Annex III are to apply from 2 December 2027. For certain high-risk AI systems related to products covered by EU product safety legislation, the relevant deadline has been moved to 2 August 2028.

Practical takeaway: postponed deadlines should not be interpreted as a reason to postpone preparation. Adapting a system may require changes to architecture, data, documentation, vendor agreements, development processes and monitoring mechanisms.

What is changing in Poland?

Poland’s Act on Artificial Intelligence Systems establishes national mechanisms for supervising the AI market and implementing the EU framework. For organisations operating in Poland, August 2026 is therefore a good time not only to review legal documentation, but also to perform a technical review of how AI is actually used across the organisation.

For current regulatory information, organisations should rely primarily on official sources such as the European Commission, the AI Act Service Desk and, for organisations operating in Poland, the relevant national authorities.

EU AI Act: are we a provider or a deployer?

One of the first questions should not be: “Which requirements does our model meet?” The starting point is to determine the organisation’s role in relation to the specific AI system.

01

We build our own AI system

Assess whether the organisation acts as a provider in this particular scenario.

02

We use a third-party AI system

Assess the obligations of the deployer and the responsibilities of the system provider.

03

We modify an existing solution

If the system, its intended purpose or the way it is used changes, reassess the organisation’s role.

The AI Act distinguishes, among others, between a provider and a deployer. In simplified terms, a provider develops an AI system, or has one developed, and places it on the market or puts it into service under its own name or trademark. A deployer uses an AI system under its authority in the course of its activities.

It is therefore risky to assume that using a third-party model automatically removes responsibility from the organisation. At the same time, simply integrating an external model through an API does not automatically make the organisation a provider.

Important: the role should be assessed for the specific system, implementation model and intended use. Borderline cases should be confirmed with Legal or Compliance.

What does the AI Act mean for an existing application or system?

It is possible to analyse the regulation article by article. From a CIO or CTO perspective, however, a more practical question is: which parts of our technology environment should we review?

The table below is not a legal compliance checklist. It highlights technical areas worth reviewing when regulatory requirements need to be translated into a production system.

AreaCIO/CTO questionWhat should be reviewed technically?
Interaction with AIDoes the user know they are interacting with AI?UI, UX, placement and timing of disclosure, accessibility.
Content generationCan we preserve information about the origin of the output?Metadata, machine-readable marking, content provenance, provider integration.
IntegrationsWhere can AI initiate actions?APIs, permissions, tool access, scope of privileges.
DataWhich data does the system use?Sources, access control, lineage, personal data.
QAHow do we verify the system’s behaviour?Test scenarios, regression testing, AI evaluation, integration testing.
MonitoringCan we see what happens after deployment?Observability, alerting, versioning, logging.
Human oversightWhere can a person take control of the process?Workflow, escalation, approval, override.
Vendor managementWhat does the model or system provider support?Documentation, marking mechanisms, API capabilities, update policies.

A regulatory requirement is not the same as a specific technical tool. The AI Act does not simply require an organisation to “implement observability” or use a particular QA framework. The technology environment does, however, need to enable the organisation to meet the requirements applicable to its specific use case.

A company deploys an AI chatbot for customer service. What should it check?

A chatbot is a useful example because the implementation can initially appear simple:

Model → API → application → data → user

Under Article 50, AI systems intended to interact directly with people should be designed so that the person concerned is informed that they are interacting with an AI system, unless this is obvious from the circumstances and context of use.

From a product perspective, the question is therefore not only:

“Have we added a message saying that the user is interacting with AI?”
The team should also consider how transparency affects UX, accessibility, integrations, data, permissions, QA, monitoring and human handover.

AreaWhat is worth checking?
UX/UIWhere and when is the AI disclosure shown? Is it clear without unnecessarily disrupting the user’s task?
AccessibilityIs the information accessible to people using assistive technologies?
IntegrationsDoes the chatbot only respond, or can it also perform operations in CRM, ERP or other business systems?
PermissionsWhich tools, functions and data can the model or agent access?
DataDoes the system use CRM data, customer history, internal documents or personal data?
QAWhat happens when the user enters an unusual instruction, attempts to bypass restrictions or receives an incorrect response?
MonitoringCan we detect deteriorating response quality or problems with connected data sources?
Human handoverWhen should a human take over, and how does escalation work?

AI-generated content: why the problem does not end with a label

Another scenario concerns systems that generate content. Article 50 introduces specific transparency requirements for certain synthetic, AI-generated or AI-manipulated content.

For the technology team, however, there is an additional question:

Will information about the origin of the content survive the entire processing pipeline?

Imagine an application that:

01
Generates an asset using an AI model
02
Retrieves it through an API
03
Processes or converts it
04
Stores it in a DAM
05
Sends it to a CMS
06
Publishes it across multiple channels

The fact that the model provider supplies a technical marking mechanism does not automatically mean that the entire downstream pipeline will preserve it.

Questions worth checking include:

  • What information is supplied by the AI provider?
  • Does the API pass the relevant information downstream?
  • What happens to metadata when a file is transformed?
  • Does the CMS or DAM preserve provenance?
  • Can conversion or optimisation remove relevant information?
  • Can the organisation reconstruct how a particular asset was created and processed?

This is not a universal list of obligations arising directly from Article 50. These are architectural and operational questions that help determine whether the organisation’s own technology stack may remove or interfere with mechanisms used to meet specific transparency requirements.

EU AI Act: technical readiness checklist for CIOs and CTOs

An AI Act review should start not with individual models, but with an inventory of how AI is used across the organisation.

  • Do we know where AI is being used across the organisation?
  • Have we identified our role in relation to each AI system?
  • Does the AI system interact directly with users?
  • Does it generate or modify text, images, audio or video?
  • Do we know which transparency mechanisms are provided by the AI vendor?
  • Does the system have a human override or escalation path where one is required?
  • Can we identify which model version, configuration, prompts and data sources were used at a specific point in time?
  • Does QA cover the behaviour of AI components, not only the surrounding application?
  • Can monitoring detect failures, anomalies or deterioration in system quality?
  • Do changes to the model, provider, prompts or integrations go through a controlled release process?

Important distinction: not every item above is a direct obligation under Article 50 of the AI Act. Some are engineering and governance practices that help an organisation maintain control over an AI system and implement the requirements applicable to its specific use case.

A useful sequence is therefore:

System → organisation’s role → use case → applicable requirements → technical implementation

Why is the AI Act also an architecture problem?

A regulation cannot implement transparency or system controls by itself. When a requirement has to work in a production environment, it often needs to be translated into code, configuration, architecture or a technology process.

NeedPotential technical implementation
User transparencyUI / UX / accessibility
Access controlPermissions / authorisation / APIs
Content provenanceMetadata / provenance mechanisms
Human controlWorkflow / approval / escalation
System traceabilityLogging / observability / monitoring
Controlled AI updatesVersioning / CI/CD / release management
Behaviour verificationQA / AI evaluation / regression testing

In an enterprise environment, AI Act readiness requires collaboration between:
Legal / Compliance + Security + Architecture + Development + Data + QA + DevOps + Product.

Only then can the organisation answer two separate questions:

  • Do we know which requirements apply to our solution?
  • Is our system technically capable of meeting them?

We already have an AI system in production. What should we do now?

Not every production system needs to be rebuilt from scratch. A more practical approach is to move through a structured review and remediation process.

StageWhat do we do?Outcome
1. InventoryIdentify systems, applications and functions that use AI.AI inventory.
2. ClassifyIdentify intended purpose, roles, users, data and actions performed by the system.Information required for legal and technical classification.
3. Gap analysisCompare applicable requirements with the actual architecture and processes.Identified gaps and priorities.
4. RemediationDesign the required changes to UI, APIs, data, workflows and infrastructure.Technical remediation plan.
5. TestVerify the solution end-to-end.Validated system behaviour.
6. DeployRelease the changes through a controlled deployment process.Controlled production release.
7. MonitorMonitor the model, integrations, data and system behaviour.Ongoing control and visibility.

AI readiness is not a one-off project. Models, APIs, data, prompts and connected systems continue to change after go-live. Governance, QA and monitoring should therefore remain part of the solution lifecycle.

How can Edge One Solutions support the technical preparation of an AI system?

At Edge One Solutions, we approach AI-related requirements primarily from a technology perspective. We do not replace Legal or Compliance teams. Instead, we help address the next question:

What needs to change technically once we know which requirements the solution has to meet?

Depending on the architecture and use case, this may involve changes to an application, new integrations, improvements to the data layer, UX/UI changes, additional testing, observability mechanisms or a different operating model for maintaining the system.

AI & Data

Solution architecture, data preparation and integration of AI components with existing enterprise environments.

Custom Development & Integrations

Changes to applications, APIs, workflows and enterprise integrations.

UX/UI & QA

Designing transparent user interactions and testing the behaviour of AI-enabled systems.

DevOps & Managed Services

Versioning, controlled releases, monitoring, observability and ongoing support after go-live.

If your organisation is still assessing whether its business, systems and data are ready for AI, see our AI Readiness for Enterprises checklist. For the wider governance perspective, read Ethics, regulations, and responsible artificial intelligence in business – what every CIO needs to know.

You can also explore our guide to legacy system modernisation for AI if existing applications, data structures or integrations are limiting your ability to deploy AI safely and reliably.

Is your AI system technically ready for the new requirements?

If you already know which requirements apply to your solution but are unsure how to translate them into architecture, integrations, UX, testing or monitoring, we can help assess the existing environment and plan the required technical changes.

Explore our AI & Data capabilities

FAQ – EU AI Act 2026 for businesses

Did the entire EU AI Act become applicable on 2 August 2026?

No. The AI Act applies in stages. From 2 August 2026, another group of requirements started to apply, including transparency obligations under Article 50. Some requirements concerning high-risk AI systems have later application dates.

Does every chatbot have to disclose that it is AI?

Article 50 requires AI systems intended to interact directly with people to be designed so that the person is informed that they are interacting with AI, unless this is obvious from the circumstances and context of use to a reasonably well-informed and observant person.

Does every piece of AI-generated content need a visible label?

No. The rules should not be generalised in that way. Article 50 distinguishes between technical machine-readable marking requirements and specific disclosure obligations for certain types of AI-generated or manipulated content. The applicable requirement depends on the type of content and the specific use case.

Does using a third-party AI model automatically make a company only a deployer?

The organisation’s role should not be determined solely by who developed the underlying model. The way the system is used, its intended purpose, the level of control and any modifications may all be relevant. Borderline cases should be reviewed with Legal or Compliance.

Does the AI Act mean existing applications have to be rebuilt?

Not necessarily. The scope of changes depends on the AI use case, the organisation’s role, the architecture and the applicable requirements. In some cases a UI or process change may be sufficient; in others, changes may be needed in APIs, data, monitoring, testing or access control.

Does the EU AI Act replace the GDPR?

No. The AI Act applies alongside other legislation. If an AI system processes personal data, the organisation must still consider the applicable data protection requirements, including the GDPR.

What can we do for you?

If you would like to learn more about opportunities to work with us, please fill out the form. Let's get to know each other!

Leave a Reply

Your email address will not be published. Required fields are marked *