Projects

Things I've built

Working code, not slideware. Each of these came out of a real gap in a QA or reliability workflow.

FlawFerret2

2025 – Present

Personal / side project

AI-powered QA orchestration platform: a Chrome extension captures browser testing context (DOM, screenshot, console errors, network info), which is turned into a queued job that an AI coding agent (OpenAI Codex) implements against a target repository, with Playwright validating the change and a draft GitHub pull request opened for human review. Humans remain the approval gate at every AI-driven step.

  • TypeScript (strict mode repo-wide)
  • Next.js (App Router)
  • React
  • Fastify
  • PostgreSQL (Neon)
  • Prisma ORM
  • event sourcing for job/run state
  • OpenAI Codex CLI/SDK (AI coding agent)
Read more