Skip to content

Author

Sandeep Reddy Peddi

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Conference Aug 2026

Hidden Coordination Costs in Multi-Agent AI Systems: A Comparative Study of Communication Efficiency Across LangGraph, CrewAI, and OpenAI Agents

Artificial Intelligence systems that operate with multiple agents are increasingly being used to address workflows that are complex and distributed but the performance of multi-agent systems is often limited by the fact that the underlying communication overheads can be hidden instead of performance limits. The paper is a systematic exploration of the efficiency of inter-agent communication in three popular orchestration systems: LangGraph, CrewAI, and the OpenAI Agents SDK. A controlled benchmarking environment is crafted with the same task structure to isolate delays associated with coordination, redundancy in messages, and resource usage. The analysis shows that communication patterns have a great impact on the overall system performance, and that graph-based orchestration creates a new coordination latency, whereas sequential delegation models have a quick increase in contextual payloads. On the other hand, lightweight orchestration has lower latency but less flexibility when subject to complex workflows.The main value of the work is the introduction of a communication-focused assessment framework that measures the costs of coordination without depending on the computation of the model. Moreover, the analytically validated optimized strategies, including asynchronous execution, structured message encoding, and adaptive task scheduling are offered. The experimental results reveal that there are quantifiable improvements in the reduction of latency and the efficiency of resources with the use of these strategies. The results offer useful design tips to create scalable, high-performance multi-agent systems and form the basis of future studies on communication-aware AI orchestration.

Shania Rasheed Nalagath, Ankur Gupta, Sandeep Reddy Peddi et al. · 0 citations
Conference Aug 2026

Reconceptualizing Observability for Agentic AI Systems: A Trace-Centric Architecture for Interpreting Non-Deterministic Workflow Behavior

The more typical feature of agentic AI systems is dynamic, multistep workflows where autonomous components plan, reason, and communicate with external tools and data sources in a series of iterations. Such flexibility increases capability but also brings nondeterminism which is inherent and where the same inputs can result in different execution paths and outputs. The variability creates a major challenge to the traditional observability approaches that are mostly created to support deterministic and service-oriented architectures. This paper redefines observability as an architectural element and introduces a trace-oriented architecture to suit agentic processes. The suggested solution presents semantically rich trace units capturing reasoning transitions, the intent to select a tool, the evolution of memory, and policy interactions, to gain a better insight into the execution behaviour. One of the major innovations is the combination of branch-aware trace modelling with an adaptive fidelity mechanism to dynamically change monitoring granularity based on uncertainty and anomaly indicators. Experimental analysis of various agent workflows shows significant increases in completeness of traces, accuracy in detection of anomalies and localization of root-cause, and a significant decrease in diagnosis time. The findings suggest that the suggested architecture does not only increase interpretability but also helps to ensure the reliable and efficient functioning of non-deterministic AI systems.

Ankur Gupta, Karan Gupta, Divyakumar Deepak Savla et al. · 0 citations