


Jeffrey Quemuel
Hi, Iβm Jeffrey. I design AI-powered automation systems that replace repetitive work and scale your business faster.
From n8n workflows to RAG-based AI assistants, email marketing engines, and Facebook chatbots .I build systems that run your operations on autopilot.
If it can be automated, Iβll build it. If it can be optimized, Iβll improve it.
CASE STUDY :
Email Automation Without Domain Access (Real Client Case)
When email deliverability broke in 7 days β I rebuilt the system without touching the domain.
π§© The Problem
Client wanted automated outreach: 300β400 emails/day
Within 1 week β emails went straight to spam
No proper SPF, DKIM, or DMARC setup
Blocked access to domain & website setting
π Result: Broken deliverability + no control over core fixes
π§ The Constraint
Most developers stop here.
No domain access =
No reputation repair
No authentication fixes
No traditional solution
The Solution
Instead of fixing the domain, I rebuilt the sending system from scratch using Python
β Custom email automation engine
β Controlled sending intervals
β Human-like behavior simulation
β Smart batching to avoid spam triggers
β Fully independent from website infrastructure
How It Works
Sends emails gradually, not in bulk spikes
Randomized delays β avoids bot detection
Daily limits maintained without overload
Clean execution logic using Python
The Result
β Stabilized email sending
β Continued 300β400 emails/day safely
β Reduced spam issues without domain fixes
β Delivered a working system under restrictions
AI Chatbot Upgrade with RAG (MedSpa)
From Basic Chatbot to Smart AI Assistant (RAG Implementation)
π§© The Problem
A MedSpa client was already using an AI chatbot connected to Google Docs.
On paper, it worked. In reality:
AI missed important details from documents
Responses were inconsistent and incomplete
Information retrieval was unreliable
Client experience felt βhit or missβ
π The chatbot wasnβt trustworthy for real customer interactions
π§ The Limitation
The system relied only on:
Google Docs as the knowledge base
A basic AI agent without structured retrieval
π No intelligent search layer
π No proper context handling
Result: AI guessing instead of knowing
π‘ The Solution
I upgraded the system by implementing a Retrieval-Augmented Generation (RAG) pipeline
β Integrated Supabase as a vector database
β Connected Google Drive as the document source
β Enabled semantic search for accurate retrieval
β Structured data flow for better AI context
π Now the AI doesnβt guess β it retrieves and responds
βοΈ How It Works
Google Drive β Supabase (Vector DB) β AI Agent β Accurate Response
Documents are stored and synced from Google Drive
Data is processed into embeddings
Supabase stores and retrieves relevant context
AI generates answers based on precise data
π The Result
β More accurate and consistent answers
β Reduced hallucinations
β Faster response quality improvement
β Better customer experience for MedSpa clients
π The chatbot became a reliable assistant, not a risky tool
TOOLS :
N8N
GOOGLE APPS
AIRTABLE
RAG
JAVASCRIPT
PYTHON