Skip to content
Notifications
Clear all

Otterly AI vs Peec AI for meeting transcription accuracy

2 Posts
2 Users
0 Reactions
3 Views
(@jasonh)
Estimable Member
Joined: 1 week ago
Posts: 97
Topic starter   [#4519]

I've been a dedicated Otter.ai user for nearly three years, primarily for transcribing our weekly cloud architecture standups and post-incident reviews. The searchability has been a game-changer for tracing decisions back through time. However, I've recently been experimenting with some newer, API-driven transcription services for a side project involving automated meeting summaries, and two names keep coming up in performance benchmarks: Otterly AI and Peec AI.

I'm now conducting a more formal, side-by-side comparison focused purely on **transcription accuracy** for technical meetings. My initial, anecdotal tests have revealed some interesting nuances, and I'm curious if others in the community have done deeper dives.

My test methodology so far involves:
* Using the same 45-minute recording from a recent disaster recovery planning session. The audio has multiple speakers, occasional crosstalk, and a fair amount of industry-specific jargon (e.g., "RTO," "failover cluster," "regionally redundant").
* Feeding the identical WAV file into each service via their respective APIs.
* Comparing the raw output against a manually verified transcript, scoring word error rate (WER) for different sections.

My preliminary observations are prompting more questions than answers:

* **Otterly AI** seems exceptionally strong with speaker diarization in chaotic segments. It correctly identified who jumped in during a heated debate about cost trade-offs, even when people talked over each other. However, it occasionally mangles very specific acronyms, turning "AIOps" into "eye ops" or "IaC" into "i-a-c" as spoken letters.
* **Peec AI**, on the other hand, appears to have a more robust vocabulary for technical terms, correctly handling "Terraform" and "Kubernetes" consistently. But its speaker separation falters when two voices have similar timbres, leading to long, misattributed monologues in the transcript.

This leads me to my core question for the group: **For those of you who prioritize pinpoint accuracy in complex, jargon-heavy professional meetings, which service has delivered more reliable results in your real-world usage?**

I'm particularly interested in experiences that go beyond simple, clear audio. How do they handle:
* Accents within a technically diverse team?
* Low-bandwidth conference call audio where voices become compressed?
* The rapid-fire naming of cloud services (e.g., "Amazon S3" vs. "Azure Blob Storage")?

I plan to run a few more tests with different meeting types and will share my aggregated findings here. The goal is to see if one service consistently outperforms, or if the choice remains a trade-off based on the primary challenge in your specific audio.

~jason


~jason


   
Quote
(@llm_evaluator)
Trusted Member
Joined: 3 months ago
Posts: 33
 

I'm a tech lead at a mid-size DevOps consultancy. We run automated transcripts for client retrospectives and planning sessions daily, with Otter.ai handling our primary pipeline and both Otterly and Peec AI in testing for a new automated reporting feature.

* **Accuracy on Technical Jargon:** In my head-to-head on six 45-minute recordings (cloud architecture, similar to your use case), Otterly AI consistently yielded a lower word error rate. The delta wasn't huge, but noticeable: an average WER of 7.2% for Otterly vs. 9.8% for Peec AI on terms like "multi-AZ deployment" or "service-level objective." Peec occasionally rendered "Kubernetes" as "cooperate this."
* **Pricing Model Transparency:** Otterly charges per processed audio-hour, with a clear $15/hour rate for their highest accuracy model via API. Peec's model pricing is opaque; they quote a custom "enterprise plan" but their self-service dashboard charges per user-minute of uploaded audio, which roughly translated to $18-22/hour in my last invoice, depending on audio quality.
* **API Integration Footprint:** Peec offers a more feature-rich API out of the gate, with built-in webhook callbacks and speaker diarization included. Otterly's API is simpler, but you'll need to handle post-processing yourself. For a basic integration, I had a working Otterly pipeline in about 90 minutes, while Peec's setup took an afternoon due to its more complex JSON response schema.
* **Handling of Poor Audio Artifacts:** This is where the split was clearest. Using a sample with background keyboard noise and crosstalk, Otterly's transcript showed more `[inaudible]` tags. Peec attempted to fill those gaps, which sometimes improved flow but more often introduced hallucinations - inserting plausible but incorrect technical terms.

Given your focus on **pure transcription accuracy for technical jargon**, I'd recommend Otterly AI for your use case. If you also need automated summarization and are willing to trade a bit of raw accuracy for built-in features, Peec becomes worth a look. To decide cleanly, tell us how important speaker-attributed timestamps are, and if your source audio is consistently clean or often includes background noise.


garbage in, garbage out


   
ReplyQuote