Trend report · gnews_tech_ai · 2026-06-13

Palo: Personal AI for Pro Short-Form Creators. - quasa.io

Palo: Personal AI for Pro Short-Form Creators. - quasa.io

If you're using Palo, Runway, Sora, or any AI video tool to pump out short-form content, you need to understand what those platforms are actually scanning for when you upload. It's not just the pixels — it's the invisible metadata fingerprint baked into every AI-generated file. Instagram, TikTok, and YouTube have automated systems that flag AI content within seconds, often before a single human lays eyes on your post.

What actually flags your file

In 2026, platform detection doesn't rely on visual analysis alone. They're scanning file-level metadata and cryptographic signatures that travel with your content whether you see them or not.

The big one is C2PA (Content Provenance and Authenticity) — a cryptographic standard that embeds a manifest inside your file using JUMBF (JPEG Universal Metadata Box Format). When you export from Midjourney, Sora, or Runway, the file gets stamped with a c2pa.manifest_store containing actions (what tool generated it), assertions (digitalSourceType: trainedAlgorithmicMedia), and hash assertions tying content to that specific generation event. Platforms check for this. A C2PA-enabled Instagram or TikTok upload gets scanned for JUMBF boxes containing c2pa markers — if found, your file gets routed to automated review.

XMP metadata is another dead giveaway. Fields like DigitalSourceType, Generator, SoftwareAgent, and CreatorTool get written into the XMP packet during export. A raw AI export from a typical generator carries 140+ metadata tags. After Calabi strips the AI-specific ones, you're left with about 94 neutral structural tags — the difference between "looks like it came from a phone" and "clearly AI-generated."

Video files add encoder fingerprints. Tools like Lavc (libavcodec), x264, or x265 inject SEI NAL units — supplemental enhancement information that marks the bitstream as machine-encoded. These fingerprints are consistent across generations from the same toolchain and are well-documented in detection databases.

Then there's the absence problem. Real phone captures carry Make, Model, Software version, GPS coordinates, and capture timestamp. A file without these fields — or with fields that point to "Adobe Firefly 3.5" instead of "Apple iPhone 15 Pro" — looks suspicious to automated systems. Missing device identity is itself a signal.

How Calabi handles it

Calabi runs a one-pass pipeline that strips every detection signal and replaces it with authentic phone-capture identity. There are three stages:

1. Strip. Remove all C2PA/JUMBF manifests, zero out XMP fields like digitalSourceType and Generator, and clear encoder fingerprints including Lavc SEI markers. The cryptographic "made by AI" trail gets severed at the source.

2. Inject. Write device profiles that look exactly like real phone captures — iPhone 15 Pro, Pixel 8 Pro, or Galaxy S24 Ultra. Real Make/Model, authentic software version strings, valid GPS coordinates, and a capture timestamp matching the injection time.

3. Verify. Return a forensic proof card — the same ExifTool scan that platforms run — showing exactly what was stripped (18 JUMBF atoms → 0, trainedAlgorithmicMedia flag removed) and what was injected (phone identity verified). You see before/after so you know what's actually in the file.

The result is a file that looks, at the metadata level, like it was captured on a real device. Not "AI content with metadata edited" — structurally identical to a real phone recording.

How it works in practice

  1. Upload your AI-generated video or image directly in the browser. No app, no desktop software.
  2. Automatic pipeline runs — Calabi strips the C2PA manifest, XMP AI flags, and encoder fingerprints, then injects a chosen device profile (iPhone 15 Pro, Pixel 8 Pro, Galaxy S24 Ultra).
  3. Review the forensic proof card before downloading. ExifTool output shows the full before/after — every stripped flag and injected field.
  4. Download the cleaned file and upload to Instagram, TikTok, YouTube, or Reddit. The metadata reads as phone-capture, not AI-export.

Total time: under a minute. No manual editing, no selecting regions, no content-aware fill — it's a file-level transformation, not a pixel-level one.

FAQ

→ Try Calabi free at calabilabs.com — 10 cleans, no card.

10 free cleans. See the forensic proof before you download.
Try free →

Related reading