I build production systems end to end. I've shipped enterprise software used by 96 of the Fortune 100, design systems other engineers built directly on top of, among others. I'm looking for a role with real ownership of hard technical problems. No CS degree, learned by shipping.
Portfolio
LiveTape.aiAn agent evaluating a Bollinger rule and executing live against BTCUSD.
A real-time, multi-tenant strategy execution engine for financial markets. Generating a trading idea is cheap now that LLMs exist; running it correctly and continuously against live markets is the hard part. LiveTape evaluates a user-composed expression tree against every incoming tick at sub-50ms internal latency — not once per bar close, like most no-code tools. Built and run solo, in production across crypto, equities, and prediction markets: a lock-free memory-mapped seqlock between the data-ingestion and evaluation processes, a deterministic logical clock so backtests and live runs share identical code paths, and a visual AST builder whose frontend holds zero trading logic — one grammar, validated the same way on both sides.
GraphcloneA page template reconstructed by Graphclone from a live crawl, exported to PDF.
A site-architecture mapper for consulting scope. An async Playwright crawler traverses a target site, canonicalizes dynamic routes into a structural map, and feeds that into a wireframe builder that outputs reviewable layouts and a PRD. Supports authenticated crawls via a manual login handoff, so gated content is reachable without ever handling a client's credentials. I use it to scope and anchor every engagement I take.