Open Source \& Projects


AI \& Agent Projects

  • Car Agent (Private) — Real-time voice-interaction AI agent for in-car scenarios. Built with Rust (core agent + relay server), iOS (SwiftUI client), integrated with LLM providers, TTS (Kokoro), and STT (FunASR streaming). Features WebSocket-based relay, tool orchestration, and terminal streaming viewer.
  • Cos — AI Coding Agent implemented in Go with Bubbletea TUI. Full-featured terminal-based coding assistant.
  • Kokoros — Kokoro TTS model ported to Rust for real-time, high-quality text-to-speech inference with low-latency optimization.
  • OptiTranslate — macOS menu-bar AI translator (Swift). Opt+Space to translate selected text, saves results to Markdown.
  • FingerSaver (Private) — Multi-agent terminal manager. Split-pane TUI for orchestrating multiple coding agents simultaneously.
  • SIN (Internal, SAP) — Agentic CLI for infrastructure operations, built on Backstage as the backend platform. Enables natural-language driven infrastructure management across Kubeflow and Kubernetes environments.

Kubeflow Community Contributions

CS Education

  • CS Videos — Operating systems and computer science video series on BiliBili. Topics include kernel internals, memory management, API Gateway design, eBPF, HTTPS internals, and universal hashing. Implemented with Manim (Python).
  • Binary Bomb Lab Guide — Walkthrough for CSAPP’s binary bomb exercise, with companion video series.