activity
20232026
most citedAgentSight: System-Level Observability for AI Agents Using eBPF

5 citations · 11 across the 29 of their papers we have counts for

collaborators

29 papers

cs.NI2026

Can AI Agents Detect and Repair Artifact Drift in Network Experiments?

Tianzhu Zhang, Weichen Tao, Changgang Zheng +4

In recent years, AI agents have evolved into capable assistants that carry out multi-step tasks in digital environments. The network systems community is beginning to explore these…

cs.AR2026

HBFSim: Fast and Faithful Simulation of High-Bandwidth Flash Under Real GPU Execution

Yanpeng Hu, Yiwei Yang, Yuanwu Zhu +3

High-Bandwidth Flash (HBF) places high-capacity NAND beside HBM to relieve the memory-capacity bottleneck of LLM inference, yet its system-level behavior cannot be evaluated before…

cs.PL2026

When Can Agents Safely Checkpoint, Fork, Restore, and Merge? Exact Checking for Execution Edits

Yusheng Zheng, Xiaoyu Song, Yanpeng Hu +3

Agent runtimes can Checkpoint an execution, Fork it, Restore a checkpoint, or Merge branches without restarting a task. We call these operations execution edits, with Checkpoint re…

cs.PL2026

KernelScript: Cross-Boundary Typed DSL for eBPF Applications

Cong Wang, Siyuan Sun, Yusheng Zheng

eBPF lets developers extend Linux with custom packet processing, tracing, and scheduling logic, and a verifier proves before execution that the code will not crash the kernel. The…

cs.OS2026

Characterizing and Bridging the Diagnostic Gap in eBPF Verifier Rejections

Yusheng Zheng, Zhengjie Ji, Weichen Tao +5

eBPF lets developers run custom programs inside the Linux kernel, where a verifier proves each program safe. However, when the verifier rejects a program, the unclear error makes r…

cs.OS2026

ActPlane: Programmable OS-Level Policy Enforcement for Agent Harnesses

Yusheng Zheng, Tianyuan Wu, Quanzhi Fu +6

AI agents increasingly run in production through harnesses, the software around the LLM, including an engine that enforces safety and effectiveness policies, e.g., 'run tests befor…