ResearchPod Summary
LLM agents often fail due to 'reliance' issues—where a step consumes stale or incorrect state—yet standard execution traces only record the order of operations. This paper asks whether a unified graph representation, which explicitly models both execution flow and dependency structure, can better diagnose agent failures and provide a portable signal across different agentic frameworks.
The author introduces Grade (Graph Representation of LLM Agent Dependency and Execution), a typed graph model that represents an agent run using two distinct edge layers. The execution layer captures control flow (read for free from traces), while the dependency layer captures state reliance (observed, declared, or inferred). A key innovation is the 'attachment grade,' which labels each dependency edge by its source, allowing the model to distinguish between hard-observed dependencies and weaker, inferred assumptions. The author evaluates this representation across six corpora covering tool use, software engineering, and web navigation.
By formalizing the distinction between coordination (execution) and reliance (dependency), Grade provides a standardized way to analyze diverse agentic systems. This representation not only improves failure diagnosis but also opens a research agenda for efficiency optimization, such as pruning unused dependencies, and structural anomaly detection at scale.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.