Artificial Analysis and IBM released ITBench-AA, the first benchmark specifically designed to measure how well frontier AI models perform on real enterprise IT tasks—and the results are sobering. Despite months of hype around autonomous agents, leading models including GPT-4, Claude, and others scored below 50% on routine operational challenges. The benchmark tested agents on tasks like diagnosing server connectivity issues, managing user access controls, troubleshooting application deployments, and responding to system alerts. In one scenario, models were asked to identify why a critical database connection had failed and recommend remediation steps—a task human IT professionals handle dozens of times weekly. Most agents hallucinated solutions or failed to properly chain together diagnostic commands, suggesting they lacked the sequential reasoning and error-recovery mechanisms necessary for production environments.

The breakdown by model performance is instructive. GPT-4 managed 48% accuracy on tasks involving multi-step troubleshooting, while Claude achieved similar results when required to integrate information across multiple system logs and configuration files. More troubling: when agents made mistakes, they rarely recognized errors or pivoted strategies. In one documented failure case, a major financial services company implemented an autonomous agent for incident response based on vendor promises of GPT-4 reliability. Within weeks, the agent had mis-diagnosed three outages, recommending service restarts that temporarily worsened degradation. The company pulled the system after losing two hours of trading desk uptime. This incident highlights a core problem: scaling model parameters doesn't automatically improve tool use, error detection, or reasoning under uncertainty—the exact skills enterprise IT demands. Context window limitations also emerged as a bottleneck; agents struggled when required to maintain state across 50+ system components simultaneously.

Experts point to three fundamental challenges that mere scaling won't solve. First, tool use remains brittle; models confidently invoke APIs incorrectly or misinterpret returned data. Second, error recovery is nearly non-existent; when an agent's first approach fails, it typically repeats the same action or generates plausible-sounding but incorrect alternatives. Third, IT work requires probabilistic reasoning about infrastructure states that language models aren't optimized for. IBM's researchers estimate agents may not reliably handle unsupervised enterprise IT at scale for 18-24 months, pending breakthroughs in agentic frameworks and long-context reasoning. Meanwhile, vendors continue marketing autonomous agent capabilities. ITBench-AA provides enterprises a concrete measure to evaluate these claims—and early adopters a cautionary tale about deployment timelines.