Skip to main content

Why Building Your Own Ambient Scribe with Open-Source LLMs Is Harder Than It Looks

Blog

July 9, 2026

The build vs. buy conversation is happening in boardrooms and engineering Slack channels across healthcare tech. With so much seemingly possible via general-purpose large language models, why rely on specialized clinical AI tools and platforms? Even established Clinical Decision Support tools are being challenged, let alone Ambient Scribes. Before your organization goes down that path, however, it’s important to understand the complex engineering challenges involved in building your own clinical AI stack.

The promise of an ambient hackathon implementation is seductive: grab Whisper for speech recognition, bolt on a free open-source LLM like LLaMA or Mistral, wrap it in a HIPAA-compliant shell, and ship an ambient documentation tool in a quarter. No vendor lock-in. No per-seat licensing. Full control.

Or perhaps open-source is still a little too “wild west” to trust. Why not just send the transcribed conversation straight to Opus 4.7 or GPT 5.2? In fact, a quick peruse through arxiv and github will suggest an open source solution like Berta-AI-Scribe with its ability to use a number of models.

It sounds like a reasonable engineering solution in isolation, but at scale, it quickly balloons in complexity.

After watching health systems, digital health companies, and EHR vendors attempt exactly this (and after seeing the less-than-stellar outcomes), we want to be direct with our partners and prospective customers: building a production-grade ambient scribe from scratch is not for the faint of heart. Not because the technology doesn't exist, but because getting it right in a clinical environment requires years of iteration, specialty-specific tuning, and the kind of real-world feedback loop that only comes from deploying across multiple specialties, workflows, and form factors.

This is the exact problem Suki has been solving since 2017, resulting in an extensive portfolio of over 40 granted patents. It’s why we built Suki for Partners, a powerful developer platform and API suite that enables healthtech companies, EHRs, and telehealth platforms to seamlessly embed Suki's Ambient Clinical Intelligence into their own applications. It allows our partners to offer specialty-specific ambient documentation, as well as advanced capabilities like voice editing, problem-based charting, patient summaries, order staging, and more, without building the AI systems from scratch. It didn’t happen overnight; in fact, it took Suki nine years to build the Ambient Clinical Intelligence our customers and partners trust with real-world encounters today.

So before you try to build your own ambient scribe, here are some of the key challenges to be aware of:

1. Medical-grade ASR is not a solved problem

Open-source ASR models like Whisper and Parakeet are genuinely impressive. They are also trained primarily on general speech data, which means they struggle with the things that make clinical encounters distinct: medication names, specialty-specific terminology, heavy accents, overlapping voices in a telehealth session, background noise in a busy ED, and the informal shorthand clinicians use when they think no one is transcribing. Suki’s reinforcement learning process has been refined over five years to account for these variations, and our word error rates and semantic WER are constantly improving due to a wide distribution base.

Getting transcription accuracy high enough for clinical documentation, where a misheard medication name or a missed negation ("no chest pain" rendered as "chest pain") can have direct patient safety consequences, requires fine-tuning on clinical audio data that most organizations simply do not have. Suki has processed millions of clinical encounters across 100+ specialties. That data advantage compounds over time and cannot be replicated quickly.

The cost of transcription errors in a home-built system is not just embarrassment. It is clinician distrust. Clinicians who encounter a note with fabricated or misattributed content will stop using the tool, and they will tell their colleagues. Adoption failure from a poor first impression is extremely difficult to recover from.

2. HIPAA compliance is an infrastructure problem, not a checkbox

Healthcare organizations often underestimate what HIPAA-compliant AI infrastructure actually entails. It is not just a Business Associate Agreement with your cloud provider. When you build your own ambient scribe, you are responsible for:

  • End-to-end encryption of audio from the point of capture through storage, processing, and deletion
  • Access logging, audit trails, and breach notification protocols for every component of the pipeline
  • Training-data pseudonymization, redaction, date-shifting and de-identification.
  • Model governance — ensuring that the LLM you are using is not training on patient data or exfiltrating PHI
  • Data residency requirements for state-specific regulations that go beyond federal HIPAA minimums
  • Ongoing security reviews as your open-source dependencies update (and introduce new vulnerabilities)

Suki has already built and maintained this infrastructure across 400+ organizations. For a digital health company or health system building internally, standing up HIPAA-compliant AI infrastructure from scratch typically requires a dedicated security and compliance team, third-party audits, and six to twelve months of lead time before a single clinician sees the tool.

3. Specialty coverage requires clinical expertise, not just technical talent

A SOAP note should not be confused with the SOAP protocol. A SOAP note for a primary care visit looks nothing like documentation for a menopause consultation, an orthopedic post-op note, a behavioral health session, or an emergency department encounter. Each specialty has distinct documentation requirements, billing nuances, prior authorization triggers, and note structures. Getting note quality right across even a handful of specialties requires months of iteration with clinician feedback, and that feedback loop needs to be scalable, systematic, and continuous.

Suki supports 100+ medical specialties with pre-built templates, context-aware note logic, and ongoing quality improvements driven by clinician input from real deployments. The 150+ feature enhancements shipped in 2025 alone were not born from engineering instinct; they came from clinicians telling Suki what was working and what was not across millions of encounters. A home-built tool starts that iteration clock from zero.

The stakes are particularly high for specialty-focused organizations. If your clinical documentation layer produces notes that don't reflect the nuance of your patient population, wrong terminology, missing context, or incorrect medication framing, clinicians will not trust it. And a tool clinicians don't trust is not a tool at all.

4. EHR integration is where most home-built tools quietly fail

The ambient scribe is not the hard part. Getting the structured output into the right fields of the right EHR — correctly, reliably, at scale — is where most internal builds get stuck.

Epic alone has dozens of note types, multiple API surfaces, and integration requirements that change with major releases. MEDITECH, Athena, Oracle Health, and others each have their own integration patterns, authentication models, and data structures. Building and maintaining bidirectional EHR integrations while simultaneously tuning model quality and managing HIPAA compliance is a significant ongoing engineering burden, one that grows proportionally with the number of EHRs you need to support.

Suki is embedded directly within Epic's Haiku and Hyperspace through the Epic Toolbox program, with native integrations across all major EHRs. That is years of partnership work and technical investment that an internal team would need to replicate, often while negotiating EHR vendor relationships from scratch. Cut-and-paste doesn’t cut it in 2026.

5. Open-source LLMs introduce clinical hallucination risk that is difficult to manage at scale

General-purpose open-source LLMs were not designed for clinical documentation. They hallucinate. In consumer contexts, a hallucinated fact is an inconvenience. In a clinical note, a hallucinated medication, lab value, symptom, or physical exam finding can affect treatment decisions, billing integrity, and legal liability.

Managing hallucination risk in a clinical LLM deployment requires more than a system prompt. It requires structured output constraints, confidence scoring, clinician review workflow design, anomaly detection, and feedback mechanisms that feed corrections back into the model pipeline. This is active, ongoing engineering work, not a one-time configuration.

Suki's note quality improvements, including a 48% reduction in amended encounters, reflect years of investment in exactly this problem. Organizations building internally will spend significant time and money learning the same lessons before they have a production-grade tool.

6. The ongoing cost structure is not what you think

The economics of "building vs. buying" in ambient documentation are frequently miscalculated. The initial build cost is visible: engineering hours, infrastructure, and compliance review. The ongoing costs are less visible but often larger:

  • Model maintenance: LLMs and ASR models require updates as new versions are released and as your clinical use cases evolve. Each update requires regression testing to ensure note quality has not degraded across specialties.
  • Clinician support: Every note quality issue generates a support ticket. At scale, this becomes a meaningful operational burden.
  • EHR integration maintenance: EHR APIs change. Integrations break. Keeping them current is a continuous engineering task.
  • Regulatory updates: Documentation requirements change with CMS rule updates, prior authorization reforms, and coding changes. Your tool needs to reflect those changes quickly.

When you partner with Suki, we handle all of the ongoing work that it takes to keep ambient documentation running smoothly. From model maintenance to clinician support, EHR integration updates, and regulatory compliance, Suki’s team of experts is constantly working to make sure the platform functions correctly and improves over time.

The Bottom Line

The ambient documentation problem is not unsolved. It has been solved, iteratively, by teams who have been working on nothing else for years. The question for your organization is not whether you can build it — you probably can, eventually, for a subset of the use cases you ultimately require. The question is whether that is the best use of your engineering talent, your capital, and your timeline.

Your team's competitive advantage is what you build on top of a reliable documentation layer, the clinical experience, the patient workflows, the insights, and the intelligence specific to your population. Every sprint spent debugging ASR accuracy or maintaining EHR integrations is a sprint not spent on that differentiation.

Partner with Suki on the hard infrastructure. Integrate it into your web and mobile applications, and leverage the platform as you need other AI Skills unlocked by Ambient. Then use it as a foundation to build your organization’s future and AI infrastructure.

Interested in learning more about Suki's partner program and how it integrates with your EHR and clinical workflows? Contact us to start the conversation.

Megan Van Buren & Joe Chang