Bunnies on Trampoline: AI or Real?

Verdict: 100% AI Generated

3 Smoking Gun Proofs (30-second read)

  1. 0:05 - Bottom-left bunny "devours" companion - When foreground bunny jumps, background bunny instantly vanishes - pixel-level AI fusion bug
  2. Bounce trajectory violates gravity with abnormal frame-to-frame speeds - Upward velocity doesn't follow parabolic motion - obvious AI physics simulation error
  3. Video creator's account previously posted Veo 3 watermarks - TikTok history shows videos with Google Veo 3 generation markers

Complete Event Timeline

July 27

TikTok user @RachelTheCatLovers posts 8-second video

200M views in 24 hours, comments explode: "Is this real?"

Viral

July 28

Reddit /r/technology trending post raises doubts

First "AI-generated" technical analysis appears, post gets 15K upvotes

Brewing

July 30

Vulture & Yahoo publish in-depth investigation

Mainstream media intervenes, confirms video is AI-generated with expert analysis

Exposed

August 3

Axios lists it as classic "AI Slop" case study

Topic reaches peak, search volume drops, but derivative content wave begins

Defined

AI Exposed: 3 Major Bugs Frame-by-Frame

bunny disappearing glitch demonstration

Glitch #1: Frame Disappearance/Object Fusion

Timestamp: 0:05 seconds
Location: Bottom-left corner of frame

The moment the foreground bunny jumps, the background bunny suddenly gets "absorbed" and vanishes. This is a classic AI model bug when handling multi-object occlusion — in natural footage, occluded objects remain partially visible rather than completely disappearing.

Technical Explanation: Diffusion models lack precise understanding 
of occlusion relationships when generating sequential frames, 
causing pixel-level fusion similar to Photoshop's "dissolve" blend mode.

Glitch #2: Physics Inconsistency

Anomalous Behaviors:

  • Constant upward velocity, lacks gravitational deceleration
  • Identical bounce heights every time (real bunnies would show decreasing energy)
  • No deformation or cushioning motion upon landing

Real bunny jumps follow parabolic motion with gradually decreasing velocity. AI-generated trajectories resemble "linear interpolation" and lack real-world physics nuances.

Physics Violation
bunny ai physics comparison diagram

Left: Real bunny parabolic trajectory | Right: AI-generated linear trajectory

bunnies on trampoline edge flickering

Glitch #3: Edge Pixel Flickering

Detection Method: Pause video and zoom 2-3x to observe fur edges

Bunny fur edges exhibit unnatural "pixel dancing" — edge contours shift slightly between every frame. In real footage, stationary elements should maintain stable edges.

Root Cause: AI lacks temporal consistency when generating fine textures, causing details like fur and shadows to "flicker" between frames.

"DIY Fake Detection" Toolkit

Like a counterfeit detector, use multiple methods to identify AI videos

Tool 1: Frame-by-Frame Analysis

ffmpeg -i bunny.mp4 -vf fps=30 frames/%04d.png

Break video into individual frames, zoom in to examine object edges and motion trajectories

Tool 2: AI Watermark Detection

python veo_watermark_detect.py bunny.mp4
# Detect Google Veo 3 hidden pixel watermarks

Some AI models embed invisible watermarks that specialized tools can detect

Tool 3: Reverse Image Search

Google Lens

Upload video screenshots to search for similar AI-generated content

Real Bunnies vs. AI Bunnies: Spot the Difference Instantly

✅ Real Rabbit Video Features

  • ✓ Fur details remain stable when stationary
  • ✓ Eyes have realistic reflections and blinking
  • ✓ Jumps follow parabolic trajectories with acceleration changes
  • ✓ Body shows compression deformation upon landing
  • ✓ Multiple rabbits move asynchronously
  • ✓ Shadow direction consistent and stable

❌ AI-Generated Video Flaws

  • ✗ Fur edges continuously jitter
  • ✗ Eyes appear lifeless and dull
  • ✗ Motion trajectories too "perfect"
  • ✗ No physical feedback upon landing
  • ✗ Multiple animals move too synchronously
  • ✗ Shadows flicker or have wrong direction
Real rabbits vs AI rabbits comparison
Left: Real rabbits shot with 4K professional camera | Right: AI rabbits generated by Veo 3

Now That You Know, Why Not Create Your Own!

Master the technology, don't be fooled — Learn to create the same AI videos in 10 minutes

💡 Tip: Next trend "Bear on Trampoline" is coming, join Discord for early access

Further Reading