{"id":228658,"date":"2026-08-06T17:43:54","date_gmt":"2026-08-06T17:43:54","guid":{"rendered":"https:\/\/www.9senses.ai\/foldout-test\/"},"modified":"2026-08-27T12:23:43","modified_gmt":"2026-08-27T12:23:43","slug":"foldout-test","status":"publish","type":"page","link":"https:\/\/www.9senses.ai\/de\/foldout-test\/","title":{"rendered":"Foldout test (from playbook)"},"content":{"rendered":"\n<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row ns-hdr\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n\/* ==========================================================================\n   NS BUTTON \u2014 border, background and glow from the sample\n   Source: .ns-circle-v2-story-detail-portal-bubble \/ -portal-spin in\n   ninesenses-landing\/assets\/landing-circle-v2.css \u2014 the card that opens on\n   mouseover in the Transformation animation.\n\n   Every value below is the sample's own. Verified inside the site's COMPLETE\n   stylesheet \u2014 all 18 sheets plus the inline blocks from a live page \u2014 not in\n   isolation. Sample vs button across rim, interior, bloom and drop shadow:\n   max difference 10 of 255. Testing without the real CSS loaded hid two\n   Divi rules that switched the rim off entirely; see the notes below.\n\n   Why this is CSS and not Divi fields: the sample needs three stacked\n   box-shadows (Divi allows one), two layered background gradients, a\n   backdrop-filter, and a four-edge 1px rim that requires a pseudo-element.\n   None of those are expressible in the Design tab. Border radius IS a Divi\n   field, so it is left there (16px) and the rim inherits it.\n\n   In the sample the rim sits on the outer bubble and the border on the inner\n   grid. A Divi button is one element, so the rim is pulled out 1px to land on\n   the border row \u2014 the same pixels. That inset:-1px is the only line here not\n   copied verbatim.\n\n   Applied by giving the button module the CSS class  ns-btn-sample .\n   ========================================================================== *\/\n\n.et_pb_button.ns-btn-sample{\n  --ns-btn-rgb:211,222,232;              \/* the sample's own token *\/\n  position:relative;\n  isolation:isolate;\n  \/* --- BORDER --- *\/\n  border:1px solid rgba(var(--ns-btn-rgb),.14)!important;\n  \/* --- BACKGROUND: scrim, 145deg body, corner radial --- *\/\n  background-color:rgba(9,26,69,.92)!important;\n  background-image:\n    linear-gradient(145deg,rgba(18,42,82,.97),rgba(6,19,48,.96)),\n    radial-gradient(circle at 18% 14%,rgba(var(--ns-btn-rgb),.13),transparent 48%)!important;\n  \/* --- GLOW: inset top highlight, 28px bloom, card drop --- *\/\n  box-shadow:\n    inset 0 0 0 1px rgba(255,255,255,.035),\n    0 0 28px rgba(var(--ns-btn-rgb),.22),\n    0 18px 34px rgba(1,8,26,.34),\n    \/* the old button's faint glow, restored at its original values *\/\n    6px 6px 18px rgba(255,255,255,.3)!important;\n  -webkit-backdrop-filter:blur(10px);\n  backdrop-filter:blur(10px);\n}\n\/* Hover: the restored glow expands exactly as the old button's did \u2014 offsets\n   6->9, blur 18->24. The three sample layers are repeated verbatim because\n   box-shadow cannot be changed one layer at a time. The rim is untouched. *\/\n.et_pb_button.ns-btn-sample:hover,\nbody #page-container .et_pb_section .et_pb_button.ns-btn-sample:hover{\n  box-shadow:\n    inset 0 0 0 1px rgba(255,255,255,.035),\n    0 0 28px rgba(var(--ns-btn-rgb),.22),\n    0 18px 34px rgba(1,8,26,.34),\n    9px 9px 24px rgba(255,255,255,.3)!important;\n}\n\n\/* Outline-only rim \u2014 four 1px edge paints. Divi sets\n   .et_pb_button:before{display:none} for its icon system, hence the overrides. *\/\n.et_pb_button.ns-btn-sample::before,\n\/* Divi emits a per-module rule whenever the button icon is disabled:\n     body #page-container .et_pb_section .et_pb_button_N:before{display:none!important}\n   That is specificity (1,2,2) with !important; a plain class selector (0,2,1)\n   cannot beat it and the rim never paints. This second selector is (1,3,2). *\/\nbody #page-container .et_pb_section .et_pb_button.ns-btn-sample::before{\n  content:\"\"!important;display:block!important;position:absolute;inset:-1px;z-index:4;\n  \/* Divi's icon system sets opacity:0 and transform:translateY(-50%) on\n     .et_pb_button:before. Without these four the rim paints fully transparent\n     and offset \u2014 the button then shows only its plain 1px border. *\/\n  opacity:1!important;\n  transform:none!important;\n  transition:none!important;\n  margin:0!important;\n  box-sizing:border-box;border-radius:inherit;pointer-events:none;\n  background:\n    linear-gradient(90deg,rgba(var(--ns-btn-rgb),.16) 0%,rgba(255,255,255,.72) 17%,rgba(var(--ns-btn-rgb),.48) 38%,rgba(255,255,255,.09) 68%,rgba(var(--ns-btn-rgb),.18) 100%) top \/ 100% 1px no-repeat,\n    linear-gradient(180deg,rgba(255,255,255,.10) 0%,rgba(var(--ns-btn-rgb),.28) 32%,rgba(255,255,255,.36) 68%,rgba(var(--ns-btn-rgb),.12) 100%) right \/ 1px 100% no-repeat,\n    linear-gradient(270deg,rgba(var(--ns-btn-rgb),.14) 0%,rgba(255,255,255,.42) 23%,rgba(var(--ns-btn-rgb),.34) 56%,rgba(255,255,255,.08) 82%,rgba(var(--ns-btn-rgb),.14) 100%) bottom \/ 100% 1px no-repeat,\n    linear-gradient(0deg,rgba(255,255,255,.10) 0%,rgba(var(--ns-btn-rgb),.31) 36%,rgba(255,255,255,.21) 72%,rgba(var(--ns-btn-rgb),.13) 100%) left \/ 1px 100% no-repeat;\n  box-shadow:inset 0 0 0 1px rgba(var(--ns-btn-rgb),.10);\n}\n\n<\/style><\/div><\/div>\n\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module ns-eyebrow\"><div class=\"et_pb_text_inner\"><p>Thriving in Times of AI<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_1 et_pb_row et_flex_row ns-hdr\">\n<div class=\"et_pb_column_1 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_post_title_0 et_pb_post_title et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_title_container\"><h1 class=\"entry-title\">Foldout test (from playbook)<\/h1><\/div><\/div>\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>AI is changing every business, without anyone ever making a decision. A company that goes slow or \"no\" on AI will still have AI tools coming in as part of the software and equipment they use, and by employees running AI on their personal devices without authorization or training. Or: competitors suddenly might have an edge because they have embraced the technology. Escaping AI is impossible, the only choice to make is how to engage - defining an organization's <strong>AI Identity<\/strong>.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><blockquote style=\"border-left:0;padding-left:0;margin:30px 0 8px 0\"><p>\u201cSir, my need is sore.<br \/>Spirits that I\u2019ve cited<br \/>my commands ignore.\u201d<\/p><\/blockquote>\n<p><span>The Sorcerer\u2019s Apprentice, Johann Wolfgang von Goethe (1797\/98)<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"ns-vmap-editor-note\" style=\"position:relative;width:100%;overflow:hidden;aspect-ratio:5\/4;max-height:230px;\"><div style=\"position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none\"><div style=\"padding:10px 12px;border:1px dashed rgba(170,180,205,.55);border-radius:6px;color:#8a93a6;font:600 12px\/1.4 sans-serif;background:rgba(8,13,25,.46)\"><div style=\"margin-bottom:6px\">Vector map \u2014 small<\/div><code style=\"display:inline-block;padding:3px 6px;border-radius:4px;background:rgba(127,140,170,.12);color:inherit\"><div class=\"ns-vmap-editor-note\" style=\"position:relative;width:100%;overflow:hidden;aspect-ratio:5\/4;max-height:230px;\"><div style=\"position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none\"><div style=\"padding:10px 12px;border:1px dashed rgba(170,180,205,.55);border-radius:6px;color:#8a93a6;font:600 12px\/1.4 sans-serif;background:rgba(8,13,25,.46)\"><div style=\"margin-bottom:6px\">Vector map \u2014 small<\/div><code style=\"display:inline-block;padding:3px 6px;border-radius:4px;background:rgba(127,140,170,.12);color:inherit\">[ninesenses_vectormap #3]<\/code><div style=\"margin-top:6px;font-weight:400\">Max height: 230px. Preview on the live page.<\/div><\/div><\/div><\/div><\/code><div style=\"margin-top:6px;font-weight:400\">Max height: 230px. Preview on the live page.<\/div><\/div><\/div><\/div><\/div><\/div>\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module ns-btn-sample\" href=\"#readiness\">What is your AI Identity? Take a 5-minute test<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section ns-block ns-tabset\" id=\"identity\" lang=\"en\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 style=\"display: inline; margin: 0 0.6em 0 0; padding: 0;\">What is your AI Identity?<\/h2>\n<p><span>9senses has defined three archetypes of AI identities companies can have. Learn more by clicking on the tab or take our 5-minute test to find out <a href=\"#readiness\">where your company stands<\/a>.<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-hesitant\">\n<div class=\"et_pb_blurb_0 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">AI Hesitant<\/h3><div class=\"et_pb_blurb_description\"><p>The AI Hesitant does not actively engage in AI, but AI is still creeping in by third-party tools and unauthorized AI use by employees.<\/p>\n<\/div><\/div><\/div><\/div>\n<div class=\"et_pb_icon_0 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n<div class=\"et_pb_column_5 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-stormer\">\n<div class=\"et_pb_blurb_1 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">AI Sprinter<\/h3><div class=\"et_pb_blurb_description\"><p>The Sprinter embraces AI without hesitation - and might reap some short-term benefits but endangers control over the business long term.<\/p>\n<\/div><\/div><\/div><\/div>\n<div class=\"et_pb_icon_1 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n<div class=\"et_pb_column_6 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-wise\">\n<div class=\"et_pb_blurb_2 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">AI Wise<\/h3><div class=\"et_pb_blurb_description\"><p>An AI Wise company finds the right balance between adopting AI and maintaining control. Its foundations are sound, and investments targeted.<\/p>\n<\/div><\/div><\/div><\/div>\n<div class=\"et_pb_icon_2 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"hesitant\" style=\"--ns-rail-w:352px;\">\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_7 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>From the inside, the Hesitant position feels safe. No budget is burned on hyped AI that is more likely to fail than to succeed, no risky projects are started, and employee use of AI chats are blocked.<\/p>\n<p>Unfortunately, the defining property of AI is that it does not wait for an invitation. It just arrives. The software you already pay for adds AI features release by release, and your people are ahead of you: in the <a href=\"https:\/\/kpmg.com\/xx\/en\/media\/press-releases\/2025\/04\/trust-of-ai-remains-a-critical-challenge.html\" rel=\"nofollow noopener\" target=\"_blank\">largest global study on workplace AI to date<\/a>, only 40% of employees said their workplace has any policy or guidance on generative AI, while almost half admitted to using it in ways that break company rules, including feeding sensitive company information into free public tools. 57% said they hide their AI use altogether.<\/p>\n<h3>There isn't a \"no-AI\" option<\/h3>\n<p>While not deciding anything on AI or even actively saying \"NO\" is possible, you are still fully exposed. The EU AI Act is in place, and a purchased product or an illegitimately used chatbot can put you in scope for rules you never read.<\/p>\n<p>If you <a href=\"#contact\">contacted us<\/a> tomorrow, our advice would not be an AI project. It would be to build the AI Foundation and AI Baseline to cover you. It would mean training your senior management to build some basic understanding of AI. It would mean an inventory of what is already in your company, estimating the exposure, defining rules and boundaries, and setting up minimal training and support for employees who are very likely already using AI behind your back.<\/p>\n<p>Take the AI Identity test and find out which company type yours is - or schedule a 15- minute call to learn more about how we can help.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>The price <br \/>AI Hesitants pay<\/h3>\n<p>You carry the exposure without most of the benefits. You pay for AI inside your tools whether it is governed or not.<\/p>\n<p>One pasted contract, one confidently wrong answer sent to a customer, and the incident lands on an organization with no rules, no owner and no routine. But full responsibility. And when engaging becomes unavoidable, you start under pressure instead of by choice.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_5 et_pb_row et_block_row ns-faqrow\">\n<div class=\"et_pb_column_9 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ns-faqblock\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>FAQs for AI Hesitants<\/h3>\n<\/div><\/div>\n<div class=\"et_pb_accordion_0 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_0 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_block_module\"><h4 class=\"et_pb_toggle_title\">We deliberately decided against AI. Isn't that a valid strategy?<\/h4><div class=\"et_pb_toggle_content\"><p>Deciding against your own AI applications is entirely legitimate, and we often advise companies to do just that. Deciding against AI, while it creeps in through tools and illegitimate use by employees, is impossible. The exposure exists whether you engage or not, the only choice is whether it is covered.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_1 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">Can't we just block the tools?<\/h4><div class=\"et_pb_toggle_content\"><p>Blocking is the worst possible decision. It doesn't remove tool use, it just shifts it outside the visible area. Teams or individuals, are under pressure to deliver output, will simply switch to AI on private devices, which often means lower-quality models, privacy and confidentiality issues, and a complete loss of control over what is going on.\u00a0 Approved alternatives, combined with training and clear rules, reduce unauthorized use far more effectively than a ban.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_2 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">What is the very first step?<\/h4><div class=\"et_pb_toggle_content\"><p>The first step is <a href=\"\/what-is-ai\">learning about AI,<\/a> followed by measuring, creating an inventory of where AI already lives in your organization. This takes days, not months. Everything else builds on this.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"stormer\" style=\"--ns-rail-w:352px;\">\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_10 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>The Sprinter is visibly the innovator, is ahead of the curve, by using the latest technology and possibly scoring some quick wins. Some of those gains are real, maybe well-used AI increases staff efficiency and reduces hiring needs.<\/p>\n<p>But then, still a <a href=\"https:\/\/mlq.ai\/media\/quarterly_decks\/v0.1_State_of_AI_in_Business_2025_Report.pdf\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size: clamp(14px, 1.15vw, 16px); letter-spacing: 0px;\">large number of generative AI pilots produce no measurable return<\/a><span style=\"font-size: clamp(14px, 1.15vw, 16px); letter-spacing: 0px;\">, and, <\/span><a href=\"https:\/\/www.spglobal.com\/market-intelligence\/en\/news-insights\/research\/ai-experiences-rapid-adoption-but-with-mixed-outcomes-highlights-from-vote-ai-machine-learning\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size: clamp(14px, 1.15vw, 16px); letter-spacing: 0px;\">increasing.ly, companies are abandoning\u00a0 AI initiatives<\/a><span style=\"font-size: clamp(14px, 1.15vw, 16px); letter-spacing: 0px;\">. The pattern behind these numbers is always the same: applications are added faster than the foundations that keep them controllable, ranging from appropriate testing to governance.<\/span><\/p>\n<h3>Stealing from their own future<\/h3>\n<p>The deeper cost compounds: <a href=\"https:\/\/www.bcg.com\/publications\/2026\/when-everyone-uses-ai-companies-risk-critical-skills\" rel=\"nofollow noopener\" target=\"_blank\">in a 2026 BCG study, C-level interviewees<\/a> observed deskilling among their employees who heavily rely on AI-generated output; and complained about glossy work that was shallow in content. That's a key AI feature. Managing this, while steering the company towards efficient AI use, is hard work.<\/p>\n<p>At the same time, some savvy companies reduce entry-level hiring, while managing AI use productively. They will pay the price in the future, when nobody in the organization has learned how to do things at the core of the business, and how to review and judge AI outputs. We call it the AI Apprenticeship Debt Curve. Quick gains now, and losses arriving later.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.9senses.ai\/wp-content\/uploads\/2026\/06\/Debt-curve-1-1024x576.png\" width=\"1024\" height=\"576\" alt=\"\" class=\"wp-image-226691 alignnone size-large\" srcset=\"https:\/\/www.9senses.ai\/wp-content\/uploads\/2026\/06\/Debt-curve-1-980x552.png 980w, https:\/\/www.9senses.ai\/wp-content\/uploads\/2026\/06\/Debt-curve-1-480x270.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/p>\n<p>If an AI Sprinter <a href=\"#contact\">contacted us<\/a> tomorrow, our advice would be to pause AI introductions in order to catch up on a solid foundation before the next AI launch; and to establish a solid cross-company baseline that guides AI use and adoption.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_11 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>The price <br \/>AI Sprinters pay<\/h3>\n<p>Every AI-based application added on this footing raises exposure faster than oversight and control can catch up. Incidents land on an organization that is fast but unprepared.<\/p>\n<p>The risks include a high cost for abandoned AI projects, uncertainty about AI impact on the business,\u00a0<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_7 et_pb_row et_block_row ns-faqrow\">\n<div class=\"et_pb_column_12 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ns-faqblock\">\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Questions AI Sprinter might ask<\/h3>\n<\/div><\/div>\n<div class=\"et_pb_accordion_1 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_3 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_block_module\"><h4 class=\"et_pb_toggle_title\">We are seeing real productivity gains. Why change anything?<\/h4><div class=\"et_pb_toggle_content\"><p>The gains are not the problem; but the uncovered exposure underneath is. Reducing that exposure doesn't mean giving anything up, it means being able to keep what you have gained and build a solid foundation that outlasts the short-term wins.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_4 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">Won't governance slow us down?<\/h4><div class=\"et_pb_toggle_content\"><p>The evidence points the other way. The small number of initiatives that generate measurable long-term value are the scoped ones with a defined purpose, clear success criteria, early fail gates, and good governance. Building the harness that doesn't let you cede control to AI is a small cost compared to the risk.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_5 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">Which of our running applications should we review first?<\/h4><div class=\"et_pb_toggle_content\"><p>The highest risk lies in generative AI and Machine Learning applications where the output doesn't undergo regular human validation, and where continuous testing isn't a built-in feature. That is precisely where AI confidently makes the errors nobody discovers.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"wise\" style=\"--ns-rail-w:352px;\">\n<div class=\"et_pb_row_8 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_13 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Being AI Wise doesn't mean a choice on how much AI a company adopts. It rather means that it is prepared for AI. The baseline is to ensure that all employees - from top management to everyone with potential exposure, understand AI well enough to see its benefits, limitations, and risks.<\/p>\n<p>Further, it means understanding where AI already lives, understanding the risks and guiding them, particularly when it comes to general use of GenAI chatbots to solve business problems. It is better to provide solid tools rather than have employees use AI anyway under the table, with all the risks this entails. Lastly, there is a solid governance layer required, ensuring that AI can't quietly damage the business, and that AI application are tested the way they should be - continuously.<\/p>\n<h3>Balance is maintained, not reached<\/h3>\n<p>Being AI Wise has no finish line. AI models change, vendors add features, prices and terms move, regulations change, people come and go. With each of those changes the exposure drifts, so coverage has to be re-measured and grown with every new application. That is why we describe AI transformation as a control loop rather than a journey. An AI Wise company is staying in that loop.<\/p>\n<p><a href=\"#contact\">Let us know<\/a> if you want to become AI Wise - it's easier than you think.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_14 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>What AI Wise companies win<\/h3>\n<p>AI wise companies engage with Artificial Intelligence carefully, but in a way that their business foundation and their long-term success is never in danger.<\/p>\n<p>By laying a solid AI foundation and defining a baseline for AI use, they ensure proper adoption and governance, making most AI initiatives fail early or succeed.<\/p>\n<p>It is based on knowledge about AI, its benefits and risks, and a clear governance framework around it.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_9 et_pb_row et_block_row ns-faqrow\">\n<div class=\"et_pb_column_15 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ns-faqblock\">\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Questions we get asked<\/h3>\n<\/div><\/div>\n<div class=\"et_pb_accordion_2 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_6 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_block_module\"><h4 class=\"et_pb_toggle_title\">Is AU Wise just a polite word for slower?<\/h4><div class=\"et_pb_toggle_content\"><p>AI Wise says nothing about adoption speed. A company can deliberately introduce AI in places where it is meaningful or stay away from AI outside of generic employee support. Both can be wise. It's the choice you have.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_7 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">Do we need a Chief AI Officer?<\/h4><div class=\"et_pb_toggle_content\"><p>Not necessarily. But you need AI literacy on all management levels, and you need clear decision-making authority about AI initiatives across the organization. The setup is secondary, but competence and agility matter.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_8 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">How do we stay on top of AI change?<\/h4><div class=\"et_pb_toggle_content\"><p>This is challenging, as AI models change almost daily under the hood, and AI capabilities are introduced in more and more products, from software to equipment. These changes need monitoring, and regular reviews, as well as a completely different testing approach: with AI, every day is \"release day\".<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_block_section ns-prose\">\n<div class=\"et_pb_row_10 et_pb_row et_block_row\">\n<div class=\"et_pb_column_16 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>To become <strong>AI Wise<\/strong>, where you're neither run over by AI changing your reality, nor are among those who aimlessly engage, it is imperative to develop a thorough understanding of Artificial Intelligence, its benefits and its limitations, and begin applying it cautiously and methodically, with the necessary guardrails and a way to rapidly adjust as it changes.\u00a0<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_block_section ns-block ns-tabset\" id=\"blocks\" lang=\"en\">\n<div class=\"et_pb_row_11 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_17 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 style=\"display: inline; margin: 0 0.6em 0 0; padding: 0;\">AI Wise building blocks<\/h2>\n<p><span>Three layers of engaging with AI. The first two are essential for all organizations, even if they don't start their own specific AI initiatives. The third one .-. AI Substance - is optional.<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_12 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_18 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-foundation\">\n<div class=\"et_pb_blurb_3 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">AI Foundation<\/h3><div class=\"et_pb_blurb_description\"><p>The AI Foundation is what keeps you on solid ground. It includes many elements, such as a strategic decision on AI use, basic governance and boundary rules, combined with the necessary organizational and structural elements that allow you to stay on top of change AI brings to your world.<\/p>\n<\/div><\/div><\/div><\/div>\n<div class=\"et_pb_icon_3 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n<div class=\"et_pb_column_19 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-ai-baseline\">\n<div class=\"et_pb_blurb_4 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">AI Baseline<\/h3><div class=\"et_pb_blurb_description\"><p>The AI Baseline layer covers the almost unavoidable parts of active AI use, those that create benefit or damage for the entire organization. It includes training, particularly on the use of generic tools like Copilot or LLMs for creative work, and it covers the necessary governance and documentation rules related to that AI use.<\/p>\n<\/div><\/div><\/div><\/div>\n<div class=\"et_pb_icon_4 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n<div class=\"et_pb_column_20 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-substance\">\n<div class=\"et_pb_blurb_5 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">AI Substance<\/h3><div class=\"et_pb_blurb_description\"><p>The AI Substance layer is entirely at your discretion. It contains all the specific AI-driven applications you introduce, as parts of your products or business processes. Individual initiatives aimed at improving product or processes sit here. It is the one that is never mandatory and can be scoped carefully one by one where AI truly adds value.<\/p>\n<\/div><\/div><\/div><\/div>\n<div class=\"et_pb_icon_5 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"foundation\" style=\"--ns-rail-w:352px;\">\n<div class=\"et_pb_row_13 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_21 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Four key elements are at the core of an AI Foundation.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_row_14 et_pb_row et_pb_row_nested et_flex_row ns-3up\">\n<div class=\"et_pb_column_22 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Strategic position<\/h3>\n<p>This decides where AI belongs in your organization and where it doesn't. It is built based on the AI literacy of senior management and defines what strategy the company wants to follow on AI, and how this strategy is continuously revised as the technology involves. It defines the guiding principles of AI adoption.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_23 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Governance and ownership<\/h3>\n<p>This mandatory layer defines the rules for engaging with AI on an organizational level. It defines as to where the decisions about \"yes\" and \"no\" sit, and how they are managed. There is no hiding behind \"the AI did it\", and courts and customers forgive machine failure less readily than human error, not more.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_24 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Rules and boundaries<\/h3>\n<p>The regulatory framework - for example the EU AI act and data protection laws - are only the floor of what matters. Most boundary decisions are business decisions: which data may go into what tools, which AI uses and decisions need to be documented; what is off limits.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_25 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_19 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Risk Management<\/h3>\n<p>Risk management starts with understanding exposure - an inventory of AI tools that have quietly entered your business without you asking for them. It continues to questions of resilience - what happens if you had to replace or switch off a tool tomorrow, would operations continue?\u00a0 And another important question: how does the organization develop and maintains its skills with increasing AI use?<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_column_26 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_20 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>What happens without an AI Foundation?<\/h3>\n<p>Without a foundation, your organization is built on quicksand, and everything above it is in danger.<\/p>\n<p>The first serious incident then defines the future of your organization, because you missed defining the future yourself.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_15 et_pb_row et_block_row ns-faqrow\">\n<div class=\"et_pb_column_27 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ns-faqblock\">\n<div class=\"et_pb_text_21 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>AI Foundation FAQs<\/h3>\n<\/div><\/div>\n<div class=\"et_pb_accordion_3 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_9 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_block_module\"><h4 class=\"et_pb_toggle_title\">Is this a big compliance project?<\/h4><div class=\"et_pb_toggle_content\"><p>No. At the core of a working AI Foundation is education, an AI inventory, a strategic position, boundary rules and a risk management plan for AI. For most companies that can be completed within a few weeks.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_10 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">We already have IT governance. Isn't that enough?<\/h4><div class=\"et_pb_toggle_content\"><p>AI is fundamentally different from traditional IT, which is deterministic, its decisions can be traced and reproduced. AI is built on the opposite promise, reacting flexibly without a fully reproducible logic. That breaks the assumptions your existing governance relies on, which is why AI needs its own rules and testing protocols.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_11 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">What does the EU AI Act require from us right now?<\/h4><div class=\"et_pb_toggle_content\"><p>As of today, you have to refrain from the prohibited practices, including emotion inference at the workplace, even inside products you bought. From December 2027 onwards, you have to follow all high-risk obligations, if your AI uses fall under them. Since July 2026, literacy is encouraged but no longer mandated.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_12 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">How do we find the AI already in use?<\/h4><div class=\"et_pb_toggle_content\"><p>Ask, without blame, so people answer honestly. Then read your vendors' release notes: much of your AI arrived through updates to software you already had. Keep the resulting inventory alive; it is the measuring step everything else builds on. And - this inventory has to be re-created every few months.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_8 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"ai-baseline\" style=\"--ns-rail-w:352px;\">\n<div class=\"et_pb_row_16 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_28 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_22 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>The AI Baseline defines tools and rules that apply to the entire organization. While you theoretically can refrain from providing AI tools, doing so risks employee use in a way that poses much greater risk to your organization. It is thus highly recommended to close unauthorized use by providing a high-quality alternative.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_row_17 et_pb_row et_pb_row_nested et_flex_row ns-3up\">\n<div class=\"et_pb_column_29 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_23 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Approved tools<\/h3>\n<p>This defines a toolset employees can use with confidence, curated for your actual work and your data protection needs. This is the single most effective control there is: people reach for unauthorized tools far less once a meaningful approved alternative exists. It is important to continuously evaluate these tools to not fall behind and have clean upgrade and testing paths as they change on their own.\u00a0<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_30 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_24 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>AI literacy<\/h3>\n<p>Employees who don't know how AI works and how to use it are bound to produce glossy content that is shallow. This is about knowing how to use these tools, but even more in understanding their failure modes: answers that are <a href=\"https:\/\/www.9senses.ai\/a-confident-confabulator\/\">confidently wrong exactly where you cannot check them<\/a>, or evaluations that <a href=\"https:\/\/www.9senses.ai\/the-ai-feedback-lottery\/\">change every time you ask<\/a>. People who know create better results with AI and stay in control.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_31 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_25 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>AI usage rules<\/h3>\n<p>With a solid AI toolset in place, enforceable rules are typically accepted by employees. These rules define what may go into where, what is off-limits, and how AI use is checked and documented.<\/p>\n<p>The last two are important above all. Wherever important business output is created - no matter if used for internal decision-making or in a customer-facing role - this use must be documented and the findings must be independently validated, not simply shipped into any decision-makin process relying on it. The final judgment has to stay with a human. This doesn't just protect you legally, but it also maintains the skills an organization needs in the long run.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_32 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_12_24_phone et_flex_column_12_24_tabletWide ns-card\">\n<div class=\"et_pb_text_26 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Oversight<\/h3>\n<p>A current inventory of the AI in use, including what individual employees adopted on their own, and visibility into adoption, quality, incidents and change. Not surveillance; bookkeeping. You cannot cover what you cannot see.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_column_33 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_27 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>What happens without an AI Baseline ?<\/h3>\n<p>Without actively shaping the AI Baseline, employees will continue to use AI in an unguided and unsupervised fashion. They are likely to put their confidential work data into their private devices, or use tools embedded into their daily work tools in a way that can cause damage.<\/p>\n<p>The first serious mistake that will damage the company will be made in good faith, by someone who was never taught how AI works, was never told the rules, and what to watch out for.<\/p>\n<p>This makes it your mistake, not theirs.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_18 et_pb_row et_block_row ns-faqrow\">\n<div class=\"et_pb_column_34 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ns-faqblock\">\n<div class=\"et_pb_text_28 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>AI Baseline FAQs<\/h3>\n<\/div><\/div>\n<div class=\"et_pb_accordion_4 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_13 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_block_module\"><h4 class=\"et_pb_toggle_title\">Which tools should we approve?<\/h4><div class=\"et_pb_toggle_content\"><p>The ones that match your data protection requirements and the work your people actually do. We are vendor-independent and take no commissions, so our answer can differ per company, and often the answer is \"fewer than you think\".<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_14 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">How much training is enough?<\/h4><div class=\"et_pb_toggle_content\"><p>Since tools change rapidly, a base training with short re-trainings every few months is the best format. Everyone who touches AI needs to learn how to use its current capabilities, how to prompt it, but most importantly what it can do and where it fails.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_15 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">How do we find the AI already in use?<\/h4><div class=\"et_pb_toggle_content\"><p>Ask, without blame, so people answer honestly. Then read your vendors' release notes: much of your AI arrived through updates to software you already had. Keep the resulting inventory alive; it is the measuring step everything else builds on. And - this inventory has to be re-created every few months.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_9 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"substance\" style=\"--ns-rail-w:352px;\">\n<div class=\"et_pb_row_19 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_35 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_29 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Substance is where AI is supposed to create value specifically, in a product or a business process. This layer is completely optional, but in many cases, it offers great promise. No matter if this relates to customer interactions, operations or data and knowledge management. AI can actually bring benefits.<\/p>\n<h3>Carefully admit case by case<\/h3>\n<p>The most important aspect is a clear process, with many early gates that avoid experiencing what many companies experience: prototypes that should never have gone into production, releases that don't hold up beyond a carefully curated set of test cases, solutions quietly deteriorating after their launch.<\/p>\n<h3>Testing isn't a gate, it's a loop<\/h3>\n<p>Contrary to regular IT applications, where testing typically is part of a release process, AI solutions have no final stable state. They constantly need to be evaluated against their objectives, whenever something changes. And changes are manifold - a new model or changing context windows on the vendor side, or different inputs from newly ingested data, just t o name a few.<\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_36 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_30 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Where this goes wrong<\/h3>\n<p>Applications adopted for the feeling of keeping up. Demos that never met a real workflow. Success that nobody defined, so failure that nobody can call.<\/p>\n<p>That is the road to the statistics: the large majority of pilots without measurable return, and portfolios abandoned wholesale a year later.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_row_20 et_pb_row et_block_row ns-faqrow\">\n<div class=\"et_pb_column_37 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ns-faqblock\">\n<div class=\"et_pb_text_31 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Questions we get asked<\/h3>\n<\/div><\/div>\n<div class=\"et_pb_accordion_5 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_16 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_block_module\"><h4 class=\"et_pb_toggle_title\">How many AI initiatives should we run?<\/h4><div class=\"et_pb_toggle_content\"><p>As many as your coverage supports and your portfolio justifies. For most companies the right number is smaller than the ambition, and the initiatives that remain are the ones that reach production.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_17 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">Build or buy?<\/h4><div class=\"et_pb_toggle_content\"><p>Case by case, and we have no stake in the answer. What we do insist on either way is the hybrid design: AI plus tested logic plus a human path, because that is what we see working in production.<\/p>\n<\/div><\/div>\n<div class=\"et_pb_accordion_item_18 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_block_module\"><h4 class=\"et_pb_toggle_title\">When should an application be retired?<\/h4><div class=\"et_pb_toggle_content\"><p>When the case that admitted it no longer holds: the model changed, the price changed, the workflow changed, or the results never met the criteria. Monitoring exists so that this is noticed, not discovered.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><div class=\"et_pb_section_10 et_pb_section et_section_regular et_block_section ns-block ns-tabset\" id=\"how\" style=\"max-width:1080px;margin-left:auto;margin-right:auto;border-radius:0;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto\" lang=\"en\">\n<div class=\"et_pb_row_21 et_pb_row et_block_row\">\n<div class=\"et_pb_column_38 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_32 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h2 style=\"display: inline; margin: 0; padding: 0;\">How our legal GenAI framework operates<\/h2>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_22 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_39 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-rights\">\n<div class=\"et_pb_blurb_6 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Rights before retrieval<\/h3><div class=\"et_pb_blurb_description\"><p>Access is checked before the search runs. What the model doesn't see is not searched, not seen and not included in the answer, ensuring confidentiality.\u00a0<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_icon_6 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_40 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-german\">\n<div class=\"et_pb_blurb_7 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Search that speaks \"law\"<\/h3><div class=\"et_pb_blurb_description\"><p>A strong hybrid retrieval engine built on semantic search combined with a full German language dictionary, including compounds and inflections.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_icon_7 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_41 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-time\">\n<div class=\"et_pb_blurb_8 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Anchored in time<\/h3><div class=\"et_pb_blurb_description\"><p>Answers can be tied to their sources and to a legal snapshot, allowing for comparisons of law changes over time, or reviewing old cases under the right temporal lens.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_icon_8 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_42 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide hovergroup\" id=\"trigger-local\">\n<div class=\"et_pb_blurb_9 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Local and safe<\/h3><div class=\"et_pb_blurb_description\"><p>Retrieval-driven systems typically don't need large language models operating in the cloud. If everything is local, open-source and under your control, most risks go away.<\/p>\n<\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_icon_9 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">3<\/span><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_11 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"rights\" style=\"--ns-rail-w:264px\">\n<div class=\"et_pb_row_23 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_43 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_33 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>The search space is defined before the first query runs: roles, files and source groups decide what can be found and what cannot. A document outside the user's permission levels never enters the model's context, which is why it cannot surface in any answer of unauthorized users. This is important for keeping specific client data within specific client teams.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_44 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_34 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_12 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"german\" style=\"--ns-rail-w:264px\">\n<div class=\"et_pb_row_24 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_45 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_35 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>Language models are built for English mainly, other languages are underrepresented. German for example is under 6% of what most models learn from, and many legal compounds models have barely seen. Our retrieval layer finds source content\u00a0 through a full German dictionary, enriched with legal synonyms. Typically, German inflections are handled using lemmas (dictionary stems) that cut off parts to normalize words. This fragile concept has only limited accuracy. Our search engine knows every inflected form of every German word and is able to match it in your documents.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_46 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_36 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_13 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"time\" style=\"--ns-rail-w:264px\">\n<div class=\"et_pb_row_25 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_47 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_37 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>Retrieved passages are condensed into core legal statements instead of raw text dumps, and every answer is anchored to its relevant period. If a law changes, the impact of that law change will be taken into account based on what is relevant for a question. And before an answer is shown, data is validated before it reaches you. When retrieval comes back empty, the system says so.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_48 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_38 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_14 et_pb_section et_section_regular et_flex_section ns-panel\" id=\"local\" style=\"--ns-rail-w:264px\">\n<div class=\"et_pb_row_26 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_49 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_39 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><p>The whole stack is hosted where you decide. Nothing is sent to an external API, and no document or query leaves your infrastructure. The models are open-source and stable, chosen for predictable behaviour rather than for whatever shipped most recently, and the framework also runs Europe-built Mistral models where a European supply chain matters.<\/p>\n<p>The hardware requirement is modest. A small GPU server is enough, and it can sit on your own premises or as dedicated hardware in a data centre. Either way the machine is yours alone, so there is no shared tenancy and no third party anywhere in the retrieval path.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_50 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_40 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>Key Benefits<\/h3>\n<p>With no data transferred to the cloud, most of the complex data security problems for confidential client information disappears - it is reduced to what's required anyway to run the local IT infrastructure.<\/p>\n<p>On top of that, cost is predictable, there are no sudden surprises if token budgets are exhausted or LLM suppliers raise their rates.\u00a0<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_15 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_27 et_pb_row et_block_row ns-widget\">\n<div class=\"et_pb_column_51 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough ns-emboss ns-aixblock\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">\t<div id=\"ns-aix-trans-1\" class=\"ns-aix ns-aix-trans ns-aix-horizontal\" data-topic=\"trans\" data-layout=\"horizontal\" data-step=\"0\" data-interval=\"28000\" data-autoplay=\"1\" role=\"region\" aria-label=\"Die KI-Transformation beginnt, bevor Sie sich daf\u00fcr entscheiden\" style=\"--ns-aix-accent:#58a7f9;--ns-aix-secondary:#2b6cb0\">\n\t\t<header class=\"ns-aix-head ns-aix-trans-head\">\n\t\t\t\t\t\t<h3 class=\"ns-aix-title\">Die KI-Transformation beginnt, bevor Sie sich daf\u00fcr entscheiden<\/h3>\n\t\t\t<p class=\"ns-aix-intro\">KI h\u00e4lt bereits Einzug - \u00fcber die Tools, die das Unternehmen nutzt, \u00fcber Mitarbeitende, die sie einsetzen, und \u00fcber Managemententscheidungen. Die erste Frage ist deshalb nicht, ob Sie ein KI-Unternehmen werden, sondern welche KI-Identit\u00e4t dabei entsteht.<\/p>\t\t<\/header>\n\t\t<div class=\"ns-aix-trans-navwrap\">\n\t\t\t<ol class=\"ns-aix-trans-steps\" role=\"tablist\" aria-label=\"Etappen der KI-Transformation\">\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-0\" type=\"button\" class=\"ns-aix-trans-step ns-on\" data-step=\"0\" role=\"tab\" aria-selected=\"true\" aria-controls=\"ns-aix-trans-1-panel-0\" tabindex=\"0\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">01<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">KI kommt ohnehin<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-1\" type=\"button\" class=\"ns-aix-trans-step\" data-step=\"1\" role=\"tab\" aria-selected=\"false\" aria-controls=\"ns-aix-trans-1-panel-1\" tabindex=\"-1\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">02<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">Ihre KI-Identit\u00e4t<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-2\" type=\"button\" class=\"ns-aix-trans-step\" data-step=\"2\" role=\"tab\" aria-selected=\"false\" aria-controls=\"ns-aix-trans-1-panel-2\" tabindex=\"-1\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">03<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">KI-Weise-Modell<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-3\" type=\"button\" class=\"ns-aix-trans-step\" data-step=\"3\" role=\"tab\" aria-selected=\"false\" aria-controls=\"ns-aix-trans-1-panel-3\" tabindex=\"-1\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">04<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">KI-Fundament<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-4\" type=\"button\" class=\"ns-aix-trans-step\" data-step=\"4\" role=\"tab\" aria-selected=\"false\" aria-controls=\"ns-aix-trans-1-panel-4\" tabindex=\"-1\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">05<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">KI-Basis<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-5\" type=\"button\" class=\"ns-aix-trans-step\" data-step=\"5\" role=\"tab\" aria-selected=\"false\" aria-controls=\"ns-aix-trans-1-panel-5\" tabindex=\"-1\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">06<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">KI-Substanz<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-6\" type=\"button\" class=\"ns-aix-trans-step\" data-step=\"6\" role=\"tab\" aria-selected=\"false\" aria-controls=\"ns-aix-trans-1-panel-6\" tabindex=\"-1\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">07<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">Ausw\u00e4hlen &amp; Gestalten<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t\t<li role=\"presentation\"><button id=\"ns-aix-trans-1-tab-7\" type=\"button\" class=\"ns-aix-trans-step\" data-step=\"7\" role=\"tab\" aria-selected=\"false\" aria-controls=\"ns-aix-trans-1-panel-7\" tabindex=\"-1\">\n\t\t\t\t\t<span class=\"ns-aix-trans-step-num\">08<\/span>\n\t\t\t\t\t<span class=\"ns-aix-trans-step-label\">Betreiben<\/span>\n\t\t\t\t<\/button><\/li>\n\t\t\t\t\t\t<\/ol>\n\t\t<\/div>\n\t\t<div class=\"ns-aix-trans-body\">\n\t\t\t<div class=\"ns-aix-trans-stage\" aria-label=\"Animierte KI-Transformationsreise\">\n\t\t\t\t<canvas class=\"ns-aix-trans-canvas\" aria-hidden=\"true\"><\/canvas>\n\t\t\t\t<div class=\"ns-aix-trans-loop\" aria-hidden=\"true\">\n\t\t\t\t\t<svg viewBox=\"0 0 600 440\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t<g class=\"ns-aix-trans-ring\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"0\" d=\"M 215.8 47.4 A 192.0 192.0 0 0 1 384.2 47.4\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"0\" points=\"0,-5 9,0 0,5\" transform=\"translate(384.2 47.4) rotate(26)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"1\" d=\"M 407.4 60.8 A 192.0 192.0 0 0 1 491.5 206.6\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"1\" points=\"0,-5 9,0 0,5\" transform=\"translate(491.5 206.6) rotate(86)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"2\" d=\"M 491.5 233.4 A 192.0 192.0 0 0 1 407.4 379.2\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"2\" points=\"0,-5 9,0 0,5\" transform=\"translate(407.4 379.2) rotate(146)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"3\" d=\"M 384.2 392.6 A 192.0 192.0 0 0 1 215.8 392.6\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"3\" points=\"0,-5 9,0 0,5\" transform=\"translate(215.8 392.6) rotate(206)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"4\" d=\"M 192.6 379.2 A 192.0 192.0 0 0 1 108.5 233.4\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"4\" points=\"0,-5 9,0 0,5\" transform=\"translate(108.5 233.4) rotate(266)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"5\" d=\"M 108.5 206.6 A 192.0 192.0 0 0 1 192.6 60.8\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"5\" points=\"0,-5 9,0 0,5\" transform=\"translate(192.6 60.8) rotate(326)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"6\" d=\"M 215.8 47.4 A 192.0 192.0 0 0 1 384.2 47.4\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"6\" points=\"0,-5 9,0 0,5\" transform=\"translate(384.2 47.4) rotate(386)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-seg\" data-seg=\"7\" d=\"M 407.4 60.8 A 192.0 192.0 0 0 1 491.5 206.6\" \/>\n\t\t\t\t\t\t\t\t<polygon class=\"ns-aix-trans-tip\" data-seg=\"7\" points=\"0,-5 9,0 0,5\" transform=\"translate(491.5 206.6) rotate(446)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/div>\n\n\t\t\t\t<section class=\"ns-aix-trans-scene ns-on\" data-scene=\"0\" data-route=\"arrival\" aria-hidden=\"false\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-arrival\">\n\t\t\t\t\t\t<div class=\"ns-aix-trans-structure ns-aix-trans-arrival-field\" aria-hidden=\"true\"><i><\/i><i><\/i><i><\/i><span><\/span><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet\" style=\"--x:18%;--y:10%\" data-tone=\"neutral\" data-detail-key=\"tools_products\" data-detail-title=\"KI kommt \u00fcber Tools\" data-detail-copy=\"KI-Funktionen stecken in Software und Ger\u00e4ten, die das Unternehmen nutzt.\" data-card-slot=\"arrival-left\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<b>KI kommt \u00fcber Tools<\/b>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet\" style=\"--x:50%;--y:10%\" data-tone=\"neutral\" data-detail-key=\"employee_use\" data-detail-title=\"Nutzung durch Mitarbeitende\" data-detail-copy=\"Menschen setzen KI direkt ein, mit oder ohne Freigabe und Anleitung.\" data-card-slot=\"arrival-center\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<b>Nutzung durch Mitarbeitende<\/b>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet\" style=\"--x:82%;--y:10%\" data-tone=\"neutral\" data-detail-key=\"leadership_decisions\" data-detail-title=\"Managemententscheidungen\" data-detail-copy=\"F\u00fchrungskr\u00e4fte und Teams beschlie\u00dfen, KI-L\u00f6sungen einzuf\u00fchren.\" data-card-slot=\"arrival-right\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<b>Managemententscheidungen<\/b>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-facet-static ns-aix-trans-facet-core ns-aix-trans-arrival-core\" style=\"--x:50%;--y:77%\" data-tone=\"neutral\" data-detail-key=\"arrival_claim\" data-static=\"1\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<b class=\"ns-aix-trans-arrival-claim\">Jedes Unternehmen wird zum KI-Unternehmen<\/b>\n\t\t\t\t\t\t\t\t\t<strong class=\"ns-aix-trans-arrival-reveal\">KI ist bereits da<\/strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\n\t\t\t\t<section class=\"ns-aix-trans-scene\" data-scene=\"1\" data-route=\"identity\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-identity\">\n\t\t\t\t\t\t<div class=\"ns-aix-trans-identity-card ns-aix-trans-identity-card-hesitant\" data-identity-card=\"0\" data-tone=\"hesitant\">\n\t\t\t\t\t\t\t<strong>KI-Z\u00f6gerer<\/strong>\n\t\t\t\t\t\t\t<span>KI kommt herein, w\u00e4hrend das Unternehmen keine Position bezieht.<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-identity-card ns-aix-trans-identity-card-sprinter\" data-identity-card=\"1\" data-tone=\"stormer\">\n\t\t\t\t\t\t\t<strong>KI-Sprinter<\/strong>\n\t\t\t\t\t\t\t<span>KI eilt Strategie und Kontrolle davon.<\/span>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"ns-aix-trans-identity-triangle\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t<svg viewBox=\"0 0 200 196\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" focusable=\"false\">\n\t\t\t\t\t\t\t\t<defs>\n\t\t\t\t\t\t\t\t\t<filter id=\"ns-aix-trans-1-identity-tri-soft\" x=\"-8%\" y=\"-8%\" width=\"116%\" height=\"116%\"><feGaussianBlur stdDeviation=\"1.9\"><\/feGaussianBlur><\/filter>\n\t\t\t\t\t\t\t\t\t<mask id=\"ns-aix-trans-1-identity-tri-mask\" maskUnits=\"userSpaceOnUse\" x=\"-10\" y=\"6\" width=\"205\" height=\"176\"><path d=\"M93.89,20.59 Q92.38,18.00 90.87,20.59 L1.51,173.41 Q0.00,176.00 3.00,176.00 L181.76,176.00 Q184.76,176.00 183.25,173.41 Z\" fill=\"white\" filter=\"url(#ns-aix-trans-1-identity-tri-soft)\"><\/path><\/mask>\n\t\t\t\t\t\t\t\t<\/defs>\n\t\t\t\t\t\t\t\t<path class=\"ns-aix-trans-identity-tri-shape\" d=\"M93.89,20.59 Q92.38,18.00 90.87,20.59 L1.51,173.41 Q0.00,176.00 3.00,176.00 L181.76,176.00 Q184.76,176.00 183.25,173.41 Z\" mask=\"url(#ns-aix-trans-1-identity-tri-mask)\"><\/path>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-identity-facet\" style=\"--x:24.5%;--y:82%\" data-tone=\"hesitant\" data-detail-key=\"ai_hesitant\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Z\u00f6gerer<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-identity-facet\" style=\"--x:75.5%;--y:82%\" data-tone=\"stormer\" data-detail-key=\"ai_stormer\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Sprinter<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-identity-facet\" style=\"--x:50%;--y:20%\" data-tone=\"wise\" data-detail-key=\"ai_wise\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Weise<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-identity-card ns-aix-trans-identity-card-wise\" data-identity-card=\"2\" data-tone=\"wise\">\n\t\t\t\t\t\t\t<strong>KI-Weise<\/strong>\n\t\t\t\t\t\t\t<span>KI wird bewusst angegangen, mit Balance aus Nutzen, Verantwortung und Kontrolle.<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\n\t\t\t\t<section class=\"ns-aix-trans-scene\" data-scene=\"2\" data-route=\"model\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-model\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-model-facet\" style=\"--x:18%;--y:58%\" data-tone=\"neutral\" data-detail-key=\"model_foundation\" data-detail-title=\"KI-Fundament\" data-detail-copy=\"Definiert Strategie, Leitplanken, Governance und Risikobewertung.\" data-card-slot=\"top-left\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Fundament<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-model-facet\" style=\"--x:50%;--y:28%\" data-tone=\"neutral\" data-detail-key=\"model_baseline\" data-detail-title=\"KI-Basis\" data-detail-copy=\"Definiert allgemeine Tools, Regeln, Kompetenz, Steuerung und laufendes Risikomanagement im gesamten Unternehmen.\" data-card-slot=\"top-right\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Basis<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-model-facet\" style=\"--x:82%;--y:58%\" data-tone=\"neutral\" data-detail-key=\"model_substance\" data-detail-title=\"KI-Substanz\" data-detail-copy=\"Schafft messbaren Gesch\u00e4ftswert durch sorgf\u00e4ltig ausgew\u00e4hlte L\u00f6sungen.\" data-card-slot=\"top-right\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Substanz<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-model-card ns-aix-trans-model-card-foundation\" data-model-card=\"0\">\n\t\t\t\t\t\t\t<strong>KI-Fundament<\/strong>\n\t\t\t\t\t\t\t<span>Definiert Strategie, Leitplanken, Governance und Risikobewertung.<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-model-card ns-aix-trans-model-card-baseline\" data-model-card=\"1\">\n\t\t\t\t\t\t\t<strong>KI-Basis<\/strong>\n\t\t\t\t\t\t\t<span>Definiert allgemeine Tools, Regeln, Kompetenz, Steuerung und laufendes Risikomanagement im gesamten Unternehmen.<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-model-card ns-aix-trans-model-card-substance\" data-model-card=\"2\">\n\t\t\t\t\t\t\t<strong>KI-Substanz<\/strong>\n\t\t\t\t\t\t\t<span>Schafft messbaren Gesch\u00e4ftswert durch sorgf\u00e4ltig ausgew\u00e4hlte L\u00f6sungen.<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\n\t\t\t\t<section class=\"ns-aix-trans-scene\" data-scene=\"3\" data-route=\"deep\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-foundation\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:13%;--y:17%\" data-tone=\"neutral\" data-detail-key=\"foundation_strategic\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Strategische Positionierung<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:87%;--y:38%\" data-tone=\"neutral\" data-detail-key=\"foundation_boundaries\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Regeln und Leitplanken<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:13%;--y:63%\" data-tone=\"neutral\" data-detail-key=\"foundation_governance\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Governance und Ownership<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:87%;--y:84%\" data-tone=\"neutral\" data-detail-key=\"foundation_risk\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Risikobewertung<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"0\" data-origin=\"bl\"><strong>Strategische Positionierung<\/strong><span>Ein klares Bild, wo KI hingeh\u00f6rt und wo nicht, und wie entschieden wird.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"1\" data-origin=\"br\"><strong>Regeln und Leitplanken<\/strong><span>Festlegen, was gewollt ist und was vertretbar und sicher ist.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"2\" data-origin=\"bl\"><strong>KI-Governance und Ownership<\/strong><span>Regeln, Verantwortlichkeiten und Zust\u00e4ndigkeiten festlegen, auf Basis von Werten und rechtlichen Pflichten.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"3\" data-origin=\"br\"><strong>Risikobewertung<\/strong><span>Die KI-Exposition verstehen und was sie f\u00fcr das Gesch\u00e4ft bedeuten kann.<\/span><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\n\t\t\t\t<section class=\"ns-aix-trans-scene\" data-scene=\"4\" data-route=\"deep\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-baseline\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:13%;--y:17%\" data-tone=\"neutral\" data-detail-key=\"baseline_tools\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Freigegebene Tools<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:87%;--y:38%\" data-tone=\"neutral\" data-detail-key=\"baseline_literacy\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>KI-Kompetenz<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:13%;--y:63%\" data-tone=\"neutral\" data-detail-key=\"baseline_rules\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Nutzungsregeln<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:87%;--y:84%\" data-tone=\"neutral\" data-detail-key=\"baseline_oversight\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Steuerung<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"0\" data-origin=\"bl\"><strong>Freigegebene Tools<\/strong><span>Ein n\u00fctzliches KI-Toolset, das Mitarbeitende mit gutem Gewissen nutzen k\u00f6nnen.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"1\" data-origin=\"br\"><strong>KI-Kompetenz<\/strong><span>Gemeinsames K\u00f6nnen f\u00fcr wirksame und verantwortungsvolle KI-Nutzung.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"2\" data-origin=\"bl\"><strong>Nutzungsregeln<\/strong><span>Klare Vorgaben zu Daten, Entscheidungen, Dokumentation und Grenzen.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"3\" data-origin=\"br\"><strong>Steuerung<\/strong><span>Transparenz \u00fcber Nutzung, Verbreitung, Qualit\u00e4t und Vorf\u00e4lle, mit laufendem Management von KI-Risiken und Ver\u00e4nderung.<\/span><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\n\t\t\t\t<section class=\"ns-aix-trans-scene\" data-scene=\"5\" data-route=\"deep\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-substance\">\n\t\t\t\t\t\t<div class=\"ns-aix-trans-tail-frame\"><span>KI-Substanz<\/span><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:10%;--y:48%\" data-tone=\"neutral\" data-detail-key=\"substance_customers\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Kunden<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:30%;--y:57%\" data-tone=\"neutral\" data-detail-key=\"substance_operations\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Steuerung &amp; Automatisierung<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:50%;--y:44%\" data-tone=\"neutral\" data-detail-key=\"substance_knowledge\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Wissens- und Datenmanagement<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:70%;--y:57%\" data-tone=\"neutral\" data-detail-key=\"substance_products\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Produkte und Services<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:90%;--y:48%\" data-tone=\"neutral\" data-detail-key=\"substance_functions\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Unternehmensfunktionen<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card ns-aix-trans-deep-card-tl ns-aix-trans-deep-card-compact\" data-deep-card=\"0\" data-origin=\"br\"><strong>Kunden<\/strong><span>Vertrieb, Support und Erkenntnisse aus Kundendaten.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card ns-aix-trans-deep-card-bl ns-aix-trans-deep-card-compact\" data-deep-card=\"1\" data-origin=\"tr\"><strong>Steuerung &amp; Automatisierung<\/strong><span>Automatisierung, \u00dcberwachung und vorausschauende Wartung.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card ns-aix-trans-deep-card-tc ns-aix-trans-deep-card-compact\" data-deep-card=\"2\" data-origin=\"tc\"><strong>Wissens- und Datenmanagement<\/strong><span>Informationen ordnen, durchsuchen, zusammenf\u00fchren und verarbeiten.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card ns-aix-trans-deep-card-br ns-aix-trans-deep-card-compact\" data-deep-card=\"3\" data-origin=\"tl\"><strong>Produkte und Services<\/strong><span>KI-gest\u00fctzte Entwicklung, Produkte und Services.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card ns-aix-trans-deep-card-tr ns-aix-trans-deep-card-compact\" data-deep-card=\"4\" data-origin=\"bl\"><strong>Unternehmensfunktionen<\/strong><span>KI-Unterst\u00fctzung in Finanzen, HR, Recht und Verwaltung.<\/span><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\n\n\t\t\t\t<section class=\"ns-aix-trans-scene\" data-scene=\"6\" data-route=\"deep\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-choose-design\">\n\t\t\t\t\t\t<div class=\"ns-aix-trans-tail-frame\"><span>KI-Substanz<\/span><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:11%;--y:20%\" data-tone=\"accent\" data-detail-key=\"choose_problem_owner\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Problem + Verantwortliche<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:89%;--y:39%\" data-tone=\"secondary\" data-detail-key=\"choose_baseline_value\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Ausgangslage + Wert<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:11%;--y:61%\" data-tone=\"warning\" data-detail-key=\"choose_fit_risk_cost\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Eignung \u00b7 Risiko \u00b7 Kosten<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:89%;--y:80%\" data-tone=\"success\" data-detail-key=\"choose_solution\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Verwobene L\u00f6sung<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"0\" data-origin=\"bl\"><strong>Problem + Verantwortliche<\/strong><span>Ein echtes Gesch\u00e4ftsproblem mit klar Verantwortlichen.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"1\" data-origin=\"br\"><strong>Ausgangslage + Wert<\/strong><span>Die heutige Leistung, den erwarteten Wert und die Alternative ohne KI kennen.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"2\" data-origin=\"bl\"><strong>Eignung \u00b7 Risiko \u00b7 Kosten<\/strong><span>Nur freigeben, wenn Eignung, Risiko und Gesamtkosten den Business Case st\u00fctzen.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"3\" data-origin=\"br\"><strong>Verwobene L\u00f6sung<\/strong><span>Menschen, Prozess, IT und KI als einen Ablauf gestalten - mit eingebautem Testen und menschlicher Pr\u00fcfung.<\/span><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\n\t\t\t\t<section class=\"ns-aix-trans-scene\" data-scene=\"7\" data-route=\"deep\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-story ns-aix-trans-story-operate-loop\">\n\t\t\t\t\t\t<div class=\"ns-aix-trans-tail-frame\"><span>KI-Substanz<\/span><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:11%;--y:20%\" data-tone=\"accent\" data-detail-key=\"operate_use\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Nutzen &amp; messen<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:89%;--y:39%\" data-tone=\"secondary\" data-detail-key=\"operate_measure\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Laufendes Testen<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:11%;--y:61%\" data-tone=\"accent\" data-detail-key=\"operate_verify\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Menschliche Pr\u00fcfung<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-facet ns-aix-trans-deep-facet\" style=\"--x:89%;--y:80%\" data-tone=\"success\" data-detail-key=\"operate_improve\">\n\t\t\t\t\t\t\t\t<span class=\"ns-aix-trans-facet-marker\" aria-hidden=\"true\"><\/span><b>Verbessern oder abschalten<\/b>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"0\" data-origin=\"bl\"><strong>Nutzen &amp; messen<\/strong><span>In der echten Arbeit einsetzen; Wert und Qualit\u00e4t verfolgen.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"1\" data-origin=\"br\"><strong>Laufendes Testen<\/strong><span>Erneut testen, wenn sich Modelle, Daten, Kontext oder Abh\u00e4ngigkeiten \u00e4ndern.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"2\" data-origin=\"bl\"><strong>Menschliche Pr\u00fcfung<\/strong><span>Ergebnisse validieren, wo die Konsequenzen es erfordern.<\/span><\/div>\n\t\t\t\t\t\t<div class=\"ns-aix-trans-deep-card\" data-deep-card=\"3\" data-origin=\"br\"><strong>Verbessern oder abschalten<\/strong><span>Verbessern, solange der Business Case tr\u00e4gt; abschalten, wenn nicht.<\/span><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<div class=\"ns-aix-trans-info-card\" data-side=\"left\" data-vertical=\"top\" aria-hidden=\"true\">\n\t\t\t\t\t<div class=\"ns-aix-trans-info-card-spin\">\n\t\t\t\t\t\t<strong class=\"ns-aix-trans-info-title\"><\/strong>\n\t\t\t\t\t\t<span class=\"ns-aix-trans-info-copy\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"ns-aix-trans-detail\"><div class=\"ns-aix-trans-detail-rail\" aria-hidden=\"true\"><\/div><div class=\"ns-aix-trans-detail-viewport\">\n\t\t\t<section id=\"ns-aix-trans-1-panel-0\" class=\"ns-aix-trans-panel ns-on\" data-panel=\"0\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-0\" aria-hidden=\"false\"><h4><span>01<\/span>KI kommt ohnehin<\/h4><p>Jedes Unternehmen wird zum KI-Unternehmen.<\/p><ul><li>KI kommt \u00fcber Tools - KI-Funktionen stecken in Software und Ger\u00e4ten, die das Unternehmen nutzt.<\/li><li>Nutzung durch Mitarbeitende - Menschen setzen KI direkt ein, mit oder ohne Freigabe und Anleitung.<\/li><li>Managemententscheidungen - F\u00fchrungskr\u00e4fte und Teams beschlie\u00dfen, KI-L\u00f6sungen einzuf\u00fchren.<\/li><\/ul><\/section><section id=\"ns-aix-trans-1-panel-1\" class=\"ns-aix-trans-panel\" data-panel=\"1\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-1\" aria-hidden=\"true\"><h4><span>02<\/span>Ihre KI-Identit\u00e4t<\/h4><p>Was ist die KI-Identit\u00e4t Ihres Unternehmens? Ist es KI-Z\u00f6gerer, KI-Sprinter oder KI-Weise?<\/p><ul><li>KI-Z\u00f6gerer - KI kommt herein, w\u00e4hrend das Unternehmen keine Position bezieht.<\/li><li>KI-Sprinter - KI eilt Strategie und Kontrolle davon.<\/li><li>KI-Weise - KI wird bewusst angegangen, mit Balance aus Nutzen, Verantwortung und Kontrolle.<\/li><\/ul><\/section><section id=\"ns-aix-trans-1-panel-2\" class=\"ns-aix-trans-panel\" data-panel=\"2\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-2\" aria-hidden=\"true\"><h4><span>03<\/span>Das KI-Weise-Modell<\/h4><p>Um KI-weise zu werden, braucht ein Unternehmen Fundament und Basis. Substanz ist eine bewusste Wahl.<\/p><ul><li>KI-Fundament - Definiert Strategie, Leitplanken, Governance und Risikobewertung.<\/li><li>KI-Basis - Definiert allgemeine Tools, Regeln, Kompetenz, Steuerung und laufendes Risikomanagement im gesamten Unternehmen.<\/li><li>KI-Substanz - Schafft messbaren Gesch\u00e4ftswert durch sorgf\u00e4ltig ausgew\u00e4hlte L\u00f6sungen.<\/li><\/ul><\/section><section id=\"ns-aix-trans-1-panel-3\" class=\"ns-aix-trans-panel\" data-panel=\"3\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-3\" aria-hidden=\"true\"><h4><span>04<\/span>KI-Fundament<\/h4><p>Das KI-Fundament sorgt daf\u00fcr, dass das Unternehmen festen Stand beh\u00e4lt, w\u00e4hrend KI in seine Welt vordringt.<\/p><ul><li>Strategische Positionierung - Ein klares Bild, wo KI hingeh\u00f6rt und wo nicht, und wie entschieden wird.<\/li><li>Regeln und Leitplanken - Festlegen, was gewollt ist und was vertretbar und sicher ist.<\/li><li>KI-Governance und Ownership - Regeln, Verantwortlichkeiten und Zust\u00e4ndigkeiten festlegen, auf Basis von Werten und rechtlichen Pflichten.<\/li><li>Risikobewertung - Die KI-Exposition verstehen und was sie f\u00fcr das Gesch\u00e4ft bedeuten kann.<\/li><\/ul><\/section><section id=\"ns-aix-trans-1-panel-4\" class=\"ns-aix-trans-panel\" data-panel=\"4\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-4\" aria-hidden=\"true\"><h4><span>05<\/span>KI-Basis<\/h4><p>Die KI-Basis macht KI im ganzen Unternehmen nutzbar - mit Nutzen und Absicherung.<\/p><ul><li>Freigegebene Tools - Ein n\u00fctzliches KI-Toolset, das Mitarbeitende mit gutem Gewissen nutzen k\u00f6nnen.<\/li><li>KI-Kompetenz - Gemeinsames K\u00f6nnen f\u00fcr wirksame und verantwortungsvolle KI-Nutzung.<\/li><li>Nutzungsregeln - Klare Vorgaben zu Daten, Entscheidungen, Dokumentation und Grenzen.<\/li><li>Steuerung - Transparenz \u00fcber Nutzung, Verbreitung, Qualit\u00e4t und Vorf\u00e4lle, mit laufendem Management von KI-Risiken und Ver\u00e4nderung.<\/li><\/ul><\/section><section id=\"ns-aix-trans-1-panel-5\" class=\"ns-aix-trans-panel\" data-panel=\"5\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-5\" aria-hidden=\"true\"><h4><span>06<\/span>KI-Substanz<\/h4><p>In der KI-Substanz schaffen bewusst ausgew\u00e4hlte KI-Anwendungen messbaren Gesch\u00e4ftswert.<\/p><ul><li>Kunden - Vertrieb, Support und Erkenntnisse aus Kundendaten.<\/li><li>Steuerung &amp; Automatisierung - Automatisierung, \u00dcberwachung und vorausschauende Wartung.<\/li><li>Wissens- und Datenmanagement - Informationen ordnen, durchsuchen, zusammenf\u00fchren und verarbeiten.<\/li><li>Produkte und Services - KI-gest\u00fctzte Entwicklung, Produkte und Services.<\/li><li>Unternehmensfunktionen - KI-Unterst\u00fctzung in Finanzen, HR, Recht und Verwaltung.<\/li><\/ul><\/section><section id=\"ns-aix-trans-1-panel-6\" class=\"ns-aix-trans-panel\" data-panel=\"6\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-6\" aria-hidden=\"true\"><h4><span>07<\/span>KI-Substanz ausw\u00e4hlen und gestalten<\/h4><p>Jeder Kandidat durchl\u00e4uft denselben Entscheidungsweg: Problem und Verantwortliche definieren, Ausgangslage und Wert bestimmen, Eignung, Risiko und Kosten pr\u00fcfen - und die freigegebene Anwendung dann als einen integrierten Ablauf aus Menschen, Prozess, klassischer IT und KI gestalten.<\/p><ul><li>Problem und Verantwortliche - Bedarf und Verantwortung definieren.<\/li><li>Ausgangslage und Wert - Die heutige Leistung, den Nutzen und die Alternative kennen.<\/li><li>Eignung, Risiko und Kosten - Nur freigeben, wenn der Business Case tr\u00e4gt.<\/li><li>Verwobene L\u00f6sung - Menschen, Prozess, IT und KI als einen Ablauf gestalten.<\/li><\/ul><\/section><section id=\"ns-aix-trans-1-panel-7\" class=\"ns-aix-trans-panel\" data-panel=\"7\" role=\"tabpanel\" aria-labelledby=\"ns-aix-trans-1-tab-7\" aria-hidden=\"true\"><h4><span>08<\/span>KI-Substanz betreiben<\/h4><p>Auch im Betrieb bleibt die Anwendung auf dem Pr\u00fcfstand: Wert und Qualit\u00e4t messen, bei ver\u00e4nderten Bedingungen erneut testen, pr\u00fcfen, wo die Konsequenzen es erfordern - und verbessern oder abschalten, wenn sich der Business Case \u00e4ndert. Das menschliche Urteilsverm\u00f6gen, das die Ergebnisse bewerten kann, bleibt erhalten.<\/p><ul><li>Nutzen und messen - Wert und Qualit\u00e4t in der echten Arbeit verfolgen.<\/li><li>Laufendes Testen - Bei ver\u00e4nderten Bedingungen erneut testen.<\/li><li>Menschliche Pr\u00fcfung - Validieren, wo die Konsequenzen es erfordern.<\/li><li>Verbessern oder abschalten - Nur weiterf\u00fchren, solange der Business Case tr\u00e4gt.<\/li><\/ul><\/section>\t\t\t<\/div><\/div>\n\t\t<\/div>\n\t<\/div>\n\t<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_16 et_pb_section et_section_regular et_block_section ns-prose\" id=\"playbook\">\n<div class=\"et_pb_row_28 et_pb_row et_block_row\">\n<div class=\"et_pb_column_52 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_41 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h2>The 9senses AI playbook is different<\/h2>\n<p><span>The large transformation consultancies have arrived at two conclusions we agree to: most of the work in transforming a business is related to people and process, not technology, and that transformation has no end state. Their own research adds a third: the <a href=\"https:\/\/mlq.ai\/media\/quarterly_decks\/v0.1_State_of_AI_in_Business_2025_Report.pdf\" rel=\"nofollow noopener\" target=\"_blank\">overwhelming majority of AI pilots never produce a measurable return<\/a>.<\/span><\/p>\n<p>Where we part ways is the goal. Our primary objective is AI resilience, not adoption. Many assume that more AI is the destination. Our destination is balance: coverage that tracks your real exposure, and exactly as much AI as you deliberately choose. Sometimes that is a lot, but sometimes this can be very little. A vendor-independent advisor can say that without hesitation.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_17 et_pb_section et_section_regular et_block_section\" id=\"nextstep\">\n<div class=\"et_pb_row_29 et_pb_row et_flex_row ns-cta\">\n<div class=\"et_pb_column_53 et_pb_column et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_text_42 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h2>Find your AI Identity<\/h2>\n<p><span>Answer the 15 questions in our AI Identity test takes, completely anonymous. The result gives you a clear starting point. Once you see it, you can decide what to do with it (download it, share it with us for a conversation, or stop there). It is free without any obligation. Or skip the test and <a href=\"#contact\">talk to us<\/a> directly.<\/span><\/p>\n<\/div><\/div>\n<\/div>\n<div class=\"et_pb_column_54 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module ns-btn-sample\" href=\"#readiness\">Take the AI Identity test<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_18 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_30 et_pb_row et_flex_row ns-widget\">\n<div class=\"et_pb_column_55 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">\t\t<div class=\"airc\" lang=\"de\" data-no-translation data-no-dynamic-translation style=\"--airc-accent:#2d6cdf;--airc-accent-light:#5b8cf0;--airc-accent-pale:#c3d9f7;--airc-ink:#252525;--airc-strong:#1d1d1d;--airc-muted:#5f5f5f;--airc-line:rgba(29, 29, 29, 0.17);--airc-fog:rgba(207, 207, 207, 0.88);--airc-overlay-color:rgba(0, 0, 0, 0.66);--airc-control:rgba(255, 255, 255, 0.43);--airc-control-selected:rgba(255, 255, 255, 0.82);--airc-btn-bg:#333333;--airc-btn-text:#dcdcdc;--airc-wise:#185f42;--airc-hesitant:#8c2f2a;--airc-stormer:#8c2f2a;--airc-launcher-border:rgba(45, 108, 223, 0.26);--airc-launcher-bg:rgba(195, 217, 247, 0.18);--airc-error:#8b1e1e;--airc-answer-border:rgba(29, 29, 29, 0.20);--airc-answer-shadow:rgba(45, 108, 223, 0.10);--airc-focus-ring:rgba(45, 108, 223, 0.24);--airc-button-hover-shadow:rgba(207, 207, 207, 0.60);--airc-back-border:rgba(29, 29, 29, 0.26);--airc-back-bg:rgba(255, 255, 255, 0.38);--airc-back-hover:rgba(255, 255, 255, 0.72);--airc-close-bg:transparent;--airc-close-hover:rgba(255, 255, 255, 0.25);--airc-close-text:#555555;--airc-scrollbar:rgba(51, 51, 51, 0.30);--airc-scrollbar-hover:rgba(51, 51, 51, 0.55);--airc-track:rgba(29, 29, 29, 0.12);--airc-progress:#2d6cdf;--airc-triangle-fill:rgba(24, 44, 71, 0.90);--airc-triangle-stroke:rgba(0, 0, 0, 0);--airc-marker-stroke:#ffffff;--airc-marker-halo:rgba(45, 108, 223, 0.17);--airc-link-underline:rgba(45, 108, 223, 0.55);--airc-font-body:&quot;Open Sans&quot;, Arial, Helvetica, sans-serif;--airc-font-head:&quot;Special Elite&quot;, &quot;Courier New&quot;, Courier, monospace;--airc-base-font-size:14px;--airc-title-font-size:25px;--airc-result-title-min:32px;--airc-result-title-max:38px;--airc-dialog-width:900px;--airc-results-width:840px;--airc-dialog-radius:14px;--airc-fog-inset:-4px;--airc-fog-blur:5px;--airc-overlay-padding:24px;--airc-dialog-max-height:88vh;--airc-dialog-padding-top:30px;--airc-dialog-padding-x:32px;--airc-dialog-padding-bottom:28px;--airc-results-padding-x:34px;--airc-results-padding-bottom:26px;--airc-answer-min-height:36px;--airc-answer-mobile-min-height:31px;--airc-answer-padding-y:6px;--airc-answer-padding-x:10px;--airc-answer-radius:9px;--airc-answer-gap:9px;--airc-button-min-height:45px;--airc-button-radius:8px;--airc-triangle-width:380px;--airc-results-column-gap:36px;\">\n\t\t\t\t\t<div class=\"airc-launcher\">\n\t\t\t\t<span class=\"airc-eyebrow\">KI-Identit\u00e4t<\/span>\n\t\t\t\t<h2 class=\"airc-title\">Was ist Ihre KI-Identit\u00e4t?<\/h2>\n\t\t\t\t<button type=\"button\" class=\"airc-start\">Start<\/button>\n\t\t\t<\/div>\n\t\t\n\t\t<div\n\t\t\tclass=\"airc-overlay\"\n\t\t\tstyle=\"--airc-accent:#2d6cdf;--airc-accent-light:#5b8cf0;--airc-accent-pale:#c3d9f7;--airc-ink:#252525;--airc-strong:#1d1d1d;--airc-muted:#5f5f5f;--airc-line:rgba(29, 29, 29, 0.17);--airc-fog:rgba(207, 207, 207, 0.88);--airc-overlay-color:rgba(0, 0, 0, 0.66);--airc-control:rgba(255, 255, 255, 0.43);--airc-control-selected:rgba(255, 255, 255, 0.82);--airc-btn-bg:#333333;--airc-btn-text:#dcdcdc;--airc-wise:#185f42;--airc-hesitant:#8c2f2a;--airc-stormer:#8c2f2a;--airc-launcher-border:rgba(45, 108, 223, 0.26);--airc-launcher-bg:rgba(195, 217, 247, 0.18);--airc-error:#8b1e1e;--airc-answer-border:rgba(29, 29, 29, 0.20);--airc-answer-shadow:rgba(45, 108, 223, 0.10);--airc-focus-ring:rgba(45, 108, 223, 0.24);--airc-button-hover-shadow:rgba(207, 207, 207, 0.60);--airc-back-border:rgba(29, 29, 29, 0.26);--airc-back-bg:rgba(255, 255, 255, 0.38);--airc-back-hover:rgba(255, 255, 255, 0.72);--airc-close-bg:transparent;--airc-close-hover:rgba(255, 255, 255, 0.25);--airc-close-text:#555555;--airc-scrollbar:rgba(51, 51, 51, 0.30);--airc-scrollbar-hover:rgba(51, 51, 51, 0.55);--airc-track:rgba(29, 29, 29, 0.12);--airc-progress:#2d6cdf;--airc-triangle-fill:rgba(24, 44, 71, 0.90);--airc-triangle-stroke:rgba(0, 0, 0, 0);--airc-marker-stroke:#ffffff;--airc-marker-halo:rgba(45, 108, 223, 0.17);--airc-link-underline:rgba(45, 108, 223, 0.55);--airc-font-body:&quot;Open Sans&quot;, Arial, Helvetica, sans-serif;--airc-font-head:&quot;Special Elite&quot;, &quot;Courier New&quot;, Courier, monospace;--airc-base-font-size:14px;--airc-title-font-size:25px;--airc-result-title-min:32px;--airc-result-title-max:38px;--airc-dialog-width:900px;--airc-results-width:840px;--airc-dialog-radius:14px;--airc-fog-inset:-4px;--airc-fog-blur:5px;--airc-overlay-padding:24px;--airc-dialog-max-height:88vh;--airc-dialog-padding-top:30px;--airc-dialog-padding-x:32px;--airc-dialog-padding-bottom:28px;--airc-results-padding-x:34px;--airc-results-padding-bottom:26px;--airc-answer-min-height:36px;--airc-answer-mobile-min-height:31px;--airc-answer-padding-y:6px;--airc-answer-padding-x:10px;--airc-answer-radius:9px;--airc-answer-gap:9px;--airc-button-min-height:45px;--airc-button-radius:8px;--airc-triangle-width:380px;--airc-results-column-gap:36px;\"\n\t\t\thidden\t\t>\n\t\t\t<div\n\t\t\t\tclass=\"airc-dialog airc-dialog-intro\"\n\t\t\t\trole=\"dialog\"\n\t\t\t\taria-modal=\"true\"\n\t\t\t\taria-labelledby=\"airc-dialog-title-1\"\n\t\t\t\ttabindex=\"-1\"\n\t\t\t>\n\t\t\t\t<button type=\"button\" class=\"airc-close\" aria-label=\"Schlie\u00dfen\">\u00d7<\/button>\n\t\t\t\t<div class=\"airc-dialog-scroll\">\n\n\t\t\t\t<div class=\"airc-step airc-step-intro\" data-title-id=\"airc-dialog-title-1\">\n\t\t\t\t\t<h3 class=\"airc-title\" id=\"airc-dialog-title-1\">Was ist Ihre KI-Identit\u00e4t?<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-intro\"><p>Jedes Unternehmen hat eine KI-Identit\u00e4t: Sie zeigt, wie es mit der bereits vorhandenen KI umgeht. 14 ehrliche Antworten in 5 Minuten zeigen verl\u00e4sslich, wo Ihr Unternehmen steht. Ihre Antworten werden weder gespeichert noch mit Ihrer IP-Adresse oder E-Mail verkn\u00fcpft \u2013 au\u00dfer Sie w\u00fcnschen das am Ende ausdr\u00fccklich.<\/p>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-privacy-note airc-intro-privacy\">Die Auswertung bleibt in Ihrem Browser. Antworten werden nicht gespeichert oder gesendet.<\/p>\n\t\t\t\t\t<div class=\"airc-intro-actions\">\n\t\t\t\t\t\t<button type=\"button\" class=\"airc-begin\">Start<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"airc-step airc-step-form\" data-title-id=\"airc-dialog-title-1-form\" hidden>\n\t\t\t\t\t<div class=\"airc-head\">\n\t\t\t\t\t\t<h3 class=\"airc-title\" id=\"airc-dialog-title-1-form\">Was ist Ihre KI-Identit\u00e4t?<\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-progress-head\"><span class=\"airc-answered\"><span class=\"airc-answered-current\">0<\/span> \/ 14 komplett<\/span><\/div>\n\t\t\t\t\t<div class=\"airc-progressbar\" aria-hidden=\"true\"><span><\/span><\/div>\n\n\t\t\t\t\t<form class=\"airc-form\" novalidate>\n\t\t\t\t\t\t<div class=\"airc-question-stage\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-group\" data-group=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"0\" data-question-id=\"q1\" data-question-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Wir f\u00fchren ein regelm\u00e4\u00dfig aktualisiertes Inventar aller Software und Ger\u00e4te mit aktivierten KI-Funktionen.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-4\" role=\"radiogroup\" aria-label=\"Wir f\u00fchren ein regelm\u00e4\u00dfig aktualisiertes Inventar aller Software und Ger\u00e4te mit aktivierten KI-Funktionen.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_0\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_0\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_0\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_0\" value=\"unknown\" data-code=\"unknown\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Wei\u00df nicht<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"0\" data-question-id=\"q2\" data-question-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Wir merken, wenn heute ein Kundenvertrag in einen \u00f6ffentlichen Chatbot kopiert wird.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Wir merken, wenn heute ein Kundenvertrag in einen \u00f6ffentlichen Chatbot kopiert wird.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_1\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_1\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_1\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"0\" data-question-id=\"q3\" data-question-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Unser Topmanagement ist ausreichend darin geschult, die strategischen Auswirkungen von KI, einschlie\u00dflich ihrer Grenzen, zu kennen.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Unser Topmanagement ist ausreichend darin geschult, die strategischen Auswirkungen von KI, einschlie\u00dflich ihrer Grenzen, zu kennen.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_2\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_2\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_2\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"0\" data-question-id=\"q4\" data-question-index=\"3\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Unser Unternehmen hat klar festgelegt und kommuniziert, wo KI eingesetzt werden soll und wo nicht.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-2\" role=\"radiogroup\" aria-label=\"Unser Unternehmen hat klar festgelegt und kommuniziert, wo KI eingesetzt werden soll und wo nicht.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_3\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_3\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"0\" data-question-id=\"q5\" data-question-index=\"4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Die Verantwortung f\u00fcr KI ist klar Personen oder Teams zugewiesen, die auch Nein sagen d\u00fcrfen.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Die Verantwortung f\u00fcr KI ist klar Personen oder Teams zugewiesen, die auch Nein sagen d\u00fcrfen.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_4\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_4\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_4\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-group\" data-group=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"1\" data-question-id=\"q6\" data-question-index=\"5\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Klare Regeln bestimmen, welche Daten in welche KI-Tools d\u00fcrfen und welche Nutzungen tabu sind.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Klare Regeln bestimmen, welche Daten in welche KI-Tools d\u00fcrfen und welche Nutzungen tabu sind.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_5\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_5\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_5\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"1\" data-question-id=\"q7\" data-question-index=\"6\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Unser Unternehmen hat ausreichend gute KI-Tools, so dass keine Motivation f\u00fcr die Nutzung privater Ger\u00e4te f\u00fcr KI besteht.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Unser Unternehmen hat ausreichend gute KI-Tools, so dass keine Motivation f\u00fcr die Nutzung privater Ger\u00e4te f\u00fcr KI besteht.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_6\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_6\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_6\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"1\" data-question-id=\"q8\" data-question-index=\"7\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Wir sorgen daf\u00fcr, dass wichtige F\u00e4higkeiten wie Urteilsverm\u00f6gen und logisches Denken trotz KI-Nutzung nicht leiden.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Wir sorgen daf\u00fcr, dass wichtige F\u00e4higkeiten wie Urteilsverm\u00f6gen und logisches Denken trotz KI-Nutzung nicht leiden.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_7\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_7\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_7\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"1\" data-question-id=\"q9\" data-question-index=\"8\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Alle potenziellen KI-Nutzenden sind zu M\u00f6glichkeiten und Grenzen geschult, etwa zu \u00fcberzeugend vorgebrachten falschen Antworten.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Alle potenziellen KI-Nutzenden sind zu M\u00f6glichkeiten und Grenzen geschult, etwa zu \u00fcberzeugend vorgebrachten falschen Antworten.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_8\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_8\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_8\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"1\" data-question-id=\"q10\" data-question-index=\"9\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">KI-Nutzung in gesch\u00e4ftsrelevanten Endergebnissen - z. B. Kundendokumenten, internen Pl\u00e4nen oder Pr\u00e4sentationen - muss dokumentiert und offengelegt werden.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"KI-Nutzung in gesch\u00e4ftsrelevanten Endergebnissen - z. B. Kundendokumenten, internen Pl\u00e4nen oder Pr\u00e4sentationen - muss dokumentiert und offengelegt werden.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_9\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_9\" value=\"partial\" data-code=\"partial\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Teilweise<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_9\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-group\" data-group=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"2\" data-question-id=\"q11\" data-question-index=\"10\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Bei ganz oder teilweise KI-erstellten gesch\u00e4ftsrelevanten Ergebnissen muss ein Mensch freigeben.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Bei ganz oder teilweise KI-erstellten gesch\u00e4ftsrelevanten Ergebnissen muss ein Mensch freigeben.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_10\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_10\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_10\" value=\"unknown\" data-code=\"unknown\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Wei\u00df nicht<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"2\" data-question-id=\"q12\" data-question-index=\"11\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Wir steuern das Risiko, dass ein wichtiger KI-Anbieter Modelle, Konditionen oder Preise \u00e4ndert.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Wir steuern das Risiko, dass ein wichtiger KI-Anbieter Modelle, Konditionen oder Preise \u00e4ndert.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_11\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_11\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_11\" value=\"unknown\" data-code=\"unknown\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Wei\u00df nicht<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"2\" data-question-id=\"q13\" data-question-index=\"12\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">Mindestens eine wesentliche KI-Anwendung l\u00e4uft produktiv in unseren Prozessen oder Produkten \u2013 nicht nur als Test.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"Mindestens eine wesentliche KI-Anwendung l\u00e4uft produktiv in unseren Prozessen oder Produkten \u2013 nicht nur als Test.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_12\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_12\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_12\" value=\"unknown\" data-code=\"unknown\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Wei\u00df nicht<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-question\" data-group=\"2\" data-question-id=\"q14\" data-question-index=\"13\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"airc-question-text\">KI-basierte L\u00f6sungen werden nach dem Launch kontinuierlich getestet.<\/p>\n\t\t\t\t\t\t\t\t\t\t<div class=\"airc-answers airc-answers-3\" role=\"radiogroup\" aria-label=\"KI-basierte L\u00f6sungen werden nach dem Launch kontinuierlich getestet.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_13\" value=\"yes\" data-code=\"yes\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Ja<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_13\" value=\"no\" data-code=\"no\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Nein<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"airc-answer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"radio\" name=\"airc_q_13\" value=\"unknown\" data-code=\"unknown\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><strong>Wei\u00df nicht<\/strong><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<p class=\"airc-error\" hidden><\/p>\n\t\t\t\t\t\t<div class=\"airc-actions\">\n\t\t\t\t\t\t\t<button type=\"submit\" class=\"airc-submit\">Ergebnis anzeigen<\/button>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/form>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"airc-step airc-step-results\" data-title-id=\"airc-dialog-title-1-result\" hidden aria-live=\"polite\">\n\t\t\t\t\t<section class=\"airc-result-hero\" aria-labelledby=\"airc-dialog-title-1-result\">\n\t\t\t\t\t\t<h3 class=\"airc-type-headline\" id=\"airc-dialog-title-1-result\"><\/h3>\n\t\t\t\t\t\t<div class=\"airc-results-top\">\n\t\t\t\t\t\t\t<div class=\"airc-results-left\">\n\t\t\t\t\t\t\t\t<div class=\"airc-triangle\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"airc-results-copy\">\n\t\t\t\t\t\t\t\t<p class=\"airc-type-desc\"><\/p>\n\t\t\t\t\t\t\t\t<div class=\"airc-type-shares\"><\/div>\n\t\t\t\t\t\t\t\t<section class=\"airc-result-panel airc-snapshot\">\n\t\t\t\t\t\t\t\t\t<div class=\"airc-dimensions\"><\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<p class=\"airc-key-recommendations\"><strong class=\"airc-key-recommendations-label\">Empfehlungen:<\/strong> <span class=\"airc-type-advice\"><\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<section class=\"airc-result-panel airc-priorities\">\n\t\t\t\t\t\t\t<div class=\"airc-action-grid\">\n\t\t\t\t\t\t\t\t<div class=\"airc-recommendation-slot airc-recommendation-slot-1\"><\/div>\n\t\t\t\t\t\t\t\t<div class=\"airc-recommendation-slot airc-recommendation-slot-2\"><\/div>\n\t\t\t\t\t\t\t\t<div class=\"airc-left-bottom-stack\">\n\t\t\t\t\t\t\t\t\t<div class=\"airc-recommendation-slot airc-recommendation-slot-3\"><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"airc-result-actions\">\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"airc-retake\">Neu starten<\/button>\n\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"airc-download\">Diagnose laden<\/button>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"airc-recommendation-slot airc-recommendation-slot-4\"><\/div>\n\t\t\t\t\t\t\t\t<div class=\"airc-recommendation-slot airc-recommendation-slot-5\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"airc-cta\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"airc-cta-heading\">L\u00fccken schlie\u00dfen<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"airc-cta-float\"><a class=\"airc-contact\" href=\"#contact\">Kontakt aufnehmen -&gt;<\/a><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"airc-cta-text\">KI-Fundament und KI-Basis stehen weitgehend. Ein kurzes Gespr\u00e4ch mit uns zeigt auf, wie die L\u00fccken rasch geschlossen werden k\u00f6nnen.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"airc-cta-note\" hidden><\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/section>\n\t\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"airc-step airc-step-intake\" data-title-id=\"airc-dialog-title-1-intake\" hidden>\n\t\t\t\t\t<header class=\"airc-intake-head\">\n\t\t\t\t\t\t<h3 class=\"airc-title airc-intake-title\" id=\"airc-dialog-title-1-intake\"><\/h3>\n\t\t\t\t\t\t<p class=\"airc-intake-intro\"><\/p>\n\t\t\t\t\t<\/header>\n\n\t\t\t\t\t<section class=\"airc-intake-result\" aria-label=\"KI-Identit\u00e4ts-Ergebnis\">\n\t\t\t\t\t\t<h4 class=\"airc-section-title airc-intake-result-heading\"><\/h4>\n\t\t\t\t\t\t<p class=\"airc-intake-result-summary\"><\/p>\n\t\t\t\t\t\t<div class=\"airc-intake-snapshot-row\">\n\t\t\t\t\t\t\t<div class=\"airc-intake-affinity airc-type-shares\"><\/div>\n\t\t\t\t\t\t\t<div class=\"airc-intake-layers airc-dimensions\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/section>\n\n\t\t\t\t\t<form class=\"airc-intake-form\" novalidate>\n\t\t\t\t\t\t<input type=\"hidden\" name=\"program\" value=\"\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"assessment\" value=\"\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"src_url\" value=\"\">\n\t\t\t\t\t\t<input type=\"hidden\" name=\"src_title\" value=\"\">\n\n\t\t\t\t\t\t<h4 class=\"airc-section-title airc-intake-details-title\">Ihre Angaben<\/h4>\n\t\t\t\t\t\t<div class=\"airc-intake-contact-row\">\n\t\t\t\t\t\t\t<label class=\"airc-intake-field airc-intake-name\" for=\"airc-dialog-title-1-intake-name\"><span>Name <b>*<\/b><\/span><input id=\"airc-dialog-title-1-intake-name\" type=\"text\" name=\"name\" autocomplete=\"name\" required><\/label>\n\t\t\t\t\t\t\t<label class=\"airc-intake-field airc-intake-company\" for=\"airc-dialog-title-1-intake-company\"><span>Firma <b>*<\/b><\/span><input id=\"airc-dialog-title-1-intake-company\" type=\"text\" name=\"company\" autocomplete=\"organization\" required><\/label>\n\t\t\t\t\t\t\t<label class=\"airc-intake-field airc-intake-email\" for=\"airc-dialog-title-1-intake-email\"><span>E-Mail <b>*<\/b><\/span><input id=\"airc-dialog-title-1-intake-email\" type=\"email\" name=\"email\" autocomplete=\"email\" required><\/label>\n\t\t\t\t\t\t\t<label class=\"airc-intake-field airc-intake-phone\" for=\"airc-dialog-title-1-intake-phone\"><span>Telefon<\/span><input id=\"airc-dialog-title-1-intake-phone\" type=\"tel\" name=\"phone\" autocomplete=\"tel\"><\/label>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"airc-intake-scope-row\">\n\t\t\t\t\t\t\t<label class=\"airc-intake-field\" for=\"airc-dialog-title-1-intake-motivation\"><span>Motivation <b>*<\/b><\/span><select id=\"airc-dialog-title-1-intake-motivation\" name=\"motivation\" required><option value=\"\">Ausw\u00e4hlen<\/option><\/select><\/label>\n\t\t\t\t\t\t\t<label class=\"airc-intake-field\" for=\"airc-dialog-title-1-intake-scope\"><span>Organisationsbereich <b>*<\/b><\/span><select id=\"airc-dialog-title-1-intake-scope\" name=\"scope\" required><option value=\"\">Ausw\u00e4hlen<\/option><option value=\"Gesamtes Unternehmen\">Gesamtes Unternehmen<\/option><option value=\"Ein Gesch\u00e4ftsbereich \/ eine Funktion\">Ein Gesch\u00e4ftsbereich \/ eine Funktion<\/option><option value=\"Eine Rechtseinheit \/ Tochtergesellschaft\">Eine Rechtseinheit \/ Tochtergesellschaft<\/option><option value=\"Gruppe \/ mehrere Einheiten\">Gruppe \/ mehrere Einheiten<\/option><\/select><\/label>\n\t\t\t\t\t\t\t<label class=\"airc-intake-field\" for=\"airc-dialog-title-1-intake-timing\"><span>Zeitpunkt der Umsetzung <b>*<\/b><\/span><select id=\"airc-dialog-title-1-intake-timing\" name=\"timing\" required><option value=\"\">Ausw\u00e4hlen<\/option><option value=\"So bald wie m\u00f6glich\">So bald wie m\u00f6glich<\/option><option value=\"Innerhalb von 2 Monaten\">Innerhalb von 2 Monaten<\/option><option value=\"2\u20134 Monate\">2\u20134 Monate<\/option><option value=\"4\u20136 Monate\">4\u20136 Monate<\/option><option value=\"Orientierung \/ noch kein Termin\">Orientierung \/ noch kein Termin<\/option><\/select><\/label>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"airc-intake-notes-wrap\">\n\t\t\t\t\t\t\t<label class=\"airc-intake-field airc-intake-notes\" for=\"airc-dialog-title-1-intake-notes\"><span>Bemerkungen<\/span><textarea id=\"airc-dialog-title-1-intake-notes\" name=\"notes\" rows=\"3\" maxlength=\"500\" placeholder=\"Was sollten wir sonst noch wissen?\"><\/textarea><\/label>\n\t\t\t\t\t\t\t<div class=\"airc-intake-counter\"><p class=\"airc-intake-required-message\" role=\"alert\" hidden><\/p><span class=\"airc-intake-count\">0<\/span> \/ 500<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"airc-intake-hp\" aria-hidden=\"true\"><label><input type=\"text\" name=\"website\" tabindex=\"-1\" autocomplete=\"off\"><\/label><\/div>\n\t\t\t\t\t\t<div class=\"airc-intake-footer\">\n\t\t\t\t\t\t\t<button type=\"button\" class=\"airc-intake-back\">Zur\u00fcck zum Ergebnis<\/button>\n\t\t\t\t\t\t\t<div class=\"airc-intake-submit-group\">\n\t\t\t\t\t\t\t\t<div class=\"airc-intake-side-copy\">\n\t\t\t\t\t\t\t\t\t<label class=\"airc-intake-consent\"><input type=\"checkbox\" name=\"consent\" value=\"1\" required><span>Ich stimme zu, dass 9senses diese Angaben zur Bearbeitung meiner Anfrage speichert und verarbeitet. <a href=\"https:\/\/www.9senses.ai\/de\/privacy-policy\/\" target=\"_blank\" rel=\"noopener\">Datenschutzerkl\u00e4rung<\/a><\/span><\/label>\n\t\t\t\t\t\t\t\t\t<p class=\"airc-intake-message\" role=\"status\" hidden><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<button type=\"submit\" class=\"airc-intake-submit\">Senden<\/button>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/form>\n\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"airc-exit-warning\" hidden role=\"alertdialog\" aria-modal=\"true\" aria-label=\"Beim Verlassen gehen die Antworten verloren.\">\n\t\t\t\t<div class=\"airc-exit-card\">\n\t\t\t\t\t<p class=\"airc-exit-message\">Beim Verlassen gehen die Antworten verloren.<\/p>\n\t\t\t\t\t<div class=\"airc-exit-actions\">\n\t\t\t\t\t\t<button type=\"button\" class=\"airc-exit-confirm\">Verlassen<\/button>\n\t\t\t\t\t\t<button type=\"button\" class=\"airc-exit-stay\">Abbrechen<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"airc-pdf-dialog\" hidden role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"airc-dialog-title-1-pdf\">\n\t\t\t\t<div class=\"airc-dialog airc-dialog-intro airc-pdf-card\" tabindex=\"-1\">\n\t\t\t\t\t<button type=\"button\" class=\"airc-close airc-pdf-close\" aria-label=\"Schlie\u00dfen\">\u00d7<\/button>\n\t\t\t\t\t<div class=\"airc-dialog-scroll\">\n\t\t\t\t\t\t<div class=\"airc-step airc-step-intro airc-pdf-step\">\n\t\t\t\t\t\t\t<h3 class=\"airc-title\" id=\"airc-dialog-title-1-pdf\">Download: Ihre KI-Identit\u00e4t<\/h3>\n\t\t\t\t\t\t\t<div class=\"airc-intro airc-pdf-privacy\"><p>Antworten und Name werden weder gespeichert noch an uns \u00fcbertragen. Das PDF bleibt lokal im Browser.<\/p><\/div>\n\t\t\t\t\t\t\t<div class=\"airc-pdf-company-field airc-sidebar-field\">\n\t\t\t\t\t\t\t\t<label for=\"airc-dialog-title-1-pdf-company\">Firmenname (optional)<\/label>\n\t\t\t\t\t\t\t\t<input id=\"airc-dialog-title-1-pdf-company\" type=\"text\" class=\"airc-pdf-company\" maxlength=\"120\" autocomplete=\"organization\" placeholder=\"Firmenname\" \/>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"airc-intro-actions airc-pdf-actions\">\n\t\t\t\t\t\t\t\t<button type=\"button\" class=\"airc-begin airc-pdf-create\">PDF erstellen<\/button>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t\n<style>.airc .airc-launcher{display:none!important}<\/style><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"et_pb_section_19 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_31 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_56 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_tabletWide\">\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">\n<style>\n\/* ===== Glass surfaces v6 (removable) =========================================\n   Frame = per-edge inset shadows in the SOLID composite colour rgb(32,44,74)\n   (family tint .40 + sheen, composited over the flat page base): solid means\n   the corner overlaps cannot double-darken, so the bars meet in clean\n   mitres. Continuity: while a tabset is open it squares its bottom corners\n   and sheds its bottom edge and drop, so the panel's side bars read as the\n   plate's edges continuing down around the dark window; the assembly's one\n   drop comes from the panel's bottom. The rail column carries the same\n   solid glass tone as the frame (right-side continuation). Boxes inside\n   the fold (.et_block_module) are family glass cards. The window, the\n   open tab and bridge stay page-dark. Tiles untouched. *\/\n\n\/* Cards: plate sections, emboss blocks, audit counters *\/\nhtml body .ns-block,\nhtml body .ns-emboss,\nhtml body .asw-card .asw-ch{\n  background-color: transparent !important;\n  background-image: linear-gradient(105deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04) 60%, rgba(255,255,255,0.08)), linear-gradient(rgba(17,34,74,0.40), rgba(17,34,74,0.40)) !important;\n  border-radius: 8px !important;\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.30),\n              inset 1px 1px 1px rgba(255,255,255,0.22),\n              inset -1px -1px 1px rgba(160,190,255,0.08),\n              0 6px 18px rgba(2,7,22,0.45) !important;\n}\n\/* Open tabset: square bottom, side\/top edges only, no drop - the panel\n   frame continues the plate downward *\/\nhtml body .ns-tabset.is-tabbed{\n  border-radius: 8px 8px 0 0 !important;\n  box-shadow: inset 0 1px 0 rgba(255,255,255,0.30),\n              inset 1px 0 0 rgba(255,255,255,0.30),\n              inset -1px 0 0 rgba(255,255,255,0.30),\n              inset 1px 1px 1px rgba(255,255,255,0.22) !important;\n}\n\/* Panel frame: the SAME MATERIAL as the plate. One sheen+tint gradient on\n   the framework's own ::before (its height already animates with the\n   fold), masked to the 24\/24\/34 frame shape - the middle punches out, so\n   the corners are continuous by construction and there are no layered\n   background overlays. The panel itself keeps only the 1px ring lines and\n   the assembly's drop. *\/\nhtml body .ns-panel.ns-panel{\n  box-shadow: inset 1px 0 0 rgba(255,255,255,0.30),\n              inset -1px 0 0 rgba(255,255,255,0.30),\n              inset 0 -1px 0 rgba(255,255,255,0.30),\n              0 6px 18px rgba(2,7,22,0.45) !important;\n}\nhtml body .ns-panel.ns-panel::before{\n  padding: 0 24px 34px 24px !important;\n  box-sizing: border-box !important;\n  background: linear-gradient(105deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04) 60%, rgba(255,255,255,0.08)), rgba(17,34,74,0.40) !important;\n  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n  -webkit-mask-composite: xor;\n  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n  mask-composite: exclude;\n}\nhtml body .ns-panel.ns-panel::after{\n  background: none !important;\n  background-image: none !important;\n}\n\/* Rail column: shaded in the SAME material as the frame and plate -\n   exactly the role the original wash gave it. *\/\nhtml body .ns-panel.ns-panel>.et_pb_row:first-of-type>.et_pb_column:last-child:not(:first-child):has(.et_pb_module){\n  background-color: rgba(17,34,74,0.40) !important;\n  background-image: linear-gradient(105deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04) 60%, rgba(255,255,255,0.08)) !important;\n}\n\/* Boxes inside the fold: family glass cards. ONLY true box module types -\n   blurbs and accordion items. Plain text modules also carry the\n   et_block_module marker and must stay untouched (the window's prose\n   briefly went glass because of exactly that). *\/\nhtml body .ns-panel .et_pb_blurb.et_block_module,\nhtml body .ns-panel .et_pb_accordion_item{\n  background-color: transparent !important;\n  background-image: linear-gradient(105deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04) 60%, rgba(255,255,255,0.08)), linear-gradient(rgba(17,34,74,0.55), rgba(17,34,74,0.55)) !important;\n  border-radius: 8px !important;\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.26),\n              inset 1px 1px 1px rgba(255,255,255,0.20),\n              0 4px 12px rgba(2,7,22,0.40) !important;\n}\n\/* Rail column modules are NOT cards: they sit on the rail plate itself.\n   Mirrors the framework's rail-text selector to out-rank the box rule. *\/\nhtml body .ns-panel.ns-panel>.et_pb_row:first-of-type>.et_pb_column:last-child:not(:first-child) .et_block_module{\n  background-color: transparent !important;\n  background-image: none !important;\n  border-radius: 0 !important;\n  box-shadow: none !important;\n}\n\/* Dark interior: open tab + bridge are one cut with the window *\/\nhtml body .ns-tabset.is-tabbed .et_pb_column.hovergroup.is-active,\nhtml body .ns-tabset.is-tabbed .et_pb_column.hovergroup.is-active.ns-pagebg{\n  background-color: var(--ns-bg-page, #050F2C) !important;\n  background-image: none !important;\n}\nhtml body .hovergroup.ns-carry::after,\nhtml body .ns-tabset.is-tabbed .hovergroup.is-active::after{\n  background: var(--ns-bg-page, #050F2C) !important;\n}\n<\/style>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":15,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_ns_ir":"","_ns_ir_pending":"","_ns_structural_eyebrow":"","_ns_ir_live":"","_ns_structural_enabled":"","_ns_structural_body_v1":"","n9tr_seo_title_de_DE":"","n9tr_seo_description_de_DE":"","n9tr_seo_title_fr_FR":"","n9tr_seo_description_fr_FR":"","footnotes":""},"class_list":["post-228658","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/pages\/228658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/comments?post=228658"}],"version-history":[{"count":147,"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/pages\/228658\/revisions"}],"predecessor-version":[{"id":230155,"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/pages\/228658\/revisions\/230155"}],"wp:attachment":[{"href":"https:\/\/www.9senses.ai\/de\/wp-json\/wp\/v2\/media?parent=228658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}