Wordloop Platform
Architecture

System Workflows

Key data and message flows across the Wordloop system architecture.

System Workflows

This document outlines the vital data pipelines and chronological component interactions driving the Wordloop platform.

1. Asynchronous Meeting Transcription

The primary async pipeline: triggering when a user uploads audio, terminating when semantic models output transcriptions.

Rendering architecture map...

[!IMPORTANT] The ML service updates state linearly via PATCH /transcriptions/:id callbacks back to the Core. The Core remains the ultimate source of truth.

2. Real-Time WebSocket Streaming

The synchronous, real-time audio pipeline used for native platform recording.

Rendering architecture map...

3. Voice Context Pipelines

Workflows for orchestrating speaker identity, embeddings, and context.

[!NOTE]
Vector matching operations are computationally intensive. The frontend must expect varying latency when querying nearest neighbors.

Rendering architecture map...

4. AI Chat Context Orchestration

Retrieving meeting context for intelligent conversational RAG queries.

Rendering architecture map...

On this page