{
  "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  "meta": {
    "canonical": "https://kxhuang.dev/resume.json",
    "version": "1.0.0",
    "lastModified": "2026-08-29",
    "theme": "none"
  },
  "basics": {
    "name": "Kai Xiu Huang",
    "label": "Fintech and blockchain developer — low-latency trading systems, smart contract security",
    "image": "https://kxhuang.dev/images/profile-og.jpg",
    "email": "work@kxhuang.dev",
    "url": "https://kxhuang.dev",
    "summary": "Fintech and blockchain developer based in Taipei, Taiwan. Research & Development Engineer at K-WAY Information Corp, building low-latency trading-engine and risk-control modules in high-performance C++ for a Tier-1 securities brokerage. In parallel, a smart contract security researcher on SuiAudit, training and fine-tuning LLMs that detect vulnerabilities in Sui Move smart contracts. Currently employed and open to opportunities in quantitative and high-frequency trading, and in blockchain finance.",
    "location": {
      "city": "Taipei",
      "countryCode": "TW"
    },
    "profiles": [
      {
        "network": "GitHub",
        "username": "BrianHuang813",
        "url": "https://github.com/BrianHuang813"
      },
      {
        "network": "LinkedIn",
        "username": "kai-xiu-huang-768429253",
        "url": "https://www.linkedin.com/in/kai-xiu-huang-768429253/"
      }
    ]
  },
  "work": [
    {
      "name": "K-WAY Information Corp",
      "position": "Research & Development Engineer",
      "location": "Taipei, Taiwan",
      "startDate": "2025-09",
      "summary": "Core trading-engine and risk-control development for a Tier-1 securities brokerage's legacy system overhaul.",
      "highlights": [
        "Engineered and modernized core trading-engine modules for a Tier-1 securities brokerage's legacy system overhaul, handling complex, high-volume transactional workflows under strict low-latency requirements.",
        "Designed real-time risk-control modules for the stock Day Trading System in high-performance C++, enabling continuous trading-behavior monitoring and market-risk mitigation.",
        "Optimized and refactored backend infrastructure within a sophisticated architecture, improving throughput and holding zero-downtime stability through migration phases.",
        "Maintained mission-critical live trading systems, identifying bottlenecks and shipping feature optimizations for stability."
      ]
    },
    {
      "name": "SuiAudit",
      "position": "Smart Contract Security Researcher",
      "startDate": "2025-12",
      "url": "https://kxhuang.dev/2026/03/03/SuiAudit/",
      "summary": "AI-driven audit tooling for the Sui ecosystem.",
      "highlights": [
        "Trained and fine-tuned a specialized auditing LLM that automatically detects, flags, and analyzes vulnerabilities in Sui Move smart contracts.",
        "Curated a high-quality security dataset of 500+ self-labeled vulnerability cases, isolating complex contract-logic errors to improve model accuracy."
      ]
    }
  ],
  "volunteer": [
    {
      "organization": "East Africa International Volunteer Team",
      "position": "Team Leader",
      "highlights": [
        "Led cross-cultural team operations and curriculum deployment between Taiwanese and Kenyan partners in resource-limited settings.",
        "Managed communication to bridge cultural gaps and keep stakeholders aligned, adapting workflows to local conditions for greater impact."
      ]
    }
  ],
  "education": [
    {
      "institution": "National Tsing Hua University",
      "location": "Hsinchu, Taiwan",
      "url": "https://www.nthu.edu.tw/",
      "area": "Power & Mechanical Engineering",
      "studyType": "Bachelor of Science",
      "startDate": "2020-09",
      "endDate": "2024-06",
      "courses": [
        "Final project — 3D Visualized Digital Twin & Remote Monitoring System: an end-to-end digital twin built with Azure and Unity for real-time 3D simulation of industrial machinery.",
        "Engineered a proprietary high-performance API bridging cloud data to Unity C# over TCP/IP with multi-processing, maximizing throughput while guaranteeing packet integrity.",
        "Implemented an asynchronous multi-threaded architecture to offload API communication from Unity's render thread, eliminating blocking for seamless low-latency visualization."
      ]
    }
  ],
  "skills": [
    {
      "name": "Programming Languages",
      "keywords": [
        "C++",
        "Go",
        "Python",
        "Sui Move",
        "Solidity",
        "SQL",
        "JavaScript",
        "TypeScript"
      ]
    },
    {
      "name": "Systems & Architecture",
      "keywords": [
        "Low-latency architecture",
        "Distributed systems",
        "Multi-threading",
        "Linux/Unix",
        "Docker",
        "REST API design",
        "CI/CD"
      ]
    },
    {
      "name": "AI & Machine Learning",
      "keywords": [
        "LLM fine-tuning",
        "LLM training",
        "Transformers",
        "NLP",
        "RLHF",
        "PyTorch",
        "TensorFlow"
      ]
    },
    {
      "name": "Blockchain",
      "keywords": [
        "Smart contracts",
        "Smart contract security auditing",
        "DApp development",
        "Sui Move",
        "Solidity",
        "Web3.js",
        "Ethers.js",
        "Hardhat",
        "DeFi"
      ]
    },
    {
      "name": "Frontend",
      "keywords": [
        "React",
        "JavaScript",
        "TypeScript",
        "HTML/CSS"
      ]
    }
  ],
  "languages": [
    {
      "language": "Mandarin Chinese",
      "fluency": "Native speaker"
    },
    {
      "language": "English",
      "fluency": "Fluent"
    },
    {
      "language": "German",
      "fluency": "Intermediate"
    }
  ],
  "interests": [
    {
      "name": "Blockchain"
    },
    {
      "name": "DeFi"
    },
    {
      "name": "Quantitative trading"
    },
    {
      "name": "Guitar"
    },
    {
      "name": "Diving"
    }
  ],
  "projects": [
    {
      "name": "SuiAudit",
      "description": "An AI-driven audit tool for the Sui ecosystem, using a fine-tuned LLM to detect vulnerabilities in Sui Move smart contracts.",
      "url": "https://kxhuang.dev/2026/03/03/SuiAudit/",
      "keywords": [
        "Sui Move",
        "LLM",
        "Smart contract security"
      ]
    }
  ]
}
