TheVortiq
Inteligencia Artificial

Enterprise AI Agents: 40% of Projects Will Fail by 2027

Identity, observability, and costs are the three pillars separating success from abandonment

July 9, 2026 · 3 min read

a person's head with a circuit board in front of it

TL;DR: Gartner predicts that more than 40% of agentic AI projects will be canceled by 2027. The problem is not the model, but the infrastructure of identity, observability, and costs. Without these pillars, pilots stall and risks multiply.

What happened?

The implementation of artificial intelligence agents in enterprise environments is advancing at full speed, but failures are piling up. According to Gartner, more than 40% of agentic AI projects will be canceled before 2027. The cause is not technical in the traditional sense: models work, frameworks are accessible, and anyone with a credit card can build an agent in an afternoon. The real bottleneck is the governance infrastructure surrounding the agent: identity, observability, and cost control.

An agent is not a faster chatbot. It chains dozens of steps, calls external tools, maintains state between sessions, and triggers real actions. Most inherit the credentials of whoever deploys them, operating at machine speed without context about consequences. An engineer reasons about a database change for hours; an agent can execute a hundred changes before anyone reviews the first one.

Why is it important?

The impact is not just technical, but organizational. When something fails, the cost is not the incident itself, but the months of stalled deployment that follow. The risk committee freezes pilots, productivity gains never materialize, and Finance keeps paying the API bill. This pattern repeats across all industries.

The scale of the problem is enormous. Identity management research places non-human identities at a ratio of more than 100 to 1 compared to human accounts, and a May 2026 report reveals that two-thirds of those identities are invisible and unmanaged. Agents, moving from humans to non-humans, exponentially multiply the attack surface.

The three pillars to survive

1. Identity for non-human actors

The typical failure: a product manager with broad API access creates an agent that inherits all that scope and operates at machine speed in systems that no one inventoried. The solution involves implementing specific identities for agents, with minimum permissions and short lifecycles.

2. Observability

Traditional audit logging captures request and response, but not the chain of decisions an agent makes. Step-level telemetry, decision traceability, and alerts on anomalous behaviors are needed. Without observability, it is impossible to know what the agent did until it is too late.

3. Cost optimization

Agents consume resources unpredictably. A call to an external API may cost cents, but an uncontrolled loop can skyrocket the bill. It is necessary to set spending limits, monitor consumption per agent, and have automatic shutdown mechanisms.

What consequences will it have?

Companies that ignore these pillars will see their projects stall or be canceled. Regulations are also tightening: Article 14 of the EU AI Act, which requires human oversight for high-risk systems, comes into force on August 2, 2026. Organizations that have not implemented governance over their agents could face sanctions.

Conversely, those who invest in identity, observability, and costs will be able to scale their agents with confidence. The competitive advantage will not come from the smartest model, but from the most robust infrastructure.

What readers should know

  • Do not deploy an agent without first defining its identity and specific permissions.
  • Implement observability from day one: log every step, not just the request and response.
  • Set cost limits and monitor spending in real time.
  • Prepare for the EU AI Act: human oversight is not optional for high-risk agents.
  • Gartner's 40% cancellation rate is a warning, not a prophecy: it can be avoided with good architecture.

"The decisive factor for agentic AI to reach production is not the model, the framework, or the use case. It is the infrastructure underneath the agent: the part that people building agents have never had to think about." — InfoWorld

Keep reading