Things I've built
AI-Powered Time-Series Image Anomaly Detection Platform
Inspection teams upload chronological image sequences, write a plain-English detection rule, and an open-vocabulary vision model (Grounding DINO with a gpt-4o-mini fallback) pins anomalies for human review. Annotation canvas, accept/reject workflow, and a Jobs page surface every detection run with phase-level progress.
AI Lead Qualification and CRM Dispatch Platform
Inbound forms route through an OpenAI-backed qualifier that returns a typed score, signals matrix, estimated ARR, and a tier-appropriate follow-up email — then a deterministic dispatcher fans the lead out to HubSpot, Salesforce, Slack, and email with a full audit trail.
Multi-Tenant SaaS Analytics Platform with Forecasting Engine
Executive dashboards with KPI tracking, deterministic forecasts, and anomaly callouts. A typed TypeScript engine owns the math; an LLM only narrates the output — so the AI layer can be swapped, retuned, or removed without touching the numbers leadership sees.
AI Workflow Automation for Support and Incident Triage
Every inbound ticket is classified by an LLM into a typed structure, then a deterministic rules engine routes the urgent few — fraud, outages, security — into Slack within seconds. Operations sees critical issues immediately instead of waiting for the next queue scan.
AI Customer Support Assistant with Document-Grounded Answers
Production-grade RAG assistant that answers customer questions only from your own indexed documents, cites the source for every reply, and refuses to guess when the knowledge base has no answer.
AI Invoice Processing and ERP Integration Platform
Automates PDF invoice intake, validates extracted fields against a strict schema, and exposes one search box that routes both content queries ("contracts mentioning indemnity") and numeric range queries ("unpaid invoices over €10k") to the right store.
Multi-Tenant SaaS Platform with Auth, Workspaces, and Stripe Billing
A production-grade B2B foundation — multi-tenant data isolation, role-based access, Stripe-billed subscriptions, and admin tooling — tested against the failure modes that break early SaaS launches in production.