Software engineer building systems, developer tools and infrastructure.
Languages: Python · TypeScript · JavaScript · C · C++ · SQL Databases: PostgreSQL · MySQL · SQL Server · SQLite · MongoDB · DuckDB Focus: multi-tenant platforms · database migration · SIMD & compression · AI agent runtimes
Platforms
- Site Factory (Mytheria) — multi-tenant Business Operating System: site + CRM + AI + SEO + automation + billing, where every vertical is a pluggable module and the core knows no niche rules. FastAPI + React, per-tenant subdomain provisioning via Cloudflare, workflow engine, WhatsApp bridge, 25+ verticals — running 85 tenant sites in production.
- DBBridge (
dbbridgekit, on PyPI) — database conversion, analysis and migration through a canonical IR instead of pairwise converters:source dialect → IR → target dialect, crossing paradigms (SQL → document / graph / wide-column). 950+ tests. Also DBBridge Cloud (SaaS on the same engine) anddbbridge modernize— SQLite-shaped Postgres promoted to idiomatic Postgres, AI-assisted.
Systems & infrastructure
- AIR — an AI execution runtime, not another agent framework. Persistent structured state (World State, Memory) plus a Context Engine that keeps large tool outputs out of the prompt as short handles. Ecosystem-researched before a line was written; adopts mature tech (MCP, LiteLLM, Playwright) rather than reimplementing it.
- HeimdallGK — device authentication / access-control gatekeeper in C: TLS 1.3, trust-on-first-use certificate pinning, hybrid Ed25519 + ML-DSA-65 identities, RBAC over a small binary protocol.
- FractionEngine — represent math objects structurally instead of expanding them (2^1000000 in ~19 bytes, with non-expanding compare / mod / log), on a bytecode VM; plus a general genetic-programming symbolic-regression engine and an AI research loop.
Compression
- RCV7 — experimental block-parallel compressor in C: adaptive alphabet, symbol dictionary, Huffman, RLE, bit-level I/O.
- HBC-3d / BioCompressor — lossless 3D (GLB / glTF) compressor with a hierarchical "sensors · processors · engines" architecture; reversible geometry transforms, every output SHA-256 verified.
Open source
Contributions to google/highway (HighwayHash port, interleaved range coder, SIMD CRC-64/XZ, Iguana ANS + LZ), facebook/zstd, google/brotli, libjxl, bytedance/deer-flow, google/adk-go.