paper-with-me

Papers

Murakkab: Resource-Efficient Agentic Workflow Orchestration in Cloud Platforms

2025-08-22 · Gohar Irfan Chaudhry, Esha Choukse, Haoran Qiu, Íñigo Goiri, Rodrigo Fonseca, Adam Belay, Ricardo Bianchini arxiv

Agentic workflows commonly coordinate multiple models and tools with complex control logic. They are quickly becoming the dominant paradigm for AI applications. However, serving them remains inefficient with today's frameworks. The key problem is that they expose workflows as opaque sequences of model and tool calls that tightly couple agent logic with model and hardware choices. Often, these workflow components are fragmented across different entities, preventing systems from reasoning about trade-offs across accuracy, latency, energy, and cost. This leads to resource waste and degraded service-level objectives (SLOs). We present Murakkab, a resource-efficient serving system for agentic workflows. Murakkab introduces a declarative abstraction that decouples workflow specification from execution configuration. A profile-guided optimizer and adaptive runtime jointly manage the full stack: orchestrating workflow components, mapping them to models and hardware, and dynamically reconfiguring execution to satisfy user-defined SLOs. By exposing the internal structure of agentic workflows, Murakkab enables cross-layer optimization that existing frameworks and cloud schedulers cannot achieve. Our evaluation on diverse workflows shows that Murakkab reduces GPU usage by up to 2.8$\times$, energy consumption by 3.7$\times$, and cost by 4.3$\times$ while maintaining SLOs.

📄 PDF Abstract BibTeX arXiv:2508.18298

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Resource-Efficient Compound AI Systems

2025-01-28 · Gohar Irfan Chaudhry, Esha Choukse, Íñigo Goiri, Rodrigo Fonseca 외

Compound AI Systems, integrating multiple interacting components like models, retrievers, and external tools, have emerged as essential for addressing complex AI tasks. However, current implementations suffer from ineffi…

Decision MakingManagementScheduling

Internet of Agentic Things: Networked AI Agents for Closed-Loop IoT Orchestration

2026-07-14 · Quanyan Zhu arxiv

The paper introduces the Internet of Agentic Things (IoAT), an architectural framework that integrates agentic AI, IoT, cyber-physical systems, Physical AI, edge computing, and digital twins into a unified closed-loop or…

Decision Making

Governing Cloud Data Pipelines with Agentic AI

2025-12-24 · Aswathnarayan Muthukrishnan Kirubakaran, Adithya Parthasarathy, Nitin Saksena, Ram Sekhar Bodala 외 arxiv

Cloud data pipelines increasingly operate under dynamic workloads, evolving schemas, cost constraints, and strict governance requirements. Despite advances in cloud-native orchestration frameworks, most production pipeli…

The Internet of Agentic AI: Communication, Coordination, and Collective Intelligence at Scale

2026-06-11 · Quanyan Zhu arxiv

The rapid emergence of autonomous AI agents is transforming artificial intelligence from isolated model inference into distributed systems of reasoning, communication, and action. This paper develops the vision of the In…

Engineering LLM Powered Multi-agent Framework for Autonomous CloudOps

2025-01-14 · Kannan Parthasarathy, Karthik Vaidhyanathan, Rudra Dhar, Venkat Krishnamachari 외

Cloud Operations (CloudOps) is a rapidly growing field focused on the automated management and optimization of cloud infrastructure which is essential for organizations navigating increasingly complex cloud environments.…

RAGRetrieval-augmented Generation