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

推荐订阅源

人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
量子位
GbyAI
GbyAI
腾讯CDC
T
Tailwind CSS Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
Jina AI
Jina AI
IT之家
IT之家
Y
Y Combinator Blog

Latest from TechRadar in Pro

VodafoneThree gets Ofcom approval to bring satellite connectivity to your smartphone Is this the tipping point for AI at work? New Gallup survey finds half of all US employees now use it in some way 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… 'Makes it even more disappointing': Microsoft backs fossil fuel big time with $7 billion deal in race for AI… 'Maybe it’s not science fiction': Solar panels are causing rainwater to fall in one of the driest places… Maine becomes first US state to pass data centre construction ban Dozens of WordPress plugins hijacked to target thousands of sites Drone-killing laser weapons greenlit for use in US airspace – FAA and Defense Department say high-energy weapons are ‘ready to protect all air travelers from illicit drone use’ despite airspace restrictions and friendly-fire incidents 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… I tried 7 free MTD software – now I've ranked my top picks as a freelancer Jackery McGraw Hill becomes latest to see its Salesforce data hacked Looking for a new PC? Now might be great time to upgrade, as Gartner figures claim shipments are rising — while… The new engineering playbook: how AI design copilots are reshaping product development Farewell Surface Hub — Microsoft kills off its super-sized touchscreen displays, but you might still be able to get one if you act fast 'We have no interest in patient data in the UK': Palantir UK head defends record as criticisms rise Amazon’s new AI Bio Discovery tool can provide ‘every researcher’ with ‘lab-in-the-loop drug discovery’ – 40+ AI biology models can filter 300,000 novel antibody candidates down to the top results for testing in just weeks Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts Europe wants tech sovereignty but is this realistic? Enterprise AI governance cannot live in a prompt. So where is the safety net? Why 2026 is the year of flexibility without friction: solving the multi-platform crisis OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy Closing the cloud complexity gap LaLiga uses AI to fight illegal streaming that costs its clubs $800m a year Intel and Google expand long-term chip partnership to power AI systems 'Chatbots respond not just to what you ask, but how you ask it': Report finds AI agents might be sucking up to… 'Smartphones have physical limitations': Report explains why AI is kickstarting a billion-dollar hardware arms… 'I’m pretty sure actually we really do not need to work for five days' Zoom CEO calls for end of traditional work schedules — says 3-day working week should become the norm 'It's more common than you think': Experts reveal how hackers are trying to hijack your inbox with these…
Why Confidential AI is the next big thing for enterprise
Ahmad Shadid · 2026-05-08 · via Latest from TechRadar in Pro

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