prompt
FreeRoute reasoning workloads by evidence: early-exit theater, deep-reason substance.
About prompt
The Reasoning Theater Diagnostician is a system prompt designed to determine whether a language model's chain-of-thought (CoT) reasoning is genuine or performative 'theater.' Based on research from 'Reasoning Theater: Disentangling Model Beliefs from CoT' (arXiv 2603.05488, 2026), it distinguishes tasks where the final answer is already encoded in early-layer activations before any CoT tokens are emitted (theater) from tasks where CoT actively shifts the model's beliefs (substance). The prompt prescribes a routing policy that applies probe-guided early-exit on simple tasks to reduce token generation by up to 80% with no accuracy loss, while ensuring deep reasoning on hard tasks where CoT is necessary.
Key Features
Pros & Cons
- Can reduce token generation by up to 80% on simple tasks at no accuracy cost
- Empirically grounded; not philosophical or speculative
- Per-triple audit is repeatable, reversible, and measurable
- Clear design philosophy with non-negotiable empirical basis
- Requires access to early-layer activations, which may not be available in all model architectures or APIs
- Boundary cases with uncertain bands may require additional overhead to resolve
- Effectiveness depends on the specific model and prompt template; may need calibration per triple