Skip to content
View alanxurox's full-sized avatar
😶‍🌫️
😶‍🌫️

Block or report alanxurox

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alanxurox/README.md

Alan Xu (Yuanlun Xu)

AI engineer shipping production LLM agents at enterprise scale. Reached out to by Anthropic as one of GenDigital's top Claude Code users. Native Mandarin speaker, born Beijing, US-educated (Babson + Olin), EU-resident.

What I Ship

  • Production LLM agent (NEMO) — LangGraph, 12 tools, human-in-the-loop approval gates, Redis state, Langfuse observability. Serving 3 brands (Norton, Avast, AVG) across 30+ languages to 500M+ users
  • 5+ MCP servers (Python/FastMCP) — bridging LLMs to SFMC, Jira, BigQuery, Postgres, enterprise search across 40+ data sources
  • Deterministic eval methodology (Langfuse) — biased toward interesting cases, not random. Build-stamped traces correlate quality regressions with specific releases
  • better-litellm — LLM proxy adopted org-wide. CTO engineering leadership proposed deploying server-side as zero-config infrastructure. Found and fixed command injection vulnerability before shipping
  • ML experiment operations — Configured Product Recommender A/B program (7.5%+ stat-sig bookings uplift). Operationalized Segmented Discounting pricing optimization through CDP/IPM

Open Source

Project Role Description
mission-control Author Multi-agent coordination. Bash + SQLite, zero deps. 32 stars, 5 forks
oh-my-claudecode Contributor AI coding agent framework. 23K+ stars upstream
Voca Collaborator macOS speech-to-text (Swift/KMP). Whisper, Parakeet, SenseVoice. 8 PRs, 6 merged
Zenix Collaborator Autonomous agent platform. 148 commits. Nushell-native, Jujutsu VCS
better-glean Author Agent Skill for precise Glean MCP searches across 40+ enterprise data sources
mcp-weixin-spider Author MCP server for WeChat article crawling

Side Projects

  • GPT-SoVITS Voice Cloning — E2E ML training pipeline. PyTorch, LoRA, GPU inference. Iterated when training loss converged but perceptual quality degraded
  • Autonomous Agent Infrastructure — 24/7 fleet on personal VPC. Experimenting with OpenClaw-RL, Hermes Agent (GRPO + LoRA), Karpathy's Autoresearch

Tech Stack

LLM/AI: LangGraph, MCP (author), Langfuse, LiteLLM, Claude/Gemini APIs, RAG ML/Data: PyTorch, LoRA/Peft, BigQuery, SQL, A/B testing, uplift measurement, CDP Languages: Python, TypeScript/JavaScript, SQL, Bash Cloud: GCP (project owner), Vertex AI, AWS Bedrock, Docker, Kubernetes Backend: FastAPI, WebSocket, Redis, Node.js, PostgreSQL, SQLite, ChromaDB

Background

Babson College (Massachusetts) — BS, Technology Entrepreneurship + Business Analytics (STEM). Cross-registered at Olin College of Engineering.

Sr Software Engineer (AI Focus) @ GenDigital (Norton, Avast, AVG — 500M+ users). Prague, Czech Republic.

LinkedIn Email

Pinned Loading

  1. mission-control mission-control Public

    Coordination layer for autonomous agent fleets. Bash + SQLite, zero dependencies. Task queuing, health monitoring, fleet-level state. 31 stars.

    HTML 33 6

  2. oh-my-claudecode oh-my-claudecode Public

    Forked from Yeachan-Heo/oh-my-claudecode

    Multi-agent orchestration framework for Claude Code. 7K+ stars upstream. Contributed agent definition patterns and workflow hooks.

    TypeScript 1

  3. better-glean better-glean Public

    Agent Skill for precise Glean MCP searches. 12 query patterns across 40+ enterprise data sources. Stop getting 16 generic results.

  4. voca-app voca-app Public

    Forked from zhengyishen0/voca-app

    macOS menu bar speech-to-text app. Swift/Xcode + Kotlin Multiplatform. Shipped entitlement and audio fixes.

    Swift

  5. mcp-weixin-spider mcp-weixin-spider Public

    MCP server for crawling WeChat public account articles. Enables AI agents to read and search WeChat content programmatically.

    Python 1

  6. claude-orchestra claude-orchestra Public

    Multi-agent orchestration patterns for Claude. Early experiments in agent coordination and workflow design.

    Python