Problem
Transaction-risk tools and account-security tools often inspect separate streams. A suspicious transfer can therefore miss the login context that makes an account-takeover pattern visible.
Polyglot AI and security operations system
Polyglot backend engineering, applied AI orchestration, security controls, event-driven integration and honest deployment boundaries.

The problem, the decisions I owned and the boundary of my contribution.
Transaction-risk tools and account-security tools often inspect separate streams. A suspicious transfer can therefore miss the login context that makes an account-takeover pattern visible.
I designed and built the four-service architecture, shared event contracts, public showcase, deterministic replay path, integration workflow and cross-language CI around a synthetic-data-only boundary.
A recruiter-readable map of the product path, followed by the implementation choices behind it.
How the build is checked, delivered and kept honest about what is production-ready.
The live Vercel showcase is a self-contained TypeScript port that uses the same event shapes and can run without secrets. The full Rust, Go, Python, Postgres, Redis and Next.js system runs through Docker Compose for review.
Every account, identity, transaction and entity graph is synthetic. The system includes adaptive password hashing, rotating JWT refresh tokens, rate limits, anomaly detection and a tamper-evident audit mechanism.
What remains incomplete is shown deliberately, because engineering judgment includes knowing what not to claim.
Showcase-mode audit history is held in serverless-instance memory and demonstrates the mechanism rather than durable storage. Durable Postgres case history and the file-backed Rust audit chain belong to the full Docker Compose mode.