Google AI is basically just playing a game of probability
When we talk about a "creative" output from an AI, we're usually just seeing the result of temperature settings and top-p sampling. By introducing a bit of randomness into the probability distribution, the AI avoids picking the most obvious word, which creates the illusion of a creative leap. In reality, it's just picking the third or fourth most likely option. This is why so many "creative" AI outputs feel vaguely familiar or follow a predictable pattern of "unexpectedness."
For anyone trying to build a real-world AI workflow, relying on the model for raw creativity is a recipe for mediocrity. The real power lies in prompt engineering to constrain the model's output, forcing it to synthesize two unrelated concepts rather than asking it to "be creative." If you want something truly original, you have to provide the unique constraints yourself.
If you're trying to move from basic chatting to a more sophisticated LLM agent setup, try this approach to break the "predictability" loop:
1. Define a Persona with Constraints: Instead of asking for a "creative idea," give the AI a specific, contradictory role.
2. Implement Few-Shot Prompting: Provide three examples of the type of creativity you want, but make sure those examples are outliers, not averages.
3. Iterative Refinement: Use a chain-of-thought prompt to make the AI critique its own first draft for "clichés" before it gives you the final version.
System: You are a contrarian strategist who hates industry clichés.
Task: Analyze the following product idea.
Constraint: You cannot use the words "innovative," "seamless," or "game-changer."
Step 1: Draft a standard pitch.
Step 2: Identify every predictable phrase in that pitch.
Step 3: Replace those phrases with a concrete, technical alternative that describes the actual mechanism of action.The gap between "simulated creativity" and actual innovation is where the human remains essential. The AI can handle the deployment of ideas and the drafting of versions, but the actual spark—the decision that a specific weird idea is actually good—is something the model can't do because it doesn't have a concept of "value" or "taste." It only has a concept of "probability."
All Replies (4)
[0] https://arxiv.org/abs/2604.03136
[1] https://arxiv.org/pdf/2604.03136