The AI-Native Product Manager.
Bridging the gap between product strategy and technical execution. Writing requirements, architecting system design and building the prototypes that prove them.
From multi-agent orchestration to RAG pipelines — this is my living lab of AI experiments, workflow automations, and shipped products.
Flagship Project
The Tenant's Voice: Engineering a Production-Grade RAG Pipeline
Scaling from prototype to 50+ daily active users with 99.9% uptime.
A dedicated, reliable platform that empowers UK tenants to navigate complex legal systems. Built to differentiate from general-purpose AI through verified sources and actionable guidance.
RAG Pipeline Architecture
Decision Log: Critical Optimizations
The initial system had 40s+ response times—unacceptable for real-time chat. I diagnosed the bottlenecks and made three key product decisions.
1. Model Selection
Gemini Pro offered +8.5% precision at 3x latency. Chose gemini-2.5-flash—3.8% hallucination rate acceptable with source citations.
2. Filter First, Search Second
Corrected index mismatch (L2 → Cosine) and added GIN keyword pre-filtering. 24x faster (911ms → 37ms).
3. Removed Redundant AI Step
Eliminated 27.7s pre-processing step. HITL testing confirmed vector-only search matched hybrid quality. 41s → 3.8s
AI Architecture & Agents
Experimental tools and agentic workflows built to solve real problems. Click any card to learn more.
Solving LLM "Echo Chambers" via Sequential Debate
Architected a sequential multi-agent system (Innovator → Risk Officer → Moderator) to force adversarial analysis.
Autonomous Job Search Agent
Built an agent that reasons rather than just scrapes. Uses Semantic CV Matching to filter jobs.
Image-to-Text-to-Image Pipeline
Built a pipeline to "translate" visual ads into detailed text prompts for precise creative iteration.
The "Zero-to-MVP" Chain-of-Thought Workflow
Automated PRD-to-Code using a 3-stage prompt chain with Router Logic for different coding tools.
Rapid Prototyping Lab
From HTML to Functional Spec in <10 Minutes
Bridging the gap between Product and Engineering. I don't just write tickets; I take live HTML, inject AI-generated logic, and hand engineers a working functional prototype.
This eliminates the "Gulf of Specification" and validates technical feasibility instantly.