Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
CNBC AI · 2026/7/27 23:46:25

Microsoft touts cost-saving AI model for cybersecurity
AI 中文解读
微软新发布的AI模型专攻网络安全,核心亮点是:它能帮企业大幅节省成本,同时更高效地揪出代码中的安全漏洞。简单来说,这款AI就像一位不眠不休的“代码体检医生”,能快速扫描海量源代码,精准定位有风险的部分。当它与OpenAI的GPT-5.4联手时,表现甚至超过了市面上现有的专业安全AI模型。微软计划8月初开始测试这项技术,并把它整合到Project Perception工具中,用于自动发现和修复漏洞。对企业而言,这意味着安全维护的费用和时间都将大幅降低,黑客利用漏洞攻击的成功率也会下降。对普通人来说,我们日常使用的各种App、网站背后的代码将更加安全,个人信息和隐私也就更有保障。这是微软自2月领导层调整后,在网络安全领域打出的第一张王牌,未来有望让整个数字世界变得更可靠。
Skip NavigationMarketsPre-MarketsU.S. MarketsEurope MarketsChina MarketsAsia MarketsWorld MarketsCurrenciesPrediction MarketsCryptocurrencyFutures & CommoditiesBondsFunds & ETFsBusinessEconomyFinanceHealth & ScienceMediaReal EstateEnergyClimateTransportationInvestigationsIndustrialsRetailWealthSportsLifeSmall BusinessInvestingPersonal FinanceFintechFinancial AdvisorsOptions ActionETF StreetBuffett ArchiveEarningsTrader TalkTechCybersecurityAIEnterpriseInternetMediaMobileSocial MediaCNBC Disruptor 50Tech GuidePoliticsWhite HousePolicyDefenseCongressExpanding OpportunityEurope PoliticsChina PoliticsAsia PoliticsWorld PoliticsVideoLatest VideoFull EpisodesLivestreamTop VideoLive AudioEurope TVAsia TVCNBC PodcastsCEO InterviewsDigital OriginalsWatchlistInvesting ClubTrust PortfolioAnalysisTrade AlertsMeeting VideosHomestretchJim's ColumnsEducationSubscribePROPro NewsJosh BrownMike SantoliCalls of the DayMy PortfolioLivestreamFull EpisodesStock ScreenerMarket ForecastOptions InvestingChart InvestingSubscribeLivestreamMenuMake ItselectUSAINTLLivestreamSearch quotes, news & videosLivestreamWatchlistSIGN INCreate free accountMarketsBusinessInvestingTechPoliticsVideoWatchlistInvesting ClubPROLivestreamMenu
(function() {
const userMembershipOnLastVisit = localStorage.getItem("cnbcMeta__cachedUserMembership");
if (!userMembershipOnLastVisit) {
// If no user membership is stored, user is likely not logged in.
// These users will typically see the banner.
return;
}
const { isPro, isInvestingClubUser } = JSON.parse(userMembershipOnLastVisit);
if (!(isPro || isInvestingClubUser)) {
// We’re rendering the top banner for users who are not pro or investing club members.
return;
}
// Hide the banner for pro and investing club users.
const style = document.createElement("style");
style.id = "top-banner-placeholder-style";
style.innerHTML = "[data-top-banner-placeholder] { display: none; }";
document.head.appendChild(style);
})()
TechMicrosoft touts cost-saving AI model for cybersecurityPublished Mon, Jul 27 20267:46 PM EDTJordan Novet@in/jordannovet/WATCH LIVEKey PointsMicrosoft talked up its first artificial intelligence model for finding risky parts of source code.When connected with OpenAI's general-purpose GPT 5.4, Microsoft says the new model can outperform Anthropic's security models from a variety of companies, including Anthropic.The model will work in Project Perception tools for finding and fixing vulnerabilities, which Microsoft will start testing in early August.It's Microsoft's first major cybersecurity push since a leadership shake-up in February.In this articleGOOGLAMZNFollow your favorite stocksCREATE FREE ACCOUNTMicrosoft CEO Satya Nadella speaks at the Microsoft AI Tour at TikTok Entertainment Centre in Sydney on April 23, 2026.George Chan | Getty ImagesMicrosoft on Monday talked up a new artificial intelligence model for spotting cybersecurity vulnerabilities. The move marks the company's first major push to rejuvenate its cybersecurity business since it brought back Google executive Hayete Gallot to run the unit.When paired with OpenAI's general-purpose GPT-5.4, Microsoft's MAI-Cyber-1-Flash outperforms Anthropic's Mythos 5, Google's 3.5 Flash Cyber and OpenAI's GPT-5.5 Cyber on the CyberGym benchmark, the company said."We have world-leading performance at 50% of the cost," Mustafa Suleyman, CEO of Microsoft AI, said at an event the company held in San Francisco.The generative model is the software maker's first for cybersecurity. It will work in its Project Perception, a collection of AI agents for discovering and fixing weaknesses that becomes available in public preview starting Aug. 3, according to a blog post from Gallot.She rejoined Microsoft in February to become executive vice president of s
分享
阅读原文 ↗