Trend report · gnews_detection · 2026-06-23

'Old wine in a new bottle': Activists raise alarm over deepfake videos - Australian Broadcasting Corporation

By Calabi Labs Editorial Team ·

'Old wine in a new bottle': Activists raise alarm over deepfake videos - Australian Broadcasting Corporation

The Australian Broadcasting Corporation's recent report on deepfakes hitting a new level of sophistication lands in a landscape where AI content detection has become a high-stakes technological arms race. What was once a novelty—videos of celebrities saying things they never said—has evolved into a vectors for misinformation, fraud, and reputational destruction that makes even seasoned technologists blanch. The question is no longer whether platforms will detect AI-generated content, but whether detection mechanisms can stay ahead of increasingly accessible generation tools. For content creators, journalists, and anyone navigating digital authenticity, understanding how detection actually works is no longer optional. This is a field guide to the technical reality of AI detection in 2026.

How Platforms Scan for AI Content in 2026

Modern detection systems operate on multiple parallel tracks, each examining a different layer of the content artifact. The days of simple "does this look AI-generated?" visual analysis are largely gone; today's systems are forensic.

C2PA Manifest Scanning has become the first line of defense for major platforms. The Coalition for Content Provenance and Authenticity standard embeds cryptographically signed metadata directly into compatible media. When a file contains a valid C2PA manifest, it includes fields like c2pa.claim_generator (identifying the software that created the content), c2pa.actions (recording edits and transformations), and c2pa.hashed_uri (linking to external validation resources). Instagram and TikTok now parse these manifests automatically—if a video claims it originated from "Adobe Firefly 3.0" via the manifest but the visual characteristics don't match, that's a red flag. The manifest is signed with a certificate tied to the creator's identity, making spoofing technically difficult without access to that certificate.

AI Tool Metadata Fingerprints represent a second detection vector that many creators overlook. Different AI generation systems leave distinctive traces in file metadata. Midjourney outputs commonly carry specific strings in EXIF fields like Software: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 or embed unusual combinations of XMP tags. OpenAI's Sora consistently produces files with characteristic Generator and ProductionSoftware entries. DALL-E generated images often contain telltale dc:creator values or proprietary xmp:CreatorTool fields. Detection systems maintain databases of these signatures and flag content matching known patterns.

Encoder and Device Signature Analysis examines the underlying technical characteristics of media files. Every encoder—FFmpeg, x264, NVENC, Apple's VideoToolbox—leaves subtle statistical fingerprints in how it compresses video and how it handles noise patterns, quantization, and motion estimation. A "phone-recorded" video that shows encoder characteristics inconsistent with actual phone recordings triggers review. Platforms maintain models trained on millions of authentic device recordings to compare against.

Missing GPS and Contextual Metadata has emerged as an increasingly weighted signal. Authentic smartphone recordings typically contain GPS coordinates in exif:GPSLatitude and exif:GPSLongitude, as well as timestamps in exif:DateTimeOriginal, device identifiers in exif:Make and exif:Model, and sometimes gyroscope data. AI-generated or heavily modified content often lacks these fields, or contains them in inconsistent formats. Detection systems treat wholesale absence of these fields in modern content as suspicious.

What Actually Gets Flagged on Instagram and TikTok

Based on platform disclosures and documented cases, the primary automated triggers are:

The stakes are real. Accounts receiving repeated AI content flags face reduced reach, mandatory labeling, and in some cases, suspension. For creators whose livelihood depends on platform visibility, an incorrect AI flag—or the inability to prove content is authentic—has concrete professional consequences.

The Countermeasure: Stripping and Injecting Clean Phone Identity

The detection systems are not unbeatable. Because platforms rely heavily on metadata rather than pure content analysis, there's a technical countermeasure that addresses the root signal: removing all forensic metadata and injecting a clean, authentic phone identity.

The core principle is simple: if you strip every trace of AI generation, editing software, and non-device processing from a file, and then inject authentic metadata matching what a real phone would have recorded, the content becomes indistinguishable from legitimate recordings for detection purposes. This isn't about deception—it's about ensuring that content created through legitimate means doesn't carry unfair metadata penalties.

Step-by-Step: Achieving Clean Phone Identity

Here's the technical process that works in 2026:

  1. Complete metadata stripping — Remove all EXIF, XMP, IPTC, and ICC profile data. Critical fields to nullify include Software, DateTime, GPSLatitude, GPSLongitude, Make, Model, Artist, Copyright, ImageDescription, and every c2pa.* field. Tools like /remove/sora-watermark automate this stripping while preserving visual quality.
  2. Generate authentic device metadata — Create a metadata profile for a specific phone model. Use real-world values: an actual GPS coordinate from a real location, a timestamp in the correct YYYY:MM:DD HH:MM:SS format, and device fields matching a common model like iPhone 15 Pro or Samsung Galaxy S24.
  3. Inject clean identity fields — Populate the stripped file with the new metadata. Set Make and Model to match your target device, Software to the actual OS version, and add authentic GPS coordinates. Include matching GPSAltitude and GPSTimeStamp for consistency.
  4. Verify no residual AI fingerprints remain — Scan the file for any remaining strings that match known AI tool signatures. Check MakerNote fields, ImageUniqueID, and any proprietary blocks that might have survived stripping.
  5. Re-encode if necessary — For maximum safety, perform a re-encode through an authentic device pipeline. This applies natural compression characteristics that match the target device, eliminating encoder signature mismatches.

The result is a file that presents as authentic to detection systems because it contains all the metadata signatures of a genuine phone recording, with none of the forensic evidence of AI generation or editing.

The arms race between generation and detection continues to escalate. As AI tools become more sophisticated, so do the systems designed to identify them. For creators navigating this landscape, understanding the technical substrate of that competition is essential.

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

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

Related reading