Autonomous Agent Operations: Before OpenAI's Symphony was open-sourced, independently built Lindy Orchestrator grounded in harness engineering theory. After Symphony's release, studied its architecture deeply and integrated enterprise-grade capabilities. Now adopted by 4–5 engineering teams with agents working near-autonomously around the clock, zero human intervention, quality controlled via automated QA gates.
Company-wide JVM Platform Migration: Led migration of 800+ Java services from ZingJDK (C4GC) to OpenJDK 21 (Generational ZGC). Built custom JVM benchmark framework. GC pause reduced from tens-of-ms to <1ms, saving annual licensing costs.
0-to-1 SLO Platform: Designed complete SLO system—data pipelines, metrics, alerting, dashboards—reliability backbone for 1,000+ microservices.
Automated Incident Response: Topology-aware anomaly detection and 5-minute RCA system across billions in daily trading volume.
High-Performance Routing Engine: Optimized routing engine integrating 300+ external protocol APIs and 5M+ data points with sub-second latency.
Staff Engineer @ TikTok2023.01 - 2024.07
E-Commerce Content Trust & Safety · Singapore
Global Platform Scale: Strategic Tech Lead for Content Moderation Platform, enabling safe global expansion of TikTok Shop with multi-country regulatory compliance.
Architectural Agility: Engineered event-driven governance strategy platform from 0-to-1, providing flexibility to launch new markets with minimal engineering overhead.
Data-Driven Strategy: Championed a parallel risk measurement system providing leadership with real-time visibility into content risk levels and informing key business decisions.
Team Culture: Established the team's engineering culture from the ground up — development specifications and quality gates sustaining high-velocity delivery.
Earlier Experience2016 - 2023
Meituan (2021–2023): Led operational infrastructure digital transformation for Mobike.
YuanFuDao (2019–2021): Scaled infra to 20K concurrent users. RFC-driven technical strategy.
Meituan (2016–2019): Local services platform engineering.
A CLI that installs, manages, and secures skill packages across 10+ AI agent runtimes. Think npm for AI agent capabilities — one command to deploy a skill to Claude Code, Codex, Gemini CLI, Copilot, Cursor, and more.
GoCobra CLITOMLHomebrew10+ Runtimes
Architecture
> Universal Install
One CLI to deploy skills to any supported agent runtime with version control and lockfiles.
> Security Scanning
Built-in prompt injection detection, entropy analysis, and dangerous pattern matching.
> Project Manifests
TOML-based manifests with lockfiles for reproducible AI development environments.
> Zero Cloud
Entirely local. No accounts, no telemetry, no cloud dependencies.
A "harness engineer" for AI coding agents. Decomposes goals into DAG-scheduled tasks, dispatches to isolated git worktrees, validates via a 6-stage QA pipeline, and teaches agents HOW to fix failures through structured remediation — not just WHAT failed. Repo is the single source of truth: zero database, pure git.