Trend report · gnews_detection · 2026-06-03

Wikipedia may have built the best AI writing detection guide - MakeUseOf

Wikipedia may have built the best AI writing detection guide - MakeUseOf

In early 2025, Wikipedia published what many consider the most comprehensive AI writing detection guide in existence. It catalogs detection patterns, evaluates platform approaches, and crucially, documents why most detection methods fail at scale. The guide's core insight: detection isn't about finding AI text—it's about tracing provenance through a chain of digital evidence.

This matters enormously in 2026, when major platforms have moved well past keyword matching. What they scan for now is forensic, not stylistic.

What Platforms Actually Scan For in 2026

Content moderation at scale has shifted toward cryptographic provenance verification. Here are the four primary detection surfaces active on Instagram, TikTok, and YouTube:

C2PA (Coalition for Content Provenance and Authenticity)

C2PA is an open standard for adding cryptographically signed metadata to digital content. When an image is generated by Midjourney v6, exported from Sora, or created with any major AI tool, it should carry a C2PA manifest with fields like:

Platforms including Google, Microsoft, and Adobe have implemented C2PA readers. When a file arrives on TikTok or Instagram with an intact C2PA manifest showing AI generation, it gets flagged or labeled. The field c2pa.active_manifest must be present and valid for verification to trigger.

AI Metadata Stripping Artifacts

When users strip EXIF or XMP metadata hoping to remove evidence, the removal itself creates detectable anomalies. Detection systems look for:

Encoder Signatures

AI image generators use specific upscaling, compression, and rendering pipelines. Each leaves subtle signatures in the frequency domain:

Adobe's Content Credentials and TikTok's automated scanners both flag files with encoder fingerprints that don't correspond to known physical devices.

Missing GPS and Device Identity

Perhaps the most consistently flagged anomaly is the absence of geolocation data on files that claim to be "authentic phone photos." In 2026:

What Gets Flagged on Instagram and TikTok

Based on documented moderation cases and researcher reports, the following content types face highest scrutiny:

TikTok's algorithm specifically flags content where the declared capture device doesn't match the encoder signature. If a file claims to be an iPhone 15 Pro photo but has Real-ESRGAN upscaling artifacts, it's escalated. Instagram applies similar logic through its AI-generated content detection system launched in late 2024.

The Only Durable Fix: Strip and Inject Clean Identity

Removing AI metadata alone doesn't work—stripping creates its own artifacts and doesn't address encoder signatures or missing GPS. The effective approach is a two-step process:

  1. Strip all AI-originating metadata completely. This means removing XMP, EXIF, IPTC, and any C2PA manifests entirely. Every field from Software to DateTime to Content-Type must be cleared. Tools like metadata removal utilities handle this, but the key is ensuring C2PA manifests are fully invalidated (not just hidden).
  2. Inject authentic device identity. Replace the stripped data with clean EXIF that matches a real physical device: a specific iPhone model, Samsung Galaxy, or Sony camera with corresponding GPS, ISO, aperture, and timestamp data. The injection must include consistent OwnerName or hashed device identifiers if available. GPS coordinates should fall within plausible urban clusters for the account's typical posting geography.

This "identity transplant" approach works because platforms verify three things simultaneously: C2PA manifests (which must be absent for clean uploads), EXIF completeness (especially GPS, device make/model, and timestamp), and encoder signatures (which must correspond to claimed device).

The critical field is GPSLatitudeRef combined with valid coordinates—the combination of missing GPS on otherwise "authentic" uploads is the highest-signal trigger. Injecting coordinates from real locations (not fabricated ones) with proper GPSTimeStamp and GPSDateStamp aligned to the photo's timestamp is essential.

Step-by-Step: Hardening AI Content for Platform Upload

  1. Run deep metadata analysis. Use a forensic tool to identify every present field—XMP, EXIF, IPTC, C2PA, PNG chunks. Document the claim_generator, content_hash, and any software_agent strings.
  2. Strip to zero. Remove all metadata using a tool that handles C2PA manifest deletion (not just stripping visible EXIF). Verify the result with a second analysis pass.
  3. Select target device profile. Choose a realistic device profile—iPhone 15 Pro, Samsung S24 Ultra, Google Pixel 8—not generic profiles. The profile must match your account's historical posting patterns.
  4. Generate authentic EXIF payload. Include Make, Model, Software (matching the device), DateTimeOriginal, GPSLatitude, GPSLongitude, GPSTimeStamp, GPSAltitude, ISO, FocalLength, FNumber, and ExposureTime with realistic values for the claimed scene.
  5. Inject and verify. Apply the profile, then re-run forensic analysis to confirm: no AI tool signatures, complete EXIF matching the claimed device, valid C2PA absence, and GPS coordinates within plausible range.
  6. Encode for target platform. Re-save as JPEG (Instagram) or MP4 (TikTok) using a codec consistent with the claimed device. iPhone photos should use HEIF or HEVC; Android typically produces JPEG. Mismatched codecs trigger alerts.

The Wikipedia detection guide notes something crucial: every defense is eventually countered, and every counter-defense is eventually detected. The only durable approach is synthetic authenticity—content that is, in every measurable dimension, indistinguishable from real device captures. This requires more than stripping. It requires replacing, fully and consistently, with device profiles that hold up under forensic scrutiny.

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

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

Related reading