project preview

Multi-Agent Research Engine

CONTEXT

Research-heavy workflows are a time sink. Analysts, content teams, and product managers spend 2-4 hours per topic gathering, cross-referencing, and summarizing information from multiple sources before they can do meaningful work. Manual research is slow, inconsistent, and hard to scale.

SOLUTION

I designed and built a multi-agent AI pipeline orchestrated through n8n. A single webhook call kicks off a Supervisor agent that delegates tasks to three specialists: a Researcher that pulls current information, a Historian that provides context and precedent, and a Strategist that synthesizes both into actionable insights. All four agents communicate asynchronously, their outputs are stored and chunked into Supabase with pgvector for semantic retrieval, and the final structured brief is delivered in under 2 minutes. The system is fully automated - no manual steps between trigger and deliverable.

RESULTS

  • Research time reduced from 3 hours to under 2 minutes
  • 4 specialized AI agents working in parallel
  • Fully automated - triggered by a single webhook call
  • Outputs stored with semantic search via pgvector
  • Structured research brief ready for immediate use

TECH STACK

n8nClaude APISupabasepgvectorWebhooksRAG

Verified sources — reviews, public code and competition results, each checkable at origin. Or read the full background.