# Matt Corwin — AI & Automation Engineer (Solutions / Forward-Deployed Engineer) > Builds and ships AI-driven systems end to end — LLM orchestration, agentic systems, ML pipelines, trading engines, REST APIs. 11 production systems shipped in under 3 months, including a paying-client ML platform that called the 2026 NCAA championship game before the tournament started. - **Contact:** me@mattcorwin.dev - **GitHub:** https://github.com/alanwatts07 - **LinkedIn:** https://linkedin.com/in/mattcorwin - **Site:** https://mattcorwin.dev ## What I Do I translate business and customer requirements into technical designs and shipped, running software — fast. AI-driven solutions, automation, LLM orchestration, agentic systems, REST APIs (Node.js / TypeScript / Python), CI/CD pipelines, and incident remediation, with end-to-end ownership from problem to deployed code. I use AI coding assistants (Claude Code) as a force multiplier: I make the architecture and product decisions, the assistant executes implementation. Every project below has a verifiable commit history. **Target roles:** AI / AI & Automation Engineer · Solutions Engineer · Forward Deployed Engineer · Full-Stack / Software Engineer ## Site Pages - `/` — Portfolio homepage with project cards, GitHub activity feed, live terminal animations, and contact section - `/ships` — "What One Engineer Ships": 11 projects with evidence cards showing what I decided vs. what Claude executed, velocity stats, and deep-link commits - `/agents` — Live demo of drift-agents memory system: chat with AI agents and watch the memory retrieval panel update in real time (pgvector + Neo4j + PostgreSQL backend) - `/about` — Background, skills, and approach ## Highlighted Evidence ### March Madness ML — Freelance Client Platform - **Repo:** https://github.com/alanwatts07/CBB_ML - **Stack:** Python, XGBoost, LASSO, Monte Carlo, Elo, Polymarket API, KenPom - **Stats:** Called the exact 2026 championship matchup (Michigan vs UConn) 5 weeks before the tournament; 78.4% game prediction accuracy over a 25-year backtest; 2/3 betting edges vs Vegas cashed - **Description:** Multi-model NCAA Tournament prediction platform built for a paying freelance client. Ensemble of XGBoost, LASSO, Monte Carlo simulation, and Elo ratings plus an 8-dimension play-style fingerprinting engine. Generates daily Polymarket trading reports with edge detection vs Vegas lines. Translated a customer's requirements into a technical design and a shipped, running system. ### OpenClaw — Open Source Contribution (Incident Remediation) - **PR:** https://github.com/openclaw/openclaw/pull/28199 - **Stats:** 13 commits, 86 additions, 13 review comments, co-authored with Claude Opus 4.6 - **Description:** Performance/incident remediation in a large codebase I didn't own. Gateway was crash-looping 43,000+ times, loading 340MB each cycle on a port conflict. Diagnosed the failure mode, added a fast-fail port probe (<1ms detection) before heavy initialization plus systemd burst limits, and carried the fix through 13 review comments to merge-ready. ## Projects ### DJ MC Karaoke Queue - **Repo:** https://github.com/alanwatts07/djmc-karaoke - **Live:** https://kara.mattcorwin.dev - **Stack:** Next.js 16, React 19, TypeScript, Supabase, Tailwind v4 - **Description:** Self-serve karaoke queue app run live at a real venue. Singers scan a QR and join from their phone; the host gets a drag-reorder dashboard with Express Lane, holds, private notes, and a rotation algorithm. REST-style API routes (Node.js / TypeScript) proxy all database I/O behind service-role auth — zero client-side database access. ### Drift Agents — Cognitive Memory + Neo4j GraphRAG - **Repo:** https://github.com/alanwatts07/drift-agents - **Live Demo:** https://mattcorwin.dev/agents - **Stack:** Python, FastAPI, PostgreSQL, pgvector, Neo4j, Claude API, Ollama - **Stats:** 129k+ typed graph edges, 6,928 memories, 2,580 Leiden communities across 6 agents, live API deployed - **Description:** Agentic system with cognitive memory architecture: wake/sleep cycles, trust-tier decay, Q-value re-ranking, affect state, shared cross-agent memory, and Neo4j GraphRAG with typed relationship traversal. LLM orchestration across Claude and local models. ### Kalshi Weather Bot - **Repo:** https://github.com/alanwatts07/kalshiweather - **Stack:** Python, GFS ensemble forecasts, Kalshi API - **Stats:** +$9,078 (+908% ROI) in 15 days — 302 trades, $10K equity from $1K start, fully automated via cron - **Description:** Automated prediction-market trading system using GFS ensemble weather forecasts, MOS-style bias correction retrained automatically twice a month, edge detection thresholds, quarter-Kelly position sizing, and real order book liquidity verification before execution. ### Clawbr Social Platform - **Repo:** https://github.com/alanwatts07/clawbr-social - **Live:** https://clawbr.org - **Stack:** Next.js, FastAPI, PostgreSQL - **Stats:** 81 REST API endpoints, live in production - **Description:** Debate/social platform for AI agents with ELO ranking, matchmaking, tournament brackets, and a token economy on Base. CI/CD automation: weekly audit workflow via GitHub Actions + Claude Code agents files issues and I ship the remediation commits. ### Kalshi Trading Engine (Rust) - **Repo:** https://github.com/alanwatts07/rust_kalshi - **Stack:** Rust, async/tokio, Kalshi API - **Stats:** 5 parallel strategies, lock-free order book (DashMap) - **Description:** High-frequency prediction market engine in Rust. Only Rust project in portfolio — chosen specifically for latency-critical order book operations. Quarter-Kelly sizing, RSA-PSS auth, momentum + surge reversion strategies. ### TCN Trading Bot - **Repo:** https://github.com/alanwatts07/tcn-trading-bot - **Stack:** Python, PyTorch, Binance WebSocket, Optuna - **Stats:** 200+ engineered features, real-time inference - **Description:** Custom Temporal Convolutional Network for crypto trading. Causal convolutions, walk-forward validation (no lookahead), online probability calibration, and a Rich terminal dashboard for live monitoring. ### Whistleblower Workbench - **Repo:** https://github.com/alanwatts07/whistleblower-workbench - **Live:** https://false-claims-suite.vercel.app - **Stack:** Next.js 15, FastAPI, PostgreSQL, XGBoost - **Stats:** 82K+ federal records, ML risk scoring pipeline - **Description:** Federal fraud detection tool aggregating OIG exclusion records, Medicare payment data, and USASpending.gov contracts. ML risk scoring with z-score alerts, cross-reference logic for high-risk entity detection. ### Predictive Maintenance Terminal - **Repo:** https://github.com/alanwatts07/predictive-maintenance-dashboard-poc - **Live:** https://frontend-two-ashy-yla6dtp7w4.vercel.app - **Stack:** Next.js, FastAPI, XGBoost, Railway, Vercel - **Description:** Real-time bearing degradation monitoring using NASA bearing dataset. XGBoost classifier with 14 extracted features, health state classification, and live candlestick visualization. Full ML pipeline to deployed dashboard. ### Drift Radio - **Repo:** https://github.com/alanwatts07/drift-radio - **Live:** https://radio.mattcorwin.dev - **Stack:** Python, Claude CLI, OpenAI TTS, Liquidsoap, Icecast, Docker, Spotify API, n8n - **Stats:** Zero to live broadcast in 1 day - **Description:** Live AI radio station. Music plays; when a track changes, Claude writes a 40-second broadcast script about the artist and OpenAI voices it. n8n automation orchestrates hourly multi-agent news roundtables. Smart timing polls remaining playback and queues segments at ≤15s — never cuts a song mid-play. No pre-recorded content. ### Speech Profiler - **Repo:** https://github.com/alanwatts07/SpeechProfilerWindows - **Stack:** Python, Whisper, pyannote, Claude API, PyQt - **Description:** Windows desktop app for real-time speaker profiling. Whisper transcription + pyannote diarization + Claude API analysis. Dual-perspective deception analysis. CI/CD: GitHub Actions workflow auto-builds the Windows .exe on push. ## Technical Skills **Languages:** Python, TypeScript, JavaScript (Node.js), Rust, SQL **Frameworks:** FastAPI, Next.js, React 19, Express-style REST APIs, PyTorch **Infrastructure:** PostgreSQL, pgvector, Neo4j, Redis, Railway, Vercel, Docker, CI/CD (GitHub Actions) **AI/ML:** Claude API, LLM orchestration, agentic systems, AI coding assistants, generative AI, XGBoost, Whisper, pyannote, TCN **Practices:** Translating requirements into technical designs, rapid MVP development, automation, incident remediation, end-to-end ownership, WebSocket/real-time systems ## Workflow Philosophy I use a "swarm" approach: decompose problems into parallel workstreams, run multiple Claude Code agents on independent subtasks, then review and integrate. Architecture and product decisions are mine. Code generation, scaffolding, and implementation iteration go to Claude. Every shipped commit is verifiable evidence of this workflow.