It’s not easy to get depression-detecting AI through the FDA
The path to FDA approval for AI-powered diagnostic tools, particularly those targeting mental health conditions like depression, is proving far more challenging than anticipated.
The Black Box Problem: Why Depression-Detecting AI Can’t Get Past the FDA
On paper, Kintsugi had everything a clinical AI startup could want: years of development, substantial venture capital, and a mission that seemed almost tailor-made for the moment. The company’s technology—using natural language processing to detect depression from subtle shifts in a person’s voice—promised to democratize mental health screening, catching signs that even trained clinicians might miss. But this spring, Kintsugi shut down. The reason wasn’t a failure of the algorithm. It was a failure to navigate the FDA’s increasingly unforgiving regulatory gauntlet [1].
Kintsugi’s demise is not an isolated tragedy. It is a warning shot for an entire generation of AI-powered diagnostic tools, particularly those targeting mental health. While Google was busy rolling out new avatar customization features for its Vids app—a harmless generative AI toy that faces no regulatory scrutiny [2]—companies building AI for critical healthcare applications are discovering that the path to market is far more treacherous than anyone anticipated. The core tension is simple: the same deep learning architectures that make these models powerful also make them opaque, and the FDA has made it clear that opacity is no longer acceptable when patient safety is on the line.
The Explainability Paradox: Why Your 98% Accuracy Rate Doesn’t Matter
The fundamental challenge facing companies like Kintsugi is what engineers call the “black box” problem. Deep learning models, particularly those built on transformer architectures and advanced natural language processing, excel at finding patterns in high-dimensional data. But they are notoriously bad at explaining how they found those patterns [1]. For a depression detection model analyzing vocal pitch, rhythm, and micro-pauses, the decision boundary between “depressed” and “not depressed” might involve thousands of nonlinear interactions across dozens of acoustic features. The model knows the answer, but it cannot tell you why.
This creates a paradox that regulators are only beginning to grapple with. The FDA’s evaluation process demands validation and transparency that are fundamentally at odds with how modern AI works [1]. Traditional medical devices—a blood glucose monitor, an MRI machine—operate on well-understood physical principles. Their outputs can be traced back to specific inputs through deterministic pathways. An AI model, by contrast, is a statistical approximation. It might achieve 98% accuracy on a held-out test set, but that number, as the MIT Tech Review has pointed out, is deeply misleading in real-world contexts [3]. The 98% figure is seductive because it is quantifiable, but it fails to capture the messiness of clinical reality [3].
For depression, the stakes of misdiagnosis are catastrophic. A false negative—missing a patient who is clinically depressed—could mean a missed intervention, potentially leading to self-harm or suicide. A false positive could label a healthy individual as depressed, triggering unnecessary treatment, stigma, or insurance complications. The FDA is not interested in aggregate accuracy. It wants to know: Under what conditions does this model fail? For which populations? And can you prove it?
This is where the explainability tools come in. Techniques like SHAP (SHapley Additive exPlanations) and LIME (Local Interpretable Model-agnostic Explanations) attempt to pry open the black box by approximating which features most influenced a given prediction [3]. But these methods are computationally expensive, and they offer only a post-hoc approximation of the model’s reasoning—not a true causal explanation. For a regulator demanding proof that a model is safe across diverse demographic groups, a SHAP summary plot is a far cry from the kind of deterministic evidence they are accustomed to [3]. The technical friction of making AI models transparent is substantial, and it is a friction that many startups, including Kintsugi, underestimated.
The Bias Trap: When Training Data Becomes a Liability
Beyond explainability, the FDA is increasingly focused on algorithmic bias, particularly in healthcare, where existing disparities can be amplified by poorly designed models [1]. The concern is not theoretical. Studies have shown that speech-based diagnostic models can perform differently across dialects, accents, and languages. A model trained primarily on English speakers from North America might fail to detect depression in a speaker of African American Vernacular English, or in a non-native speaker with a heavy accent. The vocal cues that signal depression in one cultural context might be entirely absent—or even reversed—in another.
Kintsugi trained its machine learning algorithms on vast speech datasets, aiming to identify patterns often missed by human observers [1]. But the composition of those datasets is critical. If the training data is not representative of the population the model will ultimately serve, the model will inevitably encode those biases. The FDA’s evaluation process now demands evidence that models have been validated across diverse populations, and that any performance disparities have been identified and mitigated [1]. This is not a box that can be checked with a single benchmark score. It requires extensive, costly, and time-consuming clinical trials.
The broader context here includes a growing skepticism about AI benchmarks in general. The traditional “AI vs. human” metric, which fueled early enthusiasm for AI diagnostics, is now recognized as inadequate for real-world applicability [3]. A model that beats human clinicians on a standardized test of depression detection might still be useless—or dangerous—in a real clinic, where patients present with comorbidities, medication side effects, and the full complexity of human psychology. The 98% accuracy threshold often cited in AI demonstrations is insufficient for conditions like depression, where misdiagnosis can have severe consequences [3]. The FDA knows this. And they are demanding proof.
The Startup Reckoning: When Regulatory Compliance Becomes a Competitive Advantage
For the startup ecosystem, the implications of Kintsugi’s failure are profound. The business model for many AI diagnostics startups has been built on the assumption of rapid deployment: raise money, build a model, get it into the hands of clinicians, iterate. The FDA approval process throws a wrench into that entire timeline. Securing FDA clearance can add years to a product’s development cycle and require millions in additional investment [1]. For a startup burning through venture capital, those years can be fatal.
The winners in this new landscape are likely to be companies that prioritize regulatory compliance from the outset [1]. This means building explainability into the architecture from day one, rather than treating it as an afterthought. It means investing in federated learning, which allows models to train on decentralized datasets without sharing sensitive patient data, potentially addressing both privacy and bias concerns [1]. It means designing clinical trials that are rigorous enough to satisfy the FDA, rather than relying on retrospective analyses of existing data.
The losers are those who prioritize performance metrics over safety and transparency, and who underestimate the FDA’s scrutiny [1]. Kintsugi’s shutdown, after years of development and substantial investment, is a stark reminder that technological innovation alone is insufficient [1]. The cost of failure is significant, potentially wiping out years of work and investment [1]. For engineers, this signals a shift from prioritizing benchmark accuracy to emphasizing explainability, bias mitigation, and validation across diverse populations [3]. The technical friction of making AI models transparent is substantial, but it is no longer optional.
The Regulatory Lag: Why AI Is Moving Faster Than the Rules
The challenges faced by Kintsugi reflect a broader trend: increasing regulatory scrutiny of AI applications, particularly in high-stakes domains like healthcare [1]. While AI advances rapidly, the regulatory framework is lagging, creating a disconnect between innovation and societal acceptance [1]. This is not a new problem. The same tension played out with autonomous vehicles, with drone delivery, and with algorithmic trading. But in healthcare, the consequences of getting it wrong are uniquely severe.
The FDA’s cautious approach is likely to influence other AI healthcare tools, encouraging a more conservative and risk-averse development strategy [1]. Competitors in mental health diagnostics are likely to adopt similar strategies, prioritizing regulatory compliance and transparency over rapid deployment [1]. Over the next 12 to 18 months, we can expect a slowdown in new AI diagnostic tool introductions as companies grapple with FDA approval complexities [1]. The focus will shift from technical feasibility to proving clinical validity and addressing ethical concerns [1].
This contrast with the relatively unconstrained development of generative AI tools like Google’s Vids avatar feature, which lacks the same risk profile as AI diagnostics [2]. A generative AI tool that produces a slightly off-putting avatar is a bug. A diagnostic AI that misclassifies a patient’s mental state is a tragedy. The regulatory framework is designed to prevent the latter, even if it means slowing down the former.
The Path Forward: Federated Learning, Transparency, and the New Normal
So what comes next? For developers building AI diagnostics, the path forward is clear, if difficult. The first priority must be transparency. Models need to be designed with explainability in mind, using architectures that allow for feature attribution and decision tracing. Techniques like SHAP and LIME are a start, but they are not a complete solution [3]. The industry needs new methods for building inherently interpretable models—models that can not only predict but also explain.
The second priority is validation. The era of relying on a single benchmark score is over. Companies must invest in diverse, representative datasets and rigorous clinical trials that account for demographic variation. Federated learning, which allows models to train on decentralized datasets without sharing sensitive data, may offer solutions to some of these challenges, though its adoption remains in early stages [1].
The third priority is patience. The regulatory pathway for AI diagnostics is not going to get easier anytime soon. If anything, it will get harder, as the FDA develops more sophisticated evaluation frameworks and as public scrutiny of AI safety intensifies. Startups that try to shortcut this process will fail, as Kintsugi did. Those that embrace it, building regulatory compliance into their DNA from the start, will be the ones that survive.
The hidden risk for the AI diagnostics industry lies not in technical challenges but in the complexities of demonstrating safety, efficacy, and fairness to regulators like the FDA [1]. The focus on easily quantifiable benchmarks has blinded many developers to the importance of real-world validation and ethical considerations [3]. As AI becomes integrated into critical decision-making processes, the question remains: how can we ensure these systems are not only technically sophisticated but also ethically sound and demonstrably safe for human use? The answer, as Kintsugi learned the hard way, is that there are no shortcuts. The black box must be opened. And the only way to do that is to build a better box from the ground up.
For those looking to understand the underlying technologies, resources on vector databases and open-source LLMs can provide a foundation, while AI tutorials offer practical guidance on building more transparent models. The tools are available. The question is whether the industry has the will to use them.
References
[1] Editorial_board — Original article — https://www.theverge.com/ai-artificial-intelligence/905864/depression-detecting-ai-kintsugi-clinical-ai-startup-shut-down
[2] TechCrunch — Google now lets you direct avatars through prompts in its Vids app — https://techcrunch.com/2026/04/02/google-now-lets-you-direct-avatars-through-prompts-in-its-vids-app/
[3] MIT Tech Review — AI benchmarks are broken. Here’s what we need instead. — https://www.technologyreview.com/2026/03/31/1134833/ai-benchmarks-are-broken-heres-what-we-need-instead/
[4] Ars Technica — Outbreak linked to raw cheese grows; 9 cases total, one with kidney failure — https://arstechnica.com/health/2026/03/kidney-failure-case-reported-in-raw-cheese-outbreak-maker-still-denies-link/
Was this article helpful?
Let us know to improve our AI generation.
Related Articles
Agentic AI for Robot Teams
When Robots Stop Waiting for Instructions: The Rise of Agentic AI Teams The most profound shift in robotics isn't happening on factory floors or in autonomous vehicle testing grounds—it's happening inside the neural architectures that govern how machines decide.
AI Rings on Fingers Can Interpret Sign Language
On May 21, 2026, IEEE Spectrum announced AI-powered rings that interpret sign language in real time, translating silent finger movements into spoken words and breaking communication barriers for the d
Anthropic is expanding to Colossus2. Will use GB200
Anthropic is expanding its Colossus2 AI infrastructure with a $15 billion annual investment, using GB200 chips to power its growth as quarterly revenue surges toward $10.9 billion, intensifying the ra