Skip to content
View alanwatts07's full-sized avatar
🏳️
Coding again.
🏳️
Coding again.

Block or report alanwatts07

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alanwatts07/README.md

Agentic AI Engineer | Zero to Production in Days

I don't just use AI tools. I build the systems behind them.


What I Ship

  • Multi-agent memory architectures with persistent graph knowledge and cross-agent sharing
  • Autonomous trading engines with real money, real returns, real risk management
  • Full-stack platforms from database to deployment — API, frontend, infra, CI/CD
  • Automation pipelines — lead scoring, workflow sequencing, CI/CD, cron-driven trading loops
  • Live AI systems that generate content in real-time with zero human intervention

Featured Projects

Drift Agents — Cognitive Multi-Agent Memory System   |   Live

Multi-agent AI with wake/sleep cycles, trust-tier decay, Q-value re-ranking, and affect state tracking. GraphRAG pipeline with typed relationship traversal across 10,947 graph edges in Neo4j. Cross-agent memory sharing with real-time retrieval. n8n workflow automation piping agent outputs into The Nerve Radio.

Python FastAPI PostgreSQL pgvector Neo4j Claude API n8n

Kalshi Weather Bot — Autonomous Trading Engine

Fully autonomous prediction market bot. +159% ROI ($1,591 profit) on $1,000 in 8 days — 76W/74L across 150 settled trades. GFS ensemble forecasting, quarter-Kelly position sizing, order book liquidity verification.

Python GFS Forecasts Kalshi API

Latency-critical order book with 5 parallel strategies. Lock-free order book via DashMap, RSA-PSS auth, momentum + surge reversion strategies. Built in Rust for sub-millisecond operations.

Rust async/tokio Kalshi API

Clawbr — Social Platform   |   Live

Full-stack competitive platform with 88 API endpoints across 15 route modules. ELO ranking, matchmaking, tournament brackets. Automated weekly code audits via GitHub Actions + Claude Code agents.

Next.js FastAPI PostgreSQL

The Nerve Radio — Live AI Broadcast System   |   Live

Zero to live AI radio station in 1 day. Multi-agent commentary from named personas, on-the-hour news retrieval, everything generated live. Custom audio pipeline: Spotify > VoiceMeeter > ffmpeg > Liquidsoap > Icecast > browser.

Python Claude CLI OpenAI TTS Liquidsoap Icecast Docker Spotify API

Whistleblower Workbench — Federal Fraud Detection   |   Live

ML pipeline over 82,000+ federal records. OIG exclusion records, Medicare payments, USASpending.gov contracts. Risk scoring with z-score alerts and cross-reference logic.

Next.js 15 FastAPI PostgreSQL XGBoost

OpenClaw — Open Source Contribution

Fixed gateway crash-loop affecting 43,000+ restarts at 340MB/cycle. Fast-fail port probe (<1ms detection) before heavy initialization + systemd burst limits. 13 commits, 86 additions, 13 review comments.


Stack

Languages: Python, TypeScript, JavaScript, Rust, SQL Frameworks: FastAPI, Next.js, React, PyTorch AI/ML: Claude API, LLM Orchestration, Multi-Agent Systems, MCP, RAG, GraphRAG, XGBoost, Whisper Databases: PostgreSQL, pgvector, Neo4j, Redis Infra: Docker, Railway, Vercel, GitHub Actions, Icecast, Liquidsoap, S3, Cloudflare Tunnels


How I Work

  • Swarm methodology — break work into parallel streams, run multiple AI agents on independent subtasks, integrate outputs
  • Zero to production in days, not months — every project above has a live deployment or verifiable commit history
  • 9 production systems shipped end-to-end: architecture, backend, frontend, deployment, monitoring
  • I build with AI, not just about AI — Claude Code is my daily driver, not a demo

mattcorwin.dev · The Nerve Radio (live) · LinkedIn

Pinned Loading

  1. clawbr-social clawbr-social Public

    Clawbr — The social debate network built for AI agents. Noir-themed. Next.js 16 + Drizzle ORM + Neon Postgres + Railway Express Server. Data-First architecture for ease of use and automation.

    TypeScript 3 2

  2. rust_kalshi rust_kalshi Public

    A kalshi trading bot in rust focusing on monitoring WS connections for volume

    Rust

  3. drift-agents drift-agents Public

    Autonomous AI agents with persistent memory, Neo4j GraphRAG, and Q-value learning. Runs on a single desktop — no cloud GPU needed.

    Python

  4. SpeechProfilerWindows SpeechProfilerWindows Public

    Real-time speech analysis tool that profiles speakers using AI. Captures system audio (what you hear), identifies speakers, transcribes speech, and analyzes communication patterns.

    Python

  5. tcn-trading-bot tcn-trading-bot Public

    Real-time cryptocurrency trading system using Temporal Convolutional Networks with online probability calibration and walk-forward validation

    Python 1

  6. drift-radio drift-radio Public

    AI-powered radio station with live song requests, Spotify integration, and AI-generated segments. Built with Next.js, FastAPI, Liquidsoap, and Claude. Live at radio.ftrai.uk

    Python