paper-with-me

Papers

KAIROS: Stateful, Context-Aware Power-Efficient Agentic Inference Serving

2026-04-17 · Yichao Yuan, Mosharaf Chowdhury, Nishil Talati arxiv

Power has become a central bottleneck for AI inference. This problem is becoming more urgent as agentic AI emerges as a major workload class, yet prior power-management techniques focus almost entirely on single-turn LLM serving. Our analysis shows that agentic serving behaves fundamentally differently: each request carries long-lived context that evolves across tool-interleaved turns, and lowering GPU frequency can push the system into a thrashing regime where memory pressure sharply worsens both performance and power efficiency. These observations show that power optimization for agentic serving requires rethinking. We present KAIROS, a context-aware power optimization system for agentic AI serving. KAIROS uses agent context as a first-class control signal to jointly manage GPU frequency, per-instance concurrency, and multi-instance request placement. This enables KAIROS to save power when memory headroom exists while avoiding thrashing and preserving performance targets. At a high level, KAIROS tracks requests at agent granularity, adapts local control to context growth and agent progress, and routes agents across instances to jointly improve power efficiency and memory stability. Evaluated across diverse software and data engineering agentic tasks, KAIROS achieves an average of 27% (up to 39.8%) power reduction while meeting the performance targets.

📄 PDF Abstract BibTeX arXiv:2604.16682

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

KairosAgent: Agentic Time Series Forecasting with Fused Semantic Reasoning

2026-05-28 · Kun Feng, Ziwei Shan, Yuchen Fang, Yiyang Tan 외 arxiv

Cross-domain multimodal time series forecasting is a challenging task, requiring models to integrate precise numerical comprehension, cross-domain semantic understanding, and effective multimodal fusion. Existing approac…

Time Series ForecastingReinforcement Learning

KairosAD: A SAM-Based Model for Industrial Anomaly Detection on Embedded Devices

2025-05-30 · Uzair Khan, Franco Fummi, Luigi Capogrosso

In the era of intelligent manufacturing, anomaly detection has become essential for maintaining quality control on modern production lines. However, while many existing models show promising performance, they are often t…

Anomaly Detection

OS-Kairos: Adaptive Interaction for MLLM-Powered GUI Agents

2025-02-26 · Pengzhou Cheng, Zheng Wu, Zongru Wu, Aston Zhang 외

Autonomous graphical user interface (GUI) agents powered by multimodal large language models have shown great promise. However, a critical yet underexplored issue persists: over-execution, where the agent executes tasks …

Human Agent Collaboration

Computability of Agentic Systems

2026-01-26 · Chatavut Viriyasuthee arxiv

This paper introduces the Quest Graph, a formal framework for analyzing the capabilities of agentic systems with finite context. We define abstractions that model common reasoning techniques and establish their computati…

Kairos: A Regret-Aware Native World-Action Model Stack for Physical AI

2026-06-15 · Kairos Team, Fei Wang, Shan You, Qiming Zhang 외 arxiv

We introduce \textbf{Kairos}, a regret-aware native world-action model stack for Physical AI. Kairos is motivated by the view that a physical world model should not aim to fully simulate all future pixels, but should lea…