<?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: Alexis Balland</title>
    <description>The latest articles on DEV Community by Alexis Balland (@al3x1spz0).</description>
    <link>https://dev.to/al3x1spz0</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%2F3980138%2F35ad38de-d4ef-4f59-8ec0-d37b463039b3.jpg</url>
      <title>DEV Community: Alexis Balland</title>
      <link>https://dev.to/al3x1spz0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/al3x1spz0"/>
    <language>en</language>
    <item>
      <title>Does the EU AI Act apply to my chatbot?</title>
      <dc:creator>Alexis Balland</dc:creator>
      <pubDate>Thu, 11 Jun 2026 20:55:33 +0000</pubDate>
      <link>https://dev.to/al3x1spz0/does-the-eu-ai-act-apply-to-my-chatbot-1c9o</link>
      <guid>https://dev.to/al3x1spz0/does-the-eu-ai-act-apply-to-my-chatbot-1c9o</guid>
      <description>&lt;p&gt;I originally published this on disclosekit.dev — I'm building tooling for this deadline and the research surprised me enough to share.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;June 2026 · 5 min read&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Short answer: if your chatbot talks to people in the EU, probably yes. From &lt;strong&gt;August 2, 2026&lt;/strong&gt;, Article 50(1) of the AI Act requires you to tell users they are interacting with an AI system. Not in your terms of service. At the start of the conversation, where they can actually see it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The test is where your users are, not where you are
&lt;/h2&gt;

&lt;p&gt;A Delaware C-corp with a support bot used by customers in Berlin is covered. A French SaaS whose bot only serves a US audience is, for this rule, not. The AI Act follows the people affected, the same extraterritorial logic GDPR uses. If you can't rule out EU users, the safe assumption is that you have them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Deployer, not just provider
&lt;/h2&gt;

&lt;p&gt;A common misreading: "this is OpenAI's problem, I just use their API." No. The Act distinguishes &lt;em&gt;providers&lt;/em&gt; (who build the AI system) from &lt;em&gt;deployers&lt;/em&gt; (who put it in front of people). If you embedded a GPT-4-powered support widget on your site, you deployed an AI system that interacts with natural persons. The disclosure duty under 50(1) sits with whoever exposes the bot to users.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you actually have to do
&lt;/h2&gt;

&lt;p&gt;Inform users they are interacting with an AI system, in a clear and distinguishable way, at the latest at the first interaction. In practice that means a notice inside or directly next to the chat window when the conversation starts. The patterns emerging from the draft Code of Practice on Transparency look like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A first message or persistent label: "You're chatting with an AI assistant"&lt;/li&gt;
&lt;li&gt;In the user's language, not English-only for a German audience&lt;/li&gt;
&lt;li&gt;Visible without scrolling, hovering, or opening a settings panel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A line buried in your privacy policy fails the "clear and distinguishable" bar. So does naming your bot "Julia" with a&lt;br&gt;
human avatar and no label.&lt;/p&gt;

&lt;h2&gt;
  
  
  The exception everyone asks about
&lt;/h2&gt;

&lt;p&gt;You can skip the disclosure when it's "obvious from the point of view of a reasonably well-informed, observant and circumspect natural person" that they're talking to a machine. Regulators wrote that with deliberately narrow intent. A robot icon is not obviousness. If your bot writes fluent, human-sounding prose (every modern LLM does), assume the exception doesn't cover you. The cost of a label is so low that betting on this exception is a strange place to take legal risk.&lt;/p&gt;

&lt;h2&gt;
  
  
  What about voice agents and internal tools?
&lt;/h2&gt;

&lt;p&gt;Voice counts. An AI phone agent answering your support line interacts with natural persons and needs the same disclosure, spoken at the start of the call. Purely internal tools that only your employees touch carry much lower exposure, though labelling them is still good practice once externals (contractors, clients in a shared workspace) can reach them.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to do this month
&lt;/h2&gt;

&lt;p&gt;Take the &lt;a href="https://disclosekit.dev/checker" rel="noopener noreferrer"&gt;free 2-minute checker&lt;/a&gt; to see which Article 50 duties apply to your product. If the chatbot one does, you have two jobs before August: show the disclosure, and keep a record proving when you started showing it. The second one is what people forget. When a regulator or an enterprise procurement team asks "since when?", a screenshot from last week is not an answer.&lt;/p&gt;

&lt;p&gt;That banner-plus-record combination is exactly what &lt;a href="https://disclosekit.dev" rel="noopener noreferrer"&gt;DiscloseKit&lt;/a&gt; ships as one script tag.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>startup</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
