<?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: James Risner</title>
    <description>The latest articles on DEV Community by James Risner (@james_risner_cad3dec41017).</description>
    <link>https://dev.to/james_risner_cad3dec41017</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4010842%2Fd807299d-7f7a-45c7-8c72-4663d2c20c5d.png</url>
      <title>DEV Community: James Risner</title>
      <link>https://dev.to/james_risner_cad3dec41017</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/james_risner_cad3dec41017"/>
    <language>en</language>
    <item>
      <title>Why HIPAA-Compliant AI Matters for Healthcare Customer Conversations</title>
      <dc:creator>James Risner</dc:creator>
      <pubDate>Tue, 14 Jul 2026 12:54:50 +0000</pubDate>
      <link>https://dev.to/james_risner_cad3dec41017/why-hipaa-compliant-ai-matters-for-healthcare-customer-conversations-49cl</link>
      <guid>https://dev.to/james_risner_cad3dec41017/why-hipaa-compliant-ai-matters-for-healthcare-customer-conversations-49cl</guid>
      <description>&lt;p&gt;HIPAA gets mentioned a lot in healthcare tech conversations, usually in the context of "we are compliant" appearing somewhere on a vendor's website without much explanation of what that actually means.&lt;/p&gt;

&lt;p&gt;If you are a developer building a healthcare product, or a founder evaluating AI tools for a healthcare-adjacent business, the gap between "we mention HIPAA" and "we are genuinely HIPAA-compliant in the ways that matter for your use case" is worth understanding. This post is an attempt to close that gap for one specific use case: AI handling patient and customer conversations.&lt;/p&gt;

&lt;h2&gt;
  
  
  What HIPAA Actually Regulates in This Context
&lt;/h2&gt;

&lt;p&gt;HIPAA protects what the regulation calls Protected Health Information, or PHI. PHI is any information that can identify a patient and relates to their health status, care, or payment for care. That definition is broader than most people assume.&lt;/p&gt;

&lt;p&gt;A patient's name combined with an appointment date is PHI. A phone number tied to a medical query is PHI. A record of which department someone was trying to reach when they called your clinic is, depending on context, potentially PHI.&lt;/p&gt;

&lt;p&gt;The implication for AI tools handling customer or patient conversations: if the AI is ingesting, storing, or processing any of this information, it is operating on PHI. The HHS Office for Civil Rights, which enforces HIPAA, makes clear that covered entities and their business associates must apply the same safeguards to AI systems as to any other data processor handling PHI.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Business Associate Agreement Requirement
&lt;/h2&gt;

&lt;p&gt;If you are a healthcare covered entity, which includes most healthcare providers, health plans, and healthcare clearinghouses, and you bring in a third-party AI tool that touches PHI, that vendor must sign a Business Associate Agreement, commonly called a BAA, before you can legally use their tool with real patient data.&lt;/p&gt;

&lt;p&gt;A BAA is a specific contract that commits the vendor to handling PHI in accordance with HIPAA requirements. It establishes what data they can use, how they must protect it, what happens in the event of a breach, and how long they retain data.&lt;/p&gt;

&lt;p&gt;This is not a formality. If a vendor is unwilling or unable to sign a BAA, you cannot use their tool in a context where it will process PHI, full stop. Any vendor claiming HIPAA compliance without offering a BAA is either confused about what HIPAA compliance means in a B2B context, or hoping you are.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where AI Conversation Tools Create Real Risk
&lt;/h2&gt;

&lt;p&gt;The risk surface for AI tools in healthcare customer conversations is larger than it looks at first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;At intake.&lt;/strong&gt; A patient calls to book an appointment and mentions a symptom. That mention is PHI the moment it is transcribed or stored.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;During qualification.&lt;/strong&gt; An &lt;a href="https://aitechupdates.wordpress.com/2026/06/11/ai-sales-concierge-vs-chatbot-why-the-distinction-actually-matters/" rel="noopener noreferrer"&gt;AI sales agent&lt;/a&gt; asking qualifying questions before routing to a human might ask "What brings you in today?" The answer is PHI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In follow-up messages.&lt;/strong&gt; An automated reminder that references a specific appointment type or department is, in combination with a patient identifier, potentially PHI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In CRM logging.&lt;/strong&gt; If the AI logs conversation summaries to your CRM with any reference to a patient's reason for contact, that log entry contains PHI.&lt;/p&gt;

&lt;p&gt;Each of these touchpoints needs to be covered by appropriate technical and administrative safeguards, documented in a BAA, and auditable if OCR ever investigates.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Technical Compliance Actually Looks Like
&lt;/h2&gt;

&lt;p&gt;HIPAA does not prescribe specific technologies. It describes requirements, and vendors must demonstrate they meet them. For AI conversation tools specifically, here is what meaningful compliance usually involves:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Encryption in transit and at rest.&lt;/strong&gt; All conversation data must be encrypted when it moves between systems and when it is stored.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Access controls and audit logging.&lt;/strong&gt; The system must be able to show who accessed what data and when. This matters if there is ever a breach investigation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data minimization.&lt;/strong&gt; The AI should only collect and retain what it actually needs. Conversation data should not be stored longer than necessary for the documented purpose.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Incident response procedures.&lt;/strong&gt; The vendor must have a documented process for notifying you in the event of a breach, within the 60-day window HIPAA requires for breach notification.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Staff training and policies.&lt;/strong&gt; The vendor's internal team needs documented HIPAA training. This is often skipped by smaller AI vendors who have not been through a real compliance review.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Different Tools Handle This
&lt;/h2&gt;

&lt;p&gt;A few AI conversation platforms are worth looking at through this lens, because they approach it differently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nuance Communications&lt;/strong&gt; (now part of Microsoft) has built HIPAA compliance into its healthcare AI products from the ground up, with BAAs standard in enterprise contracts and deep integration with clinical workflows. The trade-off is cost and complexity: it is built for large health systems, not small clinics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Twilio&lt;/strong&gt; offers HIPAA-eligible configurations for its communications APIs, with BAAs available. Developers building on Twilio can implement compliant voice and messaging, but the compliance burden shifts significantly to the builder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Keum&lt;/strong&gt; positions its &lt;a href="https://keum.ai/ai-customer-support/" rel="noopener noreferrer"&gt; ai customer support&lt;/a&gt; tools for B2B service businesses including healthcare-adjacent ones. Their AI Sales Concierge (keum.ai/ai-sales-concierge/) handles inbound qualification and appointment booking. If you are evaluating Keum for a healthcare context, the right question to ask is specifically about their BAA availability and the technical safeguards in their data processing pipeline. That due diligence conversation is the correct next step, not just checking a compliance badge on their website.&lt;/p&gt;

&lt;p&gt;The pattern across all of these is the same: compliance is a process and a set of documented agreements, not a feature you turn on.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Practical Checklist for Evaluating AI Tools in Healthcare
&lt;/h2&gt;

&lt;p&gt;If you are assessing an AI conversation tool for a healthcare business, here is what I would actually verify before signing anything:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Will they sign a BAA?&lt;/strong&gt; If the answer is no, or "we do not usually need to do that," that tells you everything you need to know.&lt;/p&gt;

&lt;p&gt;Where is PHI stored, and for how long? Get this in writing, not just in a summary document.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What encryption standards do they use?&lt;/strong&gt; AES-256 at rest and TLS 1.2 or higher in transit is the baseline expectation.&lt;/p&gt;

&lt;p&gt;How do they handle a breach? Ask for a summary of their incident response plan and the timeline they commit to for notification.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Have they completed a HIPAA risk assessment?&lt;/strong&gt; HIPAA requires covered entities and business associates to perform and document risk assessments. A vendor that cannot point to theirs has not done the work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What data does the AI model train on?&lt;/strong&gt; If the vendor uses customer conversation data to improve their model, you need to understand whether that includes PHI and whether it is permitted under the BAA.&lt;/p&gt;

&lt;p&gt;The National Institute of Standards and Technology published guidance on AI risk management that is increasingly referenced alongside HIPAA requirements for healthcare AI systems. It is worth reading if you are responsible for this evaluation.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Broader Point
&lt;/h2&gt;

&lt;p&gt;HIPAA compliance for AI conversation tools is not primarily a technical problem. It is a documentation, process, and vendor relationship problem that requires technical controls underneath it.&lt;/p&gt;

&lt;p&gt;The healthcare businesses getting this right are the ones treating compliance as a purchasing criterion from the start of a vendor evaluation, not an afterthought once a tool is already deployed. By the time you are asking the BAA question after signing a contract, you are already in a harder position.&lt;/p&gt;

&lt;p&gt;If you are building a product in this space, the same logic applies in reverse: having your compliance documentation and BAA process sorted before sales conversations become serious is worth more than almost any feature you could ship instead.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>agents</category>
      <category>tools</category>
    </item>
    <item>
      <title>5 Types of Small Businesses That Benefit Most From an AI Receptionist</title>
      <dc:creator>James Risner</dc:creator>
      <pubDate>Wed, 01 Jul 2026 13:00:27 +0000</pubDate>
      <link>https://dev.to/james_risner_cad3dec41017/5-types-of-small-businesses-that-benefit-most-from-an-ai-receptionist-2k8h</link>
      <guid>https://dev.to/james_risner_cad3dec41017/5-types-of-small-businesses-that-benefit-most-from-an-ai-receptionist-2k8h</guid>
      <description>&lt;p&gt;Most small businesses don't lose customers because of bad service. They lose them because the phone rang and nobody picked it up.&lt;/p&gt;

&lt;p&gt;That sounds like a small problem until you run the math on your own call volume. Every unanswered call is a customer who was ready to book, ready to buy, or ready to ask the one question standing between them and a sale - and instead they hung up and called the next name on Google. This is exactly the gap an &lt;a href="https://keum.ai/ai-receptionist/" rel="noopener noreferrer"&gt;AI receptionist&lt;/a&gt; is built to close: an always-on system that answers instantly, understands what the caller actually needs, and books the appointment or routes the call without a human having to drop what they're doing.&lt;/p&gt;

&lt;p&gt;Not every business needs this the same way. A software company that gets ten support tickets a day through email has different needs than a plumber getting emergency calls at 11pm. Here are five types of small businesses where an AI receptionist tends to pay for itself fastest.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Home Service Businesses
&lt;/h2&gt;

&lt;p&gt;Plumbers, electricians, HVAC techs, and general contractors have a specific problem: the person who should answer the phone is usually elbow-deep in a job site with wet hands or a wrench in the way. Calls go to voicemail by default, not by choice.&lt;/p&gt;

&lt;p&gt;The trouble is that home service calls are rarely "call me back whenever." A burst pipe or a dead AC unit in July is an emergency for the caller, and they'll dial the next contractor within minutes if nobody answers. A receptionist that can pick up instantly, ask what's wrong, capture the address and urgency, and either book a slot or alert an on-call tech changes the outcome of that call completely - especially outside normal business hours, when a huge share of home emergencies actually happen.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Healthcare Clinics and Dental Practices
&lt;/h2&gt;

&lt;p&gt;Front desk staff at a clinic or dental office are doing at least three jobs at once: checking in the patient standing in front of them, handling paperwork, and trying to answer a ringing phone. Something has to give, and it's usually the phone.&lt;/p&gt;

&lt;p&gt;For a practice, a missed call isn't just an inconvenience, it's a missed new-patient booking or a rescheduled appointment that never gets rescheduled. An AI receptionist that can confirm appointment slots, answer basic insurance or hours questions, and escalate anything sensitive to a human keeps the front desk from being the bottleneck. It's worth noting this only works if the system is built with proper data handling in mind, since healthcare conversations involve real patient information - which is part of why tools like keum's AI Receptionist are built around encryption and compliance-ready infrastructure rather than treated as an afterthought.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Real Estate Agencies and Brokers
&lt;/h2&gt;

&lt;p&gt;Real estate runs on timing. A buyer sees a listing at 9pm on a Saturday and wants to know if it's still available, right now, not Monday morning. According to the National Association of REALTORS® Technology Survey, most agents say they adopt new technology primarily to save time and to improve the client experience - which tracks, since a huge share of buyer inquiries land well outside a 9-to-5 workday.&lt;/p&gt;

&lt;p&gt;An agent who's mid-showing can't also be answering inbound calls about a completely different property. An AI receptionist can qualify the caller, answer straightforward listing questions, and get a showing on the calendar, so the lead doesn't go cold before the agent is free to call back personally.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Law Firms and Legal Practices
&lt;/h2&gt;

&lt;p&gt;Legal intake is unusually unforgiving. Someone calling about a car accident, a custody dispute, or a business dispute is often calling multiple firms in the same afternoon, and whichever one actually answers the phone has a real edge. Yet according to the Oklahoma Bar Association, the share of firms answering an incoming call from a prospective client has dropped sharply over the past several years, and firms that do miss a call frequently don't call back at all.&lt;/p&gt;

&lt;p&gt;A receptionist that answers every time, gathers the basics of the case, and flags urgent matters for a human keeps a law firm's marketing spend from going to waste on leads that never get followed up.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Spas, Salons, and Wellness Studios&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Single-location service businesses like spas, salons, and wellness studios run almost entirely on bookings, and the person best suited to take a call - a stylist, a technician, a therapist - is also the person mid-appointment with an existing client. Answering the phone means stopping the service they're being paid for.&lt;/p&gt;

&lt;p&gt;An AI receptionist handles this cleanly: it can check availability, book or reschedule appointments, and answer the usual "do you take walk-ins" or "what are your hours" questions without pulling staff away from paying customers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Is Becoming Standard, Not Optional
&lt;/h2&gt;

&lt;p&gt;Small business AI adoption has moved fast. Forbes reports that a majority of companies are now using AI in some part of their operations, though most are still figuring out how to get real value from it rather than just experimenting. The U.S. Chamber of Commerce has made a similar point: AI has shifted from a nice-to-have to a strategic tool small businesses use to compete with much bigger players, particularly around customer communication and operations.&lt;/p&gt;

&lt;p&gt;Phone answering is one of the clearest, most measurable places to start. It's not abstract like "improve marketing" - it's a specific, constant leak that's easy to see once you start tracking it. Traditional options like live answering services (think Ruby Receptionist or Smith.ai) solve part of this by putting a human on the line, but they come with per-minute pricing and staffing limits of their own. A conversational AI receptionist, like keum's, is built to sidestep both problems: it doesn't get overwhelmed at 100 simultaneous calls, doesn't clock out at 6pm, and gets smarter over time as it learns from calls it couldn't confidently handle.&lt;/p&gt;

&lt;p&gt;If your business runs on inbound calls - bookings, appointments, quotes, consultations - the question isn't really whether an AI receptionist is worth exploring. It's how many calls you're currently losing before you find out.&lt;/p&gt;

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