Researchers from Chongqing University, Zhejiang University, and other institutions published a preprint on August 27, 2026, arXiv 2608.26882, “PLCBench: Can Autonomous LLM Agents Turn PLC Access into Sustained Physical Impact?” — the first benchmark where autonomous LLM agents are evaluated against real commercial PLCs in hardware-in-the-loop mode. Of 240 episodes, only 75, or 31.3%, resulted in sustained physical impact, and most failures occur before the first valid read operation via a vendor-native protocol. The code and software pipeline are open, so the benchmark can be reproduced without industrial equipment. The work provides the first quantitative reference point for where exactly the agent loop breaks down against the “iron brains” of factories and how intense this risk should be considered today.

What happened
The authors of the work — Yitian Zhou, Jingyu Zheng, Qiliang Jiang, Linkang Du, and colleagues — released the preprint of the article “PLCBench: Can Autonomous LLM Agents Turn PLC Access into Sustained Physical Impact?”. The experiments covered 4 commercial PLCs, 4 industrial loads, and 5 LLM families, for a total of 240 episodes. The results break down into a failure funnel: 98 episodes stopped before the first valid read via a vendor-native protocol, 62 reached a write to the process but did not maintain the target value, and 75 episodes, or 31.3%, achieved sustained physical impact. Episode success is determined by an independent deterministic verifier: according to fixed rules, it checks writes to PLC objects and process state, and for diagnostic purposes reveals six hidden flags instead of a subjective judge-model evaluation.
Context
A PLC, or programmable logic controller, is a specialized computer that directly controls conveyor belts, machine tools, and engineering systems, which is why such devices are classified in the OT segment of critical infrastructure. Previously, agent capabilities against such hardware were assessed mainly analytically or in purely software emulation, without real controllers in the loop. The distinction of PLCBench is the combination of three elements: commercial PLCs operating in hardware-in-the-loop mode with a closed-loop process simulation, where agent actions actually change the physical state, plus a deterministic success verifier. The agent's work is broken down into a chain of read, write, and effect maintenance, and it is precisely this decomposition that turns evaluation from a single number into a map of at which step the attempt failed.
Why this matters for the industry
For PLC vendors and critical infrastructure owners, the benchmark points to specific protection points. The key measurable lever turned out to be process observability: with rich telemetry, the conditional share of goal achievement after a successful write increases from 44.2% to 64.0%, meaning the volume of data visible to the agent directly scales the risk. From this follow practical protection directions — limiting telemetry for agent sessions and detecting vendor-native write operations at the protocol level, not just accelerating a typical “hacking stack” at the software level. For teams that build and evaluate agents, the value is different: the open pipeline reproduces the entire eval cycle without industrial equipment, and the methodology of the deterministic verifier with six diagnostic flags can be transferred to internal evaluation maps of multi-step agent workflows, where each step is checked by a rule, not by the feeling of an LLM judge.
Why this matters for users
For a reader following the development of agents, the benchmark gives a sober answer to the question of what today's models can really do against factory hardware: access to a PLC turns into sustained physical impact on average in a third of attempts, and the overwhelming majority of failures occur at the very beginning, before the first legitimate read operation. The bottleneck is not fine process manipulation or an impressive hacking scenario, but the elementary establishment of a valid read via a vendor-native protocol. For those who build or evaluate agents themselves, the entry barrier is minimal: the code and pipeline are published and run without equipment, and the set of verifier flags shows exactly at which step their own agent fails, allowing them to compare it with the results of five model families from the article.
What is still unknown / limitations
The benchmark base is narrow: 4 commercial PLCs, 4 loads, and 5 LLM families, so the numerical shares may not transfer to other controllers, protocols, and industries. The hypothesis that a reliable structured access layer to a PLC, a gateway, or an API, removes an entire stage of failures, was not tested within the benchmark itself — this is a plausible conclusion from the shape of the funnel, not a measured result. Expectations of mass independent reproductions, derivative benchmarks, and standardization of hardware-in-the-loop evaluations remain interpretations, not established facts. In addition, the work is published as a preprint, and numerical results may be refined after peer review and in subsequent versions.
Sources
- PLCBench: Can Autonomous LLM Agents Turn PLC Access into Sustained Physical Impact? (arXiv 2608.26882)
- PLCBench — full text of the article (PDF, arXiv 2608.26882, 36 pages, 13 figures)
Author
Look at AI, editorial team
