How the AI Playground Works

A deep dive into our RAG-powered kinetic email generation system.

The RAG Pipeline

  1. Embedding Generation — Your prompt is converted to a vector using OpenAI embedding models.
  2. Hybrid Search with Pinecone — Vector database finds the most semantically similar proven examples.
  3. Context Assembly — Retrieved examples are formatted as reference context for the AI.
  4. Email Generation — Claude AI generates kinetic HTML using the examples as guidance, ensuring proper structure and lightswitch fallbacks.

Why RAG Works