Image ChatGPT Image 2
Lunar cross-section reveals three hidden layers in stunning detail
A hovering cubic diorama shows the moon's crust, mantle, and core with leader lines and a giant lunar mass statistic.
Prompt
class Scientific_Diorama_Infographic: def __init__(self, subject="[topic]"): self.canvas = "Pure pitch-black background, 16:9 widescreen layout" def render_core_sample(self): # AI INFERENCE: Deduce the 3 distinct layers of the subject surface = f"AI_INFER(The top crust/water/ice layer of {subject} with a tiny era-accurate vehicle/building on top)" mid_layer = f"AI_INFER(The thick middle strata of {subject}, showing cross-section roots, ice, or water depth)" base_layer = f"AI_INFER(The deep bedrock/abyssal layer of {subject} with hidden anomalies or machinery)" # The Physical Block diorama = f"A perfect, isolated, cubic cross-section block containing {surface}, {mid_layer}, and {base_layer}, hovering in the center-right of the frame." # The Infographic UI stats = f"Massive cyan/orange typography on the far left displaying a giant numerical statistic about {subject}." callouts = "Thin, white leader lines pointing to the distinct layers on the right side." return [self.canvas, diorama, stats, callouts]
Published: July 3, 2026 by Gadgetify