惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
GbyAI
GbyAI
博客园_首页
V
Visual Studio Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
腾讯CDC
博客园 - Franky
IT之家
IT之家
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

Latest from TechRadar in Security

Robots are fighting wars and helping to quash riots — China is arming riot police with squads of AI controlled drones and Ukraine wants to man the frontlines with 25,000 robots US security agency still using Mythos despite ban – government using new security tool despite Pentagon's… Struggling to launch Teams? Microsoft recalls update causing failed startup and infinite loading loops –… How to meaningfully measure the effectiveness of cyber resilience 'We've identified a security incident': Vercel breach confirmed after hackers claim stolen data for sale… How EU organizations can turn sovereign cloud theory into action 'Update immediately': 60,000 WordPress websites at risk after experts discover flaw that allows hackers to… 'They mopped the floor with me and pulled every childish game they could': Disgruntled researcher releases second major Windows zero-day — claims Microsoft 'would ruin my life, and they did' 'As threats evolve, Gemini keeps our defenses one step ahead': Google claims its AI helped it block over 8.3… Cisco tells Webex users to patch critical security flaws immediately, as experts find its Wi-Fi boxes may be filling their disks with undeletable data every day Microsoft experts warn North Korean attackers target macOS users with 'a highly reliable infection chain' to steal passwords, financial data and more — here's how to stay safe Solving the shadow IT crisis in travel Agentic swarms will change how everyone uses AI – but how can organizations deploy them securely? Europol launches Operation PowerOFF — warns 75,000 DDoS users and takes down 53 domains China completes testing on ‘deep-sea electro-hydrostatic actuator’ capable of slicing undersea cables as deep as 3.5 kilometers – new compact subsea vessel testing bridges the ‘last mile’ and could deploy in 2026 Many are still leaving the door open': Security experts warn FIFA World Cup partners could be putting customers at… 'Anyone with $10 could have walked straight through': Report warns this legit-looking software is actually… An ancient Microsoft Excel security flaw could let hackers hijack your entire system, so patch now 'This is not a traditional coding error': Experts flag potentially critical security issues at the heart of Anthropic's MCP, exposes 150 million downloads and thousands of servers to complete takeover Your OpenClaw agents can empty your inbox and leak your data. Here's how to secure them Russia hits European thermal power plant in attempted ‘destructive’ cyberattack – Pro-Kremlin hackers are engaging in ‘riskier and more reckless behavior’ in latest attempt to cripple Western critical infrastructure The war in Iran is reaching cyberspace - here’s how to prepare Millions of hotel goers may have been exposed after hackers steal data and leak it on Telegram 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… Dozens of WordPress plugins hijacked to target thousands of sites 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… McGraw Hill becomes latest to see its Salesforce data hacked Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy
Why Confidential AI is the next big thing for enterprise
Ahmad Shadid · 2026-05-08 · via Latest from TechRadar in Security

Enterprise AI faces a trust problem that better models alone will not solve. Once AI systems begin handling source code, customer records, internal documents or regulated business logic, the question is no longer just whether the model performs well.

Security teams and auditors want to know where inference ran, who could access data while it was in use and what evidence remains after the fact.

Founder and CEO of ORGN.

Sensitive data is often most vulnerable when an AI system is actively processing it. During inference, prompts and internal context can pass through infrastructure outside a company’s direct control. In regulated or commercially sensitive environments, privacy promises rarely satisfy review teams.

Healthcare shows how little room for error remains. A vendor that worked for Catholic Health left a database open for six weeks, which affected 483,000 patients and led to lawsuits.

The Department of Health and Human Services has since proposed changes to the HIPAA Security Rule that would tighten protections around electronic health information.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

Finance shows how quickly scrutiny rises when AI touches regulated workflows. The SEC’s 2026 examination priorities say examiners will review whether firms have adequate policies and procedures to monitor and supervise their use of AI.

Banks are also restricting AI coding agents on developer machines because those tools can create shadow IT risks.

These examples do not show what confidential AI fixes on its own. They show why enterprises are demanding stronger controls around sensitive inference, especially when AI touches regulated data, proprietary code or internal systems.

Enterprises are asking two different questions at once: whether AI output is safe enough to use, and whether sensitive data also stayed protected while inference was happening. Companies already know how to secure data at rest and data in transit.

The weaker state is data in use, when a model is actively processing prompts, code, or internal context.

What confidential AI changes

Confidential AI is aimed at securing data while that processing is happening. In a standard cloud workflow, that stage can rely on infrastructure that the customer cannot fully inspect.

That concern is most obvious when enterprises rely on vendor-hosted AI services, but the same principle also applies to self-hosted deployments on confidential-computing hardware.

Even inside a company’s own environment, sensitive inference may need protection from unnecessary internal exposure, and compliance teams may still need proof they can show to auditors.

Confidential computing has existed for years, but it remained a specialist control while encryption for stored data and data in transit became standard first. Cloud AI, shared infrastructure, and regulated collaboration have pushed data in use into mainstream enterprise review.

That makes inference one of the hardest parts of the workflow to defend in an audit or vendor review.

Trusted execution environments, or TEEs, are central to that model. A TEE creates a hardware-isolated runtime for a workload while it runs. Sensitive data and internal context stay inside that protected environment with less exposure to the surrounding system.

For enterprises that work with proprietary code or regulated information, it offers a more defensible way to handle sensitive inference.

Protection alone is not enough for security and compliance teams. Attestation turns isolation into something they can test. When a workload runs in a TEE, attestation records can provide cryptographic proof that it used the protected environment it was supposed to use.

That gives procurement, audit and regulatory teams something firmer than policy language or vendor assurances.

In practice, the architecture can take several forms. Some enterprise platforms separate routine model access from higher-assurance inference, so teams can use standard models for ordinary development work and TEE-enabled models for more sensitive tasks.

Others add cryptographic attestation tied to enclave execution and exportable usage and security records. Those controls matter because review teams can test them against policy, audit requirements and third-party risk standards.

Confidential AI also has limits, and those limits should be stated clearly. Access control still determines what an agent can reach. It does not remove an agent’s permissions, and it does not make unsafe code safe. Human review and software assurance still determine whether the generated code is safe for production.

Confidential AI strengthens the execution layer around sensitive inference and gives enterprises a clearer way to verify how that inference was handled.

Why sensitive AI deployments are being evaluated differently

Enterprise buyers are already making a distinction between low-risk AI and sensitive deployment. Convenience still drives adoption in everyday workflows, where speed and ease of use matter most. In security-critical environments, the standard is moving toward isolation, attestation and proof of execution.

Government procurement points in the same direction. In defense settings, AI systems and the contractors behind them already face stricter governance, audit and procurement expectations.

Data showing that 62% of organizations pursuing CMMC 2.0 Level 2 lacked the governance controls linked to certification success offers a useful measure of how high that bar already is. Similar questions are beginning to shape enterprise buying in other sensitive sectors.

Software development sits near the center of that shift. Sensitive development context often contains business logic, architecture decisions and operational detail that companies cannot afford to expose casually.

As coding assistants move deeper into production work, review teams are asking harder questions about control, visibility and evidence.

In the most sensitive workflows, confidential AI is starting to function as an approval gate. Enterprises under the greatest pressure want runtime isolation, attestable execution and records that hold up in audit. Those demands may determine which AI deployments get approved at all.

We've featured the best AI tools.

This article was produced as part of TechRadar Pro Perspectives, our channel to feature the best and brightest minds in the technology industry today.

The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: https://www.techradar.com/pro/perspectives-how-to-submit