# AssetOpsBench: Bridging the Gap Between AI Agent Benchmarks and Industrial Reality

[Hugging Face](https://yomu.fyi/company/hugging-face) · Dhaval Patel, James Rayfield, Saumya Ahuja, Chathurangi Shyalika, Shuxin Lin, Zhou, Ayhan Sebin · Jan 21, 2026

**Type:** Benchmark

## Summary

AssetOpsBench is an evaluation framework designed to benchmark agentic AI systems within industrial Asset Lifecycle Management operations, such as chillers and air handling units. The benchmark incorporates 2.3 million sensor telemetry points, 4,200 work orders, 53 structured failure modes, and over 140 curated scenarios spanning four agent roles. Systems are assessed across six qualitative criteria, including task completion, retrieval accuracy, result verification, sequence correctness, clarity and justification, and hallucination rate. Evaluation traces are analyzed using a trajectory-level diagnostic pipeline called TrajFM, which extracts and clusters failure patterns. In community tests covering over 300 agents, no evaluated model family reached the 85-point readiness threshold.

## Context

Existing AI benchmarks excel at isolated tasks like coding or navigation but fail to capture the complex failure modes, multi-data-stream integration, and multi-agent coordination demands of real-world, safety-critical industrial operations.

## Approach / What changed

The creators built AssetOpsBench, a benchmark featuring 140+ curated scenarios, 2.3M telemetry points, and 4.2K work orders evaluated across six qualitative dimensions. It employs TrajFM, a trajectory-level pipeline using LLM diagnostic prompts and embedding-based clustering to detect failure patterns without exposing raw execution traces.

## Takeaways

- None of the evaluated model families reached the 85-point threshold required for deployment readiness, with GPT-4.1 scoring highest at 68.2 in planning and 72.4 in execution.
- Multi-agent setups dropped task accuracy from 68% in single-agent architectures to 47% due to context loss, asynchronous issues, and cascading failures.
- The primary failure modes across 881 traces were ineffective error recovery (31.2%), overstated completion (23.8%), and formatting issues (21.4%).

**Tags:** [LLMs](https://yomu.fyi/topic/llm), [Machine Learning](https://yomu.fyi/topic/machine-learning), [Reliability](https://yomu.fyi/topic/reliability), [Testing](https://yomu.fyi/topic/testing)

[Read original post](https://huggingface.co/blog/ibm-research/assetopsbench-playground-on-hugging-face)
