Search papers, labs, and topics across Lattice.
This study systematically investigates the ability of coding agents to generate software that incorporates observability features, which are crucial for diagnosing failures in production systems. By analyzing 10 open-source and 8 industrial repositories, the authors find that while agents can partially restore observability artifacts, they fail to capture essential diagnostic semantics, resulting in generated systems that only expose fault signals for a small fraction of failures. The introduction of an observability-oriented skill shows limited improvement, highlighting a significant gap between source-level diagnostics and runtime fault detection, suggesting that current evaluations may neglect this critical aspect of software quality.
Coding agents can generate observability artifacts, but they miss key diagnostic semantics, exposing fault signals for only 13.99% of failures.
Recent advances in coding agents have enabled the generation of increasingly complex software systems. While existing evaluations primarily focus on functional correctness, production systems must expose failure evidence to support observability. In this paper, we present a systematic study of observability in agent-generated systems. We examine whether agents can reconstruct source-level diagnostic semantics by restoring observability artifacts in 10 open-source and 8 industrial repositories. We also evaluate whether these artifacts translate into effective fault signals at runtime through 200 generated microservice systems deployed on Kubernetes with 13 injected faults. Our results reveal a consistent gap between diagnostic semantics at the source level and fault signals (i.e., explicit, fault-specific evidence) at runtime. At the source level, agents partially recover observability artifacts but struggle to capture key diagnostic semantics. At runtime, generated systems expose fault signals for only a small fraction of failures (up to 13.99\%), despite the presence of logging, suggesting that the generated observability artifacts may lack the failure-specific semantics needed to effectively expose faults. We further introduce an observability-oriented skill, which can serve as a guidance to improve both diagnostic semantics and fault-signal exposure, but the gains remain limited, indicating that the gap is not easily addressed. More broadly, our findings suggest that current evaluations focusing primarily on functional correctness may overlook observability as an important dimension of practical software quality.