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.

The Tenant's Voice - RAG Ops Dashboard
50+ DAU 99.9% Uptime

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

User Query
+ Chat History
Query Transform
AI Keyword Extraction
Embedding
text-embedding-004
Vector Search
pgvector (Top 5)
LLM Generation
gemini-2.5-flash
Response
Structured JSON

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.

The Green Room - Multi-Agent Sequential Debate System

Solving LLM "Echo Chambers" via Sequential Debate

Architected a sequential multi-agent system (Innovator → Risk Officer → Moderator) to force adversarial analysis.

Gemini 2.5 Google AI Studio
View Details
AI Job Application Co-Pilot - Autonomous Job Search Agent

Autonomous Job Search Agent

Built an agent that reasons rather than just scrapes. Uses Semantic CV Matching to filter jobs.

90% Time Reduction 5x Daily Volume
Relay.app Google Sheets Gemini API
View Details
Multimodal Content Engine - Image-to-Text-to-Image Pipeline

Image-to-Text-to-Image Pipeline

Built a pipeline to "translate" visual ads into detailed text prompts for precise creative iteration.

GenAI Pipelines Gemini
View Details
The Product Architect - Zero-to-MVP Chain-of-Thought Workflow

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.

2 weeks → 45 mins
LLMOps Prompt Chains
View Details
Before
<div>Raw HTML</div>
After
Functional Feature

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.

Vibe Coded Cursor Lovable