Breaking
DASHA builds voice AI agents that hold real phone conversations Platform reports powering 500M+ calls Named a Gartner Cool Vendor in Conversational AI, 2020 Built its own DashaScript language for phone dialogue LLM-agnostic: works with GPT, Claude and Gemini Founded by Vladislav Chernyshov & Ilya Stupakov DASHA builds voice AI agents that hold real phone conversations Platform reports powering 500M+ calls Named a Gartner Cool Vendor in Conversational AI, 2020 Built its own DashaScript language for phone dialogue LLM-agnostic: works with GPT, Claude and Gemini Founded by Vladislav Chernyshov & Ilya Stupakov
Company Profile · Voice AI

Dasha

Voice AI agents that hold real phone conversations - so people don't have to.

Dasha AI, the voice platform, photographed as a brand mark. New York, United States. Founded by Vladislav Chernyshov and Ilya Stupakov, engineers who built their speech stack from the microphone up.

Dasha Artificial Intelligence logo
Dasha - official brand mark
500M+
Calls powered
30+
Languages
~30
Team size
2018
Founded
The Feature

The company teaching machines to talk on the phone

Most of the AI world spent the last few years racing to build things that type back at you. Dasha placed a different bet: that the interface that matters is your voice, and the place it matters most is a phone call.

Dasha is a voice AI platform. Stripped of jargon, that means it gives software developers the tools to build agents that can pick up a phone, understand a caller, and respond in a voice close enough to human that people often forget they are not talking to one. The agents can qualify a sales lead, screen a support request, confirm an appointment, or run a survey - the repetitive, script-adjacent conversations that fill call center shifts.

The company was founded in 2018 by Vladislav Chernyshov and Ilya Stupakov, engineers whose roots trace back to Novosibirsk, Russia, and who eventually planted a headquarters in New York. From the start they made an unusual decision: rather than stitch together off-the-shelf speech recognition and text-to-speech, they built the core stack in-house. The reason was a single number - latency.

"We built all the core technology in house because today's alternatives have too high latency."

Vladislav Chernyshov, Co-founder & CEO

That obsession explains a lot about Dasha. In a text chat, a half-second delay is invisible. On a phone call, it is the difference between a conversation and an interrogation. Humans expect the other side to jump in almost instantly, to hear when they have finished a thought, sometimes to talk over each other. Dasha's engineering is aimed squarely at that gap: real-time voice-activity detection, in-house speech recognition, and a text-to-speech engine that - notably - was taught to add "ums," "ahs," and even breathing sounds. It sounds like a flaw. It is the point. Real people are not fluent, and an AI that never hesitates is an AI that sounds like a robot.

What people can actually do with it

Dasha is aimed at developers and the businesses they build for. A team can use it to automate outbound sales calls, staff an inbound support line that never sleeps, screen and qualify leads before a human ever gets involved, book appointments, or run post-sale satisfaction surveys. Documented use cases stretch across banking and finance, healthcare, insurance, and retail - including a dental practice, a bank's self-service line, and even an in-game voice assistant for a console title.

The way you build these agents is where Dasha diverges from the crowd. Instead of a drag-and-drop flowchart, the company created a programming language. DashaScript is an event-driven, declarative language written for one purpose: describing how a machine should talk on the phone. Around it sits Dasha Studio, a Visual Studio Code extension for building and debugging agents, and a Node.js SDK that wires all of it into a developer's own systems. The pitch is that voice AI should be infrastructure you build on, not a product you are locked into.

"Conversational AI is going to be the biggest paradigm shift of the last 40 years."

Vladislav Chernyshov

Where it sits in a crowded market

When Dasha launched in 2019, its competition was named Google Dialogflow, Amazon Lex, Microsoft LUIS, and Google Duplex - the demo that made headlines by booking a haircut over the phone. TechCrunch covered Dasha's arrival, and in 2020 Gartner named it a Cool Vendor in Conversational AI Platforms, an early nod before most people had ever spoken to an AI on a call.

The landscape has since filled in. A new wave of voice-agent platforms - Vapi, Retell AI, Bland AI, Synthflow, PolyAI, ElevenLabs, Cognigy - now competes for the same developers. Dasha's answer is partly its head start and partly its architecture. The platform is LLM-agnostic: bring GPT, Claude, or Gemini, and Dasha handles the voice. The wager is that the language model is becoming a commodity while the real, defensible work lives in the voice layer - the recognition, the synthesis, the sub-second timing that makes a call feel alive.

How it makes money is straightforward for the category: business-to-business software, sold as usage-based access to run calls at scale through the cloud API, plus enterprise deployments. Publicly, Dasha raised a $2 million seed in 2019 led by RTP Global, with FinSight and MTS StartUp Hub also participating. A later $2.5 million Series A has been reported but does not appear in public funding databases, so it is best treated as unconfirmed. The team sits at roughly 30 people, research-heavy, with a lineage of PhDs and competitive-programming alumni that shows in the decision to build so much from scratch.

Chernyshov has never been shy about the stakes. He has said conversational AI "will replace people everywhere technology allows" - a line that is either bracing or unsettling depending on which end of the phone you are on. What is clear is that Dasha planted its flag on voice years before the rest of the industry decided voice was worth the trouble. Now that the rest has arrived, the company that spent those years grinding on latency and disfluencies is finding out whether being early was the same as being right.

What it solves

The problems Dasha is built for

Phones that never sleep

Support and sales lines are bound by staffing. Dasha agents answer and place calls around the clock, in 30+ languages, without a queue.

The latency problem

A delayed reply breaks a call. Dasha's in-house stack and real-time voice-activity detection chase sub-second responses that keep conversation natural.

The "robot voice" tell

Perfect speech sounds fake. Dasha's synthesis adds hesitations and breathing so callers stay in the conversation, not the uncanny valley.

Repetitive human work

Lead qualification, appointment confirmations, surveys - the scripted calls that burn out agents get handed to software.

Developer control

DashaScript and an SDK give engineers real control over dialogue flows instead of a rigid, closed drag-and-drop builder.

Model lock-in

Being LLM-agnostic means teams can swap in GPT, Claude, or Gemini without rebuilding the voice layer underneath.

Under the hood

Why a phone call is hard for AI

A rough illustration of where the engineering effort goes. The harder the problem for text chatbots, the more it defines a good voice agent.

Response latency sensitivityCritical
Natural, human-like voiceVery high
Knowing when the caller stopped talkingHigh
Multi-language & mid-call switchingHigh

Illustrative, not measured benchmarks. Meant to show relative engineering priorities in voice AI.

Products & Services

The Dasha toolkit

PLATFORM

Dasha Platform

The cloud voice AI backend for building and running conversational agents at scale. In-house speech recognition and text-to-speech, real-time voice-activity detection, REST API, 30+ languages with mid-call switching, and LLM-agnostic model support.

LANGUAGE

DashaScript

An event-driven, declarative domain-specific language for designing conversation flows and dialogue logic - a purpose-built way to describe how an agent should talk.

TOOLING

Dasha Studio

A Visual Studio Code extension to build, visualize, debug, and deploy Dasha apps, with conversation-graph editing and syntax highlighting.

SDK

Dasha SDK

A Node.js / JavaScript SDK that abstracts a gRPC layer, connecting local applications to Dasha Cloud so voice AI slots into a developer's existing systems.

The founders

Who built it

VC

Vladislav Chernyshov

Co-founder & CEO

Built an Android messaging app as a CS student in 2007; now the public voice of Dasha's bet on conversational AI.

IS

Ilya Stupakov

Co-founder & CTO

PhD in computer science and ACM ICPC alumnus, leading the engineering behind the in-house speech stack.

The story so far

Timeline

2017

Novosibirsk to Silicon Valley

The team applies to Y Combinator and heads to the Valley to pursue voice AI.

2018

Dasha AI founded

Chernyshov and Stupakov formally establish the company.

2019

$2M seed & public launch

Seed round led by RTP Global; TechCrunch covers the launch.

2020

Gartner Cool Vendor

Recognized in Conversational AI Platforms as DashaScript, Studio, and the SDK ship.

2021

Platform beta with NVIDIA

Developer platform opens in beta; NVIDIA features its GPU-accelerated voice synthesis.

2024

Focus on sales automation

Positioning sharpens around end-to-end, low-latency sales call automation.

Funding

The money

RoundAmountDateLead
Seed$2.0MMar 2019RTP Global
Series A*$2.5MNov 2021Reported

* Series A is reported but unconfirmed in public databases. Only the 2019 seed is independently documented. Additional seed investors: FinSight, MTS StartUp Hub.

The field

Who else is in the room

Dasha competes with a new wave of voice-agent platforms - and once squared off against the tech giants' conversational tools.

VapiRetell AIBland AI SynthflowPolyAICognigy ElevenLabsVoiceflowGoogle Dialogflow Amazon LexGoogle Duplex
In their words

On the record

"Conversational AI will replace people everywhere technology allows."

"This is not a new industry, but what we're doing is a new category."

"Conversational AI is going to be the biggest paradigm shift of the last 40 years."

"We built all the core technology in house because today's alternatives have too high latency."

Watch & explore

See Dasha in action

Product demos and developer tutorials from the Dasha team.

Questions

Frequently asked

What does Dasha do?

Dasha is a voice AI platform that lets developers build and deploy human-like conversational agents to automate phone calls such as sales, support, and lead qualification.

Who founded Dasha?

Dasha was co-founded by Vladislav Chernyshov (CEO) and Ilya Stupakov (CTO), with roots in Novosibirsk, Russia, and a headquarters in New York.

What is DashaScript?

DashaScript is a domain-specific programming language Dasha created for designing conversation flows and dialogue logic in voice AI applications.

How is Dasha different from other voice AI tools?

Dasha built its own low-latency speech recognition and text-to-speech in-house, offers a dedicated scripting language and SDK, and is LLM-agnostic - working with models like GPT, Claude, and Gemini.

How much funding has Dasha raised?

Dasha publicly raised a $2M seed round in 2019 led by RTP Global. A later $2.5M Series A has been reported but is not independently confirmed in public databases.

Find Dasha

Links & sources

Share this profile

in  LinkedIn 𝕏  Twitter f  Facebook ◉  Instagram

Profile compiled from public sources including TechCrunch, NVIDIA, Sifted, Crunchbase, and Dasha's own site & documentation.
Figures marked approximate or unconfirmed should be verified independently.