Work

Product Manager and AI builder based in Dubai. I have shipped AI into production, built Claude-powered products, and led growth/product systems across B2C, insurtech, real estate, fintech-adjacent, and Web3 contexts.

My strongest work sits at the intersection of product judgment and technical execution: recommendation systems, LLM prompts, eval examples, knowledge-base architecture, AI workflow automation, API-driven tools, and guarded decision systems. I care about the full loop — user problem, model behavior, quality checks, roadmap trade-offs, launch, and measurable business impact.

Product Management Growth AI & LLMs Fintech Web3 Dubai, UAE
Product Manager (AI | Fintech | Web3) · Building · Shipping · Upskilling
Jan 2026 – Present

Independent · Self-directed · Dubai, UAE

Shipping AI-native systems across Claude products, research agents, orchestration layers, and decision infrastructure.

  • Shipped pavan.blog digital clone using Anthropic Claude API — system prompt design, static knowledge-base architecture, example-set testing, SSE streaming on Vercel
  • Built AlphaGrid — a Python orchestration layer with risk guardian, staged-promotion gates, live-readiness checks, and kill-switch patterns tested in production
  • Built Claude-powered research agents and Dubai RE Intelligence — prompt-led workflows, API-driven tools, structured outputs, and decision support for real operating use cases
  • Deepening AI PM stack: LLM evals, prompt iteration, RAG trade-offs, responsible AI, human-in-the-loop workflows, and model-output quality loops
  • Angel portfolio: xAI, GrowthX, WorldMobile, Worldcoin
Dash Capital · Investment & Strategy Lead
Aug 2024 – Dec 2025

Real Estate · Portfolio Management · Dubai

Co-invested and built from 0 → AED 2M revenue in 18 months.

  • Invested in the company and led the full operation from scratch — founder-operator model, not a hired role
  • Deployed AI workflows (Claude, marketing automation) to scale buyer/seller outreach and admin — replaced manual ops and grew without adding headcount
  • Led investment strategy, portfolio advisory, and brokerage for UAE real estate assets across global markets
  • Owned PnL of the core business vertical — drove the revenue growth from zero to AED 2M
Mashkor · Senior Product Manager (Growth)
Nov 2022 – May 2024

Hyperlocal · B2C · Kuwait

MAU 3× (7K → 25K), revenue 2.8× in 18 months.

  • Led OKR strategy — roadmap focused on acquisition, retention, engagement, and revenue growth
  • Improved activation loops by 40% in 8 months via journey mapping, onboarding, and ARIA framework
  • Shipped ML recommendation engine (Google Vertex AI) — owned feasibility, eval-set design, ranking output iteration, A/B framework, +15% activations, +1.3× engagement
  • Identified SOM of 500K users, developed two core personas for "Buy Anything" and "Pick Up Anything"
  • Cross-functional leadership: UI/UX, Engineering, Marketing, Customer Support, Finance, Legal
Nova Benefits · Growth Program Manager
Jan 2022 – Oct 2022

Insurtech · B2B · India

2.5× website traffic, +30% product leads in 4 months.

  • Pioneered product-led website initiative — improved lead generation by 20% in 4 months
  • Built LinkedIn ABM campaigns that amplified product leads by 30%
  • Automated sales funnel and refined outreach — reduced response times by 25%
  • Achieved 80% OKRs for two consecutive quarters through growth experiments and process improvements
rtCamp · Growth Specialist & PM
Aug 2020 – Dec 2021

Enterprise Web Agency · Remote

+30% template discovery for 100K+ installs in 3 months.

  • Optimized Google Web Stories plugin using competitive search strategies
  • SEO consulting for HCL — measurable improvements in search visibility within 3 months
  • Upgraded digital web practices for enterprise clients — ensured effective crawling and indexing
Flint Technology & Systems · Founder
Dec 2011 – Aug 2020

Founder · Remote

5× growth for PriceLabs. 300K users across 6 content platforms.

  • Drove 5× growth for PriceLabs (vacation rental AI SaaS) over 16 months — 7 → 150+ people
  • Grew property listings 240% (50K → 170K) for a real estate client
  • Built content websites with affiliate marketing — 300K users across 6 platforms
  • Sold 2 content websites within a year at premium valuations
Softronikx · Director, Project Management
Apr 2008 – Nov 2011

Pune, India

Business strategy, market analysis, and revenue growth.

  • Developed and executed business strategies including sales and business planning
  • Identified new opportunities and drove revenue through market analysis
  • Led business analysis to streamline operations and improve performance

Systems I've Shipped

Each system below is a product decision — what to build, what to gate, and what not to build. The domain varies, the judgment pattern is the same.

pavan.blog — Digital Clone

Astro · Claude API (claude-sonnet-4-6) · SSE streaming · Vercel

Conversational AI clone on pavan.blog. Designed the knowledge base, system prompt, suggested-question UX, and a graceful contact fallback for when the clone hits its limits. Streams token-by-token over SSE on a Vercel serverless function. Said no to RAG — 16 articles fit cleanly in a static knowledge base.

Live on pavan.blogStreaming Claude16 knowledge sections

AlphaGrid — Production Orchestration Layer

Python · Flask · systemd · Webhook signal routing · Telegram alerts

Autonomous systems that move money need a guarded layer between the decision engine and execution — otherwise a model bug becomes a wallet bug. Built and operate a Python orchestration service routing signals from upstream decision systems through a risk guardian (drawdown-kill, per-strategy loss caps, conflict and duplicate guards, two-stage entry, tested kill switch) and staged-promotion gates (shadow → paper → live). Telegram alerts on every entry, close, and error. Said no to hooking every upstream system immediately — only ones that pass the pre-production gate are enabled. Public pattern extracted to GitHub; live dashboard and production adapters remain private.

Multi-stream productionRisk guardianKill switch testedTelegram alertsStaged-promotion gates

Lab Framework — Multi-Stream Promotion Infrastructure

Python · Flask · cron · Plug-in stream registry

Once you scale beyond two production streams, ad-hoc promotion decisions become the bottleneck — and the source of every avoidable incident. Built a Lab Framework where each candidate stream registers its own gate criteria (statistical thresholds, capital limits, error tolerances), and a nightly review cron measures every stream against its criteria. Two endpoints surface the state of the world: /api/live-readiness reports which streams have passed all gates, /api/risk-status reports which need attention. Said no to manual promotion overrides — every promotion is gate-driven and audit-logged.

Stream registryNightly review cron/api/live-readiness · /api/risk-statusPlug-in patternAudit-logged promotions

Dubai RE Intelligence

Python · Flask · Pandas · DLD transaction pipeline

Dubai real-estate decisions at Dash Capital were being made against scattered DLD exports and manually-pulled data — slow and hard to re-run. Built a Flask + Pandas toolkit that auto-loads DLD transactions, normalises two incompatible export formats, and focuses the view on the two communities driving the firm's thesis: Emaar South and Dubai Creek Harbour. Said no to a generic all-of-Dubai view — focused on communities that drive decisions, not vanity breadth.

Runs on every DLD dropTwo-format normaliserBundled demo dataEmaar South + Creek Harbour

Content Research Agent

Python · Anthropic Claude API · Cron-friendly

Content research is the slowest, most expensive part of running a niche newsletter when done by hand. Built two Claude-powered agents that turn a Monday morning's research into a 2-minute cron job: one agent surfaces trending topics, pain points, and regulatory updates (VARA, UAE Central Bank); the other runs a YouTube content-strategy brief with hook titles and content gaps. Said no to RAG, scraping, and vector DBs — a single structured prompt is enough for weekly cadence. Keep the complexity budget for downstream production.

Claude Opus 4.7Env-var configDated reports2 agents, one pattern

Angel Investing

xAI — Elon Musk's frontier AI company
GrowthX — community & education for growth professionals
WorldMobile — decentralized telecom infrastructure
Worldcoin — crypto identity protocol

Education & Certifications

Gen AI Product Strategy

Walmart AI Leaders · 2024

Gen AI — Idea to MVP

Uber AI Leaders · 2024

Product Strategy

Reforge · 2023

Master in Product Management

Reforge · 2022

Product & Growth Bootcamp

GrowthX · 2021

Advanced Google Analytics

Google

Advanced SEO Strategies

UC Davis

Content Marketing

HubSpot Academy

Education

Bachelor of Engineering (BE) in Information Technology — University of Pune, 2006

Tools & Skills

AI & LLM

Google Vertex AIOpenAI APIAnthropic Claude APISystem PromptsPrompt EngineeringLLM Product ManagementEval-set DesignAI EvalsRAG Trade-offsKnowledge-base ArchitectureResponsible AIHuman-in-the-loop

Product & Growth

A/B TestingOKRsPRDsGTM StrategyPLGActivation FunnelsExperimentationUser ResearchRFM Analysis

Analytics & Tools

AmplitudeMixpanelMoEngageLookerFigmaNotionCursorSEO