Calabi Labs · Guide · 2026-06-14
```html
When someone searches "AI detector," they're usually asking one of two things: how to spot AI-generated content, or how to get their own AI content past detection. If you're the second type—you're an AI creator who wants to post your work without an algorithm shadowbanning or suppressing it—here's what you're actually up against.
Platforms like Instagram, TikTok, YouTube, and Reddit don't use human eyes to scan your uploads. They run automated forensic checks on the file itself, reading invisible metadata and embedded signals that say "this was made by AI." That's the layer Calabi targets. The free trial is 10 cleans with no card required at calabilabs.com.
The detection layer isn't one thing—it's a stack of signals baked into every AI export. Understanding each one matters because the obvious fixes only address the surface.
C2PA and Content Credentials are the biggest culprit. AI tools like Midjourney, Sora, and DALL-E embed a cryptographic manifest called JUMBF that stores the C2PA standard—essentially a tamper-proof "made by AI" label. This isn't in the visible metadata; it's a structured data blob that survives cropping, recompression, and most re-exports. ExifTool (the same forensic tool newsrooms use) reads it directly. A single Midjourney export can contain 18 separate JUMBF atoms declaring its AI origin.
XMP AI flags are the next layer. The DigitalSourceType tag—specifically set to trainedAlgorithmicMedia—tells any scanner "this came from an AI model." Generator software also writes tool names, model versions, and prompts into XMP fields that most users never see.
Encoder fingerprints are subtler. AI video exports from tools like Runway or Pika use specific encoders—Lavc (FFmpeg's encoder library), x264, or VP9—and embed SEI (Supplemental Enhancement Information) messages in the bitstream. These aren't visible to players, but a forensic parse reveals them instantly. A standard phone recording has none of these signals.
Missing capture metadata completes the profile. Real phone photos and videos carry Make, Model, Software version, GPS coordinates, and a capture timestamp. AI exports have none of this—or they have placeholder values. The absence itself is a signal.
You've probably tried these already:
Calabi runs a three-stage pipeline in a single pass—no manual editing, no guessing.
DigitalSourceType: trainedAlgorithmicMedia, generator/tool tags, and Lavc/x264 SEI encoder fingerprints. A raw AI export drops from roughly 144 metadata tags to about 94 neutral structural tags.The result is a file that reads as a normal phone recording at the forensic level. No AI tool names, no C2PA manifests, no encoder fingerprints—just standard phone metadata. The visible content is unchanged.
Can Calabi guarantee my post won't get flagged?
No tool can guarantee that—platforms update their detection methods constantly and perceptual hashes (invisible patterns in the actual pixels) are harder to disrupt than metadata. Calabi removes the metadata and encoder signals completely, which is what most platforms scan for automatically. Results vary by platform and source model.
Does Calabi change how my image or video looks?
No. Calabi doesn't touch the pixels. It works only on the invisible metadata layer, stripping detection signals and injecting phone-capture identity. If you have a visible watermark or logo, you'd need to crop it out separately—Calabi removes the invisible layer that survives cropping.
Try Calabi free at calabilabs.com — 10 cleans, no card.
```