paper-with-me

홈 › Papers

Beyond Local Code Optimization: Multi-Agent Reasoning for Software System Optimization

2026-03-16 · Huiyun Peng, Parth Vinod Patil, Antonio Zhong Qiu, George K. Thiruvathukal, James C. Davis arxiv

Large language models and AI agents have recently shown promise in automating software performance optimization, but existing approaches predominantly rely on local, syntax-driven code transformations. This limits their ability to reason about program behavior and capture whole system performance interactions. As modern software increasingly comprises interacting components - such as microservices, databases, and shared infrastructure - effective code optimization requires reasoning about program structure and system architecture beyond individual functions or files. This paper explores the feasibility of whole system optimization for microservices. We introduce a multi-agent framework that integrates control-flow and data-flow representations with architectural and cross-component dependency signals to support system-level performance reasoning. The proposed system is decomposed into coordinated agent roles - summarization, analysis, optimization, and verification - that collaboratively identify cross-cutting bottlenecks and construct multi-step optimization strategies spanning the software stack. We present a proof-of-concept on a microservice-based system that illustrates the effectiveness of our proposed framework, achieving a 36.58% improvement in throughput and a 27.81% reduction in average response time.

📄 PDF Abstract BibTeX arXiv:2603.14703

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BeyondSWE: Can Current Code Agent Survive Beyond Single-Repo Bug Fixing?

2026-03-03 · Guoxin Chen, Fanzhe Meng, Jiale Zhao, Minghao Li 외 arxiv

Current code-agent benchmarks primarily evaluate localized issue resolution within a single target repository, leaving under-tested many software engineering tasks that require external knowledge or broader repository-le…

SweRank+: Multilingual, Multi-Turn Code Ranking for Software Issue Localization

2025-12-23 · Revanth Gangi Reddy, Ye Liu, Wenting Zhao, JaeHyeok Doo 외 arxiv

Maintaining large-scale, multilingual codebases hinges on accurately localizing issues, which requires mapping natural-language error descriptions to the relevant functions that need to be modified. However, existing ran…

Agentic AI for Scalable and Robust Optical Systems Control

2026-02-23 · Zehao Wang, Mingzhe Han, Wei Cheng, Yue-Kai Huang 외 arxiv

We present AgentOptics, an agentic AI framework for high-fidelity, autonomous optical system control built on the Model Context Protocol (MCP). AgentOptics interprets natural language tasks and executes protocol-complian…

Code Generation

Online Stackelberg Optimization via Nonlinear Control

2024-06-27 · William Brown, Christos Papadimitriou, Tim Roughgarden

In repeated interaction problems with adaptive agents, our objective often requires anticipating and optimizing over the space of possible agent responses. We show that many problems of this form can be cast as instances…

AdaExplore: Failure-Driven Adaptation and Diversity-Preserving Search for Efficient Kernel Generation

2026-04-17 · Weihua Du, Jingming Zhuo, Yixin Dong, Andre Wang He 외 arxiv

Recent large language model (LLM) agents have shown promise in using execution feedback for test-time adaptation. However, robust self-improvement remains far from solved: most approaches still treat each problem instanc…

Test-time AdaptationCode Generation