Case studies

Work

Four systems I architected. Three were built for employers and are described without naming them — the architecture is the part worth arguing about anyway.


Things I build on my own time

Open source

  • loop-kitShell

    A portable autonomous build loop. Fresh context per iteration, builder separated from judge, and evidence-gated marking so a feature can't go green unless it re-proves green.

  • jobsearch-automationTypeScript

    A local-first automation OS: ingest, score, tailor, then a hard human gate before anything is sent. The interesting decision is that it can queue a dozen applications a day and deliberately refuses to submit any of them.

  • systems-architecture-studiesMermaid

    C4, sequence, and component diagrams for two production systems, written as pattern studies — the architecture without the employer.

  • sprint-harnessJavaScript

    Shape Up plus SPARC with drift control, using inject-violation-catch-restore to verify the guardrails actually fire rather than assuming they do.

  • Topic-ModellingTypeScript

    Real-time chat analysis into a social graph with relationship intelligence and LLM-driven topic modelling.

  • inspector-hookJavaScript

    Cross-IDE visibility into what AI coding assistants are doing to your files, in real time.