Tree Collapse Optimiser
Categories: Decision compression systems
Tags: pruning, selection pressure, optimisation
Used by: high level consultants, product strategists
What it is:
A method to grow multiple options then aggressively eliminate weak branches.
Why elite performers use it:
It forces clarity under cognitive overload.
How to apply:
Expand wide, then apply strict pruning rules.
Prompt:
Create 7 possible solutions to the problem.
Score each solution based on impact, feasibility, and scalability.
Remove the bottom 4 options completely.
From the remaining options, refine the strongest one into a final execution plan.
----------
Self Consistency Voting System
Categories: Reason validation systems
Tags: consensus logic, multiple sampling
Used by: research teams, AI evaluators
What it is:
Multiple independent reasoning runs that vote on the best answer.
Why elite performers use it:
It reduces noise and improves reliability.
How to apply:
Force multiple independent answers, then aggregate.
Prompt:
Solve the problem 5 times independently using separate reasoning paths.
Do not reuse previous logic.
Compare all answers and identify the most consistent result across them.
Return that as the final answer with justification.
----------
Hypothesis Lattice Builder
Categories: Analytical structuring
Tags: hypothesis generation, structured exploration
Used by: scientific consultants, intelligence research
What it is:
Builds a network of competing hypotheses instead of linear thinking.
Why elite performers use it:
It prevents tunnel vision.
How to apply:
Generate hypotheses, then map relationships.
Prompt:
Generate 6 competing hypotheses explaining the situation.
Map how each hypothesis supports or contradicts the others.
Rank them by explanatory power and simplicity.
Select the strongest explanatory model and justify it.