PROJECTS01 of 01

Projects

A selection of systems and study notes — built solo or with small teams, mostly to answer questions I had about how language models and software fit together. Code names used for anything internal; descriptions stay honest about scope without leaking specifics.

  1. 01
    Open Notebook
    studyStudent

    A self-taught study habit, kept in private. Papers I'm reading, evals I'm running, prompts I keep returning to. Some of it leaks into the projects below.

    Reading listEvalsNotes
  2. 02
    Project Mercury
    internalEngineer

    An AI-assisted intake. Reads incoming mail, classifies by type, extracts structured fields, routes to the right person. Replaced a brittle workflow engine with direct model-driven processing.

    LLM ClassificationStructured ExtractionRouting
  3. 03
    Project Pilot
    internalEngineer

    An always-on assistant for daily ops — triage, inquiry support, light analysis. Designed so recurring inference costs stay predictable and the failure modes are visible.

    AI GatewayMulti-model LLMLocal Inference
  4. 04
    Project Atlas
    internalFull-Stack

    The dashboard the team opens every morning. Shows what's in flight, what's behind, and what needs attention. Started as a tracker and just kept growing.

    ReactPostgresCharts
  5. 05
    Project Bridge
    internalSystems

    Glue between a legacy system and the cloud. Syncs operational history, normalises messy fields and duplicates along the way, runs without interrupting anyone.

    PythonSQLSchedulers
  6. 06
    Project Compass
    publicFull-Stack

    A customer-facing portal. Track status, browse schedules, request quotes — live updates, no phone calls. Public, but the URL stays here.

    ReactTypeScriptSupabase
  7. 07
    Project Lighthouse
    publicFull-Stack

    A small public landing page. Smooth motion, clean layout, tiny bundle. Genuinely proud of how lean it stayed.

    ReactTypeScriptMotionTailwind
  8. 08
    Project Horizon
    internalEngineer

    Schedules came in messy from many sources. This cleans them, matches them to the right reference data, and keeps everything synced quietly in the background.

    Apps ScriptEdge FunctionsSigned Webhooks
  9. 09
    publicFull-Stack

    Trade terms are dry to learn, so I made them less dry. Pixel-art characters walk you through each Incoterm, drag-and-drop tests what you remember, and there's a leaderboard for the competitive ones.

    ReactTypeScriptSupabase
  10. 10
    publicDeveloper

    A small studio site — interactive knowledge map and a timeline of how the engineering and operations sides connect. Built on the same patterns as this one.

    Next.jsTypeScriptTailwind

Internal tools listed without live links — happy to walk through them in conversation.