Sometime in late February, CrowdStrike quietly updated its Falcon platform documentation to formalize something that had been gestating in its product roadmap for at least two quarters: AI agent processes would now be instrumented as a distinct threat-surface category, subject to behavioral baselining and runtime anomaly detection, treated architecturally as a new class of endpoint rather than as a new class of user. The announcement didn't get much pickup outside the security trade press. The framing was familiar enough — new attack surface, new telemetry, Falcon extends its reach — that most coverage filed it under "CrowdStrike expands AI security capabilities" and moved on.
That's the boring read, and I think it's also the incomplete one. CrowdStrike's move is coherent, well-executed, and probably commercially smart in the near term. But the word "behavioral" is doing a lot of work in that announcement, and the architectural commitments hiding inside it are going to matter enormously in about eighteen months, when enterprises start asking a question that behavioral monitoring cannot answer.
"What did this agent do?" is one question. "Who authorized this agent to do it?" is another. They require different architectures. And the vendors building toward one are, right now, quietly making it harder to build toward the other.
Detection posture tells you what an agent did. Identity posture tells you what an agent was authorized to do, by whom, and under what conditions. These are different systems, built from different assumptions — and the architectural gap between them is already accumulating.
The puzzle is easy to miss, so let me state it precisely.
CrowdStrike's move is to treat AI agent processes the way it treats any other endpoint: observe the runtime behavior, establish a baseline of normal activity, flag deviations. An agent that starts exfiltrating data it doesn't normally touch, or making API calls to services outside its usual pattern, or spawning subprocesses at unusual rates — that's a detection signal. Falcon watches for it. This is genuinely useful. AI agents are real attack surfaces, they can be compromised or manipulated, and behavioral monitoring is a reasonable first line of defense.
What behavioral monitoring doesn't give you is a policy trail. It gives you a log of what happened. A log says "Agent X accessed database Y at 14:32." A policy trail says "Agent X was authorized to access database Y by policy P, approved by administrator Z, scoped to read-only operations on tables A through D, valid through date T." The log is a forensic artifact. The policy trail is a governance artifact. Detection posture produces the first. Identity posture produces the second.
I've been thinking about this distinction for a while, and I want to be careful not to overstate it. Detection and identity are not mutually exclusive. A mature security architecture needs both. The question is which one you build first, because that choice shapes what your architecture looks like when it's done, and whether the other capability can be bolted on cleanly or requires a rearchitecture.
CrowdStrike is building detection first. That's not a criticism; it's a description. And it has consequences.
The inference chain I'm working from runs like this.
CrowdStrike's business model is built on telemetry at scale. The Falcon platform's core value proposition is that it sees more of what's happening across more endpoints than any other sensor network in enterprise security, and it uses that visibility to detect threats faster. The economic logic is: more sensors, more data, better models, better detection. Every new endpoint category — servers, containers, mobile devices, cloud workloads — is an opportunity to extend the sensor network and deepen the data advantage. AI agent processes are the next endpoint category. The move is structurally inevitable given what CrowdStrike is.
That structure also determines what CrowdStrike builds. Starting from a detection posture, you build toward aggregation, correlation, and anomaly detection. You build a behavioral graph. You build a threat hunting interface. You build integrations with SIEM and SOAR platforms that consume your telemetry. You build a model of "normal" agent behavior so you can flag "abnormal" agent behavior. All of this is coherent and valuable. None of it is a policy engine.
An identity posture starts somewhere different. You start by asking: what is this agent? What is it authorized to do? Who granted that authorization? Under what conditions does it apply? You build a credential store for agent identities. You build a policy engine that enforces authorization at the point of action. You build an audit trail structured around principals and permissions rather than events and anomalies. You build integrations with directory services, secrets managers, and authorization frameworks. You build a model of "permitted" agent behavior so you can enforce it, not just observe deviations from it.
These are different systems. They share some data — both care about what the agent is doing — but they answer different questions, serve different stakeholders, and produce different artifacts. The CISO who wants to know if an agent was compromised reaches for the detection system. The compliance officer who needs to demonstrate to an auditor that the agent was operating within its authorized scope reaches for the identity system. The general counsel who needs to answer "who authorized this?" in a regulatory inquiry reaches for the identity system. The incident responder who needs to reconstruct what happened reaches for the detection system.
Enterprises won't have to choose between these systems. The problem is that the vendors building them are making architectural choices right now that will determine how cleanly the two can interoperate, and a vendor that starts from detection will build an architecture optimized for detection, with identity as an afterthought, just as a vendor that starts from identity will build an architecture optimized for identity, with detection as a complement.
The incompatibility is structural, not philosophical. It shows up in the data model.
The clearest way to see where this is going is to look at where it's already been.
Cast your mind back to 2012 or so, when mobile devices were flooding enterprise networks and the security industry was trying to figure out what to do about them. Two distinct postures emerged. The MDM vendors — AirWatch, MobileIron, and eventually Microsoft's own Intune — treated mobile devices as endpoints to be managed and monitored. They built enrollment systems, configuration profiles, compliance policies, remote wipe capabilities. They watched device behavior: is this device jailbroken? Is it running approved apps? Is it connecting to approved networks? The device was an object of management. The security question was: is this device in a known-good state?
The identity vendors took a different view. They treated the mobile device as an authentication surface, a factor in a trust decision about a user. The device wasn't the principal; the user was. The device was evidence about the user's context. Is this user authenticating from a managed device? From a known location? At a reasonable time? The security question was: is this user who they claim to be, and should they be trusted right now?
Both postures were coherent. Both produced real security value. And for several years, they coexisted in enterprise architectures as separate systems solving separate problems.
Then zero trust happened — as a regulatory and architectural expectation, not a product category. When NIST published SP 800-207 and federal agencies started operationalizing zero trust mandates, the question that crystallized was: on what basis do you grant access? The MDM answer was: because the device is compliant. The identity answer was: because the user is authenticated, the device is verified, and the policy permits it. The zero trust framework needed the identity answer. Device compliance was a signal, not a sufficient basis for access decisions. The authorization logic had to live in the identity layer.
What happened next is instructive. The MDM vendors didn't disappear — they became device signal providers feeding into identity platforms. AirWatch became part of the Workspace ONE ecosystem. MobileIron got acquired by Ivanti and repositioned. Microsoft folded Intune into its Entra-adjacent conditional access architecture. The device management capability persisted, but the architectural authority shifted. The identity layer won the governance argument because governance is ultimately about authorization, and authorization requires a policy engine, not just a behavioral log.
AI agents are the new mobile device. The detection vendors are building the new MDM. The question is how long it takes for the governance question to crystallize in a way that shifts architectural authority to the identity layer.
My guess: not as long as it took with mobile. The regulatory environment is moving faster, and the compliance pressure on AI systems is more explicit and more imminent.
I've been calling this the posture problem. The posture problem is the structural incompatibility that emerges when two vendors are solving adjacent problems from opposite starting assumptions about what the thing they're securing fundamentally is. CrowdStrike's starting assumption is that an AI agent is a process — a runtime artifact that can be observed, baselined, and monitored for anomalous behavior. The identity vendors' starting assumption is that an AI agent is a principal, an entity with credentials, authorizations, and a policy-governed scope of action.
As descriptions of reality, both assumptions are accurate. An AI agent is both a process and a principal. As architectural starting points, they lead to fundamentally different systems, because the system you build to monitor a process and the system you build to govern a principal look different at the data model level. The process-monitoring system asks: what did this agent do, and does it match the baseline? The principal-governance system asks: what is this agent authorized to do, and did it stay within that scope?
The posture problem is not unique to AI agents. It shows up whenever a new entity type enters the enterprise security perimeter and two different vendor communities claim jurisdiction over it. It showed up with mobile devices, as I described. It showed up with cloud workloads, where the CSPM vendors (treating cloud resources as infrastructure to be scanned) and the CIEM vendors (treating cloud identities as principals to be governed) built structurally different systems that enterprises now have to integrate. It showed up with IoT devices, where the OT security vendors and the NAC vendors approached the same problem from incompatible postures.
The pattern is consistent: the detection posture wins the early market because it's easier to deploy, produces visible outputs quickly, and maps to the security team's existing mental model. The identity posture wins the governance argument eventually because compliance frameworks are ultimately about authorization, and authorization requires a policy engine. The transition is messy, expensive, and usually involves a procurement cycle where enterprises realize they have two systems that don't speak the same language.
What makes the AI agent case interesting — and what makes CrowdStrike's move worth watching carefully — is that the governance question is arriving faster than it did in previous cycles. The NIST AI Risk Management Framework, OMB's guidance on AI governance in federal agencies, the EU AI Act's requirements for high-risk AI systems: all of these are asking, in various ways, for accountability trails that show not just what AI systems did but what they were authorized to do and who bears responsibility for that authorization. That's an identity question. And the vendors building detection-first architectures are accumulating technical debt against the day when that question becomes a procurement requirement.
My confidence is not uniform across this argument, and I'd rather say so plainly than paper over it.
The structural claim — that detection-posture and identity-posture architectures are genuinely incompatible at the data model level — I hold with high confidence. A behavioral log is not a policy trail. That's definitional, not speculative.
The historical analogy to MDM versus identity in the mobile era I hold with moderate-to-high confidence. The broad pattern is right: detection postures tend to win early markets, identity postures tend to win governance arguments. The specific mechanism by which that transition happens varies, and I'm not claiming the AI agent story will unfold identically to the mobile story. The analogy is diagnostic, not predictive.
Timing is where I'm genuinely uncertain. Regulatory pressure on AI governance is building faster than I initially expected. Two years ago I would have predicted that federal AI governance requirements would remain aspirational through 2026; the OMB memo from early 2024 and subsequent agency implementation guidance moved faster than I anticipated. "Faster than I expected" doesn't mean "fast enough to crystallize the procurement requirement in the next eighteen months." The prediction below is specific enough that I'll be able to tell if I'm wrong.
By the end of calendar year 2027, at least one major federal civilian agency procurement for AI governance tooling will include "agent authorization policy attestation" as a distinct, scored capability — separate from and not satisfied by "agent behavioral monitoring." The RFP language will distinguish between a system that can tell you what an agent did and a system that can tell you what an agent was authorized to do, and it will require both, scored separately. When that happens, detection-posture-only solutions will fail to satisfy the authorization attestation requirement, and the procurement will force a vendor conversation about integration between detection and identity layers that the market has not yet had to have.
By end of 2027, at least one federal civilian AI governance RFP will score "agent authorization policy attestation" as a distinct capability — separate from and not satisfied by behavioral monitoring. Detection-posture-only solutions will fail to satisfy it. That's the moment the posture problem stops being architectural and becomes a procurement problem.
Federal civilian rather than SLED because the regulatory pressure is more explicit and the procurement language is more standardized. 2027 rather than 2026 because agency procurement cycles are slow and the current guidance, while directionally clear, hasn't yet produced specific capability requirements in solicitation language. "Agent authorization policy attestation" as the specific capability label because that's the language that maps to what compliance frameworks are asking for, and procurement language tends to follow compliance language with a lag of roughly twelve to eighteen months.
The falsifiable version: if I'm right, we'll see RFP language that distinguishes these two capabilities by name, and we'll see at least one detection-posture vendor either lose a bid on this criterion or scramble to partner with an identity vendor to satisfy it. If I'm wrong, the procurement language will remain agnostic between detection and identity, treating behavioral monitoring as sufficient for authorization accountability, and the posture problem will take longer to surface than I'm predicting.
I've been wrong about timing before. I thought the CSPM-versus-CIEM tension would surface in federal procurement by 2023; it took until 2025, and even then it was messier than I expected. So take the 2027 date as a genuine estimate. The structural argument underneath it — that these are different capabilities, that compliance frameworks will eventually require the identity one explicitly, and that detection-posture vendors will face a gap — that part I'm more confident about.
This piece could easily read as a criticism of CrowdStrike, and that's not the intent.
CrowdStrike's move is strategically coherent. Behavioral monitoring of AI agent processes is genuinely valuable. The Falcon platform's sensor network is a real competitive asset, and extending it to cover agent runtime behavior is exactly what CrowdStrike's business model and technical capabilities point toward. The company is doing what its structure forces it to do, which is usually the right call. The fact that this creates a posture problem downstream is a consequence of starting from a particular architectural assumption, and every vendor in this space is starting from some assumption.
The vendors starting from an identity posture have their own version of the problem: they can tell you what an agent was authorized to do, but they can't always tell you what it actually did, and behavioral anomalies that fall within the authorized scope are invisible to them. A compromised agent that stays within its permission boundaries is a detection problem, not an identity problem. The identity posture has blind spots too.
The argument is that the two postures are building toward architectures that will be harder to integrate than either vendor community currently acknowledges, and that the governance question — who authorized this agent to do this? — will eventually force enterprises to confront that integration challenge explicitly. When it does, the vendors who built with that question in mind from the start will have a structural advantage over the vendors who have to retrofit an answer.
CrowdStrike is building a very good answer to a slightly different question. That's worth understanding, because the question enterprises are being asked by their regulators and auditors is shifting, and the shift is already visible in the language of the guidance documents if you read them carefully enough.
The posture problem doesn't announce itself. It accumulates quietly, in architectural decisions that look like product choices, until the day an enterprise sits down to respond to an audit request and realizes that its detection system and its identity system are speaking different languages about the same event. That day is coming. The vendors who see it coming are building differently. The vendors who don't are building fast.
CrowdStrike is building fast. That's not nothing. But it's worth watching what they're building toward.

