{"id":55751,"date":"2026-07-17T10:00:09","date_gmt":"2026-07-17T08:00:09","guid":{"rendered":"https:\/\/www.accompio.com\/?post_type=blog&#038;p=55751"},"modified":"2026-07-17T13:03:57","modified_gmt":"2026-07-17T11:03:57","slug":"confidential-computing","status":"publish","type":"blog","link":"https:\/\/www.accompio.com\/en\/blog\/confidential-computing\/","title":{"rendered":"Confidential Computing makes AI commercially viable for businesses"},"content":{"rendered":"<p class=\"wp-block-paragraph\">For companies with sensitive data such as patents, internal documents or health information, Confidential Computing makes a central difference compared to classic cloud AI, where the provider of the model technically has insight into the data during processing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Leonard P\u00fcttmann, AI Solutions Architect at <a href=\"https:\/\/www.accompio.com\/en\/\" rel=\"noreferrer noopener\" target=\"_blank\">accompio<\/a>, In the discussion, it identifies how the technology works, what use cases it is suitable for, and where its limitations lie. This article explains how Confidential Computing and Confidential AI work, differentiates between the two terms, and outlines concrete first steps for use in enterprises.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The most important points briefly<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Confidential Computing additionally encrypts data during active processing, not just during transmission and storage.<\/li>\n\n\n\n<li>The technical basis is formed by a Trusted Execution Environment (TEE) directly at the processor level.<\/li>\n\n\n\n<li>Even the operator of the AI model does not have access to the processed data.<\/li>\n\n\n\n<li>According to accompio, the performance difference compared to classic AI usage is between 5 and 10 percent.<\/li>\n\n\n\n<li>The technology currently covers open-source AI models, sufficient for 90 to 95 percent of use cases.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\" style=\"background-color:#e0ebef\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Confidential Computing &amp; Confidential AI in Business: How AI models can be used securely\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/Gy9BDeNBIAg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 id=\"h-confidential-computing-experteninterview-mit-leonard-puttmann-solution-architect-bei-accompio-ai\" class=\"wp-block-heading\">Confidential Computing: Expert Interview with Leonard P\u00fcttmann, Solution Architect at accompio AI<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For this focus topic, accompio spoke with Leonard P\u00fcttmann, Solutions Architect AI, who is responsible for the secure deployment of AI technology for accompio's clients in his day-to-day work.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.youtube.com\/watch?v=Gy9BDeNBIAg\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-white-color\">Watch video<\/mark><\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What is Confidential Computing?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Confidential Computing is a security technology that keeps data encrypted at the hardware level, even during active processing. Traditional encryption protects data during transmission between systems and when stored on a server. Once a program or an AI model works with the data, in traditional systems it is usually decrypted and therefore visible to the infrastructure operator.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Confidential Computing closes exactly this gap via a Trusted Execution Environment (TEE), an isolated, encrypted environment directly on the processor. In an interview, Leonard P\u00fcttmann describes the principle as a safe, where even the infrastructure operator has no access to the content.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Core definition<\/strong> Confidential Computing encrypts data during active processing, in addition to encryption at rest and in transit. The technical basis is a processor-level Trusted Execution Environment.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Why does sensitive company data remain untapped for AI today?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Many AI models run in the cloud, partly on servers outside the European Union. For companies with patents, internal documents, or other sensitive information, entering this data into such a model is risky, as the data is openly available to the infrastructure operator during processing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Without additional protection, companies often get stuck with their AI use cases because relevant data is not used in the first place due to data protection reasons. If it does happen, data breaches are a risk. Sensitive information flows into the training of further models, reaches third parties or falls prey to hacker attacks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Confidential Computing protects data while it's being processed in memory. This is achieved using hardware-based Trusted Execution Environments (TEEs). These TEEs create an isolated area within the processor where code and data are encrypted and protected from the operating system, hypervisor, and other privileged software. Even the cloud provider or system administrator cannot access the data or code within the TEE.\n\nTechnically, this involves specific processor features. For example, Intel TDX (Trustworthy Domain Extensions) and AMD SEV (Secure Encrypted Virtualization) are technologies that enable TEEs. These technologies allow for the creation of virtual machines or specific applications that run within these secure enclaves.\n\nHere's a simplified breakdown of the process:\n\n1.  **Data in Transit &amp; At Rest:** Traditionally, data is encrypted when it's stored (at rest) and when it's being transmitted (in transit).\n2.  **Data in Use:** The challenge is protecting data when it's being actively processed (in use), as it needs to be decrypted in memory to be worked on. This is where Confidential Computing comes in.\n3.  **TEE Creation:** A TEE is created in hardware. This TEE has its own memory region that is encrypted.\n4.  **Loading Code and Data:** The application code and the data it needs to process are loaded into the TEE. While inside the TEE, the data is decrypted for processing, but remains encrypted from the outside.\n5.  **Attestation:** A crucial aspect is attestation. Before sensitive data is sent into the TEE, the TEE can \"attest\" to the user or application provider that it is a genuine and secure environment. This attestation is a cryptographic proof that the code running inside the TEE is what it's supposed to be, and that the TEE is running on trusted hardware.\n6.  **Secure Processing:** The code within the TEE performs its operations on the data, all within the encrypted memory boundary. Only the code within the TEE can decrypt and access the data.\n7.  **Output:** Once processing is complete, the results can be passed out of the TEE, either encrypted or in their decrypted state, depending on the application's requirements and the sensitivity of the output.\n\nEssentially, Confidential Computing uses hardware to create a \"black box\" for computation, ensuring that sensitive data is never exposed to the underlying infrastructure, even when it's being actively used.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Accessing a Confidential AI model begins with a remote attestation, a check to see if access is permitted at all. The system then transmits the data encrypted down to the processor level to the model. The AI model works with the data within this protected environment as usual, comparable to other AI models. The output is sent back encrypted to the user and is only decrypted there.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u201eIt's really like a little vault. Even if I have physical access to the AI model, no one can extract any data from it.\u201c<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2014 Leonard P\u00fcttmann, Solution Architect at accompio AI<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The encryption is at the hardware level, not in an additional software layer. According to Leonard P\u00fcttmann, this is precisely what makes the crucial difference in security.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Confidential Computing and Confidential AI: What's the difference?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Confidential Computing describes the underlying hardware technology for encryption during processing, irrespective of the specific application. Confidential AI is the application of this technology specifically to AI models and AI processes. A company uses Confidential Computing as a technical foundation to subsequently leverage Confidential AI for specific AI use cases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Confidential AI vs. Data Masking and Anonymisation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Data masking and anonymisation attempt to remove sensitive information from documents before processing. A residual risk remains: if individual sensitive data points slip through the filter, a data protection problem still arises. Confidential AI takes a different approach and protects the data directly during processing at the hardware level, regardless of whether anonymisation has taken place beforehand.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Integration, Performance and Limitations of Technology<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Confidential AI is integrated into existing systems via an external interface, similar to a conventional cloud AI model. No new hardware or major system changes are necessary for this, and existing cloud providers do not require any special prerequisites.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">According to accompio, the performance difference is 5 to 10 percent compared to classic AI usage, with real-time interaction still possible. One limitation concerns model selection: Confidential AI currently works exclusively with open-source AI models; proprietary models such as ChatGPT or Claude cannot be used technically. According to accompio, this selection of open-source models covers 90 to 95 percent of companies' AI use cases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Trust through independent audit<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Contractual assurances alone are not enough for many companies when handling sensitive data. accompio therefore also relies on technical and independent evidence at the hardware level.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u201eFor example, the entire thing was also checked by T\u00dcV IT and verified to ensure it was indeed the case. Ernst &amp; Young, for instance, also conducted a major audit for this technology.\u201c<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2014 Leonard P\u00fcttmann, Solution Architect at accompio AI<\/p>\n<\/blockquote>\n\n\n\n<div class=\"wp-block-columns has-background is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\" style=\"background-color:#e0ebef\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio-ai-as-a-service-1024x1024.jpg\" alt=\"Digital globe with connected lines, symbolising IT services and global networking.\" class=\"wp-image-52205\" srcset=\"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio-ai-as-a-service-1024x1024.jpg 1024w, https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio-ai-as-a-service-300x300.jpg 300w, https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio-ai-as-a-service-150x150.jpg 150w, https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio-ai-as-a-service-768x768.jpg 768w, https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio-ai-as-a-service-12x12.jpg 12w, https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio-ai-as-a-service.jpg 1500w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<h2 id=\"h-confidential-ai-mit-accompio-umsetzen\" class=\"wp-block-heading\">Implement confidential AI with Accompio<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Are you planning specific AI use cases with sensitive company data and looking for a secure technical foundation? accompio supports you with an inventory assessment, selection of suitable open-source models, and the technical integration of Confidential AI into your existing infrastructure.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.accompio.com\/en\/service\/ai-as-a-service\/\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-white-color\">Our services<\/mark><\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">First steps: How businesses get started with Confidential AI<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">According to Leonard P\u00fcttmann, the maturity of Confidential Computing in Germany is currently very varied. Individual companies are already using the technology productively, but for many others, it is still new, and in some cases, they are not even aware of it as a real alternative to traditional cloud AI.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first concrete step, regardless of your own maturity level, is always the same: an inventory of your own processes in daily operations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This centres on two questions:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Where do pain points arise in day-to-day business that can be solved with AI support?<\/li>\n\n\n\n<li>Are sensitive data, such as patents, internal documents, or personal information, involved in these processes?<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">If the answer to the second question is \"yes\", then according to accompio, Confidential AI is often the right next step for the technical implementation. The subsequent integration itself requires no new hardware and no fundamental system change. It runs via an external interface, comparable to a conventional cloud AI model.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Confidential computing closes the last remaining gap in data encryption: the moment of active processing. For companies with sensitive data, confidential AI therefore opens up AI use-cases that were previously impossible for reasons of <a href=\"https:\/\/www.accompio.com\/en\/service\/cyber-security\/data-protection\/\" target=\"_blank\" rel=\"noreferrer noopener\">Data protection<\/a> were not feasible.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"814\" src=\"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/02\/accompio-team-leonhard-puettmann.png\" alt=\"Portrait of Leonard P\u00fcttmann, IT expert at Accompio, smiling.\" class=\"wp-image-49778\" srcset=\"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/02\/accompio-team-leonhard-puettmann.png 900w, https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/02\/accompio-team-leonhard-puettmann-300x271.png 300w, https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/02\/accompio-team-leonhard-puettmann-768x695.png 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><figcaption class=\"wp-element-caption\"><strong>Leonard P\u00fcttmann <\/strong><br>Solution Architect, accompio AI<\/figcaption><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<h2 id=\"h-uber-den-experten\" class=\"wp-block-heading\">About the expert<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Leonard P\u00fcttmann works as a Solutions Architect AI at accompio, dealing daily with the secure implementation of AI technology for corporate clients.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.linkedin.com\/in\/leonard-p%C3%BCttmann-4648231a9\/\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-white-color\">LinkedIn<\/mark><\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions about Confidential Computing and Confidential AI<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Confidential Computing unterscheidet sich von herk\u00f6mmlicher Verschl\u00fcsselung dadurch, dass Daten w\u00e4hrend der Verarbeitung in einem sicheren Bereich, der sogenannten Trusted Execution Environment (TEE), gesch\u00fctzt werden. Bei der herk\u00f6mmlichen Verschl\u00fcsselung werden Daten nur im Ruhezustand (gespeichert) und w\u00e4hrend der \u00dcbertragung (im Netzwerk) verschl\u00fcsselt. Sobald die Daten jedoch im Speicher verarbeitet werden, werden sie entschl\u00fcsselt und sind anf\u00e4llig f\u00fcr Angriffe, wenn das System kompromittiert ist. Confidential Computing schliesst diese L\u00fccke, indem es sicherstellt, dass die Daten selbst innerhalb des Prozessors w\u00e4hrend der Verarbeitung verschl\u00fcsselt bleiben.\n\nHier sind die Hauptunterschiede:\n\n*   **Schutz w\u00e4hrend der Verarbeitung:**\n    *   **Her k\u00f6mmliche Verschl\u00fcsselung:** Bietet Schutz f\u00fcr Daten im Ruhezustand und w\u00e4hrend der \u00dcbertragung. Daten werden im Arbeitsspeicher des Systems f\u00fcr die Verarbeitung entschl\u00fcsselt.\n    *   **Confidential Computing:** Bietet Schutz f\u00fcr Daten im Ruhezustand, w\u00e4hrend der \u00dcbertragung UND w\u00e4hrend der Verarbeitung, indem es eine TEE verwendet.\n\n*   **Angriffs oberfl\u00e4che:**\n    *   **Her k\u00f6mmliche Verschl\u00fcsselung:** L\u00e4sst eine Angriffs fl\u00e4che offen, wenn die Daten im Arbeitsspeicher vorliegen, insbesondere wenn der Host-Betriebssystem oder der Hypervisor kompromittiert ist.\n    *   **Confidential Computing:** Reduziert die Angriffs fl\u00e4che drastisch, da selbst der Betreiber der Infrastruktur (z. B. Cloud-Anbieter) oder privilegierte Benutzer keinen Zugriff auf die Daten haben, w\u00e4hrend sie in der TEE verarbeitet werden.\n\n*   **Technologie:**\n    *   **Her k\u00f6mmliche Verschl\u00fcsselung:** Basiert auf kryptografischen Algorithmen wie AES, RSA usw., die auf der gesamten Festplatte oder w\u00e4hrend der Netzwerkkommunikation angewendet werden.\n    *   **Confidential Computing:** Nutzt Hardware-basierte Sicherheitsfunktionen, die in modernen Prozessoren (CPUs) integriert sind, um isolierte und verschl\u00fcsselte Rechenumgebungen zu schaffen. Beispiele hierf\u00fcr sind Intels Software Guard Extensions (SGX) und AMDs Secure Encrypted Virtualization (SEV).\n\n*   **Use Cases:**\n    *   **Her k\u00f6mmliche Verschl\u00fcsselung:** Weit verbreitet f\u00fcr den Schutz von Daten in Datenbanken, bei Online-Transaktionen (HTTPS), bei der Speicherung von Dateien usw.\n    *   **Confidential Computing:** Ideal f\u00fcr Szenarien, in denen sensible Daten verarbeitet werden m\u00fcssen, aber h\u00f6chste Vertraulichkeit erforderlich ist, wie z. B. Finanzanalysen, Verarbeitung medizinischer Daten, Verwaltung von Geheimnissen und der Schutz geistigen Eigentums von KI-Modellen.\n\nZusammenfassend l\u00e4sst sich sagen, dass Confidential Computing eine zus\u00e4tzliche Ebene der Sicherheit darstellt, die \u00fcber die herk\u00f6mmliche Verschl\u00fcsselung hinausgeht, indem es die Vertraulichkeit von Daten sch\u00fctzt, w\u00e4hrend sie aktiv genutzt oder verarbeitet werden.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Normal encryption protects data during transmission and storage. Confidential Computing additionally encrypts data during active processing by a program or AI model, via a processor-level Trusted Execution Environment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Is Confidential AI usable with models such as ChatGPT or Claude?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No, ChatGPT and Claude are proprietary models and cannot be used for this purpose technically. Confidential AI currently works with open-source AI models, which, according to accompio, already cover 90 to 95 percent of enterprise use cases.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Confidential AI is particularly suitable for which industries?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In principle, every industry with sensitive data benefits from Confidential AI. According to accompio, the technology is particularly relevant for the finance and healthcare sectors, as highly sensitive personal or company-critical information is often involved, such as examination results or financial data that must not fall into the hands of third parties.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How much does performance drop due to Confidential AI?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The performance difference compared to classic AI usage is 5 to 10 percent. Interaction with the model remains possible in real-time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How does a company start with Confidential AI?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The first step is to take stock of your own processes and pain points, along with the question of where sensitive data is involved. This forms the basis for deriving the appropriate technical implementation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Confidential Computing encrypts data during transmission, storage, and additionally during active processing by an AI model.<\/p>","protected":false},"featured_media":55752,"template":"","categories":[8],"service-kategorie":[43],"class_list":["post-55751","blog","type-blog","status-publish","has-post-thumbnail","hentry","category-blog","service-kategorie-ai-as-a-service"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.3 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Confidential Computing macht KI f\u00fcr Unternehmen sicher nutzbar<\/title>\n<meta name=\"description\" content=\"Confidential Computing verschl\u00fcsselt Daten auch w\u00e4hrend der KI-Verarbeitung. Leonard P\u00fcttmann von accompio erkl\u00e4rt Funktionsweise, Nutzen und Grenzen der Technologie.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.accompio.com\/en\/blog\/confidential-computing\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Confidential Computing macht KI f\u00fcr Unternehmen gesch\u00e4ftsf\u00e4hig\" \/>\n<meta property=\"og:description\" content=\"Confidential Computing verschl\u00fcsselt Daten auch w\u00e4hrend der KI-Verarbeitung. Leonard P\u00fcttmann von accompio erkl\u00e4rt Funktionsweise, Nutzen und Grenzen der Technologie.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.accompio.com\/en\/blog\/confidential-computing\/\" \/>\n<meta property=\"og:site_name\" content=\"accompio IT-Services\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-17T11:03:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/07\/accompio-fokusthema-confidential-computing.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/\",\"url\":\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/\",\"name\":\"Confidential Computing macht KI f\u00fcr Unternehmen sicher nutzbar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.accompio.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/accompio-fokusthema-confidential-computing.jpg\",\"datePublished\":\"2026-07-17T08:00:09+00:00\",\"dateModified\":\"2026-07-17T11:03:57+00:00\",\"description\":\"Confidential Computing verschl\u00fcsselt Daten auch w\u00e4hrend der KI-Verarbeitung. Leonard P\u00fcttmann von accompio erkl\u00e4rt Funktionsweise, Nutzen und Grenzen der Technologie.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.accompio.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/accompio-fokusthema-confidential-computing.jpg\",\"contentUrl\":\"https:\\\/\\\/www.accompio.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/accompio-fokusthema-confidential-computing.jpg\",\"width\":1200,\"height\":680,\"caption\":\"Pr\u00e4sentation von Accompio IT-Services auf einer Konferenz, Fokus auf innovative IT-L\u00f6sungen f\u00fcr Unternehmen.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.accompio.com\\\/blog\\\/confidential-computing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Confidential Computing macht KI f\u00fcr Unternehmen gesch\u00e4ftsf\u00e4hig\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/\",\"name\":\"accompio IT-Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/#organization\"},\"alternateName\":\"accompio\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/#organization\",\"name\":\"accompio GmbH\",\"alternateName\":\"accompio IT-Services\",\"url\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.accompio.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/accompio_logo.jpeg\",\"contentUrl\":\"https:\\\/\\\/www.accompio.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/accompio_logo.jpeg\",\"width\":200,\"height\":200,\"caption\":\"accompio GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/www.accompio.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/accompiogmbh\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/accompio\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@accompio\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Confidential Computing enables secure AI utilisation for companies","description":"Confidential Computing also encrypts data during AI processing. Leonard P\u00fcttmann from accompio explains how the technology works, its benefits, and its limitations.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.accompio.com\/en\/blog\/confidential-computing\/","og_locale":"en_GB","og_type":"article","og_title":"Confidential Computing macht KI f\u00fcr Unternehmen gesch\u00e4ftsf\u00e4hig","og_description":"Confidential Computing verschl\u00fcsselt Daten auch w\u00e4hrend der KI-Verarbeitung. Leonard P\u00fcttmann von accompio erkl\u00e4rt Funktionsweise, Nutzen und Grenzen der Technologie.","og_url":"https:\/\/www.accompio.com\/en\/blog\/confidential-computing\/","og_site_name":"accompio IT-Services","article_modified_time":"2026-07-17T11:03:57+00:00","og_image":[{"width":1200,"height":680,"url":"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/07\/accompio-fokusthema-confidential-computing.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.accompio.com\/blog\/confidential-computing\/","url":"https:\/\/www.accompio.com\/blog\/confidential-computing\/","name":"Confidential Computing enables secure AI utilisation for companies","isPartOf":{"@id":"https:\/\/www.accompio.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.accompio.com\/blog\/confidential-computing\/#primaryimage"},"image":{"@id":"https:\/\/www.accompio.com\/blog\/confidential-computing\/#primaryimage"},"thumbnailUrl":"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/07\/accompio-fokusthema-confidential-computing.jpg","datePublished":"2026-07-17T08:00:09+00:00","dateModified":"2026-07-17T11:03:57+00:00","description":"Confidential Computing also encrypts data during AI processing. Leonard P\u00fcttmann from accompio explains how the technology works, its benefits, and its limitations.","breadcrumb":{"@id":"https:\/\/www.accompio.com\/blog\/confidential-computing\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.accompio.com\/blog\/confidential-computing\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.accompio.com\/blog\/confidential-computing\/#primaryimage","url":"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/07\/accompio-fokusthema-confidential-computing.jpg","contentUrl":"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/07\/accompio-fokusthema-confidential-computing.jpg","width":1200,"height":680,"caption":"Pr\u00e4sentation von Accompio IT-Services auf einer Konferenz, Fokus auf innovative IT-L\u00f6sungen f\u00fcr Unternehmen."},{"@type":"BreadcrumbList","@id":"https:\/\/www.accompio.com\/blog\/confidential-computing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/www.accompio.com\/de\/"},{"@type":"ListItem","position":2,"name":"Confidential Computing macht KI f\u00fcr Unternehmen gesch\u00e4ftsf\u00e4hig"}]},{"@type":"WebSite","@id":"https:\/\/www.accompio.com\/de\/#website","url":"https:\/\/www.accompio.com\/de\/","name":"accompio IT-Services","description":"","publisher":{"@id":"https:\/\/www.accompio.com\/de\/#organization"},"alternateName":"accompio","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.accompio.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.accompio.com\/de\/#organization","name":"accompio GmbH","alternateName":"accompio IT-Services","url":"https:\/\/www.accompio.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.accompio.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio_logo.jpeg","contentUrl":"https:\/\/www.accompio.com\/wp-content\/uploads\/2026\/03\/accompio_logo.jpeg","width":200,"height":200,"caption":"accompio GmbH"},"image":{"@id":"https:\/\/www.accompio.com\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/accompiogmbh\/","https:\/\/www.linkedin.com\/company\/accompio\/","https:\/\/www.youtube.com\/@accompio"]}]}},"_links":{"self":[{"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/blog\/55751","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/types\/blog"}],"version-history":[{"count":4,"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/blog\/55751\/revisions"}],"predecessor-version":[{"id":55758,"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/blog\/55751\/revisions\/55758"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/media\/55752"}],"wp:attachment":[{"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/media?parent=55751"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/categories?post=55751"},{"taxonomy":"service-kategorie","embeddable":true,"href":"https:\/\/www.accompio.com\/en\/wp-json\/wp\/v2\/service-kategorie?post=55751"}],"curies":[{"name":"what","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}