Angelo Zhang
Platform engineer · Verification systems for AI-written code
13 years of consumer software. Most of my time now goes into the checks and release process that let machine-written code ship safely.
- angelozhangai@gmail.com
- https://x.com/angelozhangai
- https://github.com/angelozhangai
- https://www.linkedin.com/in/angelozhangai
- Beijing · Remote · 4+ hours of daily overlap with US Pacific mornings
Open to remote platform, AI-infrastructure, and founding-engineer roles. Contract, EOR, or relocation.
Selected results
Abuse incident response
Handled a coordinated fraud campaign against a consumer product from postmortem to prevention: found the root cause in pricing design, shipped the fix, and wrote the review checklist the team still uses.
Test suites and CI
Built one production codebase’s test suite from near zero, grew my own platform’s test suite from 223 to over 1,500 files in roughly four months, and made both suites required checks on the merge path.
Solo operations
Run the public products on a platform I own as its only engineer, covering releases, incidents, and support.
Experience
- 2026Platform & production-safety engineer (contract)— Consumer AI product
Contract engagement after a serious abuse incident on a live consumer product.
- Wrote the incident postmortem and traced the root cause to the product’s pricing design.
- Shipped the fix and the spending safeguards that closed the exploited path.
- Set up the cross-project engineering process the team kept after the engagement ended.
- 2024 — PresentFounder & principal engineer— LivelyVerse · independent
Building and operating a multi-product platform: product definition, architecture, implementation, releases, live operation.
- When an incident lands, the fix ships together with a check that keeps that failure class from coming back.
- Handle releases, incidents, and support solo.
- 2024 — PresentLead engineer— LeyLine Pro
Lead engineer on an AI media production platform built around long-running generation work.
- Closed a class of authorization bugs and added a build check that flags regressions.
- Lead the engineering behind generation features, billing, and day-to-day operations.
- Rebuilt the automated test suite from near zero.
- 2018 — 2023Independent product engineer— Various projects
Independent full-stack product work across client and personal projects.
- Moved from mobile specialist to full-stack: product, interface, backend, deployment, operations.
- 2015 — 2018Senior Android engineer— Qunar · Ctrip
Mature consumer travel applications where reliability and release quality mattered.
- Shipped Android features in cross-functional teams with strict QA, and kept the production-stability habits that came with that.
- 2013 — 2015Android engineer— Sogou
First engineering job, building consumer Android features.
- Learned to ship inside an established engineering organisation.
Selected work
- MendrFounder & principal engineer · 2025 — presentWebsite: mendr.dev
Developer tooling that takes an engineering issue through diagnosis, fix, test, and verification as one loop. Part of the LivelyVerse product family.
Approach — Diagnosis → fix → test → verify, automated end to end
- The loop runs end to end without a human relaying between stages.
- A fix is only offered after it passes the same checks human-written code must pass.
- LivelyVerseFounder & principal engineer · 2024 — presentWebsite: livelyverse.com
Several public AI products, built and operated on one shared platform.
Approach — Several products · one shared platform
- Own product direction, architecture, implementation, releases, and incident review.
- A custom merge queue runs the required checks on the merge path; a separate post-merge audit alerts on defined bypass patterns.
- Eight cross-environment drift detectors run by change scope and roll up into one required check before merge.
- LeyLine ProLead engineer · 2024 — presentWebsite: www.leylinepro.ai
An AI media production platform: one creative workflow across many generation vendors, with jobs that run for minutes.
Approach — Media generation workflows · multiple model vendors
- Lead the product’s engineering: generation features, billing, operations.
- Built its automated test suite from near zero.
I run LivelyVerse, a platform with several public products (Mendr is one of them), and serve as lead engineer on LeyLine Pro. Earlier in 2026 I did a contract engagement for a consumer product recovering from a coordinated abuse campaign.
My background is release engineering: deciding what has to be true before a change ships, and building the checks that enforce it. When something breaks in production, I write the postmortem, fix the cause, then automate a check that catches the same failure next time.
Before going independent I spent five years on consumer Android at Sogou, Qunar, and Ctrip.
Capabilities
Release engineering
CI design, merge automation, and the checks that decide whether a change ships.
CI pipelines · merge automation · static analysis · environment consistency
Model integration
Serving generation workloads in production: routing, failure handling, cost control.
Provider routing and failover · cost tracking · long-running job recovery
Abuse and economic risk
Free credits, promotions, and pricing can be exploited like any other surface; I threat-model the economics before launch.
Threat modelling · rate limiting · risk scoring · payment integrity
Full-stack delivery
Interface to data model to deployment. TypeScript mostly; Go where the service calls for it.
TypeScript · React · Next.js · Go · cloud deployment
Working with agents
Coding agents do much of the writing; review, merge, release, and production data stay under human control.
Agent workflows · code review discipline · human-in-the-loop releases
Education
- 2009 — 2013Southwest University of Science and Technology — Bachelor's degree, Communication Engineering
Writing
Occasional notes on release engineering, testing, and running small production systems.
- 2026-08-18
The gates machine-written code has to pass
Review doesn’t scale to agent speed. What runs on my merge path instead, and where each check came from.
- 2026-04-20
Solo, but not alone: working with AI as a teammate, not a tool
On being the only engineer on a platform of production AI products, and how that became possible.
- 2026-01-15
What 'production AI' actually costs
The gap between a working demo and a system you can ship is wider than most plans budget for.