Available for new projects — Q3 2026

I Build AI Systems That
Eliminate Manual Work.

Specializing in n8n automation, AI agents, and business process engineering. I help founders and teams reclaim hundreds of hours — and scale without hiring.

Live Automation Monitor
0
Nodes Shipped
0
Workflows Deployed
0
AI Calls Handled
< 12h
First Response
🤖
AI Booking Receptionist live
📧
Lead Qualification Engine running
🧠
Multi-Agent Research System live
📊
Report Auto-Generator running

Built & deployed on real infrastructure

0
Production Systems
0
AI Agents Deployed
0+
Workflow Nodes Built
13
Unique Architectures
What I Build

Business Outcomes,
Not Just Tools

Every system I build solves a real operational problem — less time wasted, more revenue captured, and workflows your team can actually maintain.

🤖

AI Lead Qualification

Inbound leads automatically scored, enriched, and routed to the right salesperson — before a human ever touches them.

n8n · OpenAI · CRM
🔗

CRM Automation

Contacts created, deals updated, and follow-ups triggered the instant something happens — across every tool in your stack.

HubSpot · Salesforce · Webhooks
💬

Customer Support AI

An AI agent that handles tier-1 support tickets with context from your docs, CRM, and order history — 24/7, no headcount required.

Claude API · Slack · Zendesk
📬

Email Automation

Intelligent outreach sequences that adapt to prospect behavior, auto-personalize, and log every touchpoint back to your CRM.

Gmail API · OpenAI · Google Sheets
⚙️

Internal Business Systems

Operations dashboards, approval workflows, and data pipelines that replace spreadsheets and Slack threads with reliable systems.

n8n · Airtable · REST APIs
📈

Sales Process Automation

From first touch to closed-won — automated follow-ups, proposal generation, and deal tracking that lets your team focus on selling.

OpenAI · Google Workspace · Discord
🧠

AI Agents

Autonomous agents that research, decide, and act — handling multi-step workflows that used to require a full-time employee.

Claude API · OpenAI · n8n
📊

Business Dashboards

Real-time reporting pipelines that pull data from every source into one clean view — updated automatically, no manual exports.

Google Sheets · REST APIs · Webhooks
Case Studies

Real Systems.
Deployed & Working.

Three production systems built from scratch — each with a different architecture, each solving a real operational problem.

WhatsApp AI Agent · Multimodal · CRM Sales & Support · Any Customer-Facing Business

WhatsApp AI Agent That Handles Text, Voice, Images & Documents — With CRM Logging and Human Handoff

Businesses lose leads and customers daily because WhatsApp messages go unanswered or get delayed. I built a fully agentic WhatsApp assistant that understands every message type, looks up customer history, answers from a knowledge base, books appointments, checks orders — and escalates to a human only when genuinely needed.

4
Message Types Handled
4
AI Tools Available
Auto
CRM Sync & Handoff
WhatsApp AI Agent + CRM — n8n Workflow

WhatsApp is the primary communication channel for millions of businesses globally — yet most handle it manually, with slow responses, no customer history, and zero consistency. Leads ask questions at 11pm and hear back in 48 hours. Support teams answer the same questions repeatedly. There's no record of who said what, and no way to scale without hiring more staff.

A WhatsApp Business Cloud API webhook triggers on every incoming message. A type-detection router branches into four parallel paths: text passes through directly; images are downloaded and described using GPT-4o Vision; audio messages are downloaded and transcribed via OpenAI Whisper; documents are extracted as text via PDF parser. All four paths converge into a single normalized message. A GPT-4o agent with 12-turn per-customer conversation memory then processes the message using four callable tools: CRM Lookup (customer history by phone), Knowledge Base Search (semantic RAG over company docs), Appointment Booking (calendar API), and Order Status Check. The agent outputs a structured JSON response with reply text, confidence score, needs_human flag, and intent label. A confidence router sends high-confidence replies directly via WhatsApp; low-confidence cases notify the team on Slack with a pre-drafted reply and send the customer a holding message. Every interaction updates the CRM and is logged to Supabase with full conversation context.

n8n (self-hosted) WhatsApp Business Cloud API OpenAI GPT-4o OpenAI Whisper GPT-4o Vision Supabase (RAG + Logs) CRM API Slack Webhooks
Document AI · Finance Automation · GPT-4o Vision Finance · Operations · Any Invoice-Heavy Business

AI Invoice & Document Processing System — From Email Attachment to Approval Decision in Seconds

Finance teams spend hours manually keying invoice data, chasing approvals, and managing payment queues. I built a system that reads every invoice automatically using GPT-4o Vision, validates it against business rules, routes it to the correct approval tier, notifies the right people, and logs everything — with zero manual data entry.

Auto
Data Extraction
4 Tiers
Approval Routing
0
Manual Data Entry
AI Invoice & Document Processing System — n8n Workflow

Finance teams at growing companies process dozens to hundreds of invoices weekly — each requiring manual data entry, verification against purchase orders, approval routing based on amount, and follow-up communication with vendors. Errors in keying amounts or missing due dates cost real money. The entire process is slow, error-prone, and entirely dependent on human availability.

A dual-trigger pipeline that accepts invoices from both email (Gmail) and manual upload (webhook). Every document is normalized into a consistent format, then passed to GPT-4o Vision with a structured extraction prompt that pulls 20+ fields: invoice number, dates, vendor details, line items, subtotal, tax, total, currency, payment terms, and PO reference — all as structured JSON. A Validation Engine applies business rules: mandatory field checks, math verification (subtotal + tax = total), overdue date detection, and amount-based approval tier assignment. Documents under $5,000 with 85%+ AI confidence are auto-approved; $5k–$50k goes to manager review; above $50k requires executive sign-off; documents with critical errors are rejected. The finance team receives a full notification email per document. Vendors receive an automated acknowledgement. Everything is logged to Google Sheets with 20+ fields per record, and non-auto-approved invoices are added to a Pending Review queue.

n8n (self-hosted) OpenAI GPT-4o Vision Gmail API Google Sheets API Webhook Validation Engine 4-Tier Approval Router
AI + Email Automation SaaS · Lead Generation

AI Lead Qualification Engine That Scores, Segments, and Follows Up — Automatically

Manual lead review kills response time and conversion. I built a pipeline that scores every inbound lead with AI, sends tiered outreach emails, and logs everything to a CRM — zero human effort.

Hot/Warm/Cold
AI Scoring Tiers
Auto
Follow-up Emails
100%
Leads Logged
AI Lead Qualification Engine — n8n Workflow

Sales teams treat every inbound lead the same — wasting time on cold leads while hot prospects wait too long for a response. Manual qualification doesn't scale.

A webhook-triggered n8n pipeline cleans lead data, scores it with GPT-4o-mini against ICP criteria (Hot / Warm / Cold), sends a tailored outreach email per tier via SMTP, waits for follow-up timing, checks for response, and logs every touchpoint to Google Sheets.

n8n (self-hosted) OpenAI GPT-4o-mini Mailtrap SMTP Google Sheets API Webhook
Multi-Agent System Research · Business Intelligence

4-Agent Research System That Produces Full Business Reports in Under 3 Minutes

Manual market research takes hours and still misses things. I built a chain of 4 specialized AI agents that each handle one research dimension — then a synthesizer compiles a complete Google Doc report automatically.

4
AI Agents in Chain
< 3min
Full Report Time
Auto
Google Doc Output
4-Agent Research System — n8n Workflow

Business research — market overview, competitor analysis, market sizing, SWOT — takes a team hours to compile. The output is often inconsistent and never delivered fast enough for decision-making.

A webhook-triggered pipeline runs 4 specialized GPT-4o-mini agents in sequence: Overview Agent → Competitor Agent → Market Agent → SWOT Agent. Each passes context to the next. A Synthesizer agent combines all outputs, then the system creates a real Google Doc and writes the formatted report directly into it — all logged to Google Sheets.

n8n (self-hosted) OpenAI GPT-4o-mini Google Docs API Google Sheets API Webhook
AI Agent · HR Automation Recruitment · Talent Screening

AI Recruitment Agent That Screens Resumes, Scores Candidates & Sends Interview Invites — Automatically

Hiring teams waste hours manually reading resumes that don't match. I built an AI agent that reads every resume, scores it against the job requirements, routes candidates into tiers, and handles all follow-up emails — with zero human effort per application.

Auto
Resume Screening
3 Tiers
Excellent / Review / Reject
0
Manual Emails Needed
AI Recruitment Screening Agent — n8n Workflow

Recruiting teams spend hours reading resumes manually — most of which don't match the job requirements at all. High-quality candidates get lost in the pile, response times are slow, and the entire process depends on one person's availability and judgment.

A webhook-triggered pipeline receives each application, fetches the job description from Google Sheets, downloads and extracts text from the resume PDF, then runs it through a GPT-4o AI agent with a structured output parser. The agent scores the candidate 0–100 and assigns a tier: Excellent (interview invite sent automatically via Gmail + Slack alert to HR), Review (Slack alert for human judgment), or Reject (polite decline email sent automatically). Every candidate is logged to a master Google Sheet with full scoring details.

n8n (self-hosted) OpenAI GPT-4o Structured Output Parser Google Sheets API Gmail API Slack API PDF Text Extraction
Agentic AI · Enterprise Support SaaS · Customer Operations

Agentic Support Engine With Vector Search, CRM Context & Self-Improving Feedback Loop

Support teams drown in repetitive tickets while high-value issues go unresolved. I built a fully agentic pipeline that classifies every ticket, retrieves live context from a vector KB and CRM, drafts a response using GPT-4.1, auto-sends when confidence exceeds 85%, escalates edge cases to Slack, and feeds every approved response back into the knowledge base — making the system smarter with every ticket resolved.

85%+
Confidence → Auto-Send
Auto
Escalation to Slack
Self-Improving
Vector DB Feedback Loop
Agentic Support Engine — n8n Workflow

Support teams waste capacity on repetitive, low-complexity tickets — while truly urgent or complex issues compete for the same queue. Without intelligent triage, response quality is inconsistent, context is lost between tools, and there's no mechanism for the system to improve over time. Every ticket is handled from scratch.

A webhook-triggered pipeline normalizes incoming tickets from any channel (email, chat, form), then an Intent Classifier Agent (GPT-4.1-mini) categorizes the ticket as billing, technical, or general. Three tools run in parallel: a vector search against the company knowledge base (Supabase), a CRM lookup for customer history, and — for billing intents — a live order database query. An Orchestrator Agent (GPT-4.1) synthesizes all context and drafts a personalized response with an escalation decision. Tickets above 85% confidence are auto-sent; below that threshold, they're queued for human review in Google Sheets with a draft pre-filled. Every resolved response is embedded and upserted back into the vector KB, creating a self-improving knowledge loop. All outcomes are logged to an analytics dashboard.

n8n (self-hosted) OpenAI GPT-4.1 & GPT-4.1-mini Supabase Vector DB CRM API Billing API Google Sheets Slack Webhooks OpenAI Embeddings
Content Automation · Telegram Bot Marketing · Content Operations

AI Content Factory — Telegram-Powered Approval Pipeline That Publishes to Google Docs in One Tap

Content teams spend hours routing drafts for approval, making manual edits, and copying content across platforms. I built a Telegram bot approval handler that lets editors approve or request edits on AI-generated content with a single button tap — instantly creating a structured Google Doc and updating the content calendar.

1-Tap
Approve to Google Doc
Auto
Content Calendar Update
5 Formats
Blog · LinkedIn · IG · X · Email
AI Content Factory Telegram Approval Handler — n8n Workflow

Marketing teams generating AI content at scale face a bottleneck at the approval stage: drafts sit in email threads, edits are communicated verbally, publication is delayed, and the content calendar falls out of sync. There's no structured handoff between content generation and distribution — everything is manual after the AI does its part.

This is Part 2 of an AI Content Factory system. When AI-generated content is ready for review, the editor receives a Telegram message with inline Approve / Edit buttons. A single tap triggers the full approval pipeline: the workflow parses the callback, fetches the full content package from Google Sheets, assembles a structured document (blog post, LinkedIn, Instagram, X/Twitter thread, and email newsletter), creates a Google Doc, writes all formatted content into it, updates the content calendar status and doc URL in the sheet, and sends a Telegram confirmation with the live doc link — in seconds.

n8n (self-hosted) Telegram Bot API Google Sheets API Google Docs API Callback Query Handling
How I Work

A Process Built for
Reliable Delivery

No surprises. Every engagement follows a structured process from first call to live system.

01

Discovery

I map your current workflow, identify the biggest time sinks, and define the exact system that solves your problem — not a generic solution.

02

Planning

Full architecture diagram, tool selection, API audit, and timeline before a single line of code is written. You approve the plan first.

03

Design

Workflow logic mapped out in detail — error handling, edge cases, and failure modes included from the start, not bolted on later.

04

Build

Clean, modular automation built in n8n or code. Every node documented, every credential stored securely, every step reversible.

05

Testing

Live data testing, edge case validation, and load testing before handoff. You review working demos, not screenshots.

06

Deploy

Staged rollout with monitoring. Your team is trained on the system before it goes live. Rollback plan always in place.

07

Support

30-day post-launch support included on every project. Documentation delivered so your team can operate the system independently.

Why Work With Me

What Makes the
Difference

The technical work is only part of it. Here's what clients actually say about working with me.

—01

I Think in Business Terms First

Every decision I make is tied to a business outcome. I don't build automation because it's technically interesting — I build it because it saves you money, time, or both. We agree on measurable success criteria before the first workflow is built.

—02

You'll Never Be in the Dark

Weekly async updates, shared project boards, and a direct line to me — not a project manager. You see every decision explained in plain English. No technical jargon, no surprises at handoff.

—03

Systems You Can Actually Maintain

Every automation I build is documented, modular, and designed so your team can understand and modify it. No black boxes. No single point of failure. No "only the contractor can change it."

—04

Architecture That Scales With You

I design systems for what your business will need in 12 months, not just today. Clean separation of concerns, proper error handling, and monitoring built in from day one — not added when things break.

—05

Delivery You Can Count On

Timelines are realistic, scope is locked before work begins, and I flag potential delays before they become problems. If something changes, you know immediately — not on the day of the deadline.

—06

Documentation That Actually Exists

Full technical documentation, user guides, and architecture diagrams delivered with every project. Your team inherits the system, not a dependency on me. That's how I prefer it.

Tech Stack

Tools I Build With

Every system is built on proven infrastructure — self-hosted, API-connected, and production-tested.

⚙️

Automation Core

n8n (self-hosted on VPS), webhook triggers, REST APIs, error handling, retry logic, and modular workflow design.

n8nWebhooksREST APIs
🧠

AI & Language Models

OpenAI GPT-4o-mini for fast, cost-effective AI agents. Conversation memory, intent routing, and structured output prompting.

OpenAI APIGPT-4o-miniClaude API
🔗

Integrations

Google Workspace (Sheets, Docs), Gmail API, SMTP email, and any platform that exposes a webhook or REST endpoint.

Google SheetsGoogle DocsGmail API
FAQ

Common Questions

Most automation projects take 2–4 weeks from kickoff to deployment. Simple integrations (2–3 tool sync, basic workflows) can ship in under a week. Complex AI agent systems or multi-platform builds typically take 3–6 weeks. I scope timelines precisely after the discovery call — and I build in buffer for real-world complexity.

Projects range from $500 for straightforward single-integration builds to $4,000+ for complex AI agent systems with multiple tools and custom logic. I price per project, not hourly — so you know the cost before work begins. We discuss your budget during the discovery call and I'll tell you honestly what's achievable within it.

No. My job is to translate your business problem into a working system — you describe the workflow you want to automate, I handle everything technical. Every deliverable includes plain-English documentation. Your team doesn't need to understand n8n or APIs to use or maintain the systems I build.

My core stack is n8n, OpenAI API, Claude API, Gmail API, Google Workspace, Google Sheets, Slack, Discord, HubSpot, Airtable, Salesforce, Shopify, Zapier, Make, and any platform with a REST API or webhook support. If your tool has an API, I can connect it.

Every project includes 30 days of post-launch support — bug fixes, adjustments, and questions at no additional cost. I also deliver full documentation so your team can operate the system independently. For ongoing support and iteration, I offer monthly retainers starting at $500/month.

Yes. Some of my best work has been with lean teams where automation makes the biggest difference — one good system can replace the need for a hire. I'm a good fit for startups that have found product-market fit and want to scale operations without scaling headcount proportionally.

Let's Build

Tell Me About
Your Project

Fill out the form below. I'll review it and get back to you within 24 hours to discuss what we can build together.