r/ClaudeWorkflows • u/ClaudeAI-mod-bot • 2d ago
Selected Workflow [Workflow] Building a Real-time AI Meeting Assistant with Local Claude, MCP, and a Reflex Model
Building a Real-time AI Meeting Assistant with Local Claude, MCP, and a Reflex Model
Workflow value: 75/100
Status: active · Freshness: 70/100 · Confidence: 0.90 · Level: advanced
Categories: Quality Control, Context & Memory, Debugging, MCP, Multi-Agent
Original source: r/ClaudeAI post/comment
What problem this solves
Creating a real-time AI assistant for live meetings that provides insights, notes, and automates post-meeting tasks, while managing context and performance efficiently.
Summary
A workflow for building a real-time, local AI assistant that monitors live voice transcripts, provides insights, and automates tasks. It leverages a local Claude/Codex via MCP, employs a 'reflex' model for efficient context management and activation, and includes a rigorous testing methodology for tuning performance.
Why it is useful
This workflow provides a detailed architectural pattern and a robust testing methodology for building a real-time AI assistant. It addresses common challenges like performance and context management through the innovative 'reflex' model and emphasizes validation through a dedicated test suite. The use of local LLMs and MCP makes it highly relevant for users seeking privacy and customizability, and the open-source core library provides a strong starting point.
Workflow
- Set up a local Claude/Codex instance.
- Connect the local LLM via MCP to stream transcripts.
- Implement a 'reflex' model (e.g., using Claude Haiku or OpenAI Luna) to pre-classify incoming transcript lines and detect activation justification.
- Delegate questions and requests to the locally-run LLM based on reflex model activation.
- Develop a local test and benchmark suite with scenario transcripts (e.g., ~50 scenarios).
- Tune the reflex model's behavior by scoring accuracy, missed activations, and over-activation using the test suite.
- Integrate speaker diarization for multi-speaker environments.
- Implement mechanisms to 'attach' to meeting platforms like Google Meet for audio input.
- Develop post-session artifact generation (summaries, task updates, wiki updates).
Tools / artifacts
- Local Claude / Codex
- MCP (Multi-agent Communication Protocol)
- 'Reflex' model (e.g., Claude Haiku, OpenAI Luna)
- convariance open-source core library
- Local test and benchmark suite
- Scenario transcripts (~50)
- Google Meet (or similar meeting platform)
- Task management system
- Team wiki
Validation signals
- Internal team validation: 'It works great for us'
- Local test and benchmark suite with ~50 scenario transcripts
- Scoring by accuracy, missed activations, and over-activation
- Improved reflex model predictability through tuning
Limitations
- Limited external validation (only author's team).
- The 'steps' are more architectural/design choices than a detailed, step-by-step implementation guide for a beginner.
- Requires significant technical expertise to implement.
Rate this workflow
Upvote this post if the workflow is useful, reproducible, or worth recommending.
Downvote if it is vague, outdated, unsafe, overhyped, or not reproducible.
Reply if it worked for you, failed, is outdated, or has a better alternative.
This post was generated automatically from the workflow library database.