Project

Research projects

  • AlphaQ: Calibration-Free Bit Allocation for Mixture-of-Experts Quantization. Wanqi Yang, Yuexiao Ma, Alexander Conzelmann, Xiawu Zheng, Michael W. Mahoney, T. Konstantin Rusch, and Shiwei Liu. Under Review, 2026. Paper, code.
  • ClassPathQ: Quantization for Neural Networks Based on Classification Difficulty. Master thesis, Technical University of Darmstadt, 2023. Paper and code.
  • GPU Performance Modeling for Parallel Programs. Technical University of Darmstadt, 2021. Code.

Small projects & tools

  • OpenRouter Model Analysis. A static analysis site for a collected OpenRouter model catalog, with derived frontend data generated from the raw model dataset. Code.
  • Codex Here. Local macOS Finder toolbar launchers for opening Terminal, Codex, or Cursor directly in the current Finder directory. Code.
  • CV Agentic Reviewer. A FastAPI-based CV review assistant that parses resume PDFs, optionally runs OCR, and generates PaperReview-style interview reports with summaries, weaknesses, detailed comments, and questions. Code.
  • Video URL to Text Skill. A Claude Code skill for turning YouTube and Bilibili URLs into cleaned transcripts, with audio extraction, Whisper-based transcription, and proofreading/editing modes. Code.
  • Cpp Basic Learning. A personal C++ learning path and code archive, including C++ syntax practice, data structure implementations, and an AGV path-planning exercise using Dijkstra-style routing. Code.