Alpha
PrivateA real-time autonomous system, built with extreme engineering rigor.

Private project — I share the stack and the engineering challenges, never the business logic.
What I can share
Alpha is a real-time autonomous system that I rebuilt entirely on a clean foundation. The project is private: I don't detail its functional logic, but it embodies the level of engineering rigor I carry into all my work, systematic root-cause fixing, zero cosmetic patches and verifiable safety nets.
The tech stack
Backend
- Python 3.12
- FastAPI
- asyncpg
- PostgreSQL 17
- Alembic
- Pydantic 2
- pydantic-settings
- structlog
- tenacity
- httpx
- web3
Desktop
- Tauri 2
- Rust
Frontend
- React 19
- Vite
- Tailwind 4
- Zustand
- TanStack Query
Quality
- ruff
- mypy strict
- pytest
- Hypothesis
- freezegun
- pre-commit
- Docker
- GitHub Actions
Engineering challenges
- Unified SSOT architecture: a single source of truth driving identical code across modes.
- Runtime invariants checked continuously, able to trigger an emergency stop on detected drift.
- Dual-pool data architecture (control plane / session plane) with strict routing.
- Extreme robustness: idempotence, reconciliation, drift detection and safe cold-boot.
- Testing discipline: AST regression scans and property-based tests to guarantee invariants.
Next project
Morpheus
PrivateThe multi-agent testbed that shaped my real-time architecture.