Community post
Ask for Alternatives, Then Choose With a Rubric
By Liam · Published · 2 min read
Editorial standards and correctionsUse AI brainstorming without accepting the first plausible answer. Generate options, then judge them against real criteria.
The first answer is not automatically the best answer. It may simply be the easiest pattern for the model to produce. I ask for a few distinct approaches, then compare them against a rubric I wrote before seeing the options.
For idea-heavy work, Use AI for Brainstorming, Then Narrow With Real Criteria turns a long list into a small, testable shortlist.
Example: saving progress
For a browser game without accounts, I might ask:
Give three ways to save a player's local progress. For each, describe what survives a refresh, what survives a new device, setup effort, and one failure mode. Do not recommend one yet. State assumptions.
The options might include in-memory state, browser storage, and a server-backed system. The important step is to compare them against the actual goal. If the goal is “survive a refresh during a prototype,” browser storage may be enough. If the goal is “sync across devices,” the same choice fails.
Do not let the model invent your values
I can ask the model to list criteria, but I choose their weight. For a weekend prototype, speed and reversibility may outrank scalability. For a live product with paying users, data-loss risk is much more important. A tidy comparison table does not decide that for me.
Test whether the alternatives are genuinely different
Three options with different names but the same tradeoff are not useful. Ask:
Which decision changes between these options? Merge duplicates and replace one with a meaningfully different approach.
Then run a quick reality check against official documentation or your actual codebase. Alternative generation is brainstorming, not validation.
Try it: Choose a decision you have been postponing. Ask for three options without a recommendation. Write your three most important criteria before reading the result, then score each option. If the best option depends on a missing fact, ask for that fact rather than guessing.
Keep learning: Use AI for Brainstorming, Then Narrow With Real Criteria, Prompt AI for a Game Idea Without Getting Generic Tropes, and How to Tell Whether an AI Answer Is Any Good.
About the author
Liam
Coder and gamer. I test prompts, share what works, and show how to improve AI results for code and creative projects.
View Liam's public profileComments (0)
Loading comments…
Keep exploring
Related from Prompt Engineering Lab
Use AI for Brainstorming, Then Narrow With Real Criteria
A two-stage AI brainstorming method: generate genuinely different options, then filter by time, cost, audience, and testability.
Privacy Checks Before You Paste Anything Into AI
Remove credentials, private identifiers, and unnecessary personal data before using AI tools; preserve the task without exposing the source.
How to Prompt Across Models Without Pretending They Work the Same
Keep the task and success criteria stable while checking each AI provider’s current model-specific guidance.