collaborators

6 papers

cs.AI2026

Towards an Agent Operating System - Lessons from Classical and Cloud OS

Gosia Steinder, Hubertus Franke

Every major wave of platform software follows the same arc: an initial period of experimentation with competing frameworks and ad-hoc implementations, followed by the articulation…

cs.PF2026

RAGPerf: An End-to-End Benchmarking Framework for Retrieval-Augmented Generation Systems

Shaobo Li, Yirui Zhou, Yuan Xu +5

We present the design and implementation of a RAG-based AI system benchmarking (RAGPerf) framework for characterizing the system behaviors of RAG pipelines. To facilitate detailed…

cs.DC2025

Chameleon: Adaptive Caching and Scheduling for Many-Adapter LLM Inference Environments

Nikoleta Iliakopoulou, Jovan Stojkovic, Chloe Alverti +3

The widespread adoption of LLMs has driven an exponential rise in their deployment, imposing substantial demands on inference clusters. These clusters must handle numerous concurre…

cs.DC2025

Transforming the Hybrid Cloud for Emerging AI Workloads

Deming Chen, Alaa Youssef, Ruchi Pendse +42

This white paper, developed through close collaboration between IBM Research and UIUC researchers within the IIDAI Institute, envisions transforming hybrid cloud systems to meet th…

cs.OS2025

Safe and usable kernel extensions with Rex

Jinghao Jia, Ruowen Qin, Milo Craun +7

Safe kernel extensions have gained significant traction, evolving from simple packet filters to large, complex programs that customize storage, networking, and scheduling. Existing…

cs.OS2025

Cache is King: Smart Page Eviction with eBPF

Tal Zussman, Ioannis Zarkadas, Jeremy Carin +4

The page cache is a central part of an OS. It reduces repeated accesses to storage by deciding which pages to retain in memory. As a result, the page cache has a significant impact…