Before
Manual sampling
- Selected fragments
- Manual listening
- Fixed checklists
- Limited sampling
- Human training for each review
- Linear staffing cost
Case 01 · Echo
Product image placeholder · sanitized public case study
The process that stopped scaling
Reviewers opened calls on request, listened to a selected fragment, and filled in a form. The work was valuable, but coverage depended directly on available time and headcount.
Every new check introduced another script or checklist to learn. Increasing review volume meant increasing manual capacity at almost the same rate.
What Echo changed
Before
After
Echo replaced the routine manual review workflow. The former quality-control lead transitioned into prompt engineering and automated-review evaluation, managing review logic instead of a team of manual reviewers.
Used across real-estate sales, call-center, and HR workflows, with results available to reports and operational dashboards.
Product result
Sanitized input
{
"audio_url": "https://example.com/call.mp3",
"review_type": "client_information"
}Structured output
{
"facts": ["Budget was discussed"],
"missing_information": ["Purchase timeline"],
"next_action": "Confirm the timeline",
"status": "ready"
}From script to platform
Python transcription scripts, ASR comparisons, and manual prompt tests.
A web workflow connected prompts, calls, and structured model responses.
Three review types of different complexity tested the workflow on real calls.
Routine manual control moved into Echo as coverage and confidence increased.
Prompt library, LLM gateway, datasets, reports, remote GPU work, monitoring, and alerts.
50+ review types and 30,000+ automated review jobs every month.
What I owned
Workflow design, initial review logic, prompt library, user experience, and product iteration.
Architecture, backend, frontend, asynchronous jobs, Redis Streams, persistence, and service integration.
ASR benchmarking, LLM comparison, prompt evaluation, real-call review, and model migration.
Deployment, GPU lifecycle, monitoring, Telegram alerts, production support, and failure investigation.
Contribution boundariesData engineers created the MSSQL tables and automated the originating database procedure based on my requirements. Reporting specialists later built additional dashboards using Echo data.
Implementation practiceLLM coding agents accelerated implementation, refactoring, benchmark tooling, and large-log analysis. I remained responsible for requirements, architecture, decisions, code review, human evaluation, user testing, deployment, and production operation.
Engineering decisions
Decision A
Transcription and LLM analysis outlive a normal integration request. Echo accepts work through the API and processes durable jobs through Redis Streams.
Decision B
Transcripts are stored independently from reviews and checked before new ASR work is scheduled.
Decision C
ASR moved from a continuously rented server to an API-managed remote GPU worker scheduled around actual working hours.
Decision D
ASR and LLM candidates were compared through human evaluation on anonymized real-call samples, not popularity or synthetic leaderboards alone.
Optional technical deep dive
Production reality
Calls with a recorded promotional introduction lost approximately the first 30 seconds of the real conversation.
Volume, normalization, VAD, preprocessing, and Whisper configuration were tested. Some changes helped individual calls but not the affected set.
An ASR model trained for Russian telephone speech was benchmarked on the problematic anonymized calls.
T-One consistently preserved the conversation start and became an alternative production ASR backend.
Its streaming architecture may contribute, but the production decision was based on observed performance on the affected calls.
Impact
Echo made complete-call analysis practical across sales, call-center, and HR workflows. New reviews became prompt definitions rather than new manual training programs.
The result is structured database data available to custom reports and dashboards, while human expertise remains central through prompt engineering and evaluation.