ma2tic

23 February 2026 · Matthieu MALVACHE · 10 min

The Deepfake Crisis: Why AI Safety Guardrails Matter

In January 2026, researchers at Copyleaks found that Grok, the chatbot built into X (formerly Twitter), was generating roughly one nonconsensual sexualized image per minute. Not fictional characters. Real people, including minors, built from photos they had posted publicly on the platform.

Between December 2025 and January 2026, Grok generated over 4.4 million images on X. Up to 41% contained sexual imagery of real women. At peak, the tool was producing an estimated 6,700 sexualized deepfakes per hour, posted directly onto the same network where the victims' original photos lived.

This is what happens when you ship image generation without real guardrails.

What happened with Grok

May 2025: users discover Grok can effectively "undress" people in photos. By late December, it's a trend on X. Clothed photo of someone, prompt Grok for a sexualized version, post it publicly, sometimes it goes viral.

Reuters tested the system after xAI announced tighter safeguards. Nine reporters, dozens of controlled prompts. Grok produced sexualized imagery for 45 out of 55 prompts. The same prompts got refused by OpenAI, Google, and Meta.

Regulators moved fast. Ireland's Data Protection Commission opened an EU privacy investigation. Spain ordered its prosecutors to investigate X, Meta, and TikTok for AI-generated child sexual abuse material. California's Attorney General issued a cease-and-desist to xAI. France, India, and the UK's Ofcom all launched their own investigations. A class-action lawsuit was filed in the Northern District of California on January 23.

The lawsuit makes one point worth reading closely: xAI knew the abuse was happening. Its response wasn't to fix the problem but to restrict the feature to paying subscribers. Monetizing harm instead of preventing it.

The problem behind Grok

Grok is the most visible case. The deepfake problem goes way beyond it.

A 2023 study found that 98% of deepfake videos online are pornographic, overwhelmingly targeting women who never consented. The technical barrier collapsed. What used to require video editing skills now takes a text prompt.

The harm extends past intimate imagery. AI-generated robocalls impersonated President Biden during the 2024 New Hampshire primary. Deepfake videos of political figures now circulate every election cycle. Telling real from fake gets harder by the month. Synthetic voices and faces also get used for CEO impersonation scams and fake customer verification. The technology is cheap and getting cheaper.

The people building these models know all of this.

Why "ship it and fix it later" fails here

The Grok scandal is Silicon Valley's default playbook applied to generative AI: ship the feature, see what happens, fix it later.

"Later" arrives after millions of nonconsensual images have already been generated and spread. You can't un-generate an image. You can't pull it off every device that saved it. The damage compounds with every hour the system runs unchecked.

Compare that to how OpenAI, Google, and Meta handled the same capability. All three ship image generation. All three refused the exact prompts Grok happily executed. Not for lack of technical capability. Because they built refusal mechanisms before shipping.

Those guardrails aren't perfect, people find workarounds. But a system that tries to prevent harm and sometimes fails is nothing like a system that doesn't try at all.

Safety in generative AI is a basic engineering requirement, like input validation on a web form. Without it, you don't ship.

What real guardrails look like

Effective safety for image generation models runs on several layers. None of them are exotic.

Content classifiers come first, flagging harmful patterns before generation happens. Train them on categories of harmful content (nonconsensual intimate imagery, CSAM, deceptive political content) and apply them at both the input and the output. A prompt asking to "remove clothing" from a photo of a real person should never reach the generation model.

Identity protections are harder technically but just as important: stopping the generation of realistic images of identifiable real people without consent. Some approaches use facial recognition to block generations matching known faces. Others flag any prompt naming a real person.

Then there's provenance. The C2PA standard (Coalition for Content Provenance and Authenticity), backed by Adobe, Microsoft, Google, and OpenAI, embeds cryptographic provenance metadata in generated files. The EU's draft Code of Practice on AI-Generated Content pushes visible labels combined with invisible machine-readable watermarks. The goal: synthetic content stays identifiable even after a screenshot and a reshare.

On top of all that, add rate limiting (generating thousands of sexualized images in a short window is an obvious signal), real-time abuse monitoring, and reporting mechanisms that give victims a fast path to takedown.

This is standard practice at responsible labs. The question comes down to willingness, not technical capability.

The regulatory response

Legislators are moving. Not always fast enough, but the framework is taking shape.

The EU AI Act, with provisions taking effect August 2, 2026, is the most comprehensive. Article 50 requires that AI-generated content be "marked in a machine-readable format and detectable as artificially generated." Deployers must disclose synthetic content at first interaction. Article 99 sets penalties up to 15 million euros or 3% of global turnover. A Code of Practice on transparency is expected to finalize by mid-2026.

In the US, the TAKE IT DOWN Act was signed in May 2025, one of the rare bipartisan AI bills. It bans publishing nonconsensual intimate deepfakes and requires platforms to build takedown processes by May 2026. At the state level, 48 out of 50 states now have deepfake legislation: 30 specifically address nonconsensual intimate deepfake imagery, 45 criminalize AI-generated child sexual abuse material.

Other jurisdictions are following. The UK's Online Safety Act covers synthetic intimate images. Australia has proposed legislation. India and France launched their investigations in direct response to the Grok scandal.

The direction is clear: companies deploying generative AI will be held accountable for what their systems produce. Building in safety is becoming a legal requirement, not just good practice.

What this means if you're building with generative AI

If you're shipping a model that generates images, video, or realistic audio, the Grok case is a warning.

Test your system with adversarial prompts before you ship. Try to make it generate harmful content. If you can, your users will. This isn't optional.

No single classifier catches everything. Layer your defenses: input filtering, output classification, provenance metadata, rate limiting, abuse monitoring. Defense in depth works for AI safety the same way it works for security.

Build takedown mechanisms on day one. When someone reports that your system generated harmful content of them, you need a fast response. I've seen companies bolt reporting flows on in a panic after a crisis hits. It never goes well.

Keep up with the regulations. The EU AI Act deadlines are coming. The TAKE IT DOWN Act takedown requirements kick in May 2026. US states pass new laws every quarter. If your product serves users in these jurisdictions, compliance is your problem, not your lawyer's.

The technology to generate realistic synthetic media is here and it isn't going away. The companies that build safety into the product from the start will be the ones still standing when enforcement really begins.

If you're facing these questions in your own AI deployments, I cover safety and compliance as part of my consulting work.