Atlas
Multi-agent execution platform · FastAPI · Celery · PostgreSQL · SSE
Five agents — Planner, Safety, Coder, Browser, Verifier — run by one
orchestrator that owns every state change. Plans are scored twice, by the Safety agent and by fixed
rules, and anything over the line waits for a person before it runs. Steps retry, the Verifier can
send work back once, and every event is in the database before it reaches the UI, so a task
survives a restart and can be replayed. Code runs in a locked-down container; web fetches are
checked against private networks. Runs end-to-end with no model keys.
5 agents
human approval gate
46 tests · CI
works offline
live demo
LLM Serving Platform
LLM control plane · FastAPI · Next.js · OpenTelemetry · Kubernetes
An OpenAI-compatible gateway and operations layer for model engines.
Requests move through authentication, rate limiting, a prefix-response cache, warm-pool
coordination, adaptive backend routing, and dynamic micro-batching before reaching an
upstream engine. The console exposes chat, routing health, cache and batch state, model
governance, and canary, rolling, and blue-green release controls.
38 tests · CI
94.7% simulated cache hits
W3C trace propagation
canary auto-rollback
InferenceGateway
GPU inference data plane · Ray Serve · vLLM · CUDA · DCGM
The engine layer beneath the serving platform: Ray Serve ingress
drives vLLM’s AsyncLLMEngine with continuous batching, PagedAttention, prefix KV caching,
bounded request concurrency, and OpenAI-compatible SSE. A Hugging Face baseline and async
load generator measure TTFT, tail latency, tokens per second, and goodput; Prometheus reads
vLLM and NVIDIA DCGM metrics for GPU and cache visibility.
Qwen2.5 7B
continuous batching
TTFT · TPOT · goodput
GPU telemetry
3 contract tests · CI
Cognitive Shorts
Four deployable services · FastAPI · Docker · CI
An engagement prediction system taken from notebook to something
operable: leakage-safe features, cost-aware model selection under a paired-bootstrap tie
test, an operating point chosen against a traffic budget, then introspection and drift
monitoring around it.
292 tests
4 services
shipped model 1,958× smaller
public
MLE Prep
Interview question bank · updated daily · in Chinese
A growing question bank for machine-learning-engineer interviews — ML
coding, theory, LLMs and agents, ML systems, MLOps, recommender systems, AI safety, multimodal
and behavioural — filterable by category and difficulty. Reference answers give an answer
framework, key points, common follow-ups and further reading; anything unclear can be handed
to Claude or ChatGPT for a walkthrough.
360+ questions
10 categories
new questions daily
live
GroundTruth
Unbiased offline evaluation · real Kuaishou logs
Kuaishou injected uniformly random videos into live feeds for two
weeks. Testing on both exposure mechanisms across the identical window isolates exposure
bias from drift — ranking survives it almost intact, calibration does not.
ROC-AUC 0.8811
2.6M interactions
51/51 figures reproduce
public