Thinking strategies

Reusable reasoning methods—what they are, when they apply, and how to practice them without turning into rigid formulas.

Method

Hypothesis testing with explicit falsifiers

Scientific instinct, formalized for everyday decisions

A hypothesis is a candidate explanation or solution shape. Strong thinking treats hypotheses as provisional and seeks falsifiers—observations that would rule them out. In puzzles, falsifiers appear as forced contradictions: if you assume a cell is X, a chain of deductions breaks a rule. In professional contexts, falsifiers might be a failed experiment, a counterexample, or a violated invariant.

Practice pattern: write H1, H2, H3 as competing hypotheses. For each, list one cheap test that distinguishes it from the others. This prevents the common failure mode where you emotionally commit to H1 and only “test” it with confirmatory examples.

Method

Invariants and conserved quantities

Find what cannot change, then exploit it

An invariant is a property preserved by every legal move in a process. Many hard problems become easy once the right invariant is identified: parity, sum modulo n, monotonicity, or a conserved “budget.” Strategy training here focuses on invariant discovery, not memorizing templates.

Typical practice: restate the problem as a transformation system. Ask: what quantity is monotone (only increases or only decreases)? What symmetry exists? What bookkeeping identity must hold if all local rules are satisfied globally?

Method

Reductio ad absurdum (proof by contradiction)

Assume the negation and hunt for impossibility

Reductio is not “negative thinking.” It is a controlled tool: assume a statement is false, derive consequences using only agreed rules, and if you reach a contradiction, the assumption cannot hold. In constraint puzzles, reductio appears as temporary hypothetical placements.

Learners sometimes confuse reductio with “try random guesses until something breaks.” The difference is discipline: each step after the assumption must be justified. Training emphasizes writing the contradiction explicitly: “Therefore, assuming ¬A leads to both P and ¬P under the rules.”

Method

Systems thinking: stocks, flows, and feedback

When causes loop and simple narratives fail

Some problems are not solvable by local deduction alone because variables interact through feedback. Systems thinking strategies involve identifying stocks (accumulations), flows (rates of change), and delays. While Solvexis puzzles are discrete, the same cognitive habit appears in multi-step optimization: changing one variable early can starve a later option.

Practice cue: sketch a small diagram—nodes for variables, edges for influences—and check for hidden feedback loops before committing to a plan.

Method

Metacognitive checkpoints

Interrupt autopilot before it becomes error

Metacognition means thinking about thinking: monitoring confidence, noticing fixation, and choosing strategies deliberately. A simple checkpoint sequence is Pause → Label → Choose:

  • Pause: stop after a failed path longer than three steps.
  • Label: name the emotion (“rushed,” “annoyed”) and the tactic you used.
  • Choose: pick a different tactic (invert the goal, reframe constraints, try a smaller example).

These checkpoints are especially important in timed settings—not because speed is everything, but because pressure amplifies tunnel vision.

Apply strategies in structured problem-solving workflows →