Four Middle Eastern neighborhoods glow in a neon word grid

A 2x2 grid of miniature worlds, each letter formed from architectural details and glowing signs, captures the essence of four iconic neighborhoods.

Prompt

2x2 grid, 16:9, do this for 4 famous neighborhoods in Middle East in all their glory: class NeonWordMicrocosm:      def __init__(self, topic):          self.topic = topic          self.word = derive_short_display_word(topic)            self. world = infer_dense_cultural_environment(topic)          self.letters = build_letters_as_micro_architecture(self.word)            self.signage = infer_sign_system(topic)          self.anchor = infer_iconic_anchor_object(topic)          self.props = infer_micro_props(topic, count="6..18")            self.palette = infer_neon_palette(topic)          self.materials = infer_material_dna(topic)        def letter_module(self, letter):          return {              "letter": letter,              "role": "3D architectural container",              "surface": infer_topic_panels_signs_windows(letter, self.topic),              "lighting": infer_neon_or_practical_lights(self.topic),              "micro_scene": infer_tiny_scene_if_useful(self.topic)          }        def base_ecosystem(self):          return {              "anchor_object": self.anchor,              "props": self.props,              "scale_logic": "collectible miniature world",              "storytelling": "topic-specific details around the letters"          }        def render(self):          return """          Render as a dark studio product shot:          oversized readable word, dense neon signs,          miniature props, iconic anchor object,          premium collectible materials and reflections.          """
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