<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Blake M Lucey</title>
    <description>The latest articles on DEV Community by Blake M Lucey (@blakelucey).</description>
    <link>https://dev.to/blakelucey</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F533917%2F0d3784de-6e47-45e6-8326-b1559c38270d.jpeg</url>
      <title>DEV Community: Blake M Lucey</title>
      <link>https://dev.to/blakelucey</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blakelucey"/>
    <language>en</language>
    <item>
      <title>Building Healthcare AI Taught Me That the Model Is the Easy Part</title>
      <dc:creator>Blake M Lucey</dc:creator>
      <pubDate>Wed, 10 Jun 2026 19:12:07 +0000</pubDate>
      <link>https://dev.to/blakelucey/building-healthcare-ai-taught-me-that-the-model-is-the-easy-part-8ef</link>
      <guid>https://dev.to/blakelucey/building-healthcare-ai-taught-me-that-the-model-is-the-easy-part-8ef</guid>
      <description>&lt;p&gt;When most developers think about healthcare AI, they think about models.&lt;/p&gt;

&lt;p&gt;Which model should we use?&lt;/p&gt;

&lt;p&gt;Should we use a managed API or self-host?&lt;/p&gt;

&lt;p&gt;How large does the context window need to be?&lt;/p&gt;

&lt;p&gt;What's the cost per token?&lt;/p&gt;

&lt;p&gt;After spending the last several months building healthcare AI software, I've come to a different conclusion:&lt;/p&gt;

&lt;p&gt;The model is often the easiest part of the system.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Challenge
&lt;/h2&gt;

&lt;p&gt;Building a proof of concept with an LLM has never been easier.&lt;/p&gt;

&lt;p&gt;You can sign up for an API, send a prompt, and have something impressive running in an afternoon.&lt;/p&gt;

&lt;p&gt;The hard part begins when you try to turn that proof of concept into something people can actually use.&lt;/p&gt;

&lt;p&gt;Questions start appearing immediately:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How does this fit into an existing workflow?&lt;/li&gt;
&lt;li&gt;What happens when the model is wrong?&lt;/li&gt;
&lt;li&gt;How should users understand the limitations of the system?&lt;/li&gt;
&lt;li&gt;How do you authenticate requests?&lt;/li&gt;
&lt;li&gt;How do you monitor usage?&lt;/li&gt;
&lt;li&gt;How do you manage costs?&lt;/li&gt;
&lt;li&gt;How do you maintain trust?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In healthcare, these questions become even more important.&lt;/p&gt;

&lt;h2&gt;
  
  
  Information vs Decisions
&lt;/h2&gt;

&lt;p&gt;One lesson I've learned is that users rarely need more information.&lt;/p&gt;

&lt;p&gt;They need help making decisions.&lt;/p&gt;

&lt;p&gt;A patient may already know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Their symptoms&lt;/li&gt;
&lt;li&gt;Their insurance provider&lt;/li&gt;
&lt;li&gt;Their local healthcare options&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What they often don't know is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Whether telehealth is appropriate&lt;/li&gt;
&lt;li&gt;Whether urgent care is a better option&lt;/li&gt;
&lt;li&gt;Whether they should wait for a primary care appointment&lt;/li&gt;
&lt;li&gt;What the likely cost implications are&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The challenge isn't generating more text.&lt;/p&gt;

&lt;p&gt;The challenge is helping people navigate uncertainty.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building for Reality
&lt;/h2&gt;

&lt;p&gt;Many AI demos assume a perfect environment.&lt;/p&gt;

&lt;p&gt;Real users don't operate in perfect environments.&lt;/p&gt;

&lt;p&gt;They are busy.&lt;/p&gt;

&lt;p&gt;They are distracted.&lt;/p&gt;

&lt;p&gt;They may not understand healthcare terminology.&lt;/p&gt;

&lt;p&gt;They may not trust AI recommendations.&lt;/p&gt;

&lt;p&gt;That means AI systems have to do more than generate answers.&lt;/p&gt;

&lt;p&gt;They need to provide context, communicate uncertainty, and fit naturally into existing decision-making processes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Watching
&lt;/h2&gt;

&lt;p&gt;I think the next wave of healthcare AI products will be less focused on model capabilities and more focused on operationalizing AI within real-world workflows.&lt;/p&gt;

&lt;p&gt;The winners won't necessarily be the teams with access to the largest models.&lt;/p&gt;

&lt;p&gt;They'll be the teams that understand users, workflows, and trust.&lt;/p&gt;

&lt;p&gt;The technology is important.&lt;/p&gt;

&lt;p&gt;The experience around the technology is what ultimately creates value.&lt;/p&gt;




&lt;p&gt;What lessons have you learned while moving AI projects from proof of concept to production?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>infrastructure</category>
    </item>
  </channel>
</rss>
