Microsoft Unveils MAI-Cyber-1-Flash & Project Perception for AI Security
Microsoft introduced a new autonomous cybersecurity platform and a highly specialized AI model on Monday, aiming to automate enterprise vulnerability detection while significantly reducing the computing costs associated with running continuous security operations.
The announcements center on Project Perception, an agent-based system designed to proactively defend corporate networks against cyberattacks. Working alongside the platform is MAI-Cyber-1-Flash, a new AI model built specifically to analyze software code, identify vulnerabilities, and generate security patches.
By shifting away from a reliance on massive, general-purpose frontier models and instead employing smaller, specialized models for routine analysis, Microsoft says it can process security data faster and much more cheaply. The company claims this new routing configuration cuts operational costs by 50% while simultaneously outperforming competing models from AI rivals on industry benchmarks.
Project Perception will enter public preview on August 3 and will be built directly into Microsoft Defender, with plans to expand across the company’s broader security portfolio.
The AI Arms Race in Cybersecurity
The enterprise security sector has been forced to adapt rapidly over the past two years as threat actors increasingly integrate artificial intelligence into their offensive operations. Hackers are utilizing generative AI to automate the discovery of software vulnerabilities, write polymorphic malware that evades traditional detection, and launch sophisticated phishing campaigns at scale.
Traditional security software, which relies heavily on known threat signatures and static rules, has struggled to match the volume and velocity of these automated attacks. Initially, cybersecurity vendors responded by embedding large language models into their software as chat assistants to help human analysts summarize alerts. However, these tools remained largely reactive and required extensive manual oversight.
In a company blog post published Monday, Hayete Gallot, Microsoft’s executive vice president for security, noted that the falling cost of offensive cyber operations has allowed attackers to operate with unprecedented efficiency. To counter this, Microsoft is positioning Project Perception as a shift toward continuous, automated risk reduction. Rather than waiting for a breach to trigger an alarm, the system operates persistently in the background to harden network defenses.
Project Perception: An Agentic Defense System
Project Perception is built on a framework that coordinates three distinct categories of specialized AI agents, creating what Microsoft describes as a continuously learning closed-loop system.
First, “red team” agents act as automated penetration testers. They continuously scan an organization’s digital environment—including endpoints, cloud infrastructure, and applications—searching for software vulnerabilities, misconfigurations, and potential attack paths before adversaries can exploit them.
When a red agent flags a potential weakness, it hands the data to “blue team” agents. These agents investigate the findings by analyzing the broader security context. They evaluate whether a vulnerable server is isolated or exposed to the public internet, cross-referencing the threat with active intelligence to determine if the vulnerability presents a meaningful risk that requires immediate prioritization.
Finally, “green team” agents are responsible for remediation. They draft corrective actions and can recommend code changes. Depending on the administrative settings, these agents can either submit the fixes for human review or automatically deploy patches to strengthen the network.
To support this autonomous workforce, Microsoft detailed a “New Cyber Stack” consisting of six layers: signals and sensors, security context, AI models, a terminal harness, agents, and actuators. The system collects telemetry from across the enterprise, transforms those signals into readable context for the AI, and utilizes the actuators to implement the necessary fixes.
Inside MAI-Cyber-1-Flash
The intelligence powering this automated analysis relies heavily on MAI-Cyber-1-Flash, a new AI model engineered explicitly for software security tasks.
According to technical documentation released by the company, MAI-Cyber-1-Flash features a sparse mixture-of-experts (MoE) architecture. In traditional AI models, every parameter is activated for every query, requiring massive computational resources. An MoE architecture divides the neural network into specialized sub-networks. When a user submits a prompt, a routing mechanism determines which specific experts are best suited to handle the request, activating only a fraction of the total parameters.
MAI-Cyber-1-Flash contains 137 billion total parameters but only activates 5 billion parameters during any single inference request. This design drastically lowers latency and computing costs, allowing the model to run continuously without incurring exorbitant cloud fees. The model also features a 256,000-token context window, enabling it to ingest large codebases or extensive system logs in a single prompt.
The new release is a cybersecurity-focused fine-tune of Microsoft’s existing MAI-Code-1-Flash, which was originally developed from its in-house MAI-Thinking-1 architecture.
Crucially, Microsoft has restricted the model’s capabilities to defensive operations. In the ExploitGym benchmark—a test designed to evaluate an AI agent’s ability to turn software bugs into working code-execution exploits—MAI-Cyber-1-Flash scored zeros across the kernel, userspace, and browser categories. The system is designed to identify and patch vulnerabilities, but it lacks the mechanisms to write offensive malware.
Routing Strategy and Economic Impact
The primary engineering achievement of the new platform lies in its intelligent model routing, which addresses the financial barriers of deploying enterprise AI. Running massive frontier models for every routine security alert is cost-prohibitive for most corporate security operations centers.
To solve this, Microsoft integrated MAI-Cyber-1-Flash into its existing multi-agent vulnerability orchestration system, MDASH, which launched in May.
Speaking at a media briefing on Monday, Mustafa Suleyman, CEO of Microsoft AI, explained that MAI-Cyber-1-Flash now handles approximately 90% of the vulnerability analysis queries within the system. The smaller model detects flaws, writes patches, and verifies that the fixes work.
When the system encounters a complex anomaly that MAI-Cyber-1-Flash cannot resolve, it automatically escalates the remaining 10% of tasks to OpenAI’s GPT-5.4. Because GPT-5.4 is roughly ten times larger and possesses more advanced reasoning capabilities, it is reserved strictly for edge cases.
“As the models hand off between each other, they’re actually not just able to deliver better performance than all of the other models combined—they do so at 50% of the cost,” Suleyman said.
This routing strategy represents a departure from the company’s previous MDASH configuration, which relied primarily on a mix of GPT-5.4, GPT-5.4 mini, and GPT-5.3 Codex, resulting in higher operational expenses.
Benchmark Performance and Industry Context
The dual-model configuration has yielded high marks in industry testing. Microsoft reported that the combined system—utilizing MAI-Cyber-1-Flash and GPT-5.4 inside MDASH—achieved a score of 95.95% on CyberGym, a prominent benchmark that evaluates how AI systems identify vulnerabilities across large software repositories.
This represents a notable increase from the 88.45% the system scored earlier in the year. Microsoft also highlighted that the result sits 12 percentage points higher than Anthropic’s Claude Mythos 5, which scored 84%. The results come shortly after Anthropic launched Claude Fable 5, the first publicly available model from its Mythos family, underscoring the fierce competition among AI developers to secure enterprise market share.
Despite the system’s high degree of autonomy, Microsoft emphasized the importance of human oversight. Project Perception is designed to keep network administrators firmly in control of critical decisions. By default, green team agents recommend code changes for human approval. Only after administrators establish trust in the system’s accuracy can they adjust permissions, allowing the agents to apply routine patches automatically while reserving complex remediation efforts for human review.
Pricing for Project Perception will follow a consumption-based model, measured in Security Compute Units (SCUs). As the AI agents execute more scenarios and process higher volumes of data, they consume more SCUs, tying the cost directly to the amount of computational work performed rather than relying on flat subscription fees.
In addition to its integration within Project Perception, MAI-Cyber-1-Flash will be accessible to developers through the Azure AI Foundry, allowing organizations to build custom security workflows using the specialized model.



