Calabi Labs · Guide · 2026-06-15
Here's the clean HTML page:
```html
Jorja Smith's record label, FAMM, has filed a legal claim against British dance act Haven, demanding a share of royalties from the viral track "I Run" — which the label says was made using AI to clone the Grammy-nominated singer's voice without her consent. The case, reported in December 2025, is being closely watched across the music and AI industries as a test of how rights are handled when an artist's voice is reconstructed by a machine.
The song racked up millions of streams after spreading on TikTok in October 2025, with listeners quickly noting that the vocals sounded unmistakably like Jorja Smith. FAMM says no license was sought, no permission was given, and the label is now pursuing a share of all royalty earnings. Haven has not publicly responded to the claims.
When a track like "I Run" is uploaded to TikTok, Instagram, YouTube, or Spotify, the platform runs it through automated detection systems that don't just listen — they read the file's invisible infrastructure. Here's what those systems are actually scanning:
DigitalSourceType: trainedAlgorithmicMedia get written into a file's XMP metadata when certain AI generation tools export. This is a direct, machine-readable signal that the audio did not originate from a physical recording.The "I Run" case reportedly attracted attention partly because listeners on TikTok spotted the vocal similarity — but the platform's own automated scanning would have picked up on the metadata layer independently, had the track been flagged through that route.
If you're an AI creator who has made a track and now worries about it being challenged — or if you're trying to distribute AI-generated audio without running into Content ID or platform takedowns — you might instinctively try some common workarounds. Here's why they fail:
The underlying problem is that the detection layer is invisible to you as you look at the file — and most consumer-friendly "metadata cleaning" tools don't target the right fields. You think the file is clean because it looks normal, but the forensic scan a platform runs sees a different story.
If you're creating AI audio or video content and want it to present as a normal capture — or if you want to understand what a proper cleaning tool actually does — here's the real process:
DigitalSourceType: trainedAlgorithmicMedia flags, generator and tool tags, and encoder fingerprints (Lavc, x264 SEI markers) that identify AI export pipelines. The goal is to reduce an AI export's 100+ metadata tags down to a neutral structural set.That's the pipeline Calabi runs: a one-pass process that handles all three stages automatically, so the file that comes out reads, at the file level, as a normal phone recording. No manual editing, no guessing which fields to remove.
Does this mean the "I Run" track should have been caught and removed?
Potentially, yes — but platform enforcement varies. TikTok and YouTube have automated AI-content detection, but the speed and accuracy depend on the implementation. The FAMM case shows that even when platforms don't act automatically, rights holders are watching viral AI tracks and pursuing claims directly.
If I use AI to create music, can someone claim royalties from me?
This is genuinely unsettled legal territory. FAMM's claim is based on voice impersonation and unauthorized use of likeness — not just metadata. The outcome of cases like this will help define what rights artists have over reconstructed voices. For now, the safest move is to ensure your AI-generated files don't carry the technical signals that make them trivially identifiable as AI-made.
Is this the same as removing a visible watermark from an image?
No — and it's important to be clear about the difference. A visible logo or watermark is a visual artifact you can crop out or paint over. The problem Calabi addresses is the invisible detection layer: the metadata, provenance manifests, and encoder fingerprints that tell a platform "this was AI-generated." Removing those signals is a file-level operation, not a pixel-level one. Calabi doesn't edit what a file looks like — it edits what a file says about itself.
Try Calabi free at calabilabs.com — 10 cleans, no card.
```