Factlen ExplainerAI PromptingExplainerJul 24, 2026, 9:29 PM· 6 min read· #1 of 5 in ai

New 'Seed-of-Thought' Prompting Technique Solves AI's Core Randomness Problem

Researchers at Sakana AI have developed a lightweight prompting method that allows large language models to generate true randomness. The technique, which bypasses the AI's tendency toward predictable outputs, unlocks new capabilities in creative brainstorming and behavioral simulation.

By Factlen Editorial Team

AI Researchers 40%Prompt Engineers & Creators 35%Simulation Developers 25%
AI Researchers
Focuses on the technical elegance of bypassing architectural limitations using purely prompt-based entropy generation.
Prompt Engineers & Creators
Values the technique as a practical, lightweight tool to break mode collapse and generate more diverse creative outputs.
Simulation Developers
Views the breakthrough as essential for running reliable game theory and human-behavior simulations using AI agents.

What's not represented

  • · Hardware RNG Manufacturers

Why this matters

By allowing AI models to generate true randomness internally, this technique breaks the 'mode collapse' that makes AI outputs feel repetitive, unlocking new capabilities in creative brainstorming, game simulation, and synthetic data generation.

Key points

  • Large language models naturally struggle to generate true randomness or follow probabilistic instructions.
  • This limitation leads to 'mode collapse,' where AI outputs become highly predictable and repetitive.
  • The String Seed of Thought (SSoT) technique solves this by instructing the AI to generate a random text string first.
  • The AI then uses this string as a seed to mathematically shape its final answer, unlocking diverse and unpredictable outputs.
50/50
Ideal coin flip ratio LLMs previously failed to hit
8
Typical character length of the generated random seed string
2x
Increase in output diversity using distributional prompting techniques

The fundamental paradox of modern large language models is that they appear endlessly creative, yet they are fundamentally deterministic engines trapped by the statistical gravity of their own training data. When a user interacts with an AI, the model is not truly "thinking" in a spontaneous manner; it is calculating the most probable sequence of words to follow the prompt. While this architecture makes AI exceptionally good at retrieving facts and writing standard code, it creates a severe bottleneck when a task requires genuine unpredictability or out-of-the-box thinking.[6]

When asked to brainstorm ten different marketing campaigns or write a novel story, an LLM will almost always gravitate toward the statistical mean of human thought. This phenomenon, known in the industry as "mode collapse" or "typicality bias," makes AI outputs increasingly predictable and repetitive. As models become smarter and more heavily aligned to be safe and helpful, they simultaneously lose their creative edge, resulting in a landscape where every AI-generated response begins to sound exactly the same.[2][4]

The root of this predictability lies in a technical limitation known as Probabilistic Instruction Following (PIF). As researchers have long noted, large language models are exceptionally bad at generating true randomness or selecting from a set of options based on a specific target probability. Because they are designed to find the single "best" answer, they struggle to understand that sometimes the correct answer is to be intentionally arbitrary.[3][4]

Consider a simple test: asking an AI to simulate flipping a fair coin 100 times. Instead of returning a 50/50 split of heads and tails, the model's output will skew wildly. This drift occurs because the AI is influenced by hidden biases, such as the position of the words in the prompt or the frequency of the word "heads" in its vast training corpus. The AI understands the concept of a 50/50 probability, but its underlying architecture prevents it from faithfully executing it.[1][3]

Without intervention, AI models struggle to simulate a 50/50 probability. The SSoT technique corrects this bias.
Without intervention, AI models struggle to simulate a 50/50 probability. The SSoT technique corrects this bias.

This inability to follow probabilistic instructions has crippled applications that rely on non-deterministic behavior. For developers trying to simulate human interactions in game theory, build unpredictable non-player characters in video games, or generate diverse synthetic data to train next-generation models, the AI's inherent bias is a massive hurdle. Until recently, the only solutions involved relying on external random number generators or writing complex, multi-step code to force the AI out of its rut.[4]

Now, a breakthrough from Tokyo-based research lab Sakana AI offers an elegant, lightweight solution. Researchers Kou Misaki and Takuya Akiba have developed a prompting technique called "String Seed of Thought" (SSoT), which effectively teaches large language models how to roll dice in their own heads. By making a minor adjustment to how the AI is instructed, the researchers have unlocked the ability for models to generate true internal randomness.[3]

Presented in a paper accepted at the prestigious International Conference on Learning Representations (ICLR) 2026, the SSoT technique solves the randomness problem without requiring complex API integrations, external tools, or expensive model retraining. It is a pure prompt engineering solution that works across a wide variety of both open-source and closed-source models, making it immediately accessible to anyone interacting with an AI.[5]

The technique relies on a deceptively simple two-stage prompt. First, the user instructs the large language model to generate a complex, random string of characters—for example, an 8-character alphanumeric sequence—directly in its own output window. The prompt explicitly tells the AI to make this string appear sufficiently complex and unpredictable, with no obvious structure or pattern.[1][3]

The technique relies on a deceptively simple two-stage prompt.

Second, the prompt instructs the model to use that newly generated string as a "seed" to shape its final answer. If the task is to flip a coin, the AI mathematically manipulates the random string to sample from the target 50/50 distribution. If the task is creative writing, the AI uses the string's entropy to force itself down a less probable, more unique narrative pathway.[1][4]

The SSoT prompt forces the AI to generate a random string first, using it as a seed to shape the final answer.
The SSoT prompt forces the AI to generate a random string first, using it as a seed to shape the final answer.

The brilliance of this approach lies in how it bypasses the model's inherent training biases. When an LLM tries to answer a question directly, it immediately falls into the gravitational pull of its training data's most common answers. However, generating a random string is a task-agnostic action with no inherent semantic bias. The model has no preconceived notion of what an 8-character string "should" mean.[4]

By forcing the model to generate this string first, SSoT injects what researchers call "structured entropy" into the model's context window. The LLM then uses its own advanced reasoning capabilities to map that entropy to the desired output. Because the seed is different every time, the resulting output is forced to be different every time, effectively breaking the deterministic chain.[2][4]

The empirical results of the SSoT technique are striking. When tested on advanced reasoning models like DeepSeek-R1, the technique allowed the AI to achieve sampling faithfulness that approaches the performance of an actual pseudo-random number generator (PRNG). For the first time, an LLM could reliably flip a coin in its head and land on a perfect 50/50 distribution over thousands of iterations.[3]

Beyond simple probability tests, SSoT dramatically improves open-ended creative tasks. On the NoveltyBench diversity benchmark, the technique outperformed all other prompting approaches across six different categories. By using the random seed, the models were able to explore the outer edges of their latent space, generating highly diverse story ideas, marketing concepts, and brainstorming solutions while maintaining high output quality.[3][4]

This breakthrough arrives at a critical moment in artificial intelligence development, addressing what industry analysts have dubbed the "Alignment-Diversity Paradox." As AI companies race to make their models safer and more reliable, they inadvertently make them more boring.[2]

By injecting structured entropy into the context window, developers can force AI models to explore the edges of their latent space.
By injecting structured entropy into the context window, developers can force AI models to explore the edges of their latent space.

Rigorous safety training methods, such as Reinforcement Learning from Human Feedback (RLHF), train models to behave in ways that human reviewers prefer—polite, factual, and consistent. However, studies show that as models become heavily aligned, they lose their epistemic diversity. SSoT offers a way to reclaim that lost creativity and randomness without compromising the model's underlying safety guardrails.[2]

For prompt engineers and everyday creators, SSoT acts as a lightweight revolution. Instead of endlessly tweaking prompts to beg the AI for "more unique" or "less cliché" ideas—which often just results in a different flavor of cliché—users can simply inject the SSoT instruction to guarantee a wider, mathematically sound spread of concepts.[2]

The implications extend deeply into social science and economics. Researchers are increasingly using large language models as proxies for human participants in game theory simulations and behavioral studies. SSoT ensures that these AI agents can employ "mixed strategies"—making unpredictable, probabilistically sound choices—just as real humans do, making synthetic research far more reliable.[4]

Ultimately, the String Seed of Thought technique proves that the perceived limitations of large language models are often just failures of human instruction. By understanding how these neural networks process entropy, developers have unlocked a new layer of capability, proving that even the most deterministic machines can be taught to embrace the unpredictable.[6]

How we got here

  1. 2022–2024

    The widespread adoption of safety alignment training makes large language models highly reliable but increasingly predictable and prone to mode collapse.

  2. October 2025

    Researchers introduce 'Verbalized Sampling,' highlighting the growing need for prompting techniques that restore diversity to AI outputs.

  3. April 2026

    Sakana AI researchers publish the String Seed of Thought (SSoT) technique, offering a lightweight solution to the AI randomness problem.

Viewpoints in depth

AI Researchers

Focuses on the technical elegance of bypassing PIF limitations without architectural changes.

For the academic community, the brilliance of the String Seed of Thought technique lies in its simplicity. Researchers have spent years trying to solve the Probabilistic Instruction Following (PIF) problem by proposing complex architectural changes or integrating external pseudo-random number generators (PRNGs) into the model's workflow. SSoT proves that the latent reasoning capabilities of modern models are already sufficient to handle entropy; they simply need the right cognitive scaffolding. By forcing the model to generate a task-agnostic string, researchers have found a way to bypass the deeply ingrained position and label biases that skew standard outputs.

Prompt Engineers & Creators

Values the technique as a practical tool to break mode collapse and generate more diverse creative outputs.

From a practical application standpoint, creators and prompt engineers view SSoT as a lightweight revolution. The industry has long struggled with the 'Alignment-Diversity Paradox,' where highly capable models return the exact same cliché marketing copy or story tropes regardless of how the prompt is tweaked. By injecting structured entropy directly into the context window, users can mathematically guarantee a wider spread of ideas. This eliminates the need for complex, multi-shot prompting chains and allows creators to explore the true edges of the model's latent space with a single instruction.

Simulation Developers

Views the breakthrough as essential for running reliable game theory and human-behavior simulations.

Developers using large language models to simulate human behavior or run economic game theory models see SSoT as a critical fix for a fatal flaw. In real life, humans employ 'mixed strategies'—making unpredictable choices to avoid being exploited by opponents. Because standard LLMs are deterministic, AI agents in simulations previously failed to replicate this behavior, rendering the research data highly suspect. SSoT allows these synthetic agents to make probabilistically sound, non-deterministic choices, vastly improving the reliability of AI-driven social science and economic modeling.

What we don't know

  • Whether future base models will eventually internalize this entropy-generation process natively without requiring explicit user prompting.
  • How the SSoT technique scales when applied to highly complex, multi-agent simulations involving millions of probabilistic decisions.

Key terms

Mode Collapse
A phenomenon where an AI model repeatedly produces the same narrow, predictable outputs instead of exploring diverse creative possibilities.
Structured Entropy
Controlled randomness injected into a system to ensure outputs remain original and unpredictable while still being coherent.
Latent Space
The multi-dimensional mathematical space where an AI model stores its understanding of concepts and relationships.
Alignment-Diversity Paradox
The trade-off where making an AI model safer and more polite through rigorous training inadvertently makes it less creative and more predictable.

Frequently asked

What is Probabilistic Instruction Following?

It is a task that requires an AI to select an answer from a predefined set of options based on a specific probability, such as simulating a 50/50 coin flip.

Why do AI models struggle with randomness?

AI models are deterministic engines designed to predict the most statistically likely next word. They are heavily influenced by training data biases, making it difficult for them to make truly arbitrary choices.

How does String Seed of Thought work?

The user instructs the AI to first generate a random string of characters in its output, and then use that string as a mathematical 'seed' to guide its final answer, bypassing its inherent biases.

Sources

Source coverage

6 outlets

3 viewpoints surfaced

AI Researchers 40%Prompt Engineers & Creators 35%Simulation Developers 25%
  1. [1]ForbesPrompt Engineers & Creators

    Prompt Engineering And The New Seed-Of-Thought Prompting Technique That Seeks To Solve The AI Options-Choosing Problem

    Read on Forbes
  2. [2]MediumPrompt Engineers & Creators

    Unlocking LLM Diversity Through Distributional Prompting

    Read on Medium
  3. [3]Sakana AIAI Researchers

    String Seed of Thought: Prompting LLMs for Distribution-Faithful and Diverse Generation

    Read on Sakana AI
  4. [4]arXivAI Researchers

    String Seed of Thought: Prompting LLMs for Distribution-Faithful and Diverse Generation

    Read on arXiv
  5. [5]ICLRAI Researchers

    String Seed of Thought: Prompting LLMs for Distribution-Faithful and Diverse Generation

    Read on ICLR
  6. [6]Factlen Editorial TeamSimulation Developers

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team
Stay informed

Every angle. Every day.

Get ai stories with full source coverage and perspective breakdowns delivered to your inbox.