A plush diorama of Apple's rounded logo as a tactile word-object.

A soft-tech diorama features Apple's logo as a plush, rounded word-object, surrounded by tiny accessories and a clean studio background.

Prompt

4:5, 4 images, do this for 4 fortune 500 brands: class SoftTechWordObjectEngine:     def __init__(self, topic):         self.topic = topic         self.word = derive_short_display_word(topic)         self.container_shape = infer_iconic_container_shape(topic)         self.materials = infer_material_dna(topic)         self.palette = infer_premium_palette(topic)          self.surface_details = infer_surface_features(             topic,             options=[                 "panels", "seams", "buttons", "vents", "screens",                 "labels", "ports", "handles", "windows", "stickers",                 "textures", "compartments"             ]         )          self.accessories = infer_mini_accessories(topic, count="5..12")         self.mascots = infer_companion_figures_if_relevant(topic)      def main_object(self):         return {             "silhouette": self.container_shape,             "word": self.word,             "letter_role": "structural body, not printed text",             "letter_style": "large rounded chunky 3D forms",             "material": self.materials         }      def ecosystem(self):         return {             "surface_details": self.surface_details,             "accessories": self.accessories,             "companions": self.mascots,             "purpose": "scale, charm, semantic clarity"         }      def render(self):         return """         Render as a premium soft-tech collectible product diorama:         rounded word-object body, topic-derived surface features,         tiny accessories, mascot helpers, clean studio background,         tactile toy-like realism.         """
Published: September 4, 2026 by

Sign in to save

Keep your favorite prompts in one place. After signing in, you’ll return here to finish saving.

Continue with Google