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

Anthropic Makes Auto Mode Default in Claude Code for Pro, Max, and Team Plans Starting August 14

Anthropic will make auto mode the default setting for new Claude Code sessions on Pro, Max, and Team plans starting August 14, 2026. The company cites a 1,053-person study showing auto mode blocked 89% of harmful actions compared to 13.6% for human reviewers, plus a third-party test claiming zero successful prompt injections out of 720 attempts.

product update

Anthropic Makes Claude Code's Auto Mode Default, Cutting Dangerous Command Approvals by 75 Percentage Points

Anthropic will enable Auto Mode by default in Claude Code for Pro, Max, and Team plans starting August 14, 2026. Internal testing with 1,053 paid users found the classifier-based system caught 89% of dangerous commands compared to 13.6% caught by human reviewers, while producing 25% more pull requests.

product update

Anthropic Adds Cross-Session Messaging to Claude Code, Letting Terminal Instances Communicate Directly

Claude Code sessions running on macOS and Linux can now send messages to one another instead of requiring users to manually copy context between terminals. Anthropic says the feature supports both local and cross-machine communication, though it's not yet available on major cloud platforms.

product update

Anthropic Adds Cross-Session Messaging to Claude Code v2.1.224

Claude Code v2.1.224 introduces cross-session messaging, letting separate Claude Code instances on macOS and Linux send each other summaries to coordinate work. The feature does not support approving permissions or executing commands remotely.

Comments

Loading...