product updateAmazon Web Services

Loka Achieves 87% Speech Reasoning Accuracy Using Amazon Nova 2 Sonic, Outperforming GPT Realtime and Gemini

TL;DR

Loka built a conversational voice agent using Amazon Nova 2 Sonic that achieved 87.0% speech reasoning accuracy on Big Bench Audio, surpassing GPT Realtime at 83.0% and Gemini 2.5 Flash Native Audio at 71.0%. The system delivers Time to First Audio of 1.39 seconds at approximately $0.27 per hour of input audio.

2 min read
0

Loka Achieves 87% Speech Reasoning Accuracy Using Amazon Nova 2 Sonic

Loka, working with Amazon Web Services, has deployed a voice AI agent using Amazon Nova 2 Sonic that scored 87.0% on the Big Bench Audio speech reasoning benchmark, according to AWS. This outperformed GPT Realtime at 83.0% and Gemini 2.5 Flash Native Audio (Live API) at 71.0%.

Performance Metrics

The implementation achieved Time to First Audio of 1.39 seconds, which AWS states enables natural conversation interruption patterns. Pricing runs approximately $0.27 per hour of input audio processed, according to AWS documentation at the time of publication.

The system uses native speech-to-speech processing, bypassing the traditional three-stage pipeline of Speech-to-Text, LLM processing, and Text-to-Speech. Traditional systems typically introduce 3 to 5 second response delays due to this multi-stage architecture.

Evaluation Methodology

Loka built an automated evaluation pipeline using LLM-as-a-judge scoring across five dimensions on a 1-5 scale:

  • Response Appropriateness: Improved from 2.5 to 2.9 (baseline to Nova 2 Sonic)
  • Intent Understanding: 2.9 to 3.0
  • Completeness: 1.8 to 2.5 (+0.7, largest gain)
  • Conversational Naturalness: 2.5 to 2.8
  • Overall Score: 2.4 to 2.7

After two iterations of prompt engineering, the team achieved an overall score of 3.8 out of 5.0, up from the 2.7 baseline.

Technical Architecture

The system processes audio streams directly to the model, preserving tone, emotion, and timing information lost in text-only pipelines. Loka used AWS Bedrock Prompt Management to version control prompt templates with unique ARNs, allowing deployment without application code changes.

The team created templatized prompts with variables like {assistant_name} and {dealership_address} to enable multi-tenant deployment. AWS IAM controls govern who can author, approve, or deploy prompt changes.

Use Case: Automotive Dealership Voice Agents

The deployment targets automotive dealerships handling customer inquiries. Example scenarios include parsing multi-part requests: "I'm looking for that SUV you advertised, but not the hybrid one. I can only come in after 5 PM."

Traditional systems struggled with such requests because speech-to-text conversion loses crucial context like tone, hesitation, and urgency. The 3-5 second delays in legacy systems proved particularly problematic in sales contexts where immediate responses matter.

Cost and Scale Considerations

AWS claims the $0.27 per hour pricing makes the system viable for serving thousands of dealership locations. Traditional real-time voice systems became cost-prohibitive at scale when processing continuous audio streams.

What This Means

This case study provides concrete benchmark data showing native speech-to-speech models can outperform traditional pipelines on reasoning tasks while reducing latency and cost. The 87% Big Bench Audio score demonstrates that end-to-end audio processing doesn't sacrifice intelligence for speed. However, the overall quality scores of 2.7 to 3.8 out of 5.0 suggest significant room for improvement before these systems match human-level conversation quality. The economic case becomes compelling primarily for high-volume deployments where per-hour costs matter more than absolute quality.

Related Articles

product update

GitHub Copilot Adds Whole-Codebase Indexing for Faster C++ Code Intelligence

GitHub has updated Copilot CLI's C++ code intelligence with whole codebase indexing, targeting performance in large repositories with millions of lines of code. The change addresses navigation and context challenges specific to deeply interconnected C++ source trees.

product update

Rabbit Launches OS3, a Cloud-Based AI Agent That Runs Without the R1 Device

Rabbit is rolling out OS3, a standalone AI agent that runs across Windows, Mac, and Linux devices without requiring its R1 hardware. The company has stopped manufacturing the R1 and is instead building a new 'cyberdeck' device to run OS3.

product update

OpenAI Lists GPT-6 Luna Pro: A High-Reasoning Mode for Its Budget GPT-6 Model, Not a New Checkpoint

GPT-6 Luna Pro, listed on OpenRouter with a Sep 22, 2026 release date, is not a distinct model but GPT-6 Luna run with reasoning.mode set to 'pro' for higher-quality outputs on complex tasks. It carries a 1.1M token context window and costs $0.10 per 1M input tokens and $0.50 per 1M output tokens under standard routing.

product update

Anthropic Builds Physical Biology Lab Where Claude Directs Robots to Run Drug Experiments

Anthropic is setting up a physical biology lab in the San Francisco area where Claude will guide robots through drug experiments with minimal human involvement. The move follows the company's $400 million acquisition of Coefficient Bio and the addition of Novartis CEO Vas Narasimhan to its board.

Comments

Loading...