Back to Portfolio

Spotify - WhatsApp Publishing

CLIENT

Independent Labels

TIMELINE

Q1 2024 - Active

TECHNICAL_STACK

n8n

Claude Code

Python

RAG Architecture

PostgreSQL

SERVICES_PROVIDED

n8n Orchestration

Claude Code Integration

Automated Pipeline Ops

Spotify - WhatsApp Publishing

Replaced manual content operations with an AI-driven publishing pipeline. Reclaimed 15 hours per week, scaling capacity 10x.

AUTOMATIONRAGPIPELINE OPS
Time Reclaimed15h/wk
Capacity Shift10x
Small Business Solutions
WHAT WAS THE CHALLENGE?

Manual content operations were a massive bottleneck for scale. The team was spending 15+ hours weekly on repetitive data processing and drafting, causing lead-time delays and unsustainable operational overhead.

WHAT WAS THE GOAL?

Reclaim operational capacity by automating the ingestion-to-publish pipeline while maintaining output quality at scale.

HOW DID WE SOLVE IT?

I built an agentic RAG-pipeline that ingests Spotify metadata, generates synthesized recommendations via Claude, and routes through a human-in-the-loop approval gate to WhatsApp.

Metadata Resolution Engine
def resolve_spotify_metadata(track_id):
  results = sp.track(track_id)
  artist_context = rag_store.query(results["artist_name"])
  return synthesize_prompt(results, artist_context)

SYSTEM_VISUALS_&_ARTIFACTS

Spotify-WhatsApp pipeline workflow diagram
n8n automation flow for content publishing
Claude RAG pipeline architecture
WhatsApp message output preview