explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • Fake Family: a burglar deterrent built from a TTS API
  • Hyderabadi Sabzi Aunty: code-switching under pressure
  • Drishti: making CCTV footage searchable in your own language
  • Why these three builds matter for voice-AI builders generally
  • Related on explainx.ai
← Back to blog

explainx / blog

Build with Sarvam #4: 3 Voice Agents Built on India-First AI

Sarvam AI's 4th Build with Sarvam roundup features a Raspberry Pi burglar deterrent, a haggling vegetable-vendor voice agent, and a regional-language CCTV copilot — all built on Sarvam's TTS and Voice Agents stack.

Aug 19, 2026·5 min read·Yash Thakker
Sarvam AIVoice AgentsText to SpeechSovereign AIIndia
go deep
Build with Sarvam #4: 3 Voice Agents Built on India-First AI

Sarvam AI's fourth Build with Sarvam roundup, posted August 19, 2026, skips the usual product-launch format and just shows what builders are already shipping on its stack. Three projects made the cut: a Raspberry Pi device that fakes a full household to scare off burglars, a voice agent that haggles over vegetable prices in three languages at once, and a CCTV copilot that searches surveillance footage by conversation instead of by scrubbing through hours of recording.

If you've been tracking Sarvam's public launch of Voice Agents or its Bulbul v4 text-to-speech model, these three builds are a useful answer to the question every API launch leaves open: what does this actually look like once real builders get their hands on it?

TL;DR

table · 4 cols
BuildBuilderWhat it doesBuilt on
Fake FamilyPankaj (@the2ndfloorguy)Raspberry Pi device that simulates an occupied household to deter burglarsSarvam Text-to-Speech
Hyderabadi Sabzi AuntyVishal Singh (@vishalsingh2972)Voice agent that bargains for vegetables in mixed Hindi/Telugu/EnglishSarvam Voice Agents
DrishtiNithin Varghese (@call_me_Nithin)Regional-language CCTV investigation copilotSarvam stack, built at Sarvam Epoch Buildathon
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

Fake Family: a burglar deterrent built from a TTS API

Pankaj built Fake Family after thieves started targeting empty houses in his hometown. Instead of a traditional alarm, the device — running on a Raspberry Pi — uses Sarvam's Text-to-Speech model to generate the ambient sound of a lived-in Indian household: husband-and-wife conversation and arguments, TV audio, and cooking and chai-making sounds, layered with household lights switching on and off on a real schedule.

What makes this a genuinely hard TTS problem, not just a novelty: generic single-speaker, single-sentence speech synthesis doesn't get you here. Convincing a passerby that a house is occupied means generating ambient, multi-voice, contextual audio that sounds like real domestic life rather than a voice assistant reading a script — a much rougher test of a TTS model's naturalness than a typical demo.

Hyderabadi Sabzi Aunty: code-switching under pressure

Vishal Singh built Hyderabadi Sabzi Aunty the same week Sarvam opened public access to Voice Agents — the product that had already logged over 350 million conversations in earlier enterprise deployments before its public builder launch. His agent plays the part of a vegetable vendor a caller can haggle with, in a live mix of Hindi, Telugu, and English.

The technically interesting part isn't the roleplay — it's what the agent has to handle to make that roleplay feel real:

  • Interruptions mid-response, without losing conversational state
  • Mid-sentence language switching, the way real code-switching actually happens in everyday Indian speech, not clean per-turn language selection
  • Persistent memory of the order across a multi-turn negotiation
  • Real-time total calculation as items and quantities change

This is a harder bar than most Western voice-agent demos clear, because code-switching mid-sentence — not just alternating languages between turns — is normal in everyday Indian conversation and genuinely difficult for a model trained primarily on monolingual turns to track without breaking context.

Drishti: making CCTV footage searchable in your own language

Nithin Varghese built Drishti at the Sarvam Epoch Buildathon — the builder-track finale where ten teams presented working products on the Sarvam stack. Drishti is a regional-language investigation copilot for CCTV footage: instead of manually scrubbing through hours of recording, an investigator can ask questions in Hindi, Malayalam, or another regional language and have the system search video conversationally.

This points at a use case well outside the usual voice-agent demo set: video content that becomes queryable through natural-language, regional-language questions, aimed at law enforcement and security teams working in a language other than English. It's the kind of application that a general-purpose, English-first voice stack tends to handle worst — which is exactly the gap sovereign, India-first models are built to close.

Why these three builds matter for voice-AI builders generally

None of these three are hackathon toys that stop working outside a demo. Each one stress-tests a capability that's genuinely difficult to get right in production voice AI:

  1. Ambient, multi-speaker audio generation (Fake Family) — beyond clean single-voice TTS.
  2. Mid-sentence code-switching with persistent state (Sabzi Aunty) — beyond turn-based language selection.
  3. Conversational, regional-language search over non-text media (Drishti) — beyond English-first retrieval.

If you're building voice agents for any market where users don't speak a single language cleanly by default — which is most of the world outside a narrow English-first assumption — these are the exact failure modes worth testing for before you ship, not after.

Related on explainx.ai

  • Sarvam Voice Agents Are Public: What Builders Can Actually Use — the product these builds run on, and what changed with the public launch.
  • Sarvam AI: Full Capabilities Guide — Models, API, Speech, Vision — how to get started with Sarvam's full API stack.
  • Bulbul v4: Sarvam's More Expressive Indian Voice Model — the TTS model behind Fake Family's ambient audio.
  • Sarvam Epoch 2026: Every Confirmed Launch — the buildathon where Drishti was built.
  • India's Sovereign AI Status: IndiaAI Mission — the broader policy push behind India-first AI stacks like Sarvam's.
  • Build a Speech-to-Speech Voice Agent — a hands-on guide for building your own voice agent.
  • Types of AI Agents: Complete Guide — where voice agents fit among broader agent categories.

Source: @SarvamAI on X, Build with Sarvam edition 4, August 19, 2026.

This post reflects the builds and details Sarvam AI shared publicly as of August 19, 2026. Availability, pricing, and product details for Sarvam's underlying APIs may change — verify current specifics on Sarvam's official site before building on them.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 13, 2026

Sarvam Voice Agents Are Public: What Builders Can Actually Use

Sarvam says its Voice Agents platform is now available to everyone after powering more than 350 million enterprise conversations. The public builder path is real, but pricing, the metric definition, and any Bulbul v4 connection still need documentation before teams make production assumptions.

Jul 30, 2026

Bulbul V4: Sarvam’s More Expressive Indian Voice Model

Sarvam unveiled Bulbul V4 at Epoch on July 30, 2026 with a 113-second voice reel built around emotion and performance. This evidence-led guide explains the announcement, the Bulbul v3 baseline, and what developers should verify before migrating production speech workloads.

Jul 30, 2026

Sarvam Epoch 2026: Every Confirmed Launch and What Comes Next

Sarvam’s first Epoch conference split builders and enterprises across July 30–31 in Bengaluru. This complete recap maps the confirmed agenda, product reveals, model context, partners and the important details that remained undocumented while social coverage moved faster than official pages.