Hi! I'm AsterZephyr.
AdTech Algorithm Engineer. System Builder. AI Explorer.
Interested in
About Me
I build the prediction and pricing stack for a programmatic ad exchange. CTR models that convert CPM bids into CPC prices, serving millions of auction requests daily. The work is half ML (DNN with FM interactions, isotonic calibration, PCOC monitoring) and half systems (Go on 300+ K8s pods, multi-region TF Serving, Kafka pipelines).
Recently I've been designing training pipelines from the ground up: Parquet ingestion, feature canonicalization, cross-feature generation, incremental retraining with cold-start handling. I also lead an AI Agent project that automates ad traffic allocation, turning hours of daily manual ops into LLM-driven analysis and one-click config.
Side projects: an LLM API gateway aggregating 40+ providers with real-token probing for quality monitoring, and a lightweight agent framework. I'm drawn to the overlap between recommendation systems and large language models, specifically how transformer architectures can improve conversion prediction at scale.
Projects
Aster-HO
Agent Harness Observability — detect errors, context rot, and regressions in AI agent systems.
Aster-HO
AsterTypeless
A native macOS voice-to-text app — press Fn, speak, and polished text lands at your cursor in any app.
AsterTypeless
PolyAgent
A production-ready multi-agent platform with sandboxed execution, budget control, and observability.
PolyAgent
AI Daily Report Skill
A Claude Code skill that generates daily AI/tech intelligence reports from Hacker News and HuggingFace Papers.
AI Daily Report Skill
Excalidraw Skill
A Claude Code skill that generates importable Excalidraw architecture diagrams from source code.
Excalidraw Skill
Seata-Go
Latest Posts
从梯度下降到 Semantic ID:理解 RQ-VAE 所需的全部前序知识
一篇文章补齐从机器学习基础、深度学习、Transformer/LLM、搜广推系统架构到向量量化的全部知识链——读完后直接进入 RQ-VAE Semantic ID 训练那篇文章,不会有任何理解断裂。
码本利用率的骗局:RQ-VAE Semantic ID 训练的七个工程权衡
把码本向量维度改小,利用率飙到 90%+——这说明模型学好了吗?从码本崩塌到 Scaling Law,深入拆解 RQ-VAE Semantic ID 训练中的七个核心工程权衡。