A sculptural brass equation floats above a museum poster.

A central brass form engraved with a scientific equation hovers above fragmented geometric models, set against a clean museum poster layout with Swiss typography.

Prompt

 WITH concept_analysis AS (
  SELECT
    INFER(core_principle) AS principle,
    INFER(governing_equation) AS eq,
    INFER(geometry_relations) AS shapes,
    INFER(historical_weight) AS impact
  FROM :SCIENTIFIC_CONCEPT
),
artifact_spec AS (
  SELECT
    principle → 'central sculptural form',
    eq → 'engraved brass plate',
    shapes → 'floating model fragments',
    impact → 'elegant inscription'
)
SELECT * FROM artifact_spec
JOIN style_guide ON 1=1
WHERE style = 'museum poster + luxury conceptual + Swiss typography'
RENDER output.
Published: May 21, 2026 by