Projects & Publications
A collection of my research publications and engineering projects. See my full Resume for more details.
Publications & Research
OWL: Optimized Workforce Learning for Multi-Agent Task Automation
NeurIPS 2025
AutoSeg: Automatic Micro-Segmentation Policy Generation
Computers & Security, 2025
Contributed to system evaluation and large-scale experiments on real-world cloud-native applications, validating automated micro-segmentation policy generation under realistic deployment scenarios.
Breaking the Bulkhead: Cross-Namespace Reference Vulnerabilities in Kubernetes Operators
NDSS 2026
Performed vulnerability analysis and proof-of-concept exploitation on open-source Kubernetes Operators, uncovering real-world privilege escalation issues and contributing to responsible disclosure with 2 assigned CVEs.
Projects
Multi-Layer Compiler(C++)
Jan. 2024
- Designed and implemented a multi-layer compiler end-to-end, independently completing a two-person course project using modern compiler architecture.
- Built a full compilation pipeline from source code to intermediate representation (IR) and assembly code generation.
- Implemented core data-flow analyses including reaching definitions and liveness analysis, and designed a graph-coloring-based register allocator.
- Applied performance optimizations such as dead code elimination and loop unrolling, achieving a top-5 ranking in the final compiler competition.