aviv sheriff
← Back to portfolio Sample transcript · coming soon
Motif·AI Portfolio·Aviv Sheriff
← Portfolio Transcript sample · coming soon
Project 04 of 06·Nov — Dec 2025

Goldie

Goldie explores an entire market, kills weak ideas fast, validates real pain points through deep research, and returns a ranked map of the opportunities actually worth building.

Product AI Tools B2B Market Research Founder INACTIVE
01Artifacts
02At a glance
Role
FounderSolo
Timeline
~2 weeksNov — Dec 2025
Codebase
~18k LOC2 repos · 334 commits
Stack
o3-deep-researchLovable · Clueso
03The work

Founders and product teams burn weeks doing market research by hand — competitor scans, TAM math, pain-point interviews — and then still ship the wrong thing. Goldie’s thesis: an AI agent can run that whole loop in hours, kill weak ideas before you fall in love with them, and return a ranked opportunity map with the supporting evidence attached.

Built in two weeks end-to-end as both a real product concept and a proof of the AI-native venture loop it sells. A Python wrapper around OpenAI’s o3-deep-research with web search produced a 131KB ethnography of the UX-research market — TAM/SAM/SOM, a 15-competitor teardown, an AI-maturity matrix, and primary-source citations — which became both the demo content and the validation for Goldie itself. On top of that, a Lovable-built landing page and a 13-screen interactive demo walk a visitor through the agent’s behavior: pose a problem, watch deep research run, see opportunities scored against nine strategic frameworks (Blue Ocean, YC filters, Zero to One, Porter’s Five Forces, Disruption Theory, 7 Powers, Working Backwards, Hype Cycle, Unfair Advantage), and land in a results dashboard. A Clueso-produced hero video sells the whole loop in 60 seconds.

04Skills
Market research131KB report AI agent orchestration Prompt engineering Strategic frameworks9 lenses Rapid prototyping2 weeks Product design Landing page UX Interactive demo design13 screens Demo video production Python automation TypeScript / React AI-native workflow design
05Notable accomplishments
01
131KB AI-generated market research report
A founder-grade market analysis of UX research tooling produced almost entirely by an AI agent: TAM/SAM/SOM sizing, a 15-competitor teardown table, an AI-use-case maturity matrix, and primary-source citations. Built as a thin Python wrapper around OpenAI’s o3-deep-research model with web-search tool calls, using a background-task polling pattern and a layered prompt library (system + ethnology + industry-specific). Doubles as the demo content the live product showcases. Goldie/deep_research.py · Goldie/Prompts/
02
Pitch-ready product in two weeks — landing, demo, and Clueso video
A complete go-to-market surface for a brand-new concept: a multi-section landing page (dual hero, framework carousel, sample report, comparison, waitlist), a 13-screen interactive demo simulating the agent end-to-end, and a Clueso-produced hero video — all shipped in roughly two calendar weeks. Built on Lovable’s React + Vite + Tailwind + shadcn/ui stack with custom typed opportunity models, drawer/carousel patterns, and a structured scoring rubric encoded across nine strategic frameworks. goldie-product-demo/src/pages/demo/ · src/components/FrameworksShowcase.tsx
03
A nine-framework scoring rubric for opportunity ranking
The product’s differentiator is not a single score — it’s a structured rubric that applies nine strategic lenses to each opportunity (market sizing, competitive density, AI-leverage, technical moat, distribution, unit economics, team-market fit, timing, defensibility) and renders them as a comparable card set so a PM can sort, filter, and justify a shortlist. Each lens has a typed schema, a displayable score, and an underlying evidence list. goldie-product-demo/src/components/FrameworksShowcase.tsx · src/types/opportunity.ts