Skip to content
View MikeBlakeway's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Bolton

Block or report MikeBlakeway

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
MikeBlakeway/README.md

Mike Blakeway

Senior engineer building production AI systems. Currently at Aiphoria, working on AI voice analytics infrastructure — orchestration layers, LLM pipelines, and real-time audio processing under PCI DSS constraints.

Outside of work I build and ship personal AI projects: a platform for preserving someone's voice and personality for future generations, a multi-modal inference worker running six generation modalities on a single RunPod endpoint, and a full-stack ComfyUI workflow runner with automatic field inference and model preflight.

10+ years of full-stack engineering. The last couple have been mostly AI.


Projects

Digital Legacy — Self-hosted AI persona platform. Guided interview system, RAG memory pipeline over pgvector, Llama 3.1 fine-tuned with per-persona LoRA adapters, zero-shot voice cloning via XTTS v2. Next.js · Supabase · Modal · Python.

Multi-Modal Worker — Production RunPod serverless worker. Six modalities from one endpoint (FLUX.1, AnimateDiff, LTX-Video, ControlNet, inpainting, camera control), intelligent GPU memory management, 95%+ test coverage, published to ghcr.io. Python · Docker · vLLM.

Media Labs — Next.js frontend for running ComfyUI workflows on RunPod. Automatic field inference from workflow JSON, model preflight checks against the network volume, real-time async progress tracking, 21-hook architecture. Next.js 15 · React 19 · TypeScript · Zod.

Tribes — Social platform concept where users are positioned in emergent multi-dimensional ideological space based on behaviour. pnpm monorepo, pgvector ML scoring, BullMQ event queues, safety detection pipeline. Next.js · Fastify · PostgreSQL · Redis.

react-flocc-simulations — Two agent-based simulations in React: a spatial predator-prey model with sensor-radius wolf perception, and an implementation of Axelrod's political tribute model with alliance graph traversal. An exploration of emergent behaviour from local rules — the same idea that underlies modern agentic AI.


Stack

AI/ML     LLM orchestration · RAG · pgvector · LoRA fine-tuning · Modal · RunPod · vLLM
          FLUX.1 · AnimateDiff · LTX-Video · XTTS v2 · faster-whisper · TensorFlow

Frontend  React · Next.js App Router · TypeScript · Tailwind · Redux · GraphQL

Backend   Node.js · Fastify · Python · C# · BullMQ · Redis · SQL · MongoDB

Platform  Supabase · Docker · GCP · Vercel · CI/CD · ISO 27001 · PCI DSS 4.0

Manchester, UK

Pinned Loading

  1. digital-legacy digital-legacy Public

    A self-hosted web application for preserving a person's personality, voice, memories, and values — and making them reachable by future generations through natural conversation with an AI persona.

    TypeScript

  2. media-labs media-labs Public

    A Next.js application for running ComfyUI workflows on RunPod serverless GPU infrastructure. Upload a workflow, fill in the parameters, and run it — without touching a terminal or managing a GPU se…

    TypeScript 1 1

  3. multi-modal-worker multi-modal-worker Public

    Production-ready multi-modal AI inference worker for RunPod deployment. Supports FLUX.1, AnimateDiff, LTX-Video, and ControlNet with intelligent model management and comprehensive testing.

    Python

  4. react-flocc-simulations react-flocc-simulations Public

    A React application exploring agent-based modelling (ABM) and emergent behaviour — using Flocc.js to run two distinct simulations, each demonstrating how complex, unpredictable dynamics arise from …

    JavaScript

  5. tribes tribes Public

    A social media platform concept designed to address fundamental problems with current platforms—toxicity, manipulation, mental health impacts, and algorithmic amplification of extremism—while prese…

    TypeScript

  6. code-review-agent code-review-agent Public

    A deployed Next.js web app where a user pastes a GitHub PR URL and an LLM agent works through the change autonomously using tool calls — reading the diff, fetching relevant files, understanding the…

    TypeScript