← Back to article library

Article Detail

How to Keep Your Prompts from Getting Boring

Article Type: Prompt Pattern Status: drafting

How to Keep Your Prompts from Getting Boring

๐ŸŒ€ Prompt Tip of the Day

How to Keep Your Prompts from Getting Boring_1

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.