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

推荐订阅源

S
SegmentFault 最新的问题
J
Java Code Geeks
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
B
Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
美团技术团队
大猫的无限游戏
大猫的无限游戏
爱范儿
爱范儿
N
Netflix TechBlog - Medium
C
Check Point Blog
Recent Announcements
Recent Announcements
博客园 - Franky
博客园 - 叶小钗
T
Tailwind CSS Blog

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
Why Confidential AI is the next big thing for enterprise
Ahmad Shadid · 2026-05-08 · via Latest from TechRadar

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