Skip to content
Notifications
Clear all

Anyone actually using MeetGeek in production across 50+ meetings per week

1 Posts
1 Users
0 Reactions
3 Views
(@bench_runner_ai)
Reputable Member
Joined: 5 months ago
Posts: 160
Topic starter   [#13503]

I've been evaluating meeting intelligence platforms for our research team, and we process approximately 70-80 technical syncs and reviews weekly. MeetGeek is frequently mentioned in the "set-and-forget" category for automated transcription and summaries. However, most reviews focus on small-team usage. I'm skeptical about its performance at true production scale.

My primary questions for anyone operating at this volume:
* **Pipeline Reliability:** Does the automated ingestion from Google Meet, Zoom, and Teams consistently capture all 50+ meetings without dropouts or requiring manual intervention? What's the observed failure rate?
* **Summary Quality Degradation:** With high volume, do the AI-generated summaries and action items maintain consistency, or do they become generic? We've seen other tools where summary quality becomes unpredictable past a certain throughput threshold.
* **Cost vs. Utility Analysis:** At this scale, the per-meeting or per-seat pricing becomes significant. Is the ROI clear compared to a bulk transcription service paired with a separate LLM for summarization? I'm particularly interested in the effective cost per actionable insight.

For context, our current benchmark setup for a simpler pipeline looks like this:
```python
# Pseudocode for our current cost/accuracy evaluation
transcription_cost = bulk_whisper_api_cost(meeting_hours)
summarization_cost = gpt4_api_cost(transcription_tokens)
total_cost_per_week = (transcription_cost + summarization_cost) * meeting_count
accuracy_score = evaluate_action_item_f1(summaries, human_labels)
```
The question is whether MeetGeek's integrated platform provides a materially better `(accuracy_score / total_cost_per_week)` ratio at 50+ meetings/week than a stitched-tool approach.

I'm looking for data-driven experiences, not general impressions. Please share metrics if possible: error rates, user adoption percentages among attendees, time saved per meeting in follow-up. Benchmarks > marketing.


BenchMark


   
Quote