Back to Portfolio

Technical Architecture

System and product architecture diagrams from select projects. Each diagram tells a story about how I design systems — from multi-agent orchestration to security infrastructure.

JobPilot AI — Agentic Job Automation

AI & Machine Learning

Multi-agent orchestration with circuit breakers and structured output across 5 LLM providers

Industry-AI-Flow - AI Workflow Platform

AI & Machine Learning

11-node LangGraph intent classifier routing 3 paths: hybrid RAG QA, CatBoost+SHAP cost ML, and sandboxed code-gen data analysis

AI Ops Control Room - LLM Quality Evaluation

AI & MLOps

LLM-as-Judge evaluation pipeline with drift detection and incident triage workflow

Trading Bots - LLM-Driven Automated Trading

AI & FinTech

Local LLM decision engine with 7-trigger hybrid entry and 6-layer exit management

Vox - AI Voice-to-Text Pipeline

AI & Tools

Dual ASR engine pipeline with AI correction and pronoun verification across 3 interfaces

AKM - AI API Key Manager

AI & DevOps

Field-level AES-256-GCM encryption with macOS Keychain integration and Unix socket API

ATV-Bilibili - Apple TV Streaming Client

Native App

Plugin architecture player with dual API signing and region unlock proxy system

YiPaiJi — High-Concurrency Flash-Sale Engine (Zero Overselling)

Backend / Platform

Enterprise flash-sale engine with zero overselling under 10K+ concurrent buyers — Redis atomic stock deduction + Lua, RocketMQ async order pipeline, layered defense-in-depth, and a self-healing compensation loop that reconciles stuck inventory

Auth V3 — Unified Authorization Platform

Backend / Platform

Company-wide authorization platform for ~1,000 employees across a dozen systems — menu/button/URI 3-tier RBAC, Redis-first hot path, and binlog CDC → RocketMQ cache sync

Credit Risk Control — Deposit-Free Leasing

Backend / FinTech

Deposit-free leasing credit risk engine spanning pre/in/post-lease lifecycle — multi-bureau scoring (A/B/C/F/L/O cards), 4-tier approval, and dynamic credit-limit pools

DistriTx-Demo — Distributed Transaction Saga

Backend / Distributed Systems

Ticket-purchase Saga across four microservices — Temporal orchestration, transactional outbox → RabbitMQ → live SSE, an idempotency barrier table, and automatic compensation in reverse on failure

go-mcp-bridge — MCP Bridge for LLM Agents

AI & Infrastructure

A thin MCP bridge over a traditional Go ticketing backend — LLM agents act only through tools/resources/prompts behind a human consent + scope gate, with concurrency-safe booking and messaging off the critical path

Hyperion Data Collect — Financial Compliance ETL

Backend / FinTech

Six-source financial ETL for HKEX IPO compliance — RocketMQ choreography gated by an Oracle master-table state machine, request_id idempotency, dynamic-datasource @DS pool isolation, and Fork/Join divide-and-conquer extraction staged in Redis; consistency without a distributed lock

Credit Risk Analytics — Offline Scorecard Modeling

Data Science

Offline scorecard-modeling pipeline — WOE/IV feature engineering, logistic-regression scorecards with GBDT/anomaly/graph/survival challengers, KS/PSI validation — writing weight-optimization advice back to the online credit engine; model choice driven by data characteristics, not the newest algorithm