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