CUDA · LLM Inference · AI Infrastructure

Building systems projects from first principles.

ACM silver medalist working on ContextOS, C++/CUDA, transformer inference, GPU kernels, KV cache, and small AI-infra tools that make complex systems easier to inspect and understand.

$ ./build/gpt2_main --generate 8 --text "Hello, I am"
input text: Hello, I am
generated text: Hello, I am a little bit of a fan of the

Featured Work

Projects

Python GitHub Issues LLM Triage

IssueRadar

A CLI-first MVP that watches GitHub issues, applies deterministic filters, asks an LLM for fit analysis, and renders a daily digest.

Agent Context Workflow

ContextOS

An experimental personal context system for organizing project memory, technical notes, and agent workflows without turning them into a public diary.

Writing

Technical Notes

Zhihu 从零手写 CUDA GPT-2 推理:从 full recompute 到 KV cache

A long-form write-up about building GPT-2 inference in C++/CUDA, loading Hugging Face weights, and moving from naive generation to KV cache.

Focus

CUDA C++ ACM silver medal GPU kernels Transformer inference KV cache vLLM AI agents Open source tooling