Each one started as somebody’s repetitive Tuesday.
AI Knowledge Platform
● PROD
RAG Slack bot answering operations & support questions for a 700-person workspace. Ingestion pipeline, feedback capture, health monitoring, daily KPI reports — hallucination-tested with adversarial multi-agent audits before rollout.
staff questions answered in seconds, not escalations
n8nSupabase pgvectorGeminiSlackRAG
Customer-Support AI Agents
◐ IN BUILD
Extending the knowledge platform from answering staff questions to handling support conversations: retrieval grounding, intent routing, evaluation loops, escalation-to-human design.
digital workers for the support queue
agentsRAGeval loopsescalation design
OEM Warranty-Claim Agent
● PROD
End-to-end agent that reads repair invoices (Gemini extraction + fault classification) and files OEM warranty claims in a dealer portal via Playwright — first real claim filed June 2026, replacing a fully manual multi-system process.
money recovered while humans sleep
PythonPlaywrightGeminin8n micro-service
Invoice Intelligence Pipelines
● PROD
8-workflow document-extraction family (Gemini vision OCR) across 3 operating regions, plus finance automation fanning out over 29 legal entities with composite-key + hash deduplication.
invoices that process themselves
n8nGemini OCRSpendeskdedup logic
API Reverse-Engineering Portfolio
✓ DONE
6 undocumented enterprise portals reverse-engineered in pure Python: auth flows, token lifecycles, WAF backoff, session-scoped endpoints — 60,000+ catalogue rows delivered where browser automation was the wrong tool.
data nobody believed could be exported
Pythonrequeststoken authWAF handling
Job-Search Agent System
● PERSONAL
Multi-phase personal agent pipeline — discovery → research → fit-scoring → documents → dashboard — pairing LLM agents with deterministic Python validators behind a 180-test suite. Agents propose, code verifies.
my own repetitive work, removed
Claude agentsSQLitepytestorchestration
Consumer Mobile App
✓ QA-PASSED
Campervan-rental app built end-to-end in React Native + Expo (29 screens): hand-built API client against a reverse-engineered auth flow, in-app Gemini assistant with intent routing, Datadog RUM, release builds on real devices.
proof the “automation guy” ships software too
React NativeTypeScriptExpoDatadog