Article Detail
How to Keep Your Prompts from Getting Boring
๐ Prompt Tip of the Day

Researchers at Stanford University โ Zhang, Yang, and Xie (2025) โ recently published How to Mitigate Mode Collapse and Unlock LLM Diversity.
Their study highlights a subtle but essential problem: as large language models are fine-tuned and โalignedโ through human feedback, their responses can become tedious, predictable, and repetitive.
They start playing the same note over and over โ polite, safe, and uninspired. Thatโs what researchers call mode collapse โ when an AIโs responses lose their variety. To fix it, the authors introduce a technique called Verbalized Sampling (VS).
Instead of asking the model for one answer, you prompt it to generate several possible responses, each with an estimated probability.
For example:
โGenerate five different short stories about a bear, and give each a probability estimate.โ
You can then pick the most interesting one โ or intentionally choose a less likely (and often more creative) option.
In experiments, this approach nearly doubled the diversity of model outputs without reducing quality.
---
๐ก Why this matters
Think of this less as a guardrail and more as an amplifier. Guardrails keep the model from wandering off a cliff. Amplifiers encourage it to explore new terrain.
Prompting this way reminds the model โ and you โ that creativity lives in probability space, not just in the top 1%.
---
โ๏ธ Try it yourself
โGive me five possible answers to the following prompt, and assign each a probability from 1โ100%. Then present them from most to least likely.โ
Use the higher-probability outputs when you need reliability, and dip into the lower ones when you want surprise.
That balance โ between coherence and diversity โ is where true prompt craftsmanship lives.