prompting-sophistication-compensates-for-irreducible-sensitivity

IN derived (depth 2)

Created 2026-06-21T09:54:53+00:00 · Reviewed 2026-06-21T14:41:08+00:00

Prompt sensitivity is a persistent, intrinsic property not resolved by scaling, and the field developed increasingly structured prompting approaches (CoT → self-consistency → tree-of-thoughts) that add search structure to reasoning. These techniques manage prompt-dependent variability by structuring the reasoning process, though the antecedents do not establish that this was the explicit motivation for their development.

Summary

Because LLMs are inherently sensitive to how a question is phrased, and that sensitivity does not go away with bigger models, the practical response has been to structure the reasoning process itself through branching, voting, and backtracking to reduce the variability that prompt formatting introduces. For this system, it means prompt-dependent instability is a permanent design constraint to manage, not a bug that scale will eventually fix.

Justifications

SL — The unsolvable problem (depth-1) caused the engineering response (depth-1), revealing prompting as workaround rather than solution

Antecedents (all must be IN):

  • IN prompt-sensitivity-is-fundamental-not-solvable-by-scale — LLM performance sensitivity to prompt formatting (40%+ accuracy shifts from reordering, 76-point swings from format changes) persists across model sizes, few-shot counts, and instruction tuning — it is an intrinsic property, not a fixable deficiency.
  • IN structured-reasoning-prompting-evolved-from-linear-to-branching — Prompting for reasoning evolved from linear chain-of-thought (single path) to self-consistency (multiple paths, majority vote) to tree-of-thoughts (branching with backtracking), progressively adding search structure.

Dependents

These beliefs depend on this one: