Work samples

Working demos and build samples.

A live retrieval demo, search build notes, and practical patterns for AIOS layers, agentic workflows, routing, support, reporting, and dashboard systems.

Live RAG demo Search build notes AIOS patterns
OPENAI
STRIPE
HUBSPOT
VERCEL
CLERK
Start here
Search build notes

ScoutLocal: AI search for messy marketplace queries

Next.js 15 • NestJS • Prisma • pgvector • Azure OpenAI • Clerk
Status: build notes

Business problem

Marketplace search breaks when users type vague human queries like "vibey coffee spot" instead of exact categories. The goal was to make search more forgiving without letting AI invent venues or ignore real filters like location and hours.

What Was Built

  • Hybrid search: Semantic matching for natural-language intent, anchored by SQL filters for facts the system cannot guess.
  • Cost control: Debounced map fetching to reduce wasted API calls from mobile pan/scroll behavior.
  • Maintainable data model: Clerk + Prisma identity patterns for merchants that can appear across different marketplace roles.
Natural-language search pattern
Latency-aware mobile architecture
Read Build Notes
Other workflows I build

Automated Lead Routing

Inbound leads sit in forms, inboxes, spreadsheets, or CRMs while someone manually qualifies and assigns them.

→ Faster response to qualified leads

Invoice Automation

Closed-won deals still require someone to create invoices, check payments, and update finance tools by hand.

→ Less founder/admin bookkeeping

Support Intelligence

Support teams repeat the same answers and lose time deciding where each ticket should go.

→ Drafts and routing with human review

AIOS / Agentic Systems

Teams need an operating layer where AI can understand context, use approved tools, remember workflow state, ask for approval, and leave an audit trail.

→ Context, tools, memory, controls
View AIOS systems

Ops Dashboards

Teams need a shared view of workflow status, exceptions, handoffs, and what the AI system already handled.

→ Review queues and live operating metrics

Have a workflow worth testing?

Send one bottleneck. I will tell you whether it needs a no-code fix, a focused system repair, or a scoped AI build.