Engineering decisions, architecture, and verified evidence.
These projects are designed around production failure modes. Metrics
are identified as controlled or synthetic results where applicable;
none are presented as customer-production outcomes.
Architecture at a glance
Three systems. Five operating concerns.
A concise comparison of how each deep dive moves from governed inputs to release, service, observation, and recovery.
4 automated tests; deployment artifacts are definitions
6 automated tests; 7-case synthetic evaluation
206 automated tests; PostgreSQL and AWS resources are not deployed
01 · End-to-end delivery
FraudShield
A transaction-risk platform built to demonstrate reproducible
model delivery rather than model accuracy alone. The pipeline
versions stages and metadata, blocks regressions, packages a
typed API, and defines day-two operations.
GitHub Actions installs the pinned Python requirements, runs four tests, retrains the controlled fixture, executes the promotion gate, and builds a commit-addressed Docker image.
OPERATIONS
Guardrails before serving
Schema checks and the model regression policy precede API packaging. Prometheus configuration, probes, autoscaling, and PSI drift signals define the intended operating contract.
02 · Evaluation-first LLMOps
RAGOps
A source-grounded support service that treats retrieval,
prompts, citations, abstention, and safety as versioned release
concerns. Candidates must meet explicit quality and safety
thresholds.
GitHub Actions runs six tests, the seven-case synthetic evaluation suite, the release gate, and a commit-addressed Docker build. Retrieval or safety regressions stop the build path.
GUARDRAILS
Ground, cite, or abstain
Versioned knowledge, citation checks, latency limits, prompt-injection screening, and unsafe medical-advice refusals are evaluated together before release.
03 · Risk-controlled operations
SignalOps
An authorized Discord-bot alert service that parses messages
into paper orders, applies deterministic policy, and records
every decision. User-token automation and live brokerage
execution are excluded.
GitHub Actions runs 206 behavioral and integration tests, the independent Terraform policy scanner, Docker Compose validation, Terraform formatting and validation, and a commit-addressed Docker build.
ROLLOUT & RECOVERY
Shadow first, promote with evidence
Incident readiness: champion–challenger shadow windows monitor calibration, PSI drift, expectancy, drawdown, and regimes. Signed promotion gates, kill switches, reconciliation, incident evidence, and exact-model rollback constrain paper operation.
SYSTEM HEALTH
Operational failure signals
Feed mode, timestamp integrity, recovery streak, quarantine backlog, latency, quote quality, queue retries, dead letters, and reconciliation checkpoints expose data and service health.
Adversarial promotion gate: stress scenarios must pass before promotion. Python and SQL controls are test-verified. PostgreSQL, AWS/Fargate, Multi-AZ recovery, and immutable evidence storage are definitions—not deployed services.