Victor Lu

Victor Lu

Frontend R&D Manager / AI Application Architect

Nearly 20 years of R&D experience combining solid engineering foundations with end-to-end AI application delivery — Agentic AI, LLM architecture, and RAG.

~20Years Exp.
30+Team Size
6+DevTools Built
3AI Products
Scroll
01

About

Nearly 20 years of R&D experience combining solid engineering foundations with end-to-end AI application delivery — Agentic AI, LLM architecture, and RAG.

Built a 30+ person frontend team from 3 engineers, establishing a healthy pyramid structure with the lowest turnover rate in the R&D department. Mature team management frees bandwidth for continuous AI innovation.

Led Graphene's 5-year modernization from a hybrid-architecture monolith to a TypeScript Monorepo, reducing build time from ~1 hour to under 10 minutes.

Product mindset combined with architecture skill — turned daily R&D pain points into 3 shipped AI products adopted across teams and company-wide.

Multi-platform experience spanning hybrid mobile, desktop, and cross-platform development.

02

Core Competencies

01

AI Application Delivery

Full-cycle AI delivery from zero to one. Led CR Agent, Holmes, and Trivy Triage — platformizing AI to empower R&D, security, and business teams. Skilled at matching tech to scenario: Agent SDK for analytical tasks, CLI + Tool Call + MCP for complex local operations, and dual-model attack/defense strategy for more thorough reviews.

02

Engineering Excellence

Enterprise-grade frontend architecture. Built CI/CD pipelines, standardized component libraries, and developer toolchains. Drove product CLI transformation enabling Agentic AI capabilities.

03

Team Leadership & Collaboration

Built 30+ person frontend team from 3 engineers with a three-tier structure: domain pods, Tech Leads, and a global frontend architect. Established clear growth paths — T2→T3 ~1 year, T3→T4 ~2 years — plus regular 1:1s, tech talks, and code retrospectives. Lowest turnover in R&D with consistent top 360-review scores. Served as pre-sales and R&D technical liaison for multi-department delivery.

03

Projects

memo-hub — Shared Memory for AI Agents

Independent Project · 2026.07 — Present

A shared knowledge and long-term memory service for AI assistants, helping multi-project teams retain reusable context, decisions, and lessons across local and NAS deployments.

  • Established project isolation, candidate-to-formal memory, and knowledge versioning so retained information stays traceable and maintainable
  • Connected MCP, management APIs, and CLI tools so AI assistants can retrieve authorized context and retain useful lessons
  • Added cross-instance migration and privacy-first usage insights without retaining task content
PythonFastAPIMCPSQLiteChromaDocker

Enterprise Knowledge Assistant & Document Platform

Independent Project · 2026.06 — Present

An end-to-end internal knowledge assistant: converts PDF and PPTX documents into structured knowledge, then delivers cited answers through web, Feishu, and WeCom.

  • Delivered multi-knowledge-base isolation, citation previews, user feedback, and quality dashboards for both answer trust and operational visibility
  • Built a Windows-ready document conversion and sync tool that lowers the barrier for business teams to onboard and maintain knowledge
  • Passed 16 of 17 internal evaluation scenarios (94.1%) with an average response time of about 3.4 seconds
FastAPINext.jsRAGSQLiteChromaFeishuWeCom

AI-Assisted Software Delivery Workflow

Independent Project · 2026.07 — Present

A structured workflow for AI-assisted software delivery, spanning requirements, design, testing, review, and release while keeping quality and accountability clear.

  • Connected requirements, design approval, testing, review, and delivery evidence into reusable workflows that reduce rework and missed handoffs
  • Made authority, version state, and acceptance criteria explicit at each step for more controlled and traceable AI-assisted development
  • Created six reusable workflows covering the full path from idea intake to delivery
GitHubCodexSDDTDDGitHub Actions

Trivy Triage — Vulnerability Diagnosis & Remediation Platform

PEAK3 · 2026.05 — Present

Vulnerability triage and remediation platform spanning security, SRE, DevOps, R&D, and delivery teams. Automates the full Trivy scan → triage → Jira ticket → GitLab MR → rebuild → verify → release pipeline. Covers the full chain: base images (DevOps), middleware, common components (backend), business backend, and business frontend — with risk remediation for both backend and frontend. Auto-classification by component ownership, batch approval, merged ticketing, and FCFS job scheduling with cancellation, retry, and recovery.

  • Per-batch vulnerability analysis + project scan in ~10 minutes, freeing security engineers from manual triage
  • Zero-touch Jira ticket + GitLab MR generation
  • Full-chain multi-dimensional vulnerability coverage forming a traceable, measurable governance loop
Node.jsExpressReact 18MySQLClaude CodeJira APIGitLab APINacos

Graphene — Insurance Core System Frontend

PEAK3 · 2020.12 — Present

Core product frontend serving insurance clients across Japan, SEA, and EUR markets, covering 15+ business domains. Led 5-year architecture transformation from a Web + Node hybrid monolith (~1 hour build) to a pnpm workspace + Qiankun micro-frontend architecture (10–15 min build) with 19 independently developed and deployed sub-packages, supporting 30+ parallel developers at peak. Core modules: Product Factory (AntV G6/X6 graph editing + formula engine), Rules Engine (Monaco Editor + AntV X6 decision trees), Claims Workflow (AntV X6 canvas + Formily v2 dynamic forms + Inversify DI). Full i18n across 5 languages with CLI-managed translation keys.

  • Migrated all 19 sub-packages to Rspack: single-module build 1–2 min, full build 10–15 min (down from ~1 hour)
  • Built reusable flow canvas component based on AntV G6/X6, adopted across claims, product structure, and BI DAG scenarios
  • Micro-frontend architecture enables independent iteration and canary releases per business line, reducing cross-team coupling
  • Visual graph editing replaced traditional form-based configuration, multiplying delivery efficiency for complex insurance products
React 18TypeScriptQiankunRspackAnt Design 5.xAntV G6/X6Formily v2Redux ToolkitSWRJotaiInversify DIpnpm workspaceTailwind CSSJestPlaywright

Holmes — Intelligent Diagnostic Tool

PEAK3 · 2025.12 — 2026.03

One-click intelligent analysis covering all 7 Graphene business domains (Marketing, Policy, Endorsement, Underwriting, Claims, Finance, Portal) end-to-end across frontend and backend. Submit a Trace ID or CSV and get root cause analysis with code-aware fix suggestions within 5 minutes. Multi-turn conversational follow-up with one-click knowledge base (Dify) accumulation for similar case matching. Chose Claude Agent SDK — analytical tasks need no local writes, making SDK the lightweight and purpose-fit choice.

  • 200+ daily analysis tasks across all 7 Graphene domains, full-stack coverage
  • ~5 minutes from submission to conclusion — platformized expert-level log diagnosis into self-service
  • Empowered non-technical roles (BA, PM, pre-sales) to directly access root cause analysis, reducing cross-team communication overhead
PythonClaude Agent SDKSolidJSTypeScript

Code Review Agent — Automated Review Platform

PEAK3 · 2025.06 — 2025.09

Automated code review agent for R&D teams — AI review triggered within seconds of MR submission. Uses a dual-model attack/defense strategy: Claude (primary review via Claude Code CLI) + Gemini (independent cross-validation via Gemini CLI) for more thorough coverage. Chose CLI over SDK for this use case: must checkout MRs to disk, analyze diffs, and post results back to GitLab — CLI natively supports Tool Call and MCP for these local-operation-heavy workflows. Incremental and full review strategies based on MR ID vs commit ID diff detection, with per-repo customizable review rules (prompt-based, configured by repo owners via web UI to supplement global rules). Multi-channel delivery (Feishu / web dashboard) forming a measurable quality improvement loop.

  • Drove adoption from pilot to company-wide mandate across all R&D teams, with influence extending to ZhongAn Group
  • 12,000+ MRs reviewed across 418 repos, 8,000+ high-risk defects prevented (multi-tenancy, thread safety, DB risks, etc.)
  • Reduced manual code review time by ~75%
  • Won annual innovation award; became core of company's code quality assurance system
NestJSTypeScriptReactMongoDBGemini CLIClaude CodeDify
04

Experience

PEAK3 | peak3.com

Frontend R&D Manager / Principle Frontend Engineer

2020-12至今

Built frontend team from 3 to 30+ engineers. Owned technical architecture, talent development, performance, and DX. Led Graphene's 5-year modernization from hybrid monolith to TypeScript Monorepo, cutting build time from ~1 hour to under 10 minutes. Mature team management freed bandwidth to drive multiple AI applications from 0 to 1 with company-wide adoption. Served as pre-sales technical liaison and delivery coordinator.

  • Designed and delivered multiple AI apps from 0 to 1 (CR Agent, Holmes, Trivy Triage); drove adoption from pilot to company-wide mandate, won company innovation award
  • Led Graphene's 5-year architecture transformation: hybrid monolith → TypeScript Monorepo + Qiankun micro-frontend, build time from ~1 hour to under 10 min, supporting 30+ parallel frontend developers at peak
  • Built 30+ person frontend team from 3 engineers with three-tier structure (domain pods + Tech Leads + global architect); clear growth paths (T2→T3 ~1yr, T3→T4 ~2yr); lowest turnover in R&D with consistent top 360-review scores
  • Built R&D toolchain and efficiency tools; improved DX with design-to-component mapping, automated data mocking, and other practices
  • Proposed and drove product CLI transformation with Skills repository, enabling Agentic AI capabilities for core products
  • Provided technical support and consulting for pre-sales and delivery departments

MemVerge | memverge.ai

Principle Frontend Engineer

2019-122020-12

Led frontend architecture and development for Memory Machine v1.0 from scratch.

  • Independently architected and built Memory Machine v1.0 frontend from zero to one

Jiayin Fintech

Frontend Tech Lead / Senior Frontend Expert

2016-122019-12

Led frontend architecture for lending and fintech business lines. Built standardized frameworks, component libraries, and developer toolchains. Expanded frontend capabilities toward full-stack.

  • Architected Jirong Fintech platform serving multiple banks via SaaS + on-premise deployment
  • Built lending H5 app: ~800ms first paint, 800 QPS, zero-fault supporting ¥50M daily loan volume
  • Established standardized interaction patterns and component library; implemented SSO via EggJs framework
05

Skills

Frontend Frameworks

ReactNext.jsTypeScriptVue

Backend & BFF

Node.jsPythonNestJS

AI / LLM

Claude Agent SDKClaude CodeRAGDifyLangGraph

DevOps & Data

DockerCI/CDMySQLMongoDBELKNacos
06

Education

Shanghai Institute of Technology

2003-102007-07

Electrical Engineering & Automation · Bachelor

07

Contact

Phone

18516518418