
How toCreative & CultureLenny's Newsletter · 2h ago
Generating unique visual design concepts using random seed strings
AI models tend to produce repetitive layout patterns based on their average training data. Injecting a randomly generated string into your prompt forces the model to interpret arbitrary patterns as creative visual rules, producing distinct layouts every run.
Try it yourself
- 1Instruct your coding agent to run a shell command that generates a random string.
- 2Direct the model to analyze the string for hidden patterns, specific character sequences, or numbers.
- 3Tell the agent to map those identified patterns directly into distinct color themes, layouts, and font choices.
- 4Ensure the final interface hides the seed string while using its structure as the main creative direction.
Copy this prompt
Build a landing page for [PRODUCT OR APPLICATION]. Generate a long random alphanumeric string via shell execution, then derive the full creative direction, including palette, typography, and structural grid, based strictly on patterns you find in that string. Do not display the string anywhere on the page.
Sakana AI
Read the original