Selected Work

Systems built to run,
not just to demo.

These personal projects come from real engineering exploration: breaking down complex problems, establishing clear boundaries, and incorporating execution, auditing, and long-term maintenance into system design.

Explore projects

AI Systems

Bot

Local-first agent execution platform

A local agent system for AI coding, testing, documentation, and research tasks, designed around controllable execution, task auditing, and complex workflow collaboration.

  • Supports multi-Agent Worker scheduling, task decomposition, and parallel result aggregation.
  • Incorporates tool permissions, capability authorization, artifact memory, and task auditing into a unified execution model.
  • Organizes complex task execution chains with Coordinator-Worker collaboration pattern.
  • Agents
  • Policy
  • Tools
  • Memory
  • Skills

Trading Infrastructure

Trader

Rust quantitative trading system

A quantitative trading system built with Rust workspace layered architecture, covering backtesting, market replay, simulated trading, and trading operation management.

  • Covers core modules including strategy, Alpha, portfolio construction, risk control, execution, and OMS.
  • Provides metrics analysis, account reconciliation, and REST/WebSocket API.
  • Connects the complete chain from strategy signals to order execution, emphasizing replayability, auditability, and extensibility.
  • Rust
  • OMS
  • Risk
  • Broker Adapter
  • WebSocket

AI Infrastructure

Account Manager

AI account and proxy management

Proxy and management infrastructure for multi-model, multi-account scenarios, unifying account selection, credentials, model availability, and call logs.

  • Supports unified access to multiple model providers and local models.
  • Centrally maintains credentials, quota status, model availability, and request logs.
  • Decouples protocol conversion, account selection, and upstream execution for easy extension to different providers.
  • OpenAI
  • Anthropic
  • Gemini
  • OpenRouter
  • Local Models

Full-stack Platform

Mark

Full-stack management workspace

A full-stack workspace for internal management processes, serving as a unified management portal for Trader and Account Manager.

  • Includes user authentication, organization members, subscriptions, uploads, and user management capabilities.
  • Provides data tables and internal management pages, forming a reusable backend workspace.
  • Builds a complete application chain using TypeScript, Better Auth, and Cloudflare data services.
  • Bun
  • Hono
  • React
  • Cloudflare D1/R2
  • Drizzle ORM