Projects

Things I've built.

Side projects, open source, experiments. Nobody filed a ticket for any of it.

01Selected

  1. Pre-launch

    Lyba

    AI technical specification platform

    Turns reference images into manufacturing-ready technical specifications for fashion professionals. I run it on my own.

    • I built the core pipeline: a reference image goes in, a structured and editable specification comes out. It runs on Claude Sonnet 5, with Gemini (Nano Banana) for the image work.
    • I put the AI layer behind a single provider boundary, so models and vendors swap without touching product code.
    • A generation job survives a provider failure, and a retry never charges the user twice.
    • I documented the architecture decisions and wrote the tests alongside the code.
    • Elixir
    • Phoenix LiveView
    • OTP
    • Jido
    • ReqLLM
    • Oban
    • PostgreSQL
    • Stripe
    • Fly.io
  2. Side project

    Code Horizon

    Multi-tenant AI customer service agents

    RAG-based answering restricted to each business's own knowledge base. An anti-hallucination layer hands the conversation to a human when the model does not know.

    • Defenses against prompt injection on input and PII leakage on output.
    • One supervised OTP process per conversation, with tenant isolation enforced server-side.
    • Elixir
    • Phoenix LiveView
    • OTP
    • Jido
    • pgvector
    • PostgreSQL
    • Oban

1 person is here