<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>poisoning.ai</title>
    <link>https://poisoning.ai/</link>
    <atom:link href="https://poisoning.ai/rss.xml" rel="self" type="application/rss+xml" />
    <description>Glaze, Nightshade, Fawkes, HarmonyCloak and others protect your work by poisoning the AI that scrapes it. We test, honestly, how well each one works and where it breaks.</description>
    <language>en</language>
    <item>
      <title>Can speech and ASR models be backdoored?</title>
      <link>https://poisoning.ai/articles/can-speech-models-be-backdoored</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/can-speech-models-be-backdoored</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description>Yes. Speech recognition and spoken-language-understanding models can be backdoored at training time, with triggers as ordinary as a room's echo or a background alarm. What the demonstrated attacks show, and where their limits are.</description>
    </item>
    <item>
      <title>Anti voice cloning tools compared</title>
      <link>https://poisoning.ai/articles/anti-voice-cloning-tools-compared</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/anti-voice-cloning-tools-compared</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description>A neutral, pick-by-threat comparison of the tools that protect your voice from AI cloning, from AntiFake and DeFake to VoiceBlock, V-Cloak, VoiceCloak and the purification-resistant second generation.</description>
    </item>
    <item>
      <title>Do membership inference attacks work on LLMs?</title>
      <link>https://poisoning.ai/articles/do-membership-inference-attacks-work-on-llms</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/do-membership-inference-attacks-work-on-llms</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description>On large language models, membership inference attacks usually land close to a coin flip, and the cases where they look successful often turn out to be measuring a distribution shift instead.</description>
    </item>
    <item>
      <title>How effective are data-poisoning attacks?</title>
      <link>https://poisoning.ai/articles/how-effective-are-data-poisoning-attacks</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/how-effective-are-data-poisoning-attacks</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description>In controlled studies, data-poisoning and backdoor attacks are strikingly effective and cheap, but the choices that make an attack potent tend to make it easier to detect. A neutral review of the tradeoff.</description>
    </item>
    <item>
      <title>How reliable is membership inference?</title>
      <link>https://poisoning.ai/articles/how-reliable-is-membership-inference</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/how-reliable-is-membership-inference</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description>Membership inference is a real research method for testing whether a sample was in a model's training data, but on a production model it cannot give proof. Why a positive result is a suspicion, not evidence.</description>
    </item>
    <item>
      <title>Was my music used to train AI? How to actually tell</title>
      <link>https://poisoning.ai/articles/was-my-music-used-to-train-ai</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/was-my-music-used-to-train-ai</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description>There is no public tool that searches audio training sets for your songs, and even a positive membership-inference result is not proof. What you can and cannot establish for a track.</description>
    </item>
    <item>
      <title>Was my voice used to train AI? How to actually tell</title>
      <link>https://poisoning.ai/articles/was-my-voice-used-to-train-ai</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/was-my-voice-used-to-train-ai</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description>There is no public tool that searches audio training sets for your voice, and even a positive membership-inference result is not proof. What you can and cannot establish.</description>
    </item>
    <item>
      <title>Clean-label poisoning attacks, explained</title>
      <link>https://poisoning.ai/articles/clean-label-poisoning-explained</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/clean-label-poisoning-explained</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description>A clean-label poison keeps the training label correct but alters the content, so a human reviewer sees nothing wrong while the model still learns the attacker's hidden association. How it differs from a dirty-label backdoor, and how stealthy it really is.</description>
    </item>
    <item>
      <title>Does anti voice cloning work?</title>
      <link>https://poisoning.ai/articles/does-anti-voice-cloning-work</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/does-anti-voice-cloning-work</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description>Anti voice cloning tools raise the bar, but a 2025 purification attack has already shown the protection can be stripped and the clone restored. The full picture.</description>
    </item>
    <item>
      <title>Does Fawkes still work in 2026?</title>
      <link>https://poisoning.ai/articles/does-fawkes-still-work</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/does-fawkes-still-work</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description>Fawkes worked in its 2020 tests, but whether it still hides your face from today's deployed face-search engines is genuinely unmeasured. The full picture.</description>
    </item>
    <item>
      <title>How backdoor attacks on neural networks work</title>
      <link>https://poisoning.ai/articles/how-backdoor-attacks-work</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/how-backdoor-attacks-work</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description>A backdoor hides a rule in a model during training so it works normally until it sees the attacker's trigger. How that trigger gets in, what real backdoors look like across images and audio, and why they are so hard to spot.</description>
    </item>
    <item>
      <title>How to detect a backdoored model and defend against data poisoning</title>
      <link>https://poisoning.ai/articles/how-to-detect-a-backdoored-model</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/how-to-detect-a-backdoored-model</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description>You can screen a model for backdoors, but no single test is reliable, so defenders layer model-side and data-side checks. What each defence catches, what beats it, and what actually works.</description>
    </item>
    <item>
      <title>LightShed explained</title>
      <link>https://poisoning.ai/articles/lightshed-explained</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/lightshed-explained</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description>What LightShed actually does to Glaze and Nightshade, and why its famous 99.98% figure is a detection rate, not proof that art protection is finished.</description>
    </item>
    <item>
      <title>Anti-AI music tools compared: HarmonyCloak, Poison Pill, and Poisonify</title>
      <link>https://poisoning.ai/articles/anti-ai-music-tools-compared</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/anti-ai-music-tools-compared</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description>A neutral comparison of anti-AI music tools. Only HarmonyCloak carries independent peer-reviewed evidence; Poison Pill and Poisonify are self-reported, and one has already been wound down.</description>
    </item>
    <item>
      <title>Does music poisoning survive MP3, Suno, and MusicGen?</title>
      <link>https://poisoning.ai/articles/does-music-poisoning-survive-mp3-suno-musicgen</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/does-music-poisoning-survive-mp3-suno-musicgen</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description>HarmonyCloak survives MP3 by design, but streaming codecs and the generators people name, Suno and MusicGen, are untested. What music poisoning is actually proven to survive.</description>
    </item>
    <item>
      <title>Does music AI-protection actually work, and can the noise be removed?</title>
      <link>https://poisoning.ai/articles/does-music-ai-protection-actually-work</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/does-music-ai-protection-actually-work</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description>HarmonyCloak resists the noise strippers it was tested against, but purifiers are already beating image and voice cloaks. An honest read on whether music protection actually holds.</description>
    </item>
    <item>
      <title>How HarmonyCloak makes songs unlearnable</title>
      <link>https://poisoning.ai/articles/how-harmonycloak-makes-songs-unlearnable</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/how-harmonycloak-makes-songs-unlearnable</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description>The mechanism behind HarmonyCloak: error-minimizing noise that drives a generator's training loss toward zero, so it learns nothing from your track. How it works, and where it stops.</description>
    </item>
    <item>
      <title>Image cloaking for facial recognition: how it works</title>
      <link>https://poisoning.ai/articles/image-cloaking-for-facial-recognition-how-it-works</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/image-cloaking-for-facial-recognition-how-it-works</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description>A face cloak adds an imperceptible perturbation that shifts your face's embedding so a recognizer matches you to the wrong identity. How that works, and where it breaks.</description>
    </item>
    <item>
      <title>AI art protection tools compared</title>
      <link>https://poisoning.ai/articles/ai-art-protection-tools-compared</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/ai-art-protection-tools-compared</guid>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <description>A neutral comparison of AI art protection tools, Glaze, Mist, Nightshade, PhotoGuard and more, to help you pick the right one for what you need to protect.</description>
    </item>
    <item>
      <title>DeFake, AntiFake and Voice Guard, explained</title>
      <link>https://poisoning.ai/articles/defake-antifake-voice-guard-explained</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/defake-antifake-voice-guard-explained</guid>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <description>DeFake and AntiFake are the same tool under two names, and 'Voice Guard' is a search term for the category, not one product. What the voice-protection tools actually are, and what each one does.</description>
    </item>
    <item>
      <title>Nightshade and Glaze alternatives</title>
      <link>https://poisoning.ai/articles/nightshade-glaze-alternatives</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/nightshade-glaze-alternatives</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
      <description>The main alternatives to Glaze and Nightshade: Mist, PhotoGuard, Anti-DreamBooth and the purification-resistant second generation, and what each one is for.</description>
    </item>
    <item>
      <title>Do AI poisoning and cloaking tools actually work?</title>
      <link>https://poisoning.ai/articles/do-ai-poisoning-tools-actually-work</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/do-ai-poisoning-tools-actually-work</guid>
      <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
      <description>An honest, tested scorecard of Glaze, Nightshade, Mist and more: what each defends against, what breaks it, and where the AI art-protection arms race stands.</description>
    </item>
    <item>
      <title>Can Glaze and Nightshade be bypassed?</title>
      <link>https://poisoning.ai/articles/can-glaze-nightshade-be-bypassed</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/can-glaze-nightshade-be-bypassed</guid>
      <pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate>
      <description>How cheap methods like JPEG and upscaling strip first-gen art protections, what LightShed does to Nightshade, and which newer tools still resist in 2026.</description>
    </item>
    <item>
      <title>Does Glaze actually work in 2026?</title>
      <link>https://poisoning.ai/articles/does-glaze-actually-work</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/does-glaze-actually-work</guid>
      <pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate>
      <description>What independent tests in 2026 show about whether Glaze and Nightshade actually work, and why an AI can often still copy a style they were meant to protect.</description>
    </item>
    <item>
      <title>Glaze vs Nightshade: which protects your art?</title>
      <link>https://poisoning.ai/articles/glaze-vs-nightshade</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/glaze-vs-nightshade</guid>
      <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
      <description>Glaze cloaks your style defensively; Nightshade poisons the model offensively. How the two differ, when to use each, and why artists often run both at once.</description>
    </item>
    <item>
      <title>Glaze and Nightshade, explained</title>
      <link>https://poisoning.ai/articles/glaze-and-nightshade-explained</link>
      <guid isPermaLink="true">https://poisoning.ai/articles/glaze-and-nightshade-explained</guid>
      <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
      <description>What Glaze and Nightshade actually do to protect art from AI: Glaze cloaks your style so models copy it wrong; Nightshade poisons the data that trains them.</description>
    </item>
  </channel>
</rss>
