{"id":5997,"date":"2025-06-02T11:50:15","date_gmt":"2025-06-02T09:50:15","guid":{"rendered":"https:\/\/xpandai.one\/?page_id=5997"},"modified":"2025-11-05T23:22:24","modified_gmt":"2025-11-05T22:22:24","slug":"interview-10-questions-on-the-eu-ai-act","status":"publish","type":"page","link":"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/","title":{"rendered":"Interview: 10 Questions on the EU AI Act"},"content":{"rendered":"\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">I<strong>nterview: 10 Questions on the EU AI Act<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-center\"><strong>The EU AI Act at a Glance: What You Should Know Now<\/strong><\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>The EU AI Act at a Glance | Xpand AI Academy<\/title>\n    <style>\n        :root {\n            --primary: #52898b;\n            --primary-light: #a5c6c8;\n            --secondary: #19404e;\n            --background: #f9f9f9;\n            --border: #e0e8e9;\n            --accent: #e67e22;\n            --accent-light: #f8c291;\n            --text: #333333;\n            --white: #ffffff;\n            --light-bg: #f5f9fa;\n            --shadow: 0 4px 10px rgba(0,0,0,0.05);\n            --transition: all 0.3s ease;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text);\n            background-color: var(--background);\n            padding: 20px;\n        }\n        \n        .module-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            background-color: var(--white);\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n        \n        .module-header {\n            padding: 30px;\n            background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);\n            color: white;\n        }\n        \n        .module-title {\n            font-size: 28px;\n            margin-bottom: 0;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        \n        .module-title svg {\n            flex-shrink: 0;\n        }\n        \n        .module-intro {\n            background-color: var(--light-bg);\n            padding: 25px 30px;\n            margin: 30px;\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            border-left: 4px solid var(--primary);\n        }\n        \n        .intro-icon {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-top: 15px;\n            color: var(--secondary);\n            font-weight: 600;\n        }\n        \n        .section-title {\n            color: var(--secondary);\n            font-size: 22px;\n            margin: 40px 30px 20px;\n            position: relative;\n            padding-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 2px;\n            background-color: var(--primary);\n        }\n        \n        .focus-box {\n            background-color: var(--light-bg);\n            border-left: 4px solid var(--primary);\n            padding: 25px;\n            margin: 30px;\n            border-radius: 0 12px 12px 0;\n        }\n        \n        .focus-box h3 {\n            color: var(--secondary);\n            margin-bottom: 15px;\n            font-size: 20px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .focus-box ul {\n            margin-left: 15px;\n            list-style-type: none;\n        }\n        \n        .focus-box li {\n            margin-bottom: 12px;\n            position: relative;\n            padding-left: 28px;\n        }\n        \n        .focus-box li::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 4px;\n            width: 18px;\n            height: 18px;\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2352898b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C\/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C\/polyline%3E%3C\/svg%3E\");\n            background-repeat: no-repeat;\n        }\n        \n        .interview-nav {\n            background-color: var(--white);\n            padding: 20px 30px;\n            margin: 30px;\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            position: sticky;\n            top: 20px;\n            z-index: 10;\n        }\n\n        .nav-title {\n            margin-bottom: 15px;\n            color: var(--secondary);\n            font-weight: 600;\n        }\n        \n        .nav-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: flex-start;\n        }\n        \n        .nav-item {\n            background-color: var(--light-bg);\n            border: 1px solid var(--border);\n            border-radius: 30px;\n            padding: 8px 15px;\n            font-size: 14px;\n            color: var(--secondary);\n            text-decoration: none;\n            transition: var(--transition);\n            white-space: nowrap;\n            display: inline-flex;\n            align-items: center;\n        }\n        \n        .nav-item:hover, .nav-item.active {\n            background-color: var(--primary);\n            color: var(--white);\n            transform: translateY(-2px);\n            box-shadow: 0 4px 8px rgba(82, 137, 139, 0.2);\n        }\n        \n        .interview-container {\n            padding: 0 30px 30px;\n        }\n        \n        .interview-item {\n            margin-bottom: 20px;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n        \n        .interview-item.active {\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n            transform: translateY(-2px);\n        }\n        \n        .question {\n            background-color: var(--white);\n            padding: 18px 20px;\n            cursor: pointer;\n            position: relative;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            transition: var(--transition);\n            border-left: 4px solid var(--primary);\n        }\n        \n        .question:hover {\n            background-color: var(--light-bg);\n        }\n        \n        .question-icon {\n            flex-shrink: 0;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: bold;\n            font-size: 18px;\n            transition: var(--transition);\n        }\n        \n        .interview-item.active .question-icon {\n            transform: scale(1.1);\n            box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n        }\n        \n        .question-text {\n            flex-grow: 1;\n            font-weight: 600;\n            font-size: 17px;\n            color: var(--secondary);\n        }\n        \n        .question-toggle {\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: var(--transition);\n        }\n        \n        .question-toggle svg {\n            transition: var(--transition);\n            stroke: var(--primary);\n        }\n        \n        .interview-item.active .question-toggle svg {\n            transform: rotate(180deg);\n        }\n        \n        .answer {\n            background-color: var(--white);\n            max-height: 0;\n            overflow: hidden;\n            transition: var(--transition);\n        }\n        \n        .answer-padding {\n            padding: 0 20px 0 75px;\n            opacity: 0;\n            transform: translateY(-10px);\n            transition: opacity 0.4s ease, transform 0.4s ease;\n        }\n        \n        .interview-item.active .answer {\n            max-height: 2000px;\n        }\n        \n        .interview-item.active .answer-padding {\n            padding: 5px 20px 25px 75px;\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .answer-content {\n            line-height: 1.7;\n            font-size: 16px;\n        }\n        \n        .answer-content p {\n            margin-bottom: 15px;\n        }\n        \n        .answer-content ul {\n            margin-left: 20px;\n            margin-bottom: 15px;\n        }\n        \n        .answer-content li {\n            margin-bottom: 10px;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, rgba(82, 137, 139, 0.15) 0%, rgba(82, 137, 139, 0.25) 100%);\n            padding: 3px 6px;\n            border-radius: 3px;\n            font-weight: 500;\n        }\n        \n        .article-reference {\n            color: var(--primary);\n            font-weight: 600;\n            border-bottom: 1px dotted;\n        }\n\n        \/* Progress indicator *\/\n        .progress-container {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            z-index: 100;\n            background-color: rgba(0, 0, 0, 0.05);\n        }\n\n        .progress-bar {\n            height: 100%;\n            width: 0;\n            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);\n            transition: width 0.2s ease;\n        }\n        \n        @media (max-width: 900px) {\n            .module-container {\n                border-radius: 8px;\n            }\n            \n            .module-header, .module-intro, .focus-box, .interview-nav {\n                padding: 20px;\n                margin: 20px;\n            }\n            \n            .interview-container {\n                padding: 0 20px 20px;\n            }\n            \n            .section-title {\n                margin: 30px 20px 15px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .interview-item.active .answer-padding {\n                padding: 0 15px 20px 15px;\n            }\n            \n            .question {\n                padding: 15px;\n                flex-wrap: wrap;\n            }\n            \n            .question-icon {\n                width: 36px;\n                height: 36px;\n                font-size: 16px;\n            }\n            \n            .question-text {\n                flex: 1 0 calc(100% - 80px);\n                font-size: 16px;\n            }\n            \n            .answer-padding {\n                padding: 0 15px;\n            }\n            \n            .module-title {\n                font-size: 22px;\n                flex-wrap: wrap;\n            }\n            \n            .nav-container {\n                overflow-x: auto;\n                -webkit-overflow-scrolling: touch;\n                padding-bottom: 5px;\n                flex-wrap: nowrap;\n            }\n            \n            .interview-nav {\n                position: relative;\n                top: 0;\n            }\n        }\n        \n        \/* Accessibility improvements *\/\n        .sr-only {\n            position: absolute;\n            width: 1px;\n            height: 1px;\n            padding: 0;\n            margin: -1px;\n            overflow: hidden;\n            clip: rect(0, 0, 0, 0);\n            white-space: nowrap;\n            border-width: 0;\n        }\n        \n        .nav-item:focus, .question:focus {\n            outline: 2px solid var(--primary);\n            outline-offset: 2px;\n        }\n\n        \/* Light animation for focus *\/\n        @keyframes pulse {\n            0% { box-shadow: 0 0 0 0 rgba(82, 137, 139, 0.4); }\n            70% { box-shadow: 0 0 0 10px rgba(82, 137, 139, 0); }\n            100% { box-shadow: 0 0 0 0 rgba(82, 137, 139, 0); }\n        }\n        \n        .question:focus {\n            animation: pulse 1.5s;\n        }\n    <\/style>\n<\/head>\n<body>\n    \n\n    <div class=\"module-container\">\n        <div class=\"module-header\">\n            \n                \n          \n        <\/div>\n        \n        <div class=\"module-intro\">\n            <p><strong>What the new EU AI Act means for companies\u2014and how to prepare your employees.<\/strong><\/p>\n            <p>The EU AI Act is changing the rules for dealing with AI\u2014including for daily use in the workplace. In this compact overview, you will learn what requirements companies now face, what opportunities arise, and how to achieve a responsible implementation.<\/p>\n            \n            <div class=\"intro-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\n                <\/svg>\n                In-depth knowledge, clearly explained\n            <\/div>\n            <p>We have thoroughly researched and sought legal advice to compile the most important facts and recommendations for you. The goal is to provide you with orientation\u2014understandable, practical, and clearly structured.<\/p>\n        <\/div>\n        \n        <div class=\"focus-box\">\n            <h3>\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\"><\/path>\n                    <path d=\"M2 12c0 1.691 2.113 3.43 3.674 4.074C7.247 16.715 9.075 17 12 17c2.925 0 4.753-.285 6.326-.926C19.887 15.43 22 13.69 22 12c0-1.691-2.113-3.43-3.674-4.074C16.753 7.285 14.925 7 12 7c-2.925 0-4.753.285-6.326.926C4.113 8.57 2 10.31 2 12Z\"><\/path>\n                <\/svg>\n                In focus:\n            <\/h3>\n            <ul>\n                <li>What the EU AI Act means for users<\/li>\n                <li>Which obligations are relevant for companies<\/li>\n                <li>How you can prepare strategically<\/li>\n                <li>Where transparency and responsibility are required<\/li>\n            <\/ul>\n        <\/div>\n        \n        <h3 class=\"section-title\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <circle cx=\"11\" cy=\"11\" r=\"8\"><\/circle>\n                <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"><\/line>\n            <\/svg>\n            Navigate through the interview\n        <\/h3>\n        \n        <div class=\"interview-nav\">\n            <p class=\"nav-title\">Topics in this overview:<\/p>\n            <div class=\"nav-container\">\n                <a href=\"#question1\" class=\"nav-item\" tabindex=\"0\">Meaning for companies<\/a>\n                <a href=\"#question2\" class=\"nav-item\" tabindex=\"0\">Risk categories<\/a>\n                <a href=\"#question3\" class=\"nav-item\" tabindex=\"0\">Provider vs. operator<\/a>\n                <a href=\"#question4\" class=\"nav-item\" tabindex=\"0\">High-risk area?<\/a>\n                <a href=\"#question5\" class=\"nav-item\" tabindex=\"0\">Technical measures<\/a>\n                <a href=\"#question6\" class=\"nav-item\" tabindex=\"0\">Responsibilities<\/a>\n                <a href=\"#question7\" class=\"nav-item\" tabindex=\"0\">Transparency obligations<\/a>\n                <a href=\"#question8\" class=\"nav-item\" tabindex=\"0\">Consequences<\/a>\n                <a href=\"#question9\" class=\"nav-item\" tabindex=\"0\">Opportunities<\/a>\n                <a href=\"#question10\" class=\"nav-item\" tabindex=\"0\">Strategic adjustments<\/a>\n            <\/div>\n        <\/div>\n        \n        <div class=\"interview-container\">\n            <div class=\"interview-item\" id=\"question1\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer1\">\n                    <div class=\"question-icon\">1<\/div>\n                    <div class=\"question-text\">What does the EU AI Act specifically mean for companies that use or develop AI systems?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer1\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>The EU AI Act introduces a <span class=\"highlight\">risk-based regulatory framework for AI in Europe<\/span>. Companies that develop (providers) or use (operators) AI systems must meet specific requirements depending on the risk level of their systems. These include, among other things, transparency obligations, risk management, documentation requirements, or user training.<\/p>\n                            <p>The AI Act thus creates for the first time a binding, uniform set of rules for trustworthy AI in the EU.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question2\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer2\">\n                    <div class=\"question-icon\">2<\/div>\n                    <div class=\"question-text\">What different risk categories are defined in the EU AI Act and how do they differ?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer2\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>The EU AI Act distinguishes four risk classes:<\/p>\n                            <ul>\n                                <li><strong>Prohibited AI practices<\/strong> (e.g., manipulative systems or social scoring)<\/li>\n                                <li><strong>High-risk AI systems<\/strong> (e.g., applicant selection, credit scoring, biometric identification)<\/li>\n                                <li><strong>Limited risks with transparency obligation<\/strong> (e.g., chatbots)<\/li>\n                                <li><strong>Minimal risk<\/strong> \u2013 these systems can be used freely<\/li>\n                            <\/ul>\n                            <p>The higher the risk, the stricter the requirements. The risk classification determines the testing and training obligations.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Continue with the rest of the interview items... -->\n            <div class=\"interview-item\" id=\"question3\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer3\">\n                    <div class=\"question-icon\">3<\/div>\n                    <div class=\"question-text\">What obligations arise for companies that act as providers of AI systems, compared to those that use AI internally as operators?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer3\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p><strong>Providers<\/strong> must carry out comprehensive conformity assessment procedures, establish a risk management system, technical documentation, and ensure ongoing monitoring (<span class=\"article-reference\">Art. 16\u201325<\/span>).<\/p>\n                            <p><strong>Operators<\/strong>, i.e., users of AI, are obliged to use systems in accordance with regulations, train employees (<span class=\"article-reference\">Art. 29<\/span>), and document and question results.<\/p>\n                            <p>Both roles have responsibilities\u2014but at different levels.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question4\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer4\">\n                    <div class=\"question-icon\">4<\/div>\n                    <div class=\"question-text\">How can companies determine if their used AI systems are classified as &#8220;high-risk&#8221; and what criteria are decisive?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer4\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>The classification is made via <span class=\"article-reference\">Article 6<\/span> and <span class=\"article-reference\">Annex III<\/span> of the AI Act. There, precisely defined use cases are listed\u2014e.g., in HR, education, justice, public administration.<\/p>\n                            <p>In addition, if an AI is part of an already regulated product (e.g., a medical device), it is automatically high-risk.<\/p>\n                            <p>Companies should therefore check their systems early on for the intended purpose and context\u2014if necessary, with legal or technical support.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question5\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer5\">\n                    <div class=\"question-icon\">5<\/div>\n                    <div class=\"question-text\">What concrete technical and organizational measures must companies take to comply with the requirements of the EU AI Act?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer5\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>That depends on the risk class. For high-risk AI, the following are required, among others:<\/p>\n                            <ul>\n                                <li>Establishment of a risk management system (<span class=\"article-reference\">Art. 9<\/span>)<\/li>\n                                <li>Ensuring data quality (<span class=\"article-reference\">Art. 10<\/span>)<\/li>\n                                <li>Logging (<span class=\"article-reference\">Art. 12<\/span>)<\/li>\n                                <li>Transparency &#038; user information (<span class=\"article-reference\">Art. 13<\/span>)<\/li>\n                                <li>human oversight (<span class=\"article-reference\">Art. 14<\/span>)<\/li>\n                                <li>and technical robustness (<span class=\"article-reference\">Art. 15<\/span>)<\/li>\n                            <\/ul>\n                            <p>In addition, training and an internal QM system must be in place.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question6\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer6\">\n                    <div class=\"question-icon\">6<\/div>\n                    <div class=\"question-text\">How should companies proceed internally to clearly regulate responsibilities\u2014for example, as a provider or operator?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer6\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>The central point is the clarification of roles according to <span class=\"article-reference\">Article 3<\/span>: Am I a provider, importer, distributor, or operator? Obligations can then be derived from this.<\/p>\n                            <p>Companies should define responsibilities in the AI governance structure\u2014e.g., via an internal policy, a responsibility matrix, or dedicated roles (such as an AI officer, if voluntary).<\/p>\n                            <p><span class=\"highlight\">Documentation is crucial here<\/span> to be prepared for liability in the event of an audit.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question7\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer7\">\n                    <div class=\"question-icon\">7<\/div>\n                    <div class=\"question-text\">What transparency and information obligations towards end users does the EU AI Act prescribe?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer7\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>According to <span class=\"article-reference\">Article 52<\/span>, companies must ensure that users recognize:<\/p>\n                            <ul>\n                                <li>when they are interacting with an AI (e.g., chatbot)<\/li>\n                                <li>when content has been generated by AI (e.g., text, image, audio)<\/li>\n                                <li>when biometric or emotional characteristics are being recorded<\/li>\n                            <\/ul>\n                            <p>These notices must be clear, understandable, and given in advance. <span class=\"highlight\">Violations of these transparency obligations can be sanctioned<\/span>\u2014even for non-high-risk AI.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question8\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer8\">\n                    <div class=\"question-icon\">8<\/div>\n                    <div class=\"question-text\">What happens if companies do not comply with the provisions of the EU AI Act\u2014what consequences do they face?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer8\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>Violations of the AI Act can be punished with fines of up to <span class=\"highlight\">35 million euros or 7% of the worldwide annual turnover<\/span>\u2014depending on the severity and type of violation (<span class=\"article-reference\">Art. 71<\/span>).<\/p>\n                            <p>The use of prohibited AI or manipulative systems is punished particularly severely. But a lack of training, insufficient documentation, or a lack of transparency can also lead to fines and reputational damage.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question9\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer9\">\n                    <div class=\"question-icon\">9<\/div>\n                    <div class=\"question-text\">How can companies use the opportunities that arise from complying with the EU AI Act to build trust with customers and partners?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer9\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p>Transparency and responsibility build trust\u2014not only with authorities, but also with customers and business partners.<\/p>\n                            <p>Companies that demonstrate early on that they use AI ethically, safely, and transparently position themselves as <span class=\"highlight\">trustworthy innovators<\/span>.<\/p>\n                            <p>This is also a competitive advantage\u2014for example, in tenders or investor evaluations.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"interview-item\" id=\"question10\">\n                <div class=\"question\" onclick=\"toggleQuestion(this.parentElement)\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"answer10\">\n                    <div class=\"question-icon\">10<\/div>\n                    <div class=\"question-text\">What short-term and long-term strategic adjustments should companies make to meet future regulatory requirements?<\/div>\n                    <div class=\"question-toggle\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"6 9 12 15 18 9\"><\/polyline>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"answer\" id=\"answer10\">\n                    <div class=\"answer-padding\">\n                        <div class=\"answer-content\">\n                            <p><strong>Short-term:<\/strong> Risk classification of the used AI systems, awareness-raising and training of employees, establishing transparency measures.<\/p>\n                            <p><strong>Long-term:<\/strong> Building an AI governance structure, integrating compliance-by-design into development processes, regular audits and monitoring.<\/p>\n                            <p>It is important to secure AI not only technically, but also <span class=\"highlight\">organizationally &#038; ethically<\/span>.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <script>\n        \/\/ Toggle questions\n        function toggleQuestion(element) {\n            \/\/ Get state\n            const isExpanded = element.classList.contains('active');\n            \n            \/\/ Update ARIA attributes\n            const questionButton = element.querySelector('.question');\n            questionButton.setAttribute('aria-expanded', !isExpanded);\n            \n            \/\/ Close all other questions\n            const allItems = document.querySelectorAll('.interview-item.active');\n            allItems.forEach(item => {\n                if (item !== element) {\n                    item.classList.remove('active');\n                    const itemQuestion = item.querySelector('.question');\n                    itemQuestion.setAttribute('aria-expanded', 'false');\n                }\n            });\n            \n            \/\/ Toggle current question\n            element.classList.toggle('active');\n            \n            \/\/ Update active nav item\n            updateActiveNavItem();\n        }\n        \n        \/\/ Navigation click handler\n        document.querySelectorAll('.nav-item').forEach(item => {\n            item.addEventListener('click', (e) => {\n                e.preventDefault();\n                const targetId = item.getAttribute('href').substring(1);\n                const targetElement = document.getElementById(targetId);\n                \n                \/\/ Scroll to target\n                window.scrollTo({\n                    top: targetElement.offsetTop - 100,\n                    behavior: 'smooth'\n                });\n                \n                \/\/ Open the question after a delay\n                setTimeout(() => {\n                    if (!targetElement.classList.contains('active')) {\n                        toggleQuestion(targetElement);\n                    }\n                }, 500);\n            });\n        });\n        \n        \/\/ Keyboard navigation for questions\n        document.querySelectorAll('.question').forEach(question => {\n            question.addEventListener('keydown', (e) => {\n                \/\/ Enter or space activates the questions\n                if (e.key === 'Enter' || e.key === ' ') {\n                    e.preventDefault();\n                    toggleQuestion(question.parentElement);\n                }\n            });\n        });\n        \n        function updateActiveNavItem() {\n            \/\/ Get all nav items\n            const navItems = document.querySelectorAll('.nav-item');\n            \n            \/\/ Remove active class from all items\n            navItems.forEach(item => {\n                item.classList.remove('active');\n            });\n            \n            \/\/ Find the current question in view\n            const interviewItems = document.querySelectorAll('.interview-item');\n            const scrollPosition = window.scrollY + 150;\n            \n            for (let i = interviewItems.length - 1; i >= 0; i--) {\n                const item = interviewItems[i];\n                \n                if (item.offsetTop <= scrollPosition) {\n                    const id = item.getAttribute('id');\n                    const correspondingNavItem = document.querySelector(`.nav-item[href=\"#${id}\"]`);\n                    \n                    if (correspondingNavItem) {\n                        correspondingNavItem.classList.add('active');\n                    }\n                    \n                    break;\n                }\n            }\n        }\n        \n        \/\/ Progress bar update\n        function updateProgressBar() {\n            const winScroll = document.body.scrollTop || document.documentElement.scrollTop;\n            const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;\n            const scrolled = (winScroll \/ height) * 100;\n            document.getElementById(\"progressBar\").style.width = scrolled + \"%\";\n        }\n        \n        \/\/ Event listeners\n        window.addEventListener('scroll', function() {\n            updateActiveNavItem();\n            updateProgressBar();\n        });\n        \n        \/\/ Initialize: Open first question by default and set up progress bar\n        document.addEventListener('DOMContentLoaded', () => {\n            const firstQuestion = document.querySelector('.interview-item');\n            if (firstQuestion) {\n                toggleQuestion(firstQuestion);\n            }\n            updateProgressBar();\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Interview: 10 Questions on the EU AI Act The EU AI Act at a Glance: What You Should Know Now The EU AI Act at a Glance | Xpand AI Academy What the new EU AI Act means for companies\u2014and how to prepare your employees. The EU AI Act is changing the rules for dealing with AI\u2014including for daily use&hellip;<\/p>\n","protected":false},"author":225,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"_glsr_average":0,"_glsr_ranking":0,"_glsr_reviews":0,"footnotes":""},"kategorie":[],"class_list":["post-5997","page","type-page","status-publish","hentry","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Interview: 10 Questions on the EU AI Act | xpandAI<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Interview: 10 Questions on the EU AI Act | xpandAI\" \/>\n<meta property=\"og:description\" content=\"Interview: 10 Questions on the EU AI Act The EU AI Act at a Glance: What You Should Know Now The EU AI Act at a Glance | Xpand AI Academy What the new EU AI Act means for companies\u2014and how to prepare your employees. The EU AI Act is changing the rules for dealing with AI\u2014including for daily use&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/\" \/>\n<meta property=\"og:site_name\" content=\"xpandAI\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-05T22:22:24+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/interview-10-questions-on-the-eu-ai-act\\\/\",\"url\":\"https:\\\/\\\/xpandai.one\\\/en\\\/interview-10-questions-on-the-eu-ai-act\\\/\",\"name\":\"Interview: 10 Questions on the EU AI Act | xpandAI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/#website\"},\"datePublished\":\"2025-06-02T09:50:15+00:00\",\"dateModified\":\"2025-11-05T22:22:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/interview-10-questions-on-the-eu-ai-act\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xpandai.one\\\/en\\\/interview-10-questions-on-the-eu-ai-act\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/interview-10-questions-on-the-eu-ai-act\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/xpandai.one\\\/en\\\/start\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Interview: 10 Questions on the EU AI Act\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xpandai.one\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/xpandai.one\\\/en\\\/\",\"name\":\"xpandAI\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xpandai.one\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Interview: 10 Questions on the EU AI Act | xpandAI","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/","og_locale":"en_US","og_type":"article","og_title":"Interview: 10 Questions on the EU AI Act | xpandAI","og_description":"Interview: 10 Questions on the EU AI Act The EU AI Act at a Glance: What You Should Know Now The EU AI Act at a Glance | Xpand AI Academy What the new EU AI Act means for companies\u2014and how to prepare your employees. The EU AI Act is changing the rules for dealing with AI\u2014including for daily use&hellip;","og_url":"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/","og_site_name":"xpandAI","article_modified_time":"2025-11-05T22:22:24+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/","url":"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/","name":"Interview: 10 Questions on the EU AI Act | xpandAI","isPartOf":{"@id":"https:\/\/xpandai.one\/en\/#website"},"datePublished":"2025-06-02T09:50:15+00:00","dateModified":"2025-11-05T22:22:24+00:00","breadcrumb":{"@id":"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/xpandai.one\/en\/interview-10-questions-on-the-eu-ai-act\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/xpandai.one\/en\/start\/"},{"@type":"ListItem","position":2,"name":"Interview: 10 Questions on the EU AI Act"}]},{"@type":"WebSite","@id":"https:\/\/xpandai.one\/en\/#website","url":"https:\/\/xpandai.one\/en\/","name":"xpandAI","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xpandai.one\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/pages\/5997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/users\/225"}],"replies":[{"embeddable":true,"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/comments?post=5997"}],"version-history":[{"count":5,"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/pages\/5997\/revisions"}],"predecessor-version":[{"id":6005,"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/pages\/5997\/revisions\/6005"}],"wp:attachment":[{"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/media?parent=5997"}],"wp:term":[{"taxonomy":"kategorie","embeddable":true,"href":"https:\/\/xpandai.one\/en\/wp-json\/wp\/v2\/kategorie?post=5997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}