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

Microsoft launches AI cybersecurity model, agentic defense platform to cut enterprise security costs
AI 中文解读
微软在AI安全领域放了个大招——推出了自家首个专门用于网络安全的AI模型,以及一套能自动应对攻击的智能防御平台。核心亮点在于:微软认为未来AI的胜负不取决于谁模型最大,而在于谁能用最低成本做出“够用就好”的模型,并且聪明地调配资源。
通俗点说,微软造了一个“小而快”的安全AI,它能处理九成以上的网络安全任务,比如扫描代码漏洞、分析威胁,成本比现有方案便宜一半,性能却超过了那些更大更贵的AI模型。遇到特别难搞的“硬骨头”,它才会交给OpenAI的GPT-5.4来帮忙。微软还推出了一个叫“Project Perception”的自动化安全系统,相当于给企业配了三支AI“特工队”:红队负责主动找漏洞,蓝队负责分析风险,绿队负责修复加固。这些AI相互配合,像真人安全团队一样协同工作。
对普通人来说,这项技术意味着企业安全防护成本会大幅下降,未来你用的各种在线服务——网银、邮箱、社交平台——可能都会变得更安全,因为AI能更快发现并修补漏洞,而企业不用再花天价买顶级AI。同时,黑客想突破防线也会更难,因为防御系统是自动且持续的。一句话总结:更便宜、更聪明的AI正在让网络安全走进“平民化”时代。
Microsoft opened a new front in the AI security wars on Monday, unveiling its first custom-built cybersecurity model and a sweeping agentic defense platform — and making an argument that could reshape how enterprises buy AI: the future belongs not to the biggest model, but to the cheapest one that's good enough, routed intelligently.The company announced MAI-Cyber-1-Flash, a compact security model developed in-house by its Microsoft AI (MAI) division, embedded inside MDASH, Microsoft's multi-agent harness for finding and fixing software vulnerabilities. Together, the company says, the system scores 96% on CyberGym — a benchmark measuring how well AI systems reason over large codebases to find real vulnerabilities — beating frontier models including Mythos, Gemini, and GPT, while cutting costs roughly in half compared to Microsoft's own current production configuration.Alongside the model, Microsoft introduced Project Perception, an agentic security system that coordinates "red team" agents that hunt for paths to compromise, "blue team" agents that investigate and triage risk, and "green team" agents that remediate and harden defenses. Project Perception enters public preview on August 3.In a wide-ranging interview with VentureBeat, Microsoft AI CEO Mustafa Suleyman made clear the company sees Monday's announcement as the opening move in a much longer campaign."We really do have a pretty significant data and harness and expertise moat, and that is enabling us to train models which are faster, better, cheaper, and I think this is genuinely the tip of the iceberg," Suleyman said. "We haven't been working on this for long. The next model is going to be pretty phenomenal."Inside the 90/10 architecture that still depends on OpenAI's GPT-5.4The most technically revealing detail in the announcement is not the model itself but how Microsoft deploys it. MAI-Cyber-1-Flash was designed to handle up to 90% of security tasks efficiently, while MDASH escalates the remaining 10% of exceptionally difficult problems to a larger frontier model — which, notably, is OpenAI's GPT-5.4. In other words, Microsoft's flagship security AI still leans on its longtime partner-turned-rival for the hardest work.Asked to explain that relationship, Suleyman pointed to the harness, the orchestration layer that routes each incoming problem to the right model. "The harness is like a router," he told VentureBeat. "It's kind of like guardrails and a rule set of an organizing logic, which matches queries to... incoming problems to a model that suits the problem." The system has three components, he explained: the harness, the small and fast MAI-Cyber-1-Flash handling the bulk of queries, and GPT-5.4 sitting alongside as "just a generalist coding model."Pressed on how a system reliant on OpenAI's model can outperform frontier competitors, Suleyman argued the performance comes from the whole system, not any single model. "These are very complicated, long, agentic loops which require storing state, drawing on another database, consulting best practice... handing back to a small model, writing a bunch of code, validating that that was correct," he said. "There's like hundreds of steps to solve that, and that's why it's really the system together that delivers the better performance."And why GPT-5.4 specifically for the escalation tier? Cost, again. "GPT-5.6 is expensive. GPT-5.4 is incredibly good relative to its cost," Suleyman said. "The whole game here is to reduce the costs. Mythos and so on are extremely expensive models... we want to be able to deliver better performance for cheaper. That's what customers want." The arrangement captures Microsoft's evolving posture toward OpenAI: still a customer of the partnership that drew regulatory scrutiny in Brussels and Washington in 2024, but increasingly determined to own the layers of the stack where it believes it holds durable advantages.Why tok
分享
阅读原文 ↗