I build AI data pipelines you can actually trust.
Most extraction pipelines look fine in demos and quietly drift in production. I build the reliability layer on top: labeled eval sets, accuracy reports, confidence scoring, audit logs, and PII redaction — so you know exactly what your pipeline is doing, and you can prove it to anyone who asks.
Featured Projects

Google Sheets Quoting System — Cost-Safe Travel Quoting
A Google Sheets sidebar app for pest-control sales agents that generates instant price-range quotes from live travel distance/time, with a layered cost-safety system that makes a runaway API bill structurally impossible.
- Google Sheets
- Google Apps Script
- Google Routes API
doceval — Document Extraction Eval Harness
Open-source eval harness for LLM document extraction pipelines. Point it at your extractor and a labeled dataset to get field-level accuracy, a failure taxonomy, and per-document cost tracking.
- Python
- LLM
- Evaluation

Self-Hosted Whisper: Benchmarking Transcription Models for a Meeting-Notes Pipeline
A self-hosted meeting-transcription pipeline built on faster-whisper, with a benchmark comparing Whisper model sizes on a real 32-minute recording to find the accuracy/speed sweet spot for low-resource deployment.
- AI
- Whisper
- Transcription

Document Processing Tool
A structured document-processing workflow for invoices and receipts, with embedded-text extraction, scanned-document fallback, and fixed-schema output. Processes typed and scanned invoices with ~94% extraction accuracy. Handles irregular formats with AI fallback.
- Python
- OCR
- AI

OpenClaw Shopify Manager
A custom OpenClaw skill that packages recurring Shopify operations into a reusable AI-assisted workflow for store management and team productivity.
- OpenClaw
- Shopify
- AI Agent

Google Sheets SaaS: Enterprise-Grade Financial Automation Sidebar App
A Google Sheets sidebar app with a custom SPA and REST API workflow that turns spreadsheet-based financial data entry into a controlled, high-integrity operational system. Replaced a manual data entry workflow requiring 15+ hours/month. REST API responds in under 2 seconds.
- Google Sheets
- Vue.js
- Automation

Self-Hosted AI Social Media Engine
A self-hosted content automation system combining n8n, Python, AI generation, and human approval to help businesses scale posting without losing control. Fully self-hosted. Human approval step before every post. No vendor lock-in.
- AI
- n8n
- social-media

AI Data Extraction: Benchmarking GPT-4o vs. Veryfi
A comparative AI pipeline, extracting structured financial data from irregular scans into Excel using Python. Benchmarked across multiple document types. Identified cost-per-extraction and accuracy tradeoffs between both approaches.
- AI
- GPT4-o
- Veryfi
Simple Business Tracker - Excel Template
An Excel-based business tracking system with invoicing, inventory, dashboarding, and reporting features for businesses that need operational visibility without expensive software.
- Excel
- Dashboards
- Business Intelligence

Dynamic Excel-to-Word Reporting Engine
A centralized VBA-driven control-center that automates the batch export of complex Excel report sections into a perfectly formatted, brand-consistent Word document.
- Excel
- VBA
- Word

Google Sheets Data Extraction using Apps Script
One-click data extraction from Google Sheets, using Apps Script. Criteria for data extraction is user defined.
- Google Sheets
- Google Apps Script
- Data Extraction

Excel Automation using Google Distance API
Automated, real-time distance and travel-time calculation in Excel using Google Distance Matrix API and VBA.
- Excel
- VBA
- Google API
From the Blog
98.3% vs 96.3%: the cost-accuracy tradeoff on invoice extraction
A real benchmark comparing Claude Opus vs Haiku+Sonnet on 105 labeled invoices and receipts. The accuracy gap is 2%. The cost gap is 12×. Here's where it actually matters.
- AI
- Benchmarks
- Document Extraction
I rebuilt my extraction pipeline so you could hand it to an auditor
What it actually takes to make an AI document extraction pipeline trustworthy — eval sets, confidence scoring, audit logs, and the numbers behind it.
- AI
- Document Extraction
- Reliability

Using FFmpeg for video compression
Mastering Video Compression: How to Optimize for the Web with FFmpeg
- FFmpeg
- Web Development
- Video