MBO Listing Sync — n8n Workflow Suite
Live — Paying Client A production multi-workflow automation system built on n8n for a commercial real estate client. Webhook triggers, browser automation via Puppeteer, content generation, queue management, and a thin-loader architecture where fixes deploy to all client instances without per-instance updates.
n8n relevance: I don't just use n8n — I build production workflow suites on it for paying clients, and I deploy self-hosted n8n instances with automated provisioning.
n8n n8n Workflow SDK Puppeteer Webhooks MCP
Read the full case study →
MARVIN — AI Chief of Staff
Live — Daily Use An AI system with persistent memory, 17 Skills, autonomous agents, and a daily briefing pipeline. Extended from an open-source framework into my primary work orchestration tool — running daily across two machines since January 2026.
n8n relevance: Skills, custom memory, autonomous agents, proactive suggestions — MARVIN's architecture maps directly to n8n's AI Building / Super Agent workstream.
Claude Code Skills Custom Memory MCP Autonomous Agents
Overnight Briefing Pipeline
Live — Runs Daily A local LLM reads my email at 5 AM, translates the Dutch ones, cross-references my task list, reconciles completions, and publishes an interactive HTML briefing with checkboxes I can tap from my phone — all without sending email content to any cloud provider.
n8n relevance: Hybrid deterministic + LLM architecture, local LLM for privacy, guardrails, multi-tool orchestration, human-in-the-loop — the "AI works in production" story.
Python Qwen 35B (local) MCP Deterministic + AI Hybrid Guardrails
Read the full case study →
CRE Browser Automation
Live Shared Puppeteer scripts for syncing commercial real estate listings to CoStar, Crexi, and Catylist. Thin-loader architecture where n8n Code nodes fetch scripts at runtime from GitHub — fix a selector once, all client instances pick it up.
n8n relevance: n8n's AI Building workstream specifically lists "computer and browser use." This is production browser automation orchestrated by n8n.
Puppeteer n8n Browser Automation Anti-Detection Error Taxonomy
Burrfect AI Enhancement Pipeline
Live Built the AI catalog enrichment system for a live consumer app — originally on Google Apps Script calling Perplexity for search + OpenAI for structured JSON (before either had native support), then migrated to Cloud Functions with cold-start management and dependency-chain orchestration.
n8n relevance: Built the eval/testing harness for regression testing model upgrades against 20+ records. The "measure before you trust" mindset n8n's AI Trust workstream requires.
Perplexity AI OpenAI Firebase Cloud Functions Eval Harness
Read the full case study →
CRE Field Mapping Skill
Live A structured "Skill" (n8n's exact term) that guides AI through onboarding new CRE platforms — screenshot audit, JSON field map creation, DOM inspection, Puppeteer script building, and E2E testing. 15 non-negotiable rules encoded from production failures.
n8n relevance: This IS a Skill in n8n's vocabulary — making AI reliable at complex multi-step tasks. The exact gap n8n's Skills feature aims to close.
Claude Code Skill Structured AI Guardrails Human-in-the-Loop