Zhongming Yu

Ph.D. Candidate@UC San Diego CSE·advised by Jishen Zhao

I build infrastructure for LLM agents — systems where agents are first-class computational entities rather than an application layer bolted onto a chat API.

image.png
San Diego, California

I am a fifth-year Ph.D. candidate at UC San Diego, advised by Prof. Jishen Zhao, and since June 2026 a research intern at NVIDIA.

Before UCSD I received my B.E. from the Department of Electronic Engineering at Tsinghua University.

My work sits between machine learning and computer systems, and the through-line is that I keep treating model-shaped problems as systems problems. What an agent needs is rarely a bigger prompt — it is a memory hierarchy, an index that survives edits, and a serving layer with measurable lifecycle costs. That premise drives most of what I build now: repository context serving, memory protocols for multi-agent systems, and benchmarks that measure software as it evolves rather than one patch at a time. A parallel thread puts agents to work on hardware, generating and verifying RTL.

The same lens started in sparse computation — dgSPARSE, CogDL, GPU sparse linear algebra — and still shows up there, most recently in sparse attention for long-context inference.

  • Agent infrastructure — repository context serving, incremental indexes, retrieval that respects code structure
  • Agent memory — multi-agent memory hierarchies, consistency, long-horizon retention
  • Evaluation — benchmarks for continuous software evolution, not one-shot patches
  • Agents for hardware — RTL generation and verification, learning from execution feedback
  • ML systems — sparse kernels, sparse attention, GPU compilation

I also maintain SysEvol, an open-source effort around AI-driven system evolution.

current work

Everything else — agent evaluation, RTL agents, the sparse computation work — is on the projects page.

Feel free to reach out if any of this overlaps with what you are working on.

news

Jul 28, 2026 Released CodeNib, a multi-view data system for serving repository context to coding agents — paper, code, codenib.ai.
Jun 15, 2026 Started as a research intern at NVIDIA, working on LLM agents for hardware design and verification.
Mar 13, 2026 SWE-Milestone is out — a benchmark for continuous software evolution where frontier agents fall from >80% on isolated tasks to 38%. To appear at ICML 2026.
Mar 9, 2026 Our position paper on multi-agent memory as a computer architecture problem is on arXiv, and was featured on ACM SIGARCH.
Feb 26, 2026 AMA-Bench measures long-horizon memory for agentic applications, beyond the usual dialogue setting — paper, site.

selected publications

  1. CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents
    Zhongming Yu, Hengjia Yu, Boqin Yuan, and 12 more authors
    arXiv preprint arXiv:2607.25431, 2026
  2. SWE-Milestone: Evaluating AI Agents on Continuous Software Evolution
    Gangda Deng, Zhaoling Chen, Zhongming Yu, and 11 more authors
    In Proceedings of the 43rd International Conference on Machine Learning, 2026
  3. Multi-Agent Memory from a Computer Architecture Perspective: Visions and Challenges Ahead
    Zhongming Yu, Naicheng Yu, Hejia Zhang, and 5 more authors
    arXiv preprint arXiv:2603.10062, 2026
    Position paper. Featured on ACM SIGARCH
  4. OrcaLoca: An LLM Agent Framework for Software Issue Localization
    Zhongming YuHejia ZhangYujie Zhao, and 4 more authors
    In Proceedings of the 42nd International Conference on Machine Learning, 2025
  5. TorchSparse++: Efficient Training and Inference Framework for Sparse Convolution on GPUs
    Haotian Tang, Shang Yang, Zhijian Liu, and 6 more authors
    In Proceedings of the 56th Annual IEEE/ACM International Symposium on Microarchitecture, 2023
  6. Understanding GNN Computational Graph: A Coordinated Computation, IO, and Memory Perspective
    Hengrui Zhang*, Zhongming Yu*Guohao Dai, and 4 more authors
    Proceedings of Machine Learning and Systems, 2022
    * stands for equal contribution