Things I've built.
Side projects, open source, experiments. Nobody filed a ticket for any of it.
01Selected
-
Lyba
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.
-
Code Horizon
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.