Detection Got Cheap. Remediation Didn't.
Microsoft just made vulnerability detection cheaper and more accurate. For a 12-40 person AI startup, that was never the bottleneck.
TL;DR: Microsoft’s MAI-Cyber-1-Flash just made automated vulnerability discovery cheaper and more accurate. Good — genuinely. But for a 12-40 person AI startup, discovery was never the constraint; cheap scanners have been flooding small teams with findings for a decade. The constraint is engineer-hours to triage a queue, decide what’s real, and ship a fix without blowing up the sprint. A tool that doubles your findings and halves the cost per finding hasn’t helped you. It’s moved the bottleneck one step downstream, made it more visible, and left the actual question — who owns that queue, and what authority do they have to say no to a release — exactly where it was.
The queue just got a new firehose
On July 27, 2026, Microsoft announced MAI-Cyber-1-Flash, a new model inside MDASH — their “multi-agent vulnerability identification and remediation harness,” which runs “100+ agents using multiple leading models to find, validate, and remediate vulnerabilities.” The headline numbers: the combined system scored “96% on CyberGym (+12 pt above Mythos)” — Mythos being Anthropic’s Claude Mythos, the rival cybersecurity model it was measured against, not a previous Microsoft one — at a “50% cost saving when compared against our best offering in MDASH today.” MDASH isn’t a research toy — it’s the same system that reportedly surfaced 16 previously unknown vulnerabilities in the Windows networking and authentication stack ahead of the May 2026 Patch Tuesday, four of them Critical remote-code-execution flaws. Whether that 96% is a fair proxy for finding vulnerabilities in the wild, versus reproducing ones a benchmark already knows about, is a real and separate question — I’ve written what that number actually measures elsewhere. Here I want to grant the number and ask a different question: even if it’s true, what does it change for a startup with no dedicated security headcount?
Not much. And in one specific way, it makes the actual problem worse.
What genuinely gets better
I don’t want to undersell the real improvement, because there is one, and pretending otherwise would be its own kind of dishonesty. A detection system that is both cheaper and more precise changes the composition of a findings queue, not just its size. Every founder who has run a scanner against a real codebase knows the tax isn’t the vulnerabilities — it’s the noise around them. A dependency scanner flags a transitive package with a theoretical CVE that’s unreachable from any code path you actually execute. A SAST tool flags a SQL string concatenation that turns out to be building an internal admin query with no user input anywhere near it. Someone has to open each finding, understand it well enough to rule it out, and write “not exploitable, closing” — and that triage tax is identical whether the finding is real or noise, because you don’t know which one you’re looking at until you’ve done the work.
If a detection system is genuinely more precise — fewer of those dead-end findings for the same recall, or the same number of true positives with less chaff around them — that’s a direct cut to the triage tax, and it’s the one lever that actually helps a small team. Lower false-positive rate is not a rounding-error improvement; it’s the whole game, because triage time is the resource a 12-40 person company doesn’t have. I’d take a scanner that’s 20% less complete but half as noisy over one that finds everything and buries it in garbage, every time.
Microsoft does put one number on this: against StorageDrive — a sample device driver used in Microsoft interviews for offensive security researchers, seeded with 21 deliberately injected flaws — it reports that “all 21 ground-truth vulnerabilities were correctly identified, with zero false positives in this run.” Read “in this run” as load-bearing: one trial, against a purpose-built interview exercise rather than production code, is not a rate you can staff against. But zero false positives is the shape of the improvement that would actually matter to a four-engineer team, which is why it’s the number I’d chase in a vendor call instead of the 96%.
A tool that doubles your findings and halves your cost per finding hasn’t helped you. It has moved your bottleneck one step downstream and made it more visible.
But notice what that improvement does and doesn’t touch. It reduces the cost of confirming a finding is real. It does nothing to the cost of fixing it.
What doesn’t move at all
Here’s the honest inventory of what a better detector leaves completely untouched, because this is the part vendor content never runs:
Fix capacity. Whether a finding is discovered by a free open-source scanner or a 100-agent frontier harness, the fix still has to be written by an engineer who understands your codebase, reviewed by someone else, tested, and shipped without breaking the three other things that depend on that code path. Detection speed and fix speed are not the same curve, and they never converge just because detection got faster. If your team has four engineers and they’re all heads-down on the roadmap that’s funding payroll, a faster detector produces a longer backlog, not a shorter one.
Regression risk. Every fix to running production code is itself a change with its own blast radius. A patch to an auth check or a data-access boundary — exactly the kind of thing these tools are good at finding — is exactly the kind of thing you don’t want to ship carelessly under time pressure. The tool that surfaced the bug in an afternoon doesn’t reduce the hours of regression testing the fix deserves. If anything, a bigger queue of “urgent” findings creates pressure to skip that testing, which is how a security fix becomes an outage.
Deploy cadence. Startups at this size usually don’t have a change-management process built for emergency security patches layered on top of a normal release train. Someone has to decide: does this finding jump the queue, or wait for the next deploy window? That’s a judgment call with no automated answer, made by a person, under pressure, usually without the authority to make it stick.
The political cost of blocking a release. This is the one nobody puts in a vendor deck. At a 12-40 person company, the person who finds the vulnerability and the person who owns the roadmap are frequently the same three people wearing different hats in the same week. Telling the founder “we need to hold this release for a fix” is not a technical statement — it’s an organizational one, and it requires someone in the room with enough standing to make it stick without it turning into a grudge. A better scanner doesn’t create that standing. It doesn’t create that person, either.
More and better findings, running into the same fixed fix-capacity and the same absent authority structure, doesn’t shrink the backlog. It grows it, and it makes the growth visible in a dashboard that now looks worse than it did before you bought the tool that was supposed to help.
Who actually owns the queue
This is the question that matters and the one nobody wants to answer with real specificity, because the honest answer at this stage is usually “nobody, formally.” Findings arrive in a Slack channel or a ticket queue, and whoever has the most spare attention that week triages a few of them. That’s not a process; it’s a coin flip with a paper trail.
“Owning the queue” has to mean something in authority terms, not just a name on an org chart. At minimum it means: the person who can look at a finding and say “this ships before the feature” and have that decision hold — not just be argued into a compromise by whoever shipped the feature. Without that authority, a triage queue is theater. The scanner produces a list, someone glances at it, and the list rolls over to next sprint, indefinitely, because there’s no mechanism that forces a decision.
Whether that person is a first full-time security hire or a fractional one is a separate decision with its own tradeoffs — I’ve laid out how I think about that specific fork in security engineer or vCISO as your first hire, and I won’t re-litigate it here. What I will say: the tooling question (“which scanner do we buy”) and the ownership question (“who has the standing to act on what it finds”) are not the same question, and buying the better tool first is solving the easier one while the real one sits there.
What to do instead of buying the next tool
If you’re a founder or first security hire looking at a findings queue right now — real or, if you haven’t run a scanner yet, imagine one that comes back with 200 open items tomorrow — the move that actually helps isn’t a better detector. It’s a triage discipline that didn’t exist before:
- Write down a severity rubric before the next scan runs, not after. Three tiers is enough: ships-blocking, fix-this-sprint, and backlog-with-a-review-date. A rubric written under no pressure is honest; one written while a scary finding is open in another tab isn’t.
- Assign an owner to the queue, not to individual findings. One person’s job is to make sure nothing sits untriaged for more than a week, even if the fix itself gets done by someone else. Diffuse ownership is how findings age into “we’ll get to it,” permanently.
- Decide the release-blocking authority explicitly, in advance, in a document, with the founder’s sign-off — not improvised in the moment a scary finding collides with a launch date. The worst time to establish that a security finding can hold a release is during the argument about whether this particular one should.
- Budget fix-capacity as a percentage of engineering time, not as leftover time. If nobody’s calendar has hours reserved for closing findings, the backlog doesn’t shrink no matter how good the detector gets, because “leftover time” at a startup is zero by construction. I’d start at 10% of engineering time and adjust after a quarter of watching what the queue actually does.
None of that requires buying anything. It requires someone with the standing to make it stick, which is exactly what a fractional security engagement is built to install in the first 90 days — I’ve described concretely what that looks like in what a fractional security engagement actually looks like, and it’s mostly triage discipline and authority-setting, not tooling.
What to ask before you buy the next scanner
If a vendor is pitching you MDASH-class tooling, or anything that promises higher recall or lower false positives, the questions that matter aren’t about the benchmark number. They’re about your team:
- Who on our team will triage what this finds, and how many hours a week do they actually have?
- What’s our documented rule for when a finding blocks a release, and does it have the founder’s sign-off?
- If this tool doubles our open-findings count next month, what changes about our capacity to close them?
- Are we buying detection because we lack detection, or because detection is more legible to buy than the org discipline we actually lack?
That last one is the uncomfortable one, and it’s the one worth sitting with. A scanner is a line item you can point to in a board deck. A triage rubric and a person with the authority to hold a release are not — they’re organizational work, unglamorous and slow, and precisely for that reason they’re the thing that’s actually scarce.
The scoping question underneath all of this
Cheaper, better detection is a genuinely good thing to happen to the security industry. It is close to irrelevant to whether a 12-40 person AI startup ships fixes faster next quarter, because the bottleneck was never the finding. It was always the deciding and the doing, and the org question of who has the standing to make either happen. If you’re trying to figure out whether that gap gets closed by a first full-time hire, a fractional engagement, or a few weeks of triage discipline you set up yourselves, that’s exactly the scoping question the vCISO math for AI founders works through — and it’s a shorter conversation than most founders expect. For the fuller picture of what running security looks like at this stage beyond just the remediation queue, see running security at an AI-native company.
If you’re staring at a findings queue right now and the honest answer to “who owns this” is a shrug, that’s worth a conversation before the next tool purchase, not after.