
What to automate first in a small business
Choose a first automation by scoring the work, data, risk, ownership, and reversibility. Then validate one pilot before you expand it.

For the past few years, "Prompt Engineering" has been hailed as the job of the future. We've built complex chains of thought, persona definitions, and elaborate constraints just to get Large Language Models (LLMs) to do what we want.
But a viral new study from Stanford University suggests we might have been overthinking it.
The study introduces a concept called Verbalized Sampling. Instead of trying to engineer the perfect prompt to guide the model down a specific path, the researchers found that simply asking the model to explore its own probability space yields significantly better and more creative results.
The magic phrase?
"Generate 5 responses with their probabilities."
LLMs work by predicting the next token based on probability. Ask for a single answer and the model usually defaults to the most probable path, which tends to be the most boring and the safest one.
Ask explicitly for multiple responses and their probabilities, and you force the model to widen its search space. It has to consider completions it would normally discard. The other half of the trick is self-evaluation. Assigning a probability is a form of introspection, and that is where high-quality but lower-probability creative gems surface.
This finding challenges the current trend of building massive, complex prompt libraries. Simplicity wins. Instead of 50-line system prompts, try asking for variety and self-ranking.
Creativity on demand. The technique is particularly powerful for creative writing, brainstorming, and problem-solving, where "one right answer" doesn't exist. Variety is exactly what you want there, not the average.
Cost efficiency. Generating 5 responses does use more tokens. But the time saved in iterative refinement and the quality of the output often outweigh the raw token cost.
Not quite. You still need to clearly define your task. But the era of "whispering" to the AI with arcane incantations might be coming to an end. The future of interaction seems to be less about controlling the model and more about collaborating with its probabilistic nature.

Choose a first automation by scoring the work, data, risk, ownership, and reversibility. Then validate one pilot before you expand it.
OpenAI says GPT-5.6 Sol beats Claude Fable 5 on coding at a third of the cost. Anthropic says Fable 5 leads on raw capability. Both are right. Here is which model wins which job.
API tokens can cost less than a developer hour, but tokens are not the whole project. A practical comparison of model usage, review, testing, and operating costs.